a206cfc72822ab45d19d9700ccb348fa1cd290d9
Change the value of memory usage from: Used = Wired Free = Total - Wired Shared = 0 Buffer = 0 Cached = Cache User = Wired - Cache Locked = Not Supported To: Used = Total - Free Free = Free Shared = 0 Buffer = Buf Cached = Cache User = Active + Wired Locked = Not Supported The left-hand side means fields in the glibtop_mem struct and the right-hand side means the value showed by `top' command. This change should make the value showed by gnome-system-monitor, which uses `User' field, become closer to the real memory usage. All sysctlbyname code in sysdeps/freebsd/mem.c has been moved to separate functions to make the code cleaner.
LATEST NEWS: =========== Please look also in the file 'NEWS' for latest news. Martin ChangeLogs: ========== LibGTop has many ChangeLogs files. The following files are the the most important : - ChangeLog is the main ChangeLog. - sysdeps/<arch>/ChangeLog is the ChangeLog for arch specific changes. - sysdeps/common/ChangeLog is the ChangeLog for common changes (shared implementation between archs). Benoît
Description
Languages
C
87.9%
Shell
6.9%
M4
2.7%
Makefile
1.1%
Perl
0.9%
Other
0.5%