Timeline for Getting cpu usage same every time.
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 28, 2016 at 23:01 | comment | added | pieroxy |
Your awk script to parse /proc/stat is pretty cool but it appear to have the same drawback as top's first iteration: It outputs the average CPU load since last boot, not the current one.
|
|
| May 21, 2015 at 5:31 | comment | added | Brent Faust |
Nice. And if your command is placed in a file called 'cpu', then watch can be run on it: watch -n1 "bash ./cpu"
|
|
| May 12, 2015 at 8:11 | history | edited | user115023 | CC BY-SA 3.0 |
added 100 characters in body
|
| May 12, 2015 at 7:59 | review | First posts | |||
| May 12, 2015 at 8:14 | |||||
| May 12, 2015 at 7:56 | history | answered | user115023 | CC BY-SA 3.0 |