| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate with gperf-3.1. | Benoît Dejean | 2017-08-31 | 1 | -21/+14 |
* | Fix build for FreeBSD 11.1. | Benoit Dejean | 2017-07-29 | 1 | -0/+37 |
* | Merge branch 'wip/diskio' | Robert Roth | 2017-05-23 | 10 | -1/+216 |
|\ |
|
| * | Implement disk_rbytes and disk_wbytes for FreeBSD. | Benoit Dejean | 2017-05-20 | 1 | -1/+38 |
| * | Prepended disk io struct fields with disk_ prefix | Robert Roth | 2017-05-12 | 1 | -6/+6 |
| * | Renamed procdiskio to procio | Robert Roth | 2017-05-12 | 10 | -31/+31 |
| * | Add dummy proc_diskio implementation for FreeBSD. | Benoit Dejean | 2017-02-25 | 3 | -0/+45 |
| * | Set glibtop_proc_diskio.flags. | Benoît Dejean | 2017-02-21 | 1 | -0/+4 |
| * | New API to retrieve process io stats, with Linux implementation | Robert Roth | 2017-02-12 | 7 | -1/+130 |
* | | Add NULL pointer checker (bug found with scan-build). | Benoît Dejean | 2017-05-01 | 1 | -1/+1 |
|/ |
|
* | When parsing /proc/cpuinfo, ignore paragraphs that do not describe a CPU/core. | Benoît Dejean | 2017-01-28 | 1 | -6/+14 |
* | Use g_ascii_isspace instead of isspace because the later is slower and we | Benoît Dejean | 2017-01-22 | 2 | -2/+2 |
* | Do not cache getpagesize(), it is already. | Benoît Dejean | 2017-01-22 | 4 | -20/+2 |
* | Use a dynamically allocated buffer to read /proc/cpuinfo to handle computers | Benoît Dejean | 2017-01-22 | 1 | -2/+6 |
* | Fixed indentation problem | Robert Roth | 2016-11-27 | 1 | -1/+1 |
* | procstate: Fill in last_processor member on linux | Florian Müllner | 2016-11-27 | 1 | -0/+3 |
* | freebsd: Support GLIBTOP_IF_FLAGS_WIRELESS in netload | Ting-Wei Lan | 2016-08-20 | 1 | -0/+17 |
* | freebsd: Rewrite netload implementation with getifaddrs and ioctl | Gleb Smirnoff | 2016-08-20 | 1 | -176/+129 |
* | Fix building on musl-libc | Kylie McClain | 2016-02-16 | 1 | -2/+2 |
* | openbsd: only PID 1 is special (init) | Antoine Jacoutot | 2016-01-12 | 1 | -5/+2 |
* | Add various headers to unbreak compilation | Jasper Lievisse Adriaanse | 2015-12-11 | 4 | -0/+7 |
* | PROT_EXECUTE -> PROT_EXEC | Jasper Lievisse Adriaanse | 2015-12-11 | 1 | -1/+1 |
* | Fix compilation because glibtop_machine definition has moved. | Jasper Lievisse Adriaanse | 2015-12-11 | 2 | -1/+3 |
* | Fix Darwin build. | Benoît Dejean | 2015-08-18 | 2 | -0/+4 |
* | Fix compilation because glibtop_machine definition has moved. | Benoit Dejean | 2015-08-15 | 2 | -0/+3 |
* | glibtop_machine is defined in glibtop.h. | Benoit Dejean | 2015-08-15 | 10 | -20/+0 |
* | Implement glibtop_map_entry Pss and Swap. | Benoit Dejean | 2015-08-15 | 3 | -35/+32 |
* | server->machine is now a pointer, so propagate the change from . to ->. | Benoît Dejean | 2015-08-08 | 75 | -322/+322 |
* | Define glibtop_machine for Linux as empty because it's not used. | Benoît Dejean | 2015-08-08 | 1 | -5/+1 |
* | Turn glibtop::machine from a value to a pointer, allocated on init. | Benoit Dejean | 2015-08-08 | 14 | -43/+43 |
* | No use for glibtop_machine for now, but who knows in the future. | Benoit Dejean | 2015-08-08 | 1 | -5/+2 |
* | Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE. | Benoit Dejean | 2015-08-08 | 1 | -0/+3 |
* | Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs... | Benoit Dejean | 2015-08-08 | 26 | -50/+0 |
* | Don't include the ':' in smaps keys. | Benoit Dejean | 2015-08-08 | 3 | -62/+60 |
* | More debug messages to trace euid/egid changes. | Benoit Dejean | 2015-08-08 | 1 | -0/+4 |
* | Add some debug code to trace effective GID changes. | Benoit Dejean | 2015-08-08 | 1 | -0/+4 |
* | Don't install glibtop_private.h. | Benoit Dejean | 2015-07-18 | 1 | -1/+3 |
* | Fix utime/stime/cutime/cstime computation. | Benoit Dejean | 2015-07-18 | 1 | -7/+16 |
* | Do the math correctly to avoid loss of precision for rtime. | Benoit Dejean | 2015-07-18 | 1 | -3/+1 |
* | Rework logic by turning two dark while into fors. | Benoit Dejean | 2015-07-15 | 1 | -28/+20 |
* | Print message to stderr at once, to avoid mixups. | Benoit Dejean | 2015-07-15 | 1 | -27/+29 |
* | Check getloadavg() return value and call the function directly | Benoit Dejean | 2015-07-15 | 1 | -7/+2 |
* | Convert lots of fprintf(stderr, ...) to glibtop_debug*(). | Benoit Dejean | 2015-07-15 | 1 | -3/+1 |
* | Define glibtop_debug(_r) as macros, eventually calling real C function. | Benoit Dejean | 2015-07-15 | 1 | -1/+1 |
* | Print client and server pids in messages. | Benoit Dejean | 2015-07-15 | 1 | -2/+11 |
* | Add a level (DEBUG, WARNING, ERROR) to printing functions. | Benoit Dejean | 2015-07-15 | 1 | -8/+31 |
* | Add proper (and private) debug functions glibtop_debug* | Benoit Dejean | 2015-07-15 | 1 | -0/+19 |
* | For processes with threads, only reports the pid once. | Benoit Dejean | 2015-07-15 | 1 | -0/+12 |
* | Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g. | Benoit Dejean | 2015-07-15 | 13 | -13/+13 |
* | Provide stats about shared memory and account Slab as cached. | Benoît Dejean | 2015-07-14 | 1 | -2/+3 |