Networking Performance Counters

The Performance console .NET CLR Networking category includes counters that provide information about data that an application sends and receives over the network. The following table describes these performance counters.

Performance counter

Description

Bytes Received

Displays the cumulative number of bytes received over all open socket connections since the process started. This number includes data and any protocol information that is not defined by TCP/IP.

Bytes Sent

Displays the cumulative number of bytes sent over all open socket connections since the process started. This number includes data and any protocol information that is not defined by TCP/IP.

Connections Established

Displays the cumulative number of socket connections established for this process since it started.

Datagrams Received

Displays the cumulative number of datagram packets received since the process started.

Datagrams Sent

Displays the cumulative number of datagram packets sent since the process started.

See Also

Reference

Runtime Profiling

Other Resources

Performance Counters in the .NET Framework