This a perl wrapper to "ps(1)" that gets its output and maps pids to jails.
The wrapper takes all "ps(1)" options and passed then to the "ps(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 jps-1.0.tar.gz
cd jps-1.0
make install
tar xvzf jps-1.0.tar.gz
cd jps-1.0
make install
DEINSTALL
tar xvzf jps-1.0.tar.gz
cd jps-1.0
make deinstall
tar xvzf jps-1.0.tar.gz
cd jps-1.0
make deinstall
USAGE
./jps.pl [<ps options>] [lj|long_jails] [ll|long_lines] [i|install]
<ps options> - ps(1) options to be passed to
lj|long_jails - use full jail hostnames
ll|long_lines - do not cut long lines
i|install - install Term::ReadKey from ports