diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-13 16:05:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-13 16:05:40 +0800 |
commit | e8b8d42a778de4a61a20fea4861f9d9c996865f2 (patch) | |
tree | 3a96a097e470aa86d9f45f0eac84a2e9028b706c /sysutils/slmon/pkg-descr | |
parent | 53ca9397673942b520d9378932d69d67707a239b (diff) | |
download | freebsd-ports-gnome-e8b8d42a778de4a61a20fea4861f9d9c996865f2.tar.gz freebsd-ports-gnome-e8b8d42a778de4a61a20fea4861f9d9c996865f2.tar.zst freebsd-ports-gnome-e8b8d42a778de4a61a20fea4861f9d9c996865f2.zip |
add slmon
S-Lang System Monitor
Diffstat (limited to 'sysutils/slmon/pkg-descr')
-rw-r--r-- | sysutils/slmon/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/slmon/pkg-descr b/sysutils/slmon/pkg-descr new file mode 100644 index 000000000000..bc54450ea6ce --- /dev/null +++ b/sysutils/slmon/pkg-descr @@ -0,0 +1,9 @@ +SLmon is a tool for monitoring system's performance. It displays results +using nice and (hopefully) readable text-based UI. Currently monitored are: + + - CPU load (SMP is supported) + - memory (including swap) + - uptime, date and time + - number of logged in users + +WWW: http://slmon.sourceforge.net/ |