Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-09 | hlint refactorings | Reto Hablützel | |
2014-06-27 | Fix for CPU monitor on long-running systems | Robert J. Macomber | |
After running long enough, the numbers in /proc/stat get big enough that they will not fit in a Float without loss of precision, which leads to erratic results such as reporting "NaN%" CPU usage. This commit simply keeps the numbers integral until producing the final percentage result. | |||
2014-03-15 | showVerticalBar now takes the same arguments as showPercentBar | Eric Mrak | |
2014-03-13 | Cpu now has vbar | Eric Mrak | |
2011-08-21 | Report iowait in Cpu monitor (fixes #55) | Jose Antonio Ortega Ruiz | |
2011-02-13 | Cpu and MultiCpu should also be more accurate now | Jose Antonio Ortega Ruiz | |
2010-12-22 | Same infinite loop for Cpu | Jose Antonio Ortega Ruiz | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |