aboutsummaryrefslogtreecommitdiff
path: root/src/print_cpu_usage.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-07Fix error messageseplanet1-2/+4
2018-11-05print_cpu_usage.c: Support non-consecutive CPUsTwentyFourD1-7/+20
2018-10-21print_cpu_usage: fix invalid %cpu placeholder outputGaƫl PORTAY1-1/+1
2018-07-31Fix for issue 300: Correctly print usage for cpu 10=1-1/+1
2018-07-13able to print percentageFelix Buehler1-4/+5
2017-03-26Multiple CPU support for cpu_usage (#209)eplanet1-23/+78
2016-11-15Add 'format_below_threshold' option for 'disk' moduleMihai Coman1-13/+19
2016-04-13Add CPU usage color thresholdsMark Schreiber1-1/+13
2015-10-04Added support for lemonbarBrendan Van Hook1-1/+1
2015-04-02sys/dkstat.h has been removed from OpenBSD and it's functionality actually li...Jasper Lievisse Adriaanse1-0/+4
2015-03-25print_cpu_usage: Fix warnings on non linuxBaptiste Daroussin1-1/+1
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg1-55/+55
2014-03-12Unify use of string comparisonsMats1-1/+1
2013-10-07Allow to print cpu usage on NetBSDArnaud Degroote1-2/+9
2012-11-15DragonFlyBSD support addedScott Tincman1-2/+9
2012-06-28Avoid division by zero when calculating CPU usage.Mateusz Poszwa1-2/+2
2012-05-09Error handling: Never output null as full_text (JSON), prefix messages with i...Michael Stapelberg1-1/+2
2012-04-29Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, bu...Jasper Lievisse Adriaanse1-2/+17
2012-04-08add yajl compat codeMichael Stapelberg1-0/+1
2012-03-25Properly output JSON with libyajlMichael Stapelberg1-9/+6
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg1-0/+7
2011-08-29fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6Mateusz Poszwa1-2/+2
2011-08-26initialize variables to fix compiler warningMichael Stapelberg1-1/+1
2011-08-25make modules more resilient to failureConnor Lane Smith1-11/+12
2011-07-24Add support for cpu usage on FreeBSDBaptiste Daroussin1-0/+25
2011-05-06Fix trailing whitespaces, document cpu_usage in manpageMichael Stapelberg1-1/+1
2011-05-06Add print_cpu_usagePeter Bui1-0/+50