NIO CommKit Host Interface Installation and System Administration Manual

DKSTAT(1M) DKSTAT(1M)
E-37 CommKit Host Interface, Release 4.0
r_enq URP ENQuire characters received. These ENQ characters are transmitted by remote
endpoints whenever a transmitted block is not acknowledged within the expected
interval.
r_ireq Number of URP INITREQ characters received. URP INITREQ characters are received
during circuit initializations or reinitializations.
r_init Number of URP INITn characters received. URP INIT0 and INIT1 characters are
received during circuit initializations or reinitializations.
EXAMPLES
dkstat Prints a complete cumulative summary of the statistics associated with interface 0.
dkstat –s 60 60 Reports a summary of all channel statistics gathered during 60-second intervals over
a period of 1 hour.
dkstat –i1 –c1 120 Provides a 2 minute snapshot of channel 1 (Common Signaling Channel) activity for
interface 1.
FILES
/opt/dk/sbin directory in which this command resides
/dev/dk/ctlX Common Signaling Channel device for interface X
/dev/dk/intf.chan individual channel devices
SEE ALSO
dkdevs(1M), dkhs(7)
DIAGNOSTICS
Any of the following error conditions may be reported by dkstat.
dkstat: Open Failed, no /dev entry for Device
An attempt was made to open Device and no /dev was found. Create the proper /dev entry with
dkdevs(1M) and try again.
dkstat: Open Failed, device Device is marked for EXCLUSIVE use
An attempt was made to open the specified device and the open was refused because Device was
marked EXCLUSIVE by dkhs(7).
dkstat: Open Failed, Interface (Device) is down
dkstat was unable to open the specified device because dkhs(7) indicated the interface was down or
out of service.
dkstat: Open Device, errno = Code
The miscellaneous error described by Code occurred when dkstat attempted to open Device.
dkstat: Ioctl errno = Code
The error described by Code occurred when dkstat attempted to perform the statistics gathering ioctl
Ioctl.
BUGS
No provision has been made for statistics counters that wrap past zero during a gathering interval.