]> granicus.if.org Git - procps-ng/commit
top: add the field 'USED' to top's existing repertoire
authorJim Warner <james.warner@comcast.net>
Thu, 28 Feb 2013 06:00:00 +0000 (00:00 -0600)
committerJaromir Capik <jcapik@redhat.com>
Fri, 1 Mar 2013 13:25:31 +0000 (14:25 +0100)
commit709785e20bd19dc28546d19c45bb7444a56f88b9
tree5ec429f1e27e66e29eb05f1ed13d297d467f5724
parent9dd7251ca3bbe04d0990d684bbb3dbfc274dcfea
top: add the field 'USED' to top's existing repertoire

After revisiting the issue of a new field, combining 2
existing fields (RES and SWAP), I've decided it indeed
makes sense. After all, with the vastly expanded field
capability and the ease of adding new fields, it would
save some precious horizontal screen real estate while
also eliminating some mental/manual user calculations.

(everything is perfectly justified plus right margins)
(are completely filled, but of course it must be luck)

Reference(s):
http://www.freelists.org/post/procps/top-enhancements-i-hope
http://www.freelists.org/post/procps/top-regression-reports

Signed-off-by: Jim Warner <james.warner@comcast.net>
 top/top.1     |   23 ++++++++++++++---------
 top/top.c     |   14 ++++++++++++--
 top/top.h     |    6 ++++++
 top/top_nls.c |    3 +++
 4 files changed, 35 insertions(+), 11 deletions(-)
top/top.1
top/top.c
top/top.h
top/top_nls.c