summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-01-21 15:49:01 +0000
committerStef Walter <stef@memberwebs.com>2009-01-21 15:49:01 +0000
commitdcc4fbe0b1576d44fcc0f1417e13c11793efab84 (patch)
tree7c75c1a0217ba11fcbeccbb8ab2334fb1b1ad847 /doc
parentbb70d99ab02abfc840d6346799af5a3a9e616bb8 (diff)
Remove jailResidentSize which was inaccurate
Diffstat (limited to 'doc')
-rw-r--r--doc/JAILS-MIB.txt11
-rw-r--r--doc/bsnmp-jails.82
2 files changed, 1 insertions, 12 deletions
diff --git a/doc/JAILS-MIB.txt b/doc/JAILS-MIB.txt
index 0b07843..26eb92f 100644
--- a/doc/JAILS-MIB.txt
+++ b/doc/JAILS-MIB.txt
@@ -75,8 +75,7 @@ JailEntry ::=
jailThreads Integer32,
jailCpuTime TimeTicks,
jailDiskSpace Counter64,
- jailDiskFiles Counter64,
- jailResidentSize Counter64
+ jailDiskFiles Counter64
}
jailIndex OBJECT-TYPE
@@ -156,12 +155,4 @@ jailDiskFiles OBJECT-TYPE
DESCRIPTION "Number of files (inodes) in this jail. Zero means unknown."
::= { jailEntry 31 }
-jailResidentSize OBJECT-TYPE
- SYNTAX Counter64
- MAX-ACCESS read-only
- STATUS current
- DESCRIPTION "The sum of the resident set size (RSS) of all processes in jail. An inaccurate representation of memory usage of the jail."
- ::= { jailEntry 40 }
-
-
END
diff --git a/doc/bsnmp-jails.8 b/doc/bsnmp-jails.8
index ac3a4e1..0faea63 100644
--- a/doc/bsnmp-jails.8
+++ b/doc/bsnmp-jails.8
@@ -84,8 +84,6 @@ The amount of CPU time (in SNMP time ticks) the jail has used.
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.