diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-30 01:03:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-30 01:03:32 +0000 |
commit | 04c9a664cb6f834b40cf21be6352478a44711af5 (patch) | |
tree | 52aa1bd5860d3bfdd94175ce4a2ac09e67e8ba6d /sysutils/Makefile | |
parent | 9545b8271c851830a3e9f2eae27bcc0c689d6b81 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=105659
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 2d2d687d09b2..1b8b92bce178 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -164,6 +164,7 @@ SUBDIR += jailer SUBDIR += jailutils SUBDIR += jdiskreport + SUBDIR += jtop SUBDIR += k3b SUBDIR += kcpuload SUBDIR += kcube |