11-01-07 12:22 AM
vaed...@gmail.com wrote:[vbcol=seagreen]
>
> I am trying to do a top and then extract the data from this line:
> CPU states: % idle, % user, % kernel, % iowait, % swap[/vbcol
]
I use -
sar -u 1 10 | grep Average | awk ' { stuff } '
[ Post a follow-up to this message ]
|