ServerStatisticsInfo Class |
Namespace: Alphaleonis.Win32.Network
The ServerStatisticsInfo type exposes the following members.
Name | Description | |
---|---|---|
ServerStatisticsInfo | Create a ServerStatisticsInfo instance from the local host. | |
ServerStatisticsInfo(String) | Create a ServerStatisticsInfo instance from the specified host name. |
Name | Description | |
---|---|---|
AccessPermissionErrors | The number of server access permission errors. | |
AverageResponseTime | The average server response time. | |
BufferAllocationFailed | The number of times the server required a big buffer but failed to allocate one. This value indicates that the server parameters may need adjustment. | |
BufferRequestFailed | The number of times the server required a request buffer but failed to allocate one. This value indicates that the server parameters may need adjustment. | |
BytesReceived | The number of server bytes received from the network. | |
BytesReceivedUnitSize | The number of server bytes received from the network, formatted as a unit size. | |
BytesSent | The number of server bytes sent to the network. | |
BytesSentUnitSize | The number of server bytes sent to the network, formatted as a unit size. | |
DevicesOpened | The number of times a server device is opened. | |
FilesOpened | The number of times a file is opened on a server. This includes the number of times named pipes are opened. | |
HostName | The host name from where the statistics are gathered. | |
JobsQueued | The number of server print jobs spooled. | |
PasswordViolations | The number of server password violations. | |
SessionsFailed | The number of times the server sessions failed with an error. | |
SessionsStarted | The number of times the server session started. | |
SessionsTimedOut | The number of times the server session automatically disconnected. | |
StatisticsStartTime | The local time when statistics collection started or when the statistics were last cleared. | |
StatisticsStartTimeUtc | The time when statistics collection started or when the statistics were last cleared. | |
SystemErrors | The number of server system errors. |
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 != |