diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-09 15:32:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-09 15:32:10 +0800 |
commit | 8cfceead66ae0561462320b8b523eaac7086c68b (patch) | |
tree | f3a5923c56493bd00499c08995a4e823fbec24e1 /sysutils/top/pkg-descr | |
parent | 9801f7b7f5fa96607ad9850795234bfe6f53c9d0 (diff) | |
download | freebsd-ports-gnome-8cfceead66ae0561462320b8b523eaac7086c68b.tar.gz freebsd-ports-gnome-8cfceead66ae0561462320b8b523eaac7086c68b.tar.zst freebsd-ports-gnome-8cfceead66ae0561462320b8b523eaac7086c68b.zip |
Add sysutils/top back into the tree
As the first step in updating this popular program, I am
releasing the current copy of the source for top 3.5. In
the coming weeks this should become the final 3.5 release.
Beta13 includes updated modules for freebsd, linux, and
AIX.
Included are all patches for FreeBSD 4.7 - 5.2 so that this version
can be used as a drop-in replacement for the base versions (use
TOP_OVERWRITE_BASE=yes)
Diffstat (limited to 'sysutils/top/pkg-descr')
-rw-r--r-- | sysutils/top/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/top/pkg-descr b/sysutils/top/pkg-descr new file mode 100644 index 000000000000..55b0704bda0d --- /dev/null +++ b/sysutils/top/pkg-descr @@ -0,0 +1,8 @@ +Top displays the top processes on the system and periodically +updates this information. If standard output is an intelligent +terminal (see below) then as many processes as will fit on the +terminal screen are displayed by default. Otherwise, a good +number of them are shown (around 20). Raw cpu percentage is used +to rank the processes. + +WWW: http://www.groupsys.com/top/ |