Subsystem Statistics table (PISUBSYSSTATS)
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
The PI Subsystem Statistics table shows detailed subsystem statistics. This read-only table also requires subsystem specification. The table name is PISubSysStats. For example, to view statistics for pisnapss enter the following command:
piconfig> @table pisubsysstats,pisnapss
|
PISubSysStats Attributes |
Description |
|
PISubsysName |
Subsystem name. |
|
BytesRecv |
Number of bytes received since startup. |
|
BytesSent |
Number of bytes sent since startup. |
|
MsgRecv |
Number of messages received since startup. |
|
MsgSent |
Number of messages sent since startup. |
|
RecvErrors |
Number of receive errors since startup. |
|
SendErrors |
Number of send errors since startup. |
|
StartTime |
Subsystem startup time. |
The bytes and messages received and sent refer to all inter-process communications.