diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 09:03:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 09:03:32 +0800 |
commit | 7fcb0bfdb53616f74e540063bca5e08d17ec25f4 (patch) | |
tree | 42e3c573c468d7095f256e79edad9bf343de339e /sysutils/jtop/pkg-descr | |
parent | e76d6252baadea5eb1e58fe609831dfbff082b25 (diff) | |
download | freebsd-ports-gnome-7fcb0bfdb53616f74e540063bca5e08d17ec25f4.tar.gz freebsd-ports-gnome-7fcb0bfdb53616f74e540063bca5e08d17ec25f4.tar.zst freebsd-ports-gnome-7fcb0bfdb53616f74e540063bca5e08d17ec25f4.zip |
Add jtop, 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.
WWW: http://ext.by/jtop/
PR: ports/64812
Submitted by: Pavel Novikov <pavel@ext.by>
Diffstat (limited to 'sysutils/jtop/pkg-descr')
-rw-r--r-- | sysutils/jtop/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/jtop/pkg-descr b/sysutils/jtop/pkg-descr new file mode 100644 index 000000000000..ba2e933a1af1 --- /dev/null +++ b/sysutils/jtop/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://ext.by/jtop/ |