na.hostmem2 manual page
Table of Contents

NAME

na.hostmem2 - network memory buffer pool usage and statistics (for Solaris 2.x)

DESCRIPTION

na.hostmem reports usage and utilization statistics for the memory buffer pool used by the network routines. These statistics include streams allocation, mbuf usage, etc.

A reporting interval is specified by the management application. If a reporting interval is not specified, the agent sends a report every 30 seconds.

ATTRIBUTES

The SunOS 5.x version of na.hostmem2 has one attribute group, streams.

The streams group reports information about streams usage.

strused - number of used streams (gauge) strfree - number of free streams (gauge) str% - percentage of used streams (gauge) strcum - cumulative number of streams allocated (counter) strfail - number of streams allocation failures (counter) qused - number of used queues (gauge)
qfree - number of free queues (gauge)
q% - percentage of used queues (gauge)
qcum - cumulative number of queues allocated (counter) qfail - number of queue allocation failures (counter) msgused - used msgs
msgfree - free msgs
msg% - percent used msgs
msgcum - cumulative msgs allocated
msgfail - msgs allocation failures
lblkused - used linkblks
lblkfree - free linkblks
lblk% - percent used linkblks
lblkcum - cumulative linkblks allocated
lblkfail - linkblks allocation failures
streveused - used strevents
strevefree - free strevents
streve% - percent used strevents
strevecum - cumulative strevents allocated strevefail - strevents allocation failures

OPTIONS

None.

ERRORS

can't read kernel memory
The agent uid does not have permission to read kernel memory, /dev/kmem. Run the agent as root (default case if agent started by inetd (1M) ), or give read permission to the uid the agent is running under. The error message can also occur if the agent can't find or read the file containing the kernel namelist.


Table of Contents