Click or drag to resize

NetworkStatisticInfoBytesTotalPerSec Property

Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesTotalPerSec: Rate at which bytes are sent and received on the interface, including framing characters.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long BytesTotalPerSec { get; set; }

Property Value

Type: Int64
The bytes total per sec.

Implements

INetworkStatisticInfoBytesTotalPerSec
See Also