summaryrefslogtreecommitdiff
path: root/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-065-119/+1
* Revert "Handle LVM and RAID"Michael Catanzaro2020-11-063-217/+32
* Revert "Code clean up and add example"Michael Catanzaro2020-11-062-25/+10
* Revert "Updated config and added reference"Michael Catanzaro2020-11-061-9/+22
* Updated config and added referenceJames Dominic P. Guana2020-11-041-22/+9
* Code clean up and add exampleJames Dominic P. Guana2020-11-042-10/+25
* Handle LVM and RAIDJames Dominic P. Guana2020-11-043-32/+217
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-045-1/+119
* Fixed 3 old compile warnings.Benoît Dejean2018-07-222-3/+3
* glibtop_get_proc_map on Linux doesn't need to be SUID.Benoît Dejean2018-03-263-11/+337
* Make linux build with server.Benoît Dejean2018-03-266-5/+148
* Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.Benoît Dejean2018-03-071-1/+1
* Regenerate with gperf-3.1.Benoît Dejean2017-08-311-21/+14
* Prepended disk io struct fields with disk_ prefixRobert Roth2017-05-121-6/+6
* Renamed procdiskio to procioRobert Roth2017-05-123-11/+11
* Set glibtop_proc_diskio.flags.Benoît Dejean2017-02-211-0/+4
* New API to retrieve process io stats, with Linux implementationRobert Roth2017-02-123-1/+68
* When parsing /proc/cpuinfo, ignore paragraphs that do not describe a CPU/core.Benoît Dejean2017-01-281-6/+14
* Use g_ascii_isspace instead of isspace because the later is slower and weBenoît Dejean2017-01-222-2/+2
* Do not cache getpagesize(), it is already.Benoît Dejean2017-01-224-20/+2
* Use a dynamically allocated buffer to read /proc/cpuinfo to handle computersBenoît Dejean2017-01-221-2/+6
* Fixed indentation problemRobert Roth2016-11-271-1/+1
* procstate: Fill in last_processor member on linuxFlorian Müllner2016-11-271-0/+3
* Fix building on musl-libcKylie McClain2016-02-161-2/+2
* glibtop_machine is defined in glibtop.h.Benoit Dejean2015-08-151-2/+0
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
* Define glibtop_machine for Linux as empty because it's not used.Benoît Dejean2015-08-081-5/+1
* No use for glibtop_machine for now, but who knows in the future.Benoit Dejean2015-08-081-5/+2
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-082-2/+0
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-151-1/+1
* Provide stats about shared memory and account Slab as cached.Benoît Dejean2015-07-141-2/+3
* Fixed sscanf format string as arguments are unsigned ints.Benoît Dejean2015-07-101-1/+1
* Add support for linux x.y versioning schemaIonut Biru2015-07-101-1/+5
* Linux >= 3.14 provides a "MemAvailable" field in /proc/meminfo which gives theBenoît Dejean2015-07-101-1/+7
* Update old FSF address.Robert Roth2014-08-2032-63/+63
* Extending the cpu number from 32 to 1024 (bgo #323354, bgo #681632)Jason Xing2013-12-122-2/+4
* Linux cpuinfo count fixed for SMP PPC processors (bgo #621831)Robert Roth2013-12-091-1/+2
* Log error on statvfs failure.Robert Roth2013-12-091-1/+2
* Increased buffersize to be able to hold larger cpuinfo files (bgo #681632)Robert Roth2013-08-221-1/+1
* fsusage: Fix fetching rootfs stats on Fedora 17Cole Robinson2013-01-281-0/+4
* Add missing #include <config.h>Kjartan Maraas2012-01-231-0/+4
* Don't printf a string directly but use %s insteadChristian Persch2009-05-082-2/+2
* Killed debug message.Benoît Dejean2009-05-031-2/+0
* Oops, fix segfault in linux/proc_map.Benoît Dejean2009-05-031-5/+8
* Looks for smaps member using a gperf table instead of usingBenoît Dejean2009-05-034-42/+218
* Don't use sscanf anymore when parsins smaps.Benoît Dejean2009-05-031-1/+70
* Always ignore "none" FS type.Benoît Dejean2009-03-311-0/+2
* r2790 | bdejean | 2009-01-12 19:39:44 +0100 (lun 12 jan 2009) | 3 linesBenoît Dejean2009-02-161-4/+24
* Fixed potential memory leak.Benoît Dejean2009-01-081-6/+6