Skip to main content

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 NameDescription
Date_TimeRecorded date and time
TxTransmitting data size (byte)
RxReceiving data size (byte)
AcqTxAcquired transmitting bandwidth (byte)
AcqRxAcquired receiving bandwidth (byte)
ConnThe number of incoming connections
TCPConnThe number of incoming TCP connections
HpFPConnThe number of incoming HpFP connections
UserConnThe number of incoming users
WorkConnThe number of processing connections
WorkTCPConnThe number of processing TCP connections
WorkHpFPConnThe 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--