Skip to main content

SystemNetworkStats.bytes_recv

SystemNetworkStats.bytes_recv: int
Total bytes received during the invocation.

SystemNetworkStats.bytes_sent

SystemNetworkStats.bytes_sent: int
Total bytes sent during the invocation.

SystemNetworkStats.packets_recv

SystemNetworkStats.packets_recv: int
Total packets received during the invocation.

SystemNetworkStats.packets_sent

SystemNetworkStats.packets_sent: int
Total packets sent during the invocation.

SystemNetworkStats.peak_bytes_recv_per_sec

SystemNetworkStats.peak_bytes_recv_per_sec: int
Peak bytes/sec received during the invocation.

SystemNetworkStats.peak_bytes_sent_per_sec

SystemNetworkStats.peak_bytes_sent_per_sec: int
Peak bytes/sec sent during the invocation.

SystemNetworkStats.peak_packets_recv_per_sec

SystemNetworkStats.peak_packets_recv_per_sec: int
Peak packets/sec received during the invocation.

SystemNetworkStats.peak_packets_sent_per_sec

SystemNetworkStats.peak_packets_sent_per_sec: int
Peak packets/sec sent during the invocation.