Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Commit c85a5cf5 changed the definition to use guint64 rather than
gulong, but did not update the declaration in netspeed.h to match.
|
|
|
|
|
|
|
|
|
|
|
|
to avoid continuity issue when changing the update interval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- tab to spaces
- fix some indents
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Fix #171
|