|
Server Object
The Server performance object consists of counters that measure communication
between the local computer and the network.
Bytes Total/sec
The number of bytes the server has sent to and received from the network. This
value provides an overall indication of how busy the server is.
Detail Level: Novice
Counter Type: PERF_COUNTER_BULK_COUNT
Bytes Received/sec
The number of bytes the server has received from the network. Indicates how
busy the server is.
Detail Level: Advanced
Counter Type: PERF_COUNTER_BULK_COUNT
Bytes Transmitted/sec
The number of bytes the server has sent on the network. Indicates how busy the
server is.
Detail Level: Advanced
Counter Type: PERF_COUNTER_BULK_COUNT
Sessions Timed Out
The number of sessions that have been closed due to their idle time exceeding
the AutoDisconnect parameter for the server. Shows whether the AutoDisconnect
setting is helping to conserve resources.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Sessions Errored Out
The number of sessions that have been closed due to unexpected error
conditions. Indicates how frequently network problems are causing dropped sessions on
the server.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Sessions Logged Off
The number of sessions that have terminated normally. Useful in interpreting
the Sessions Times Out and Sessions Errored Out statistics--allows percentage
calculations.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Sessions Forced Off
The number of sessions that have been forced to logoff. Can indicate how many
sessions were forced to logoff due to logon time constraints.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Errors Logon
The number of failed logon attempts to the server. Can indicate whether
password guessing programs are being used to crack the security on the server.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Errors Access Permissions
The number of times opens on behalf of clients have failed with
STATUS_ACCESS_DENIED. Can indicate whether somebody is randomly attempting to access files in
hopes of getting at something that was not properly protected.
Detail Level: Novice
Counter Type: PERF_COUNTER_RAWCOUNT
Errors Granted Access
The number of times accesses to files opened successfully were denied. Can
indicate attempts to access files without proper access authorization.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Errors System
The number of times an internal Server Error was detected. Unexpected errors
usually indicate a problem with the Server.
Detail Level: Expert
Counter Type: PERF_COUNTER_RAWCOUNT
Blocking Requests Rejected
The number of times the server has rejected blocking SMBs due to insufficient
count of free work items. Indicates whether the MaxWorkItem or MinFreeWorkItems
server parameters might need tuning.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Work Item Shortages
The number of times STATUS_DATA_NOT_ACCEPTED was returned at receive
indication time. This occurs when no work item is available or can be allocated to
service the incoming request. Indicates whether the InitWorkItems or MaxWorkItems
parameters might need to be adjusted.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Files Opened Total
The number of successful open attempts performed by the server of behalf of
clients. Useful in determining the amount of file I/O, determining overhead for
path-based operations, and for determining the effectiveness of open locks.
Detail Level: Novice
Counter Type: PERF_COUNTER_RAWCOUNT
Files Open
The number of files currently opened in the server. Indicates current server
activity.
Detail Level: Novice
Counter Type: PERF_COUNTER_RAWCOUNT
Server Sessions
The number of sessions currently active in the server. Indicates current
server activity.
Detail Level: Novice
Counter Type: PERF_COUNTER_RAWCOUNT
File Directory Searches
The number of searches for files currently active in the server. Indicates
current server activity.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Pool Nonpaged Bytes
The number of bytes of non-pageable computer memory the server is currently
using. This value is useful for determining good values for the
MaxNonpagedMemoryUsage parameter.
Detail Level: Expert
Counter Type: PERF_COUNTER_RAWCOUNT
Pool Nonpaged Failures
The number of times allocations from nonpaged pool have failed. Indicates that
the computer's physical memory is too small.
Detail Level: Wizard
Counter Type: PERF_COUNTER_COUNTER
Pool Nonpaged Peak
The maximum number of bytes of nonpaged pool the server has had in use at any
one point. Indicates how much physical memory the computer should have.
Detail Level: Expert
Counter Type: PERF_COUNTER_RAWCOUNT
Pool Paged Bytes
The number of bytes of pageable computer memory the server is currently using.
Can help in determining good values for the MaxPagedMemoryUsage parameter.
Detail Level: Expert
Counter Type: PERF_COUNTER_RAWCOUNT
Pool Paged Failures
The number of times allocations from paged pool have failed. Indicates that
the computer's physical memory or page file are too small.
Detail Level: Wizard
Counter Type: PERF_COUNTER_RAWCOUNT
Pool Paged Peak
The maximum number of bytes of paged pool the server has had allocated.
Indicates the proper sizes of the Page File(s) and physical memory.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Context Blocks Queued/sec
Context Blocks Queued per second is the rate at which work context blocks had
to be placed on the server's FSP queue to await server action.
Detail Level: Novice
Counter Type: PERF_COUNTER_COUNTER
Logon/sec
Logon/sec includes the rate of all interactive logons, network logons, service
logons, successful logon, and failed logons.
Detail Level: Novice
Counter Type: PERF_COUNTER_COUNTER
Logon Total
Logon Total includes all interactive logons, network logons, service logons,
successful logon, and failed logons since the machine is last rebooted.
Detail Level: Novice
Counter Type: PERF_COUNTER_RAWCOUNT
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|