2 references to _tcp
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Linux\Network\LinuxNetworkUtilizationParser.cs (2)
33
/// Reads the contents of a file located at <see cref="
_tcp
"/> and parses it to extract information about the TCP/IP state info of the system.
35
public TcpStateInfo GetTcpIPv4StateInfo() => GetTcpStateInfo(
_tcp
);