System Statistics
During the server (the hcpd daemon) processing, The traffic and the access statistics and status are recorded periodically (approximately every 10 second).
Column Name | Description |
---|---|
Date_Time | Recorded date and time |
Tx | Transmitting data size (byte) |
Rx | Receiving data size (byte) |
AcqTx | Acquired transmitting bandwidth (byte) |
AcqRx | Acquired receiving bandwidth (byte) |
Conn | The number of incoming connections |
TCPConn | The number of incoming TCP connections |
HpFPConn | The number of incoming HpFP connections |
UserConn | The number of incoming users |
WorkConn | The number of processing connections |
WorkTCPConn | The number of processing TCP connections |
WorkHpFPConn | The number of processing HpFP connections |
The date and time when this record was created is recorded in Date_Time in the following format.
yyyy/mm/dd HH:MM::SS.uuuuuu (described by microsecond)
The number of data (byte) which has been transmitted on the transport layer before this record is created is recorded in Tx (difference).
The number of data (byte) which has been received on the transport layer before this record is created is recorded in Rx (difference).
The transmitting bandwidth (byte) which has been acquired on the transport layer before this record is created is recorded in AcqTx (difference).
The receiving bandwidth (byte) which has been acquired on the transport layer before this record is created is recorded in AcqRx (difference).
The number of incoming connections which has been connected before this record is logged is recorded in Conn (difference).
The number of incoming TCP connections which has been connected before this record is logged is recorded in TCPConn (difference).
The number of incoming HpFP connections which has been connected before this record is logged is recorded in HpFPConn (difference).
The number of incoming users which has been connected before this record is logged is recorded in UserConn (difference).
The number of processing communications at the time is recorded in WorkConn (present value).
The number of processing TCP communications at the time is recorded in WorkTCPConn (present value).
The number of processing HpFP communications at the time is recorded in WorkHpFPConn (present value).
--Example:--Date_Time, Tx (bytes), Rx (bytes), AcqTx (bytes), AcqRx (bytes), Conn, TCPConn, HpFPConn, UserConn, WorkConn, WorkTCPConn, WorkHpFPConn2018/07/05 18:17:40.657653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 02018/07/05 18:17:50.666458, 4624, 5688, 4624, 5696, 2, 1, 1, 1, 1, 0, 12018/07/05 18:17:52.910125, 2624, 4120, 2624, 4124, 0, 0, 0, 1, 0, 0, 0--