summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* More debug messages to trace euid/egid changes.Benoit Dejean2015-08-081-0/+4
* Add some debug code to trace effective GID changes.Benoit Dejean2015-08-081-0/+4
* Don't install glibtop_private.h.Benoit Dejean2015-07-181-1/+3
* Fix utime/stime/cutime/cstime computation.Benoit Dejean2015-07-181-7/+16
* Do the math correctly to avoid loss of precision for rtime.Benoit Dejean2015-07-181-3/+1
* Rework logic by turning two dark while into fors.Benoit Dejean2015-07-151-28/+20
* Print message to stderr at once, to avoid mixups.Benoit Dejean2015-07-151-27/+29
* Check getloadavg() return value and call the function directlyBenoit Dejean2015-07-151-7/+2
* Convert lots of fprintf(stderr, ...) to glibtop_debug*().Benoit Dejean2015-07-151-3/+1
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-151-1/+1
* Print client and server pids in messages.Benoit Dejean2015-07-151-2/+11
* Add a level (DEBUG, WARNING, ERROR) to printing functions.Benoit Dejean2015-07-151-8/+31
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-151-0/+19
* For processes with threads, only reports the pid once.Benoit Dejean2015-07-151-0/+12
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-1513-13/+13
* 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
* freebsd: rework system memory usageTing-Wei Lan2015-07-031-28/+39
* Implement dev/inode for mapped files on ZFS.Benoit Dejean2015-06-261-1/+39
* Split the code that works only with UFS inode. Will ease new code for ZFS.Benoit Dejean2015-06-261-2/+20