WorkstationStatisticsInfo Class |
Namespace: Alphaleonis.Win32.Network
The WorkstationStatisticsInfo type exposes the following members.
Name | Description | |
---|---|---|
WorkstationStatisticsInfo | Create a WorkstationStatisticsInfo instance from the local host. | |
WorkstationStatisticsInfo(String) | Create a WorkstationStatisticsInfo instance from the specified host name. |
Name | Description | |
---|---|---|
BytesReceived | The total number of bytes received by the workstation. | |
BytesReceivedUnitSize | The total number of bytes received by the workstation, formatted as a unit size. | |
BytesTransmitted | The total number of bytes transmitted by the workstation. | |
BytesTransmittedUnitSize | The total number of bytes transmitted by the workstation, formatted as a unit size. | |
CacheReadBytesRequested | The total number of bytes that have been read by cache I/O requests. | |
CacheReadBytesRequestedUnitSize | The total number of bytes that have been read by cache I/O requests, formatted as a unit size. | |
CacheWriteBytesRequested | The total number of bytes that have been written by cache I/O requests. | |
CacheWriteBytesRequestedUnitSize | The total number of bytes that have been written by cache I/O requests, formatted as a unit size. | |
CoreConnects | The total number of connections to servers supporting the PCNET dialect that have succeeded. | |
CurrentCommands | The number of current requests that have not been completed. | |
FailedCompletionOperations | The total number of network operations that failed to complete. | |
FailedSessions | The number of times the workstation attempted to create a session but failed. | |
FailedUseCount | The total number of failed network connections for the workstation. | |
HostName | The host name from where the statistics are gathered. | |
HungSessions | The total number of sessions that have expired on the workstation. | |
InitiallyFailedOperations | The total number of network operations that failed to begin. | |
Lanman20Connects | The total number of connections to servers supporting the LanManager 2.0 dialect that have succeeded. | |
Lanman21Connects | The total number of connections to servers supporting the LanManager 2.1 dialect that have succeeded. | |
LanmanNtConnects | The total number of connections to servers supporting the NTLM dialect that have succeeded. | |
LargeReadSmbs | The total number of read requests the workstation has sent to servers that are greater than twice the size of the server's negotiated buffer size. | |
LargeWriteSmbs | The total number of write requests the workstation has sent to servers that are greater than twice the size of the server's negotiated buffer size. | |
NetworkErrors | The total number of network errors received by the workstation. | |
NetworkReadBytesRequested | The total amount of bytes that have been read by disk I/O requests. | |
NetworkReadBytesRequestedUnitSize | The total amount of bytes that have been read by disk I/O requests, formatted as a unit size. | |
NetworkWriteBytesRequested | The total number of bytes that have been written by disk I/O requests. | |
NetworkWriteBytesRequestedUnitSize | The total number of bytes that have been written by disk I/O requests, formatted as a unit size. | |
NonPagingReadBytesRequested | The total number of bytes that have been read by non-paging I/O requests. | |
NonPagingReadBytesRequestedUnitSize | The total number of bytes that have been read by non-paging I/O requests, formatted as a unit size. | |
NonPagingWriteBytesRequested | The total number of bytes that have been written by non-paging I/O requests. | |
NonPagingWriteBytesRequestedUnitSize | The total number of bytes that have been written by non-paging I/O requests, formatted as a unit size. | |
PagingReadBytesRequested | The total number of bytes that have been read by paging I/O requests. | |
PagingReadBytesRequestedUnitSize | The total number of bytes that have been read by paging I/O requests, formatted as a unit size. | |
PagingWriteBytesRequested | The total number of bytes that have been written by paging I/O requests. | |
PagingWriteBytesRequestedUnitSize | The total number of bytes that have been written by paging I/O requests, formatted as a unit size. | |
RandomReadOperations | The total number of random access reads initiated by the workstation. | |
RandomWriteOperations | The total number of random access writes initiated by the workstation. | |
RawReadsDenied | The total number of raw read requests made by the workstation that have been denied. | |
RawWritesDenied | The total number of raw write requests made by the workstation that have been denied. | |
ReadOperations | The total number of read operations initiated by the workstation. | |
ReadSmbs | The total number of read requests the workstation has sent to servers. | |
Reconnects | The total number of connections that have failed. | |
ServerDisconnects | The number of times the workstation was disconnected by a network server. | |
Sessions | The total number of workstation sessions that were established. | |
SmallReadSmbs | The total number of read requests the workstation has sent to servers that are less than 1/4 of the size of the server's negotiated buffer size. | |
SmallWriteSmbs | The total number of write requests the workstation has sent to servers that are less than 1/4 of the size of the server's negotiated buffer size. | |
SmbsReceived | The total number of server message blocks (SMBs) received by the workstation. | |
SmbsTransmitted | The total number of SMBs transmitted by the workstation. | |
StatisticsStartTime | The local time statistics collection started. This member also indicates when statistics for the workstations were last cleared. | |
StatisticsStartTimeUtc | The time statistics collection started. This member also indicates when statistics for the workstations were last cleared. | |
UseCount | The total number of network connections established by the workstation. | |
WriteOperations | The total number of write operations initiated by the workstation. | |
WriteSmbs | The total number of write requests the workstation has sent to servers. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh | Refreshes the state of the object. | |
ToString | Returns the local time when statistics collection started or when the statistics were last cleared. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality | Implements the operator == | |
Inequality | Implements the operator != |