summaryrefslogtreecommitdiff
path: root/doc/bsnmp-jails.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsnmp-jails.8')
-rw-r--r--doc/bsnmp-jails.86
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bsnmp-jails.8 b/doc/bsnmp-jails.8
index aaa264d..d0aa2ec 100644
--- a/doc/bsnmp-jails.8
+++ b/doc/bsnmp-jails.8
@@ -80,6 +80,12 @@ The number of processes running in the jail.
The number of threads running in the jail.
.It Ar jails.jailTable.jailEntry.jailCpuTime.X
The amount of CPU time (in SNMP time ticks) the jail has used.
+.It Ar jails.jailTable.jailEntry.jailDiskSpace.X
+Amount of disk space taken by this jail. Zero means unknown.
+.It Ar jails.jailTable.jailEntry.jailDiskFiles.X
+Number of files (inodes) in this jail. Zero means unknown.
+.It Ar jails.jailTable.jailEntry.jailResidentSize.X
+The sum of the resident set size (RSS) of all processes in jail. In bytes. An inaccurate representation of memory usage of the jail.
.It Ar jails.jailNetworkFilter
A tcpdump style filter for the network traffic. Only matched traffic
is counted in the jail statistics.