Sponsored Content
Full Discussion: Extract info from sar output
Top Forums Shell Programming and Scripting Extract info from sar output Post 302950588 by nitin09 on Monday 27th of July 2015 01:41:22 AM
Old 07-27-2015
Improving on RavinderSingh13's solution to handle the edge cases.

Code:
cat sarout.txt |awk ' BEGIN { OFS="\t\t"; print "Seq","Time","rcache","wcache"; count=1}; ( NR==1 || $1 ~ /^Average/ || $NF < 0 ) { next } ; { print count,$1,$4,$7; count++ }'

 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sar -q output for one processor

Hello, We like to know if there is a way to report the sar -q per processor on AIX 4.3 . Please help RGDS,Elie. (1 Reply)
Discussion started by: eyounes
1 Replies

2. UNIX for Advanced & Expert Users

Why my sar is not updating the output file.

I am trying to collect the sar output for around 90minutes. When i do sar 1 5000 >> /tmp/sar.out It's not updating the sar.out file. When we decrease the 5000 to smaller number like 10, i can see the file sar.out updated after the 10seconds.If i kill my sar while it is running it's not... (1 Reply)
Discussion started by: skneeli
1 Replies

3. Shell Programming and Scripting

sar today's output

Hi All, i tried sar command the output appears to be for several days I would like to just see today's SAR output: Please advice me. $sar Linux 2.6.9-67.ELsmp (lrtp50) 02/28/09 00:00:01 CPU %user %nice %system %iowait %idle 00:05:02 all 3.10... (4 Replies)
Discussion started by: raghur77
4 Replies

4. Shell Programming and Scripting

Formatting Sar Output script

Hi, We have 2 scripts below for reporting sar output which are pretty same. In first script i want to add to the program whatever is given in the comments. In second script I want to use while true to run this program every hour and everything that is in comment. Finally I want to club... (0 Replies)
Discussion started by: noorm
0 Replies

5. Solaris

extraction of sar output

Hi, Anyone knows how to extract sar command output to excel or Is there any free grapical tools to extract this sar log file. thanks, regards (2 Replies)
Discussion started by: vijill
2 Replies

6. Solaris

Strange sar output

I was reviewing yesterday's sar file and came across this strange output! What in the world? Any reason why there's output like that? SunOS unixbox 5.10 Generic_144488-07 sun4v sparc SUNW,T5240 Solaris 00:00:58 device %busy avque r+w/s blks/s avwait avserv 11:20:01 ... (4 Replies)
Discussion started by: dangral
4 Replies

7. Solaris

sar output

One of my servers giving all zero sar output. Could anyone explain this behaviour. Thanks CHaandana Sample: 10:43:37 %usr %sys %wio %idle 16:15:01 2 1 0 97 16:20:02 2 1 0 97 16:25:02 2 1 0 97 16:30:01 ... (3 Replies)
Discussion started by: chaandana
3 Replies

8. Solaris

Odd output from sar

We're experiencing some intermittent freezes on one of our systems and I'm trying to figure out what is happening. We're running Solaris 10 zones mounting shares from netapp through nfs. On the zone that freezes we have sar running and are getting this output: SunOS prodserver 5.10... (3 Replies)
Discussion started by: Jyda
3 Replies

9. Red Hat

Sar output

I am facing situation where sar -u command is showing 0 for all cps, so does it mean all the cpus are fully utilized, os is oracle Linux 6.8 01:34:13 PM all 0 0 0 0 0.00 0 (2 Replies)
Discussion started by: manoj.solaris
2 Replies
BLKTOOL(8)						      System Manager's Manual							BLKTOOL(8)

NAME
blktool - Display or change block device settings SYNOPSIS
blktool [options] device [acoustic-mgmt nnn] blktool [options] device [block-sz nnn] blktool [options] device [bus-id] blktool [options] device [bus-state nnn] blktool [options] device [class] blktool [options] device [cd-speed nnn] blktool [options] device [defect-mgmt off|on] blktool [options] device [dev-keep-settings off|on] blktool [options] device [dev-read-ahead off|on] blktool [options] device [dma off|on] blktool [options] device [geometry] blktool [options] device [i2o-rcache nnn] blktool [options] device [i2o-wcache nnn] blktool [options] device [id] blktool [options] device [keep-settings off|on] blktool [options] device [media unlock|lock] blktool [options] device [multiple-count nnn] blktool [options] device [no-write-err off|on] blktool [options] device [pio-data 16-bit|32-bit] blktool [options] device [pio-mode nnn] blktool [options] device [pm-mode nnn] blktool [options] device [queue-depth nnn] blktool [options] device [read-ahead nnn] blktool [options] device [readonly off|on] blktool [options] device [reread-part] blktool [options] device [reset] blktool [options] device [sector-sz] blktool [options] device [sleep] blktool [options] device [standby] blktool [options] device [unmask-irq off|on] blktool [options] device [version] blktool [options] [version] blktool [options] device [wcache off|on] DESCRIPTION
blktool is used for querying and/or changing settings of a block device. device is the name of the block device to query or modify. OPTIONS
-f For a few commands, blktool will flush the buffers of the block device out to disk, before performing the requested command. Spec- ify this option, "force", disables any flushing blktool would attempt to do. -t class where class is one of 'ide', 'ata', 'scsi', 'i2o', or 'auto' to override the default auto-detection of device class. COMMANDS
acoustic-mgmt Query or set underlying device's acoustic level. block-sz Query or set device block size. bus-id Query device bus id. bus-state Query or set device bus state (0 off, 1 on, 2 tristate) class Query the detected (or overridden, via -t) device class. Typically this will result in 'ATA' or 'SCSI' for most devices. Detection is based on device major; thus your SATA device may appear as 'SCSI'. cd-speed Set CD-ROM device speed (in Kbytes/sec). defect-mgmt Toggle underlying device's defect management (obsolete). dev-keep-settings Toggle underlying device's revert-to-defaults-on-reset feature. dev-read-ahead Toggle underlying device's read-ahead feature. dma Toggle DMA data transfer. Omitting the on/off argument will print the current state. geometry Query device geometry (cylinders / heads / sectors / etc.). i2o-rcache Query or set an I2O block device's read cache. i2o-wcache Query or set an I2O block device's write cache. id Query IDENTIFY [PACKET] DEVICE data. keep-settings Keep settings across device resets. Omitting the on/off argument will print the current state. media Lock in (or unlock) a removable device. multiple-count Set multiple count for use in READ/WRITE MULTIPLE commands. no-write-err Toggle ignore-write-errors flag. Omitting the on/off argument will print the current state. pio-data ATA PIO data transfer via 16-bit or 32-bit I/O. Omitting the on/off argument will print the current state. pio-mode Set underlying ATA device's PIO data transfer mode. pm-mode Set underlying device's Advanced Power Management mode. queued-depth Query or set underlying device's queue depth. read-ahead Query or set block device read-ahead (in units of sectors). readonly Toggle block device read-only setting. Omitting the on/off argument will print the current state. reread-part Re-read partition table. reset Execute device reset. sector-sz Query device sector size. sleep Put device to sleep immediately. standby Put device in standby mode. unmask-irq Toggle unmasked irqs. Omitting the on/off argument will print the current state. version Print version number and exit. wcache Toggle underlying device's writeback cache. BUGS
Inevitably there are some. Please report any you find. AUTHOR
blktool was written by Jeff Garzik. AVAILABILITY
blktool is available over the Web on the SourceForge site at http://sourceforge.net/projects/gkernel/ blktool version 4 August 2004 BLKTOOL(8)
All times are GMT -4. The time now is 06:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy