Click or drag to resize

ServerStatisticsInfo Class

Contains operating statistics for the Server service.
Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.NetworkServerStatisticsInfo

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
[SerializableAttribute]
public sealed class ServerStatisticsInfo

The ServerStatisticsInfo type exposes the following members.

Constructors
  NameDescription
Public methodServerStatisticsInfo
Create a ServerStatisticsInfo instance from the local host.
Public methodServerStatisticsInfo(String)
Create a ServerStatisticsInfo instance from the specified host name.
Top
Properties
  NameDescription
Public propertyAccessPermissionErrors
The number of server access permission errors.
Public propertyAverageResponseTime
The average server response time.
Public propertyBufferAllocationFailed
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.
Public propertyBufferRequestFailed
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.
Public propertyBytesReceived
The number of server bytes received from the network.
Public propertyBytesReceivedUnitSize
The number of server bytes received from the network, formatted as a unit size.
Public propertyBytesSent
The number of server bytes sent to the network.
Public propertyBytesSentUnitSize
The number of server bytes sent to the network, formatted as a unit size.
Public propertyDevicesOpened
The number of times a server device is opened.
Public propertyFilesOpened
The number of times a file is opened on a server. This includes the number of times named pipes are opened.
Public propertyHostName
The host name from where the statistics are gathered.
Public propertyJobsQueued
The number of server print jobs spooled.
Public propertyPasswordViolations
The number of server password violations.
Public propertySessionsFailed
The number of times the server sessions failed with an error.
Public propertySessionsStarted
The number of times the server session started.
Public propertySessionsTimedOut
The number of times the server session automatically disconnected.
Public propertyStatisticsStartTime
The local time when statistics collection started or when the statistics were last cleared.
Public propertyStatisticsStartTimeUtc
The time when statistics collection started or when the statistics were last cleared.
Public propertySystemErrors
The number of server system errors.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Refreshes the state of the object.
Public methodToString
Returns the local time when statistics collection started or when the statistics were last cleared.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==
Public operatorStatic memberInequality
Implements the operator !=
Top
See Also