summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-069-179/+1
* Revert "Handle LVM and RAID"Michael Catanzaro2020-11-064-219/+34
* Revert "Code clean up and add example"Michael Catanzaro2020-11-066-76/+14
* 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-046-14/+76
* Handle LVM and RAIDJames Dominic P. Guana2020-11-044-34/+219
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-049-1/+179
* Support FreeBSD 13.0-CURRENT >= 1300062 vm_map_entryNeel Chauhan2019-12-151-0/+16
* freebsd: Support laundry memory and ZFS ARCTing-Wei Lan2018-10-251-2/+18
* 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
* Fix build on freebsd and darwin.Benoît Dejean2018-03-072-0/+2
* Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.Benoît Dejean2018-03-072-2/+2
* Fix darwin build by adding dummy proc_io implementation.Benoît Dejean2018-02-113-1/+47
* Regenerate with gperf-3.1.Benoît Dejean2017-08-311-21/+14
* Fix build for FreeBSD 11.1.Benoit Dejean2017-07-291-0/+37
* Merge branch 'wip/diskio'Robert Roth2017-05-2310-1/+216
|\
| * Implement disk_rbytes and disk_wbytes for FreeBSD.Benoit Dejean2017-05-201-1/+38
| * Prepended disk io struct fields with disk_ prefixRobert Roth2017-05-121-6/+6
| * Renamed procdiskio to procioRobert Roth2017-05-1210-31/+31
| * Add dummy proc_diskio implementation for FreeBSD.Benoit Dejean2017-02-253-0/+45
| * Set glibtop_proc_diskio.flags.Benoît Dejean2017-02-211-0/+4
| * New API to retrieve process io stats, with Linux implementationRobert Roth2017-02-127-1/+130
* | Add NULL pointer checker (bug found with scan-build).Benoît Dejean2017-05-011-1/+1
|/
* 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
* freebsd: Support GLIBTOP_IF_FLAGS_WIRELESS in netloadTing-Wei Lan2016-08-201-0/+17
* freebsd: Rewrite netload implementation with getifaddrs and ioctlGleb Smirnoff2016-08-201-176/+129
* Fix building on musl-libcKylie McClain2016-02-161-2/+2
* openbsd: only PID 1 is special (init)Antoine Jacoutot2016-01-121-5/+2
* Add various headers to unbreak compilationJasper Lievisse Adriaanse2015-12-114-0/+7
* PROT_EXECUTE -> PROT_EXECJasper Lievisse Adriaanse2015-12-111-1/+1
* Fix compilation because glibtop_machine definition has moved.Jasper Lievisse Adriaanse2015-12-112-1/+3
* Fix Darwin build.Benoît Dejean2015-08-182-0/+4
* Fix compilation because glibtop_machine definition has moved.Benoit Dejean2015-08-152-0/+3
* glibtop_machine is defined in glibtop.h.Benoit Dejean2015-08-1510-20/+0
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
* server->machine is now a pointer, so propagate the change from . to ->.Benoît Dejean2015-08-0875-322/+322
* Define glibtop_machine for Linux as empty because it's not used.Benoît Dejean2015-08-081-5/+1
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-0814-43/+43
* No use for glibtop_machine for now, but who knows in the future.Benoit Dejean2015-08-081-5/+2
* Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.Benoit Dejean2015-08-081-0/+3
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-0826-50/+0
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60