Search Results

Search: Posts Made By: Saravanan_0074
3,044
Posted By Saravanan_0074
I have received hourly average for using below...
I have received hourly average for using below script, but i need daily average value.

awk -F'|' 'NR>2 {hour=" " substr($2,1,2); array[$1 hour] += $3 count[$1 hour]++ } END { for (a in array)...
3,044
Posted By Saravanan_0074
Thanks for providing such a wonderful script and...
Thanks for providing such a wonderful script and also help me to get the following items.

Daily Average
Hourly Average.

Output sample updated in the code.


Daily Average
...
3,044
Posted By Saravanan_0074
Want to get average value for each hour
I want to get CPU average value only (not required user CPU & memory) with each hours on individual date. The sample output is below

| | | User |Memory| User |
...
Showing results 1 to 3 of 3

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