diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-30 05:10:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-30 05:10:57 +0800 |
commit | fd1273eb93fc4c68bb7df3f738bc5edf6aeff574 (patch) | |
tree | 1d2a22ead31c64116be60e2976964e5323dc218b /sysutils/Makefile | |
parent | 1d9c6fba5830350c1012a8cd0e7c3a347297451d (diff) | |
download | freebsd-ports-gnome-fd1273eb93fc4c68bb7df3f738bc5edf6aeff574.tar.gz freebsd-ports-gnome-fd1273eb93fc4c68bb7df3f738bc5edf6aeff574.tar.zst freebsd-ports-gnome-fd1273eb93fc4c68bb7df3f738bc5edf6aeff574.zip |
New port: sysutils/nctop
nctop is a remote system monitor for unix hosts.
It is a client/server-application using UDP-packets to
receive the information of the hosts running the daemon and
listed in the clients configuration file. For each host
the client displays a line containing:
* hostname
* load averages
* cpu states (sys/user/idle)
* real memory usage (used/free/total)
* number of users currently logged in
WWW: http://www.rz.uni-karlsruhe.de/~hj28/
PR: ports/84521
Submitted by: Ralf Becker <ralf@akk.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index be32dfb41587..0c6987e3a2d0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -328,6 +328,7 @@ SUBDIR += muse SUBDIR += nagios-statd SUBDIR += nautilus-cd-burner + SUBDIR += nctop SUBDIR += ndir SUBDIR += netdump-server SUBDIR += newportsversioncheck |