Search Results

Search: Posts Made By: fastergrace
26,825
Posted By fastergrace
So, this is the final product: ...
So, this is the final product:

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

iostat $interval -x -t |
awk -v awkCpuFile=$cpuFile -v awkDeviceFile=$deviceFile -v...
26,825
Posted By fastergrace
Thanks so much for the guidance, guys. I will...
Thanks so much for the guidance, guys. I will give both a shot and let you know how it goes. Ideally, I want the data to be parsed and written in real time without a buffer, although I did consider...
26,825
Posted By fastergrace
Sure. iostat output is below. This...
Sure.

iostat output is below. This particular example is in five second intervals but the script will take in a variable that allows the user to specify whatever time interval in seconds they...
26,825
Posted By fastergrace
Parsing iostat in real time
I'm trying to write a script that will parse the output of the iostat command in real time and place the output in csv file(s). I do have a programming background, but am relatively new to shell so...
Showing results 1 to 4 of 4

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