Ting-Wei Lan a206cfc728 freebsd: rework system memory usage
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.
2015-07-03 22:42:07 +08:00
2014-08-20 04:44:27 +03:00
2015-06-26 02:57:42 +03:00
2007-01-11 20:35:33 +00:00
2015-07-01 22:01:19 +00:00
2007-01-11 20:35:33 +00:00
2015-06-26 02:57:41 +03:00
2005-12-12 09:38:15 +00:00
2004-11-22 11:13:24 +00:00
2015-06-26 02:57:41 +03:00
2009-02-16 23:05:34 +00:00
2014-08-20 04:44:27 +03:00
2005-03-31 12:05:52 +00:00
2014-07-31 21:05:19 +02:00
2004-11-18 21:25:22 +00:00
2014-08-20 04:44:27 +03:00
2011-03-01 13:54:53 +01:00
2015-06-22 22:43:35 +03:00
1999-10-18 19:58:36 +00:00

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
A library for collecting system monitoring data
Readme 6.2 MiB
Languages
C 87.9%
Shell 6.9%
M4 2.7%
Makefile 1.1%
Perl 0.9%
Other 0.5%