summaryrefslogtreecommitdiff
path: root/multiload/linux-proc.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-13multiload: Use common subdirs - src, datarbuj1-442/+0
2020-08-30multiload: do not count shared memory twice on Linuxrbuj1-6/+23
Restore user memory value which was updated on libgtop 2.32, since the new value cannot be used to display multiple memory areas. https://github.com/GNOME/libgtop/commit/0580b2f
2020-08-28multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoadrbuj1-3/+2
2020-08-28multiload: Remove dead function - GetPagerbuj1-48/+0
2020-07-29multiload: Use the id instead of the name to identify the graph typerbuj1-56/+65
2020-07-29multiload: Display the percentage used accurately on tooltiprbuj1-12/+29
2020-07-26multiload: Do not add the same global variables within all graphsrbuj1-22/+35
2020-07-17Remove warning about assigned value is never used reported by cppcheckrbuj1-4/+0
2020-04-16Remove unused-variable warningsrbuj1-4/+0
2019-07-13multiload: Use /proc/diskstats for NVMe drivesVictor Kareh1-19/+58
Since glibtop does not support NVMe drives, we rely on /proc/diskstats to tell use load information for NVMe drives. If diskstats is not present it returns to glibtop as a fallback.
2019-05-04multiload: filter-out non-local disks and user mountsrbuj1-3/+4
Fix #171
2019-01-28multiload: ignore priviledged mount pointsSebastian Geiger1-0/+9
fixes https://github.com/mate-desktop/mate-applets/issues/230 origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/commit/daadbbc
2018-02-04Scaling network graph using thresholds defined by userMarian Gasparovic1-17/+13
2018-02-02multiload: fix tabs/spaces mix in more placesmonsta1-93/+91
2017-05-09Load graph scales automatically according to average load, draws horicontal ↵marosg1-20/+10
grid lines for each load level.
2014-11-27multiload: Don't unconditionally use PATH_MAXinfirit1-12/+19
Since PATH_MAX is not guaranteed to be defined, unconditionally using it will cause a build failure on platforms that don't define it. So stop using it and use dynamic allocation to achieve the same result. Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3 From: Emilio Pozuelo Monfort <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997
2014-11-27multiload: Remove unused codeinfirit1-5/+2
2011-11-14initialPerberos1-0/+406