After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324769 - Absolute memory usage in Multiload
Absolute memory usage in Multiload
Status: RESOLVED DUPLICATE of bug 324048
Product: gnome-applets
Classification: Other
Component: multiload
2.13.x
Other All
: Normal minor
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-22 04:29 UTC by John Richard Moser
Modified: 2005-12-22 08:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Test patch 1 (884 bytes, patch)
2005-12-22 04:31 UTC, John Richard Moser
none Details | Review

Description John Richard Moser 2005-12-22 04:29:27 UTC
The multiload applet shows memory usage in a retarded form that gives useless
information.  Particularly, it shows how far you've got into filling up disk
cache; and what percent of memory is used total versus how much is disk cache.

The Linux operating system keeps memory 100% full; thus, this pretty much shows
you how far the oil has gotten through the engine after start-up.  Percentages
also may be less useful than absolutes in many cases.

The below format is currently used:

 Memory:
 u% used of which
 c% is cache

Notice that 'u' will typically approach and maintain near 100.  I have suggested
the following format:

 Memory:
 PMiB program memory
 CMiB disk cache

The 'P' value is the absolute usage of program memory, calculated as (U - C).  A
more useful format may also be:

 Memory:
 PMiB programs (p%)
 CMiB cache (c%)

This is a simpler form which shows the percentages, but also simply states how
much memory is used by "programs" and how much is used for "cache."

Other information:
Comment 1 John Richard Moser 2005-12-22 04:31:11 UTC
Created attachment 56281 [details] [review]
Test patch 1

Diff for 2.12.2 that changes to absolute as given by the first suggestion.

NOTE:  THIS PATCH IS UNTESTED
Comment 2 Benoît Dejean 2005-12-22 08:29:34 UTC

*** This bug has been marked as a duplicate of 324048 ***