This a perl wrapper to "top(1)" that gets its output and maps pids to jails.
The wrapper takes all "top(1)" options and passed then to the "top(1)" if some specified. When no options specified the wrapper uses default options.
No additional software or tools like "jailer(8)" needed.
This is only available for FreeBSD.
Like any other piece of software the library comes with NO WARRANTY.
or
or
or
To be able to use this library use the following headers:
(C) 2000-2004 Pavel Novikov (pavel at ext.by)
DOWNLOAD
INSTALL
tar xvzf jtop-1.0.tar.gz
cd jtop-1.0
make install
tar xvzf jtop-1.0.tar.gz
cd jtop-1.0
make install
DEINSTALL
tar xvzf jtop-1.0.tar.gz
cd jtop-1.0
make deinstall
tar xvzf jtop-1.0.tar.gz
cd jtop-1.0
make deinstall
USAGE
./jtop.pl [<top options>] [lj|long_jails] [ll|long_lines] [b|batch] [<delay in seconds>] [i|install]
<top options> - top(1) options to be passed to
lj|long_jails - use full jail hostnames
ll|long_lines - do not cut long lines
b|batch - print the top output just once
<delay in seconds> - delay between screen redraws, default is 2 seconds
i|install - install Term::ReadKey from ports