Click or drag to resize

ServerStatisticsInfo Properties

The ServerStatisticsInfo type exposes the following members.

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
See Also