Search Results

Search: Posts Made By: gopivallabha
2,644
Posted By gopivallabha
Dear RudiC, Thanks for pointing out the...
Dear RudiC,

Thanks for pointing out the possibilities in quick time.
The script works fine now with only one change:
Instead of NF==2, I used NF==3 and now am able to print both cpu statistics...
2,644
Posted By gopivallabha
Need help to parse iostat command output
Hi,

I got the code below is one of the threads from this forum.

lineCount=$(iostat | wc -l)
numDevices=$(expr $lineCount - 7);

iostat $interval -x -t |
awk -v awkCpuFile=$cpuFile -v...
3,223
Posted By gopivallabha
I am using bash, and the Linux version is RHEL...
I am using bash, and the Linux version is RHEL 6.4
The reason I mentioned that I would need awk is because of the parsing. And perl would be, I considered, an appropriate choice here.
I am just...
3,223
Posted By gopivallabha
Need help to get the parsed output of "iostat" command
Hi,

I have a requirement where parsed output from various linux commands like top, netstat, iostat, etc. will be the input for one javascript with the parsed output from these commands converted...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy