New port: sysutils/jruls
A top-alike utility to display and update FreeBSD jails resource usage, given RACCT/RCTL is enabled with kern.racct.enable=1 loader tunable. WWW: https://github.com/606u/jruls PR: 232994 Submitted by: 606u@dir.bg
This commit is contained in:
parent
9ca79497dc
commit
f83f55b02e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489892
@ -543,6 +543,7 @@
|
||||
SUBDIR += jkill
|
||||
SUBDIR += jobd
|
||||
SUBDIR += jps
|
||||
SUBDIR += jruls
|
||||
SUBDIR += jstest-gtk
|
||||
SUBDIR += jtop
|
||||
SUBDIR += jtopen
|
||||
|
23
sysutils/jruls/Makefile
Normal file
23
sysutils/jruls/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jruls
|
||||
PORTVERSION= 0.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= 606u@dir.bg
|
||||
COMMENT= Display and update FreeBSD jails resource usage
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= 606u
|
||||
|
||||
PLIST_FILES= bin/jruls
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jruls ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/jruls/distinfo
Normal file
3
sysutils/jruls/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1541361410
|
||||
SHA256 (606u-jruls-v0.2_GH0.tar.gz) = e6d96d72c55541521274194a29e99f111617b2a8a9024d7de99a232324f1a57e
|
||||
SIZE (606u-jruls-v0.2_GH0.tar.gz) = 4063
|
4
sysutils/jruls/pkg-descr
Normal file
4
sysutils/jruls/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A top-alike utility to display and update FreeBSD jails resource usage,
|
||||
given RACCT/RCTL is enabled with kern.racct.enable=1 loader tunable.
|
||||
|
||||
WWW: https://github.com/606u/jruls
|
Loading…
Reference in New Issue
Block a user