Network manager statistics table (PINETMGRSTATS)
- Last UpdatedJan 13, 2023
- 2 minute read
- PI System
- PI Server
The PI Network Manager statistics table (PINETMGRSTATS) displays information on active connections as well as some information specific to PI Network Manager.
The table name is PINetMgrStats. The connection ID is assigned based on order of connection. Since connection names are not required to be unique, the ID is the primary key. This table is read-only.
|
PINETMGRSTATS Attributes |
Description |
|
ID |
Connection ID. This is the primary key. |
|
Name |
Connection name. |
|
Operating System information |
|
|
OSBuild |
Operating system build. |
|
OSSysName |
Operating system name. |
|
OSUser |
Operating system user. |
|
OSVersion |
Operating system version. |
|
PID |
The ID of the process that made the connection. This is applicable to all entries besides pinetmgr. |
|
PIPath |
Data Archive root directory on the server. This item is the same for all connections. |
|
Network-level data |
|
|
ConStatus |
Connection status. |
|
ConTime |
Time connection was established. |
|
BytesRecv |
Bytes received by the connection. |
|
BytesSent |
Bytes sent by the connection. |
|
MsgRecv |
Messages received by connection. |
|
MsgSent |
Messages sent by connection. |
|
PeerPort |
The port being used by the remote process for the connection to PI Network Manager. This information is especially useful when troubleshooting firewalls and network routing. |
|
PeerAddress |
IP address of connecting machine. |
|
PeerName |
Host name of connecting machine. A timeout parameter DoRDNSForMessaging needs to be set to 1 in order for piconfig to view this attribute. You must stop and restart Data Archive for the change of DoRDNSForMessaging to be effective. |
|
RecvErrors |
Number of receive errors on the connection. |
|
SendErrors |
Number of send errors on the connection. |
|
NetType |
Connection network type WIN32 named pipes, UNIX, or TCP/IP. |
|
ElapsedTime |
The number of seconds that the connection was active. |
|
pinetmgr only |
|
|
APICount |
The number of API connections that are connected to the Data Archive server. |
|
IsStandAlone |
1 if the server is in standalone mode, 0 if it is not. piconfig does not have access to this attribute. You can view it only with the Network Manager Statistics tool in SMT. |
|
IsTCPListenerOpen |
1 if PI Network Manager is accepting requests via TCP, 0 if it is not. piconfig does not have access to this attribute. You can view it only with the Network Manager Statistics tool in SMT. |
|
NumConnections |
The number of SDK and API connections to PI Network Manager. piconfig does not have access to this attribute. You can view it only with the Network Manager Statistics tool in SMT. |
|
SDKCount |
The number of SDK connections. |
|
ServerID |
Internal ID of the server. |
|
Protocol information |
|
|
PI Version |
Version of PI Network Manager. |
|
ConType |
Connection type:
|
|
ProtocolVersion |
PI Protocol version of connecting application. |
|
LastCall |
The timestamp for the time that the last call was made to the Data Archive server by that connection. |
|
Licensing |
|
|
RegAppID |
The public ID for a particular application. |
|
RegAppName |
Registered application name. |
|
RegAppType |
Application type: PIService, PIUtility, ServerApp, OSIInterface, OSISDKApp. |
|
Trust information |
|
|
Trust |
The name of the trust that is in use by the connection. |
|
User |
The user that the connection is logged in with. |