Chinaunix首页 | 论坛 | 博客
  • 博客访问: 167619
  • 博文数量: 68
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 650
  • 用 户 组: 普通用户
  • 注册时间: 2005-05-18 11:13
文章分类

全部博文(68)

文章存档

2011年(1)

2006年(21)

2005年(46)

我的朋友

分类: WINDOWS

2006-02-17 10:17:50


Windows NT Server 4.0 includes a Performance Monitor tool which is used for monitoring computer performance. When you monitor a system, you actually monitor its parts. A set of counters exists for the processor, memory, cache, hard disk, processes, and other parts that produce statistical information. Certain counters are standard; others are added with the installation of new software.

You can choose to chart performance when you want to, or you can set system alerts for any specific counters. By setting alerts, you can choose to have any of the following responses occur when a counter reaches a predefined limit:

  • The active monitoring view for Performance Monitor changes to the Alert view and the Alert window displays information about the reason for the alert.
  • The event that caused the alert status is logged in the Application log of the Event Viewer.
  • An alert message is broadcast over the network by the server.

You do not need special privileges to open Performance Monitor. However, you do need to be logged on as a member of the Administrators group to use the diskperf command.

The diskperf command turns the counters for disk activity on and off. Diskperf works for a local or a remote computer. After restarting the computer, you can use Performance Monitor to view disk performance data.

To activate the physical and logical disk counters:

  1. Log on as a member of the Administrators group.
  2. At the command prompt, type diskperf to view Help information on how to turn diskperf on and off and how to specify a remote computer's name.
  3. Follow the instructions to turn diskperf on or off.
  4. To activate the disk performance counters, reboot the server.

NOTE
Activating object counters for performance monitoring will increase disk access time. When you are finished with diskperf you should turn it off.

To start Performance Monitor, use this procedure:

  1. From the Start Menu, choose Programs.
  2. Choose the Administrative Tools program group, then select Performance Monitor.

To view counters, follow these steps:

  1. Choose File, New Chart.
  2. Choose Edit, Add to Chart. The Add to Chart dialog box appears.
  3. Select an object from the Object list. For example, you might select WinSock Proxy Server. The counters for that object appear in the Counter list.
  4. Select a counter from the Counter list, and then choose Add.
  5. Repeat Steps 2, 3, and 4 to add additional counters.
  6. When all counters have been added, choose Done.

The display returns to the Performance Monitor and information about the selected counters is displayed.

Each component will have its own list of performance counters. Following are lists of the counters broken down by server. Each counter is accompanied by a brief description of its function.

Table B.1 lists all the .htx variables available for statistics. The Content Index performance object variables begin with CiAdminIndex while Http Content Index object variables begin with CiAdminCache.

Table B.1  The .HTX Variables

.htx Variable Performance Monitor Field Description
CiAdminCacheActive Active queries The number of queries being executed currently
CiAdminCacheCount Cache items The number of cached queries
CiAdminCacheHits% Cache hits Percent of HTTP requests that used an existing cached query
CiAdminCacheMisses% Cache misses Percent of HTTP requests that executed a new query
CiAdminCachePending Current requests The number of queries queued awaiting execution
CiAdminCacheRejected Total requests rejected Total queries rejected because the query engine was busy
CiAdminCacheTotal Total queries Total queries executed since starting Web server
CiAdminIndexCountDeltas (not applicable) Total documents indexed or deleted since the last master merge
CiAdminIndexCountFiltered# Documents filtered Total documents filtered since starting Index Server
CiAdminIndexCountPersIndex Persistent indexes Total shadow indexes and master indexes in catalog
CiAdminIndexCountQueries Running queries Count of queries with open cursors against the catalog. Note that this may differ from the total cached queries because queries may be enumerated (nonindexed), and some quiescent cached queries may still hold cursors open.
CiAdminIndexCountToFilter Files to be filtered Total documents added or modified since they were last filtered
CiAdminIndexCountTotal Total # documents Total documents in the catalog
CiAdminIndexCountUnique Unique keys Total unique words in the catalog. This counter is updated only after a master merge.
CiAdminIndexCountWordlists Word list Total word lists in catalog
CiAdminIndexMergeProgress Merge progress The percent of current merge that is completed. Equals 100% when no merge is in progress.
CiAdminIndexSize Index size (in megabytes) Size of index, including in-memory word lists, on-disk shadow indexes and master indexes, but not the property cache, in megabytes
CiAdminIndexStateAnnealingMerge n/a True if an annealing merge is in progress
CiAdminIndexStateMasterMerge n/a True if a master merge is in progress
CiAdminIndexStateScanRequired n/a True if the catalog needs to be rebuilt, which happens automatically when appropriate
CiAdminIndexStateShadowMerge n/a True if a shadow merge is in progress

The two objects for which the NNTP server maintains counters are NNTP Server Svc and NNTP Server Client Requests. The list of counters, with descriptions for these objects, are listed in the Tables B.2 and B.3.

Table B.2  NNTP Server SVC Counters

Symbol Name Description
NNTP_ARTICLE_MAP_
ENTRIES_COUNTER
Article Map Entries Total entries inserted into the NNTP server's article-mapping table
NNTP_ARTICLE_MAP_
ENTRIES_PERSEC_COUNTER
Article Map Entries/sec The number of entries inserted per second into the server's article-mapping table
NNTP_ARTICLES_
EXPIRED_COUNTER
Articles Expired Total articles that have expired on the server since it was last started
NNTP_ARTICLES_
EXPIRED_PERSEC_
COUNTER
Articles Expired/sec The number of articles expired per second on the server since it was started
NNTP_ARTICLES_
POSTED_COUNTER
Articles Posted Total articles posted to the server
NNTP_ARTICLES_POSTED_
PERSEC_COUNTER
Articles Posted/sec The number per second of articles posted to the server
NNTP_ARTICLES_
RECEIVED_COUNTER
Articles Received Total files received by the server
NNTP_ARTICLES_RECEIVED_
PERSEC_COUNTER
Articles Received/sec The number per second of files received by the server
NNTP_ARTICLES_
SENT_COUNTER
Articles Sent Total files sent by the server
NNTP_ARTICLES_
SENT_PERSEC_COUNTER
Articles Sent/sec The number per second of files sent by the server
NNTP_ARTICLES_
TOTAL_COUNTER
Articles Total Total files transferred by the server (Articles Sent plus Articles Received)
NNTP_BYTES_
RECEIVED_COUNTER
Bytes
Received/sec
The number of data bytes received per second by the server
NNTP_BYTES_
SENT_COUNTER
Bytes
Sent/sec
The number of data bytes sent per second by the server
NNTP_BYTES_TOTAL_
COUNTER
Bytes
Total/sec
The number of bytes that are transferred per second by the server
NNTP_CONTROL_
MSGS_FAILED_COUNTER
Control
Messages Failed
Total control messages that have failed or have not been applied by the server
NNTP_CONTROL_
MSGS_IN_COUNTER
Control
Messages Received
Total control messages received by the server
NNTP_CURRENT_
ANONYMOUS_COUNTER
Current
Anonymous
Users
Total anonymous users connected to the server urrently
NNTP_CURRENT_
CONNECTIONS_COUNTER
Current
Connections
The current number of
connections to the server
NNTP_CURRENT_
NONANONYMOUS_COUNTER
Current Users
NonAnonymous
Total nonanonymous users connected to the server currently
NNTP_CURRENT_OUTBOUND_
CONNECTS_COUNTER
Current
Outbound
Connections
Total current outbound connections being made by the server
NNTP_HISTORY_MAP_
ENTRIES_COUNTER
History
Map Entries
Total entries inserted into the server's history-mapping table
NNTP_HISTORY_MAP_
ENTRIES_PERSEC_COUNTER
History Map
Entries/sec
Total entries inserted per second into the server's history-mapping table
NNTP_MAX_
ANONYMOUS_COUNTER
Maximum
Anonymous
Users
The maximum number of anonymous users connected to the server simultaneously
NNTP_MAX_
CONNECTIONS_COUNTER
Maximum
Connections
The maximum simultaneous connections to the server
NNTP_MAX_
NONANONYMOUS_COUNTER
Maximum
NonAnonymous
Users
The maximum nonanonymous users connected to the server simultaneously
NNTP_MODERATED_
POSTINGS_FAILED_COUNTER
Moderated
Postings
Failed
Total moderated postings the server has failed to send to an SMTP server
NNTP_MODERATED_
POSTINGS_SENT_COUNTER
Moderated
Postings
Sent
Total moderated postingsthe server has attempted to send to an SMTP server
NNTP_OUTBOUND_
CONNECTS_FAILED_COUNTER
Total Outbound
Connections
Failed
Total outbound connections that the server has failed to make
NNTP_OUTBOUND_
LOGON_FAILED_COUNTER
Failed
Outbound
Logons
Total outbound logons that the server has failed to complete
NNTP_SESS_FLOW_
CONTROL_COUNTER
Sessions
Flow Controlled
Total client sessions currently in a flow-controlled state in the server
NNTP_TOTAL_
ANONYMOUS_COUNTER
Total
Anonymous
Users
Cumulative total of anonymous users who have connected to the server
NNTP_TOTAL_
NONANONYMOUS_COUNTER
Total
NonAnonymous
Users
Cumulative total of nonanonymous users who have connected to the server
NNTP_TOTAL_OUTBOUND_
CONNECTS_COUNTER
Total
Outbound
Connections
Total outbound connections that have been made by the server
NNTP_TOTAL_PASSIVE_
FEEDS_COUNTER
Total
Passive Feeds
Total passive feeds accepted by the server
NNTP_TOTAL_PULL_
FEEDS_COUNTER
Total Push Feeds Total push feeds made by the server
NNTP_TOTAL_PUSH_
FEEDS_COUNTER
Total Pull Feeds Total pull feeds made by the server
NNTP_TOTAL_SSL_
CONNECTIONS_COUNTER
Total SSL
Connections
Total SSL connections that have been made to the server
NNTP_XOVER_
ENTRIES_COUNTER
Xover Entries Total of xover entries in the xover table of the server
NNTP_XOVER_ENTRIES_
PERSEC_COUNTER
Xover Entries/sec The number of entries per second inserted into the xover table of the server

Table B.3  NNTP Server Client Requests

Symbol Name Description
NNTP_CMDS_
ARTICLE_COUNTER
Article
Commands
Total ARTICLE commands received by the NNTP server since it was last started
NNTP_CMDS_
GROUP_COUNTER
Group
Commands
Total GROUP commands received by the NNTP server since it was last started
NNTP_CMDS_
HELP_COUNTER
Help
Commands
Total HELP commands received by the NNTP server since it was last started
NNTP_CMDS_
IHAVE_COUNTER
Ihave
Commands
Total IHAVE commands received by the NNTP server since it was last started
NNTP_CMDS_
LAST_COUNTER
Last
Commands
Total LAST commands received by the NNTP server since it was last started
NNTP_CMDS_
LIST_COUNTER
List
Commands
Total LIST commands received by the NNTP server since it was last started
NNTP_CMDS_
NEWGROUPS_COUNTER
Newgroups
Commands
Total NEWGROUPS commands received by the NNTP server since it was last started
NNTP_CMDS_
NEWNEWS_COUNTER
Newnews
Commands
Total NEWNEWS commands received by the NNTP server since it was last started
NNTP_CMDS_
NEXT_COUNTER
Next
Commands
Total NEXT commands received by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
ARTICLE_COUNTER
Article
Commands/sec
Total ARTICLE commands per second received by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
GROUP_COUNTER
Group
Commands/sec
Total GROUP commands received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
HELP_COUNTER
Help
Commands/sec
Number of HELP commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
IHAVE_COUNTER
Ihave
Commands/sec
Number of IHAVE commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
LAST_COUNTER
Last
Commands/sec
Number of LAST commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
LIST_COUNTER
List
Commands/sec
Number of LIST commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
COUNTER
Newgroups
Commands/sec
Number of NEWGROUPS
commands received per second by the NNTP serversince it was last started
NNTP_CMDS_PERSEC_
NEWNEWS_COUNTER
Newnews
Commands/sec
Number of NEWNEWS
commands received per second by the NNTP server since it waslast started
NNTP_CMDS_PERSEC_
NEXT_COUNTER
Next
Commands/sec
Number of NEXT commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
POST_COUNTER
Post
Commands/sec
Number of POST commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
QUIT_COUNTER
Quit
Commands/sec
Number of QUIT commands
received per second by the NNTP server since it was last started
NNTP_CMDS_PERSEC_
STAT_COUNTER
Stat
Commands/sec
Number of STAT commands
received per second by the NNTP server since it was last started
NNTP_CMDS_
POST_COUNTER
Post
Commands
Total POST commands
received by the NNTPserver since it waslast started
NNTP_CMDS_
QUIT_COUNTER
Quit
Commands
Total QUIT commands
received by the NNTP server since it waslast started
NNTP_CMDS_
STAT_COUNTER
Stat
Commands
Number of STAT commands
received by the NNTP server since it was last started
NNTP_LOGON_
ATTEMPTS_COUNTER
Logon Attempts Total logon attempts that have
been made to the NNTP server
NNTP_LOGON_ATTEMPTS_
PERSEC_COUNTER
Logon
Attempts/sec
Number of logon attempts
per second that have been made to the NNTP server
NNTP_LOGON_
FAILURES_COUNTER
Logon Failures Total logons that have
failed
NNTP_LOGON_FAILURES_
COUNTER
Logon
Failures/sec
Number of logons per PERSEC_
second that have failed
NNTP_REVERSE_
ATTEMPTS_COUNTER
Reverse
Authentication
Attempts
Total reverse AUTHINFOs
made by the NNTP server
NNTP_REVERSE_ATTEMPTS_  
PERSEC_COUNTER
Reverse
Authentication
Attempts/sec
Number of reverse
AUTHINFOs made per second by the NNTP server
NNTP_REVERSE_
FAILURES_COUNTER
Reverse
Authentication
Failures
Total failed reverse
AUTHINFOs made by the NNTP server
NNTP_REVERSE_FAILURES_
PERSEC_COUNTER
Reverse
Authentication
Failures/sec
Number of failed reverse
AUTHINFOs made per second by the NNTP server

Mail Server contains two categories of Performance Monitor counters, the Component SMTP and Component POP3 Performance Monitor counters, which are detailed in Tables B.4 and B.5.

Table B.4  Component SMTP Performance Monitor Counters

Name Description
Bytes Sent Total The total number of bytes that have been sent
Bytes Sent/sec The rate per second that bytes are sent
Bytes Received Total The total number of bytes that have been received
Bytes Received/sec The rate per second that bytes are received
Bytes Total The total number of bytes that have been sent and received
Bytes Total/sec The rate that bytes are sent and received
Message Bytes Sent Total The total number of bytes that have been sent in messages
Message Bytes Sent/sec The rate per second that bytes are sent in messages
Message Bytes Received Total The total number of bytes that have been received in messages
Message Bytes Received/sec The rate per second that bytes are received in messages
Message Bytes Total The total number of bytes that have been sent and received in messages
Message Bytes Total/sec The rate per second that bytes are sent and received in messages
Messages Received Total The total number of messages that have been accepted
Message Received/sec The rate per second that messages are being received
Avg Recipients/msg Received The average number of recipients per inbound message
% Recipients Local The percent of messages that will be successfully delivered to local recipients
% Recipients Remote The percent of messages that will be successfully delivered to remote recipients
Messages Refused for Size Total messages that were rejected because they were too big
Messages Refused for Address Objects Total messages that were refused because of no address objects
Messages Refused for Mail Objects Total messages that were refused because of no mail objects
Messages Delivered Total Total messages delivered to local mailboxes
Messages Delivered/sec The rate per second that messages are delivered to local mailboxes
Message Delivery Retries Total local deliveries that were retried
Avg Retries/msg Delivered The average number of retries per local delivery
NDR's Generated Total non-delivery reports that have been generated
Local Queue Length Total messages in the local queue
Retry Queue Length Total messages in the retry queue
Number of MailFiles Open The ratio of handles to open mail files
Number of QueueFiles Open The ratio of handles to open queue files
Messages Sent Total The number of outbound messages sent
Messages Sent/sec The number of outbound messages sent per second
Message Send Retries Total outbound message sends that were retried
Avg Retries/msg Sent Average retries per outbound message sent
Avg Recipients/msg Sent The average recipients per outbound messages
Remote Queue Length Total messages in the remote queue
DNS Queries Total Total of DNS lookups
DNS Queries/sec The number of DNS lookups per second
Inbound Connections Total The total inbound connections received
Inbound Connections Current The total number of client sessions currently connected
Outbound Connections Total The total outbound connections attempted
Outbound Connections Current The connections outbound currently
Outbound Connections Refused Total outbound connection attempts that were refused by remote sites
Total Connection Errors The total number of connection errors
Connection Errors/sec The connection errors per second

Table B.5  Performance Monitor Counters

Name Description
Authentication Attempts Total authentication requests issued using the AUTH command
Authentication Attempts/sec The number of incoming authentication requests per second
Bytes Received Total The number of bytes received
Bytes Received/sec The number of bytes received per second
Bytes Sent Total The number of bytes sent
Bytes Sent/sec The rate that bytes are sent per second
Bytes Total The number of bytes sent and received
Bytes Total/sec The number of bytes sent and received per second
Challenge/Response Auth Attempts  Total attempts to open a session using the AUTH authentication method
Challenge/Response Auth
Attempts/sec
The attempts per second to open a session with the AUTH method
Challenge/Response Auth Failures The number of failures to open a session with the AUTH method
Clear-text Auth Attempts Total attempts to open a session with the USER/PASS authentication method
Clear-text Auth Attempts/sec The attempts per second to open a session with the USER/PASS method
Clear-text Auth Failures Total failures to open a session with the USER/PASS method
Current Async IO Buffers The number of asynchronous I/O buffers currently in use
Current Connections The number of connections currently in use
Current Mail Bags The number of mail bags in use currently by connected clients
Delete Message Requests Total DELE command requests to delete messages
Delete Message Requests/sec Total incoming message-delete requests per second
Deleted Messages Total messages deleted with the DELE command
Deleted Messages/sec The number of messages deleted per second
Digest Attempts Total digest-based authentication requests issued, using the APOP command
Digest Attempts/sec The number of incoming digest-based authentication requests per second
Download Message Requests Total RETR command requests to retrieve message
Download Message Requests/sec The number of incoming retrieve message requests per second
Downloaded Messages Total messages retrieved with the RETR command
Downloaded Messages/sec The number of messages retrieved per second
Headers Downloaded Total headers downloaded with the HEAD command
Headers Downloaded/sec The number of headers downloaded per second
Inbound Connections The number of inbound connections received
Inbound Connections Current The number of connections that are currently inbound
Inbox Open Attempts Total attempts to open an inbox
Inbox Open Attempts/sec The number of attempts per second to open an inbox
Inbox Open Failures Total failures to open an inbox
Invalid Command Requests Total invalid or unsupported requests
Invalid Command Requests/sec The number of incoming invalid or unsupported requests per second
Maximum Async I/O Buffers The maximum number of asynchronous I/O buffers used
Maximum Connections The maximum number of connections
Maximum Mail Bags The maximum number of times all connected clients have collected mail messages
Message Bytes Sent Total Total bytes sent in messages
Message Bytes Sent/sec The number of bytes sent in messages per second
Message List Requests Total LIST command requests for message information
Message List Requests/sec The number of incoming message list requests per second
Message Stats Requests Total STAT command requests for messages stats
Message Stats Requests/sec The number of incoming message stats requests per second
No Operation Requests Total of no-operation (NOOP) command requests
No Operation Requests/sec The number of incoming NOOP requests per second
Open Message Files Total files opened by POP3 Server
Password Attempts Total pass commands issued with the PASS command
Password Attempts/sec The number of incoming password attempts per second
Protocol Errors Total protocol errors received
Protocol Errors/sec The number of protocol errors that are received per second
Quit Attempts Total quit commands issued with the QUIT command
Quit Attempts/sec The number of incoming quit requests per second
Reset Requests Total requests with the RSET command to reset the deleted messages
Reset Requests/sec The number of incoming reset requests per second
Unique ID Listing Requests Total UIDL command requests to list unique message IDs
Unique ID Listing Requests/sec The number of incoming message unique ID requests per second
User Requests Total user commands issued with the USER command
User Requests/sec The number of incoming user commands per second

The Microsoft Internet Chat Server includes counters for monitoring the flow of information; that tally local and remote client and server connections and disconnections; the rate of collisions and errors; available memory and other performance issues. The counters are described in Table B.6.

Table B.6  Internet Chat Server Performance Monitor Counters

Name Description
Channel Creates/sec The number of new channels created per second
Channel Deletes/sec The number of channels deleted per second
Channel Joins/sec The number of clients joining channels per second
Channel Parts/sec The number of clients leaving channels per second
Client Bytes Received/sec The number of bytes received from client connections per second
Client Bytes Sent/sec The number of bytes sent to client connections per second
Client Connections/sec The number of client connects per second
Client Disconnects/sec The number of client disconnects per second
Client Messages Received/sec The number of messages received from client connections per second
Client Messages Sent/sec The number of messages sent to client connections per second
Current Anonymous Clients The total of currently connected anonymous clients
Current Authenticated Users The total currently connected authenticated users
Current Channels Available The total channels available currently
Current Direct Servers The total servers currently connected directly to this chat server
Current Invisible Clients The total invisible clients connected currently
Current Local Clients The total local clients connected to this chat server currently
Current Members Available The total members available on the chat server currently
Current Remote Clients The total clients connected currently as remote proxies from another chat server
Current Remote Servers The total servers connected currently as remote proxies from another chat server
Current Servers Total local and remote servers connected to the chat network currently
Current Unknown Clients Total clients in the process of logging on but not yet identified by protocol type
Input-Saturation Client Disconnects Total clients that have been disconnected due to input flooding
Memory Allocated The bytes of memory currently allocated by the chat server
Operator-Killed Client Disconnects The total clients disconnected due to an operator-kill action
Output Buffers The total output buffers that are in the queue for transmission by the chat server
Output-Saturation Client Disconnects The total clients disconnected because of output saturation
Server Bytes Received/sec The number of bytes per second that have been received from server connections
Server Bytes Sent/sec The number of bytes per second that have been sent to server connections
Server Input Pegged Total times the server input buffer was filled on read
Server Messages Received/sec The number of messages per second that have been received from server connections
Server Messages Sent/sec The number of messages per second that have been sent to server connections
Socket Failures The total of socket failures
Socket-Error Client Disconnects Total clients disconnected due to a socket error
Socket-Error Server Disconnects Total servers disconnected due to a socket error
Timeout Server Disconnects Total servers disconnected due to a timeout
Timeout-Related Client Disconnects Total clients disconnected due to a timeout
Total Authentication Failures Total of authentication failures
Total Channel Collisions Total channel collisions that have occurred on the chat server
Total Channel Creates Total channels that have been created
Total Channel Deletes Total channels that have been deleted
Total Channel Joins Total clients that have joined channels
Total Channel Parts Total clients that have parted channels
Total Client Bytes Received Total bytes that have been received from client connections
Total Client Bytes Sent Total bytes that have been sent to client connections
Total Client Connects Total clients that have been connected
Total Client Disconnects Total clients that have been disconnected
Total Client Messages Received Total messages that have been received from client connections
Total Client Messages Sent Total messages that have been sent to client connections
Total Connection Attempts Total connections that have been attempted
Total Members Created The cumulative total of members that have been created
Total Nick (Alias) Collisions The total nick, or alias, collisions that have occurred
Total Operator Kills The total operator kills that have been issued
Total Remote Servers The cumulative total of servers connections that have ever been made as a remote proxy from another chat server
Total Server Bytes Received The number of bytes that have been received from server connections
Total Server Bytes Sent The number of bytes that have been sent to server connections
Total Server Disconnects The number of servers that have been disconnected due to timeouts and errors
Total Server Messages Received The number of messages that have been received from server connections
Total Server Messages Sent The number of messages that have been sent to server connections

Internet Locator Server Performance Monitor counters are utilized through the "LDAP Server" perfmon object. The counters are described in Table B.7 that follows.

Table B.7  Internet Locator Server Performance Monitor Counters

Symbol Name Description
LDAP_ILS_APPS ILS Applications Total of ILS application
structures allocated
LDAP_ILS_APPS_PROPS ILS Apps Properties
Requests
Total of ILS applications
that have set properties
LDAP_ILS_APPS_
PROPS_PER_SEC_
ILS Apps Properties
Requests/sec
The number of ILS
applications per second
that are setting properties
LDAP_ILS_ASSOCS ILS Associations Total of ILS association
structures allocated
LDAP_ILS_DIRECTORIES ILS Directory Total times an ILS
Requests directory has been called
LDAP_ILS_
DIRECTORIES_PER_SEC
ILS Directory
Requests/sec
The number of times
per second that an ILS
directory is being called
LDAP_ILS_
REFRESH_USERS
Refresh ILS
User Information
Total times the ILS
user information
has been refreshed
LDAP_ILS_REFRESH_
USERS_PER_SEC
Refresh ILS
User Information/sec
The frequency with which
ILS user information is
being refreshed
LDAP_ILS_REGISTER_APPS ILS Apps
Registrations
Total ILS applications
registered in the
database currently
LDAP_ILS_REGISTER_
APPS_PER_SEC
ILS Apps
Registrations/sec
The number of ILS
applications being
registered in the
database per second
LDAP_ILS_
REGISTER_USERS
ILS User
Registrations
Total ILS users registered
in the database currently
LDAP_ILS_REGISTER_
USERS_PER_SEC
ILS User
Registrations/sec
The number of ILS users
being registered in the
database per second
LDAP_ILS_RESOLVES ILS Resolve
Requests
Total requests for ILS
name resolution
LDAP_ILS_RESOLVES_
PER_SEC
ILS Resolve
Requests/sec
The number of requests
per second for ILS name
resolution
LDAP_ILS_
UNREGISTER_APPS
ILS Apps
Unregistration
Requests
Total requests to remove
ILS applications from
the database
LDAP_ILS_UNREGISTER_
APPS_PER_SEC
ILS Apps
Unregistration
Requests/sec
The number of requests
per second to remove ILS
applications from
the database
LDAP_ILS_
UNREGISTER_USERS
ILS User
Unregistration
Requests
Total requests to remove
ILS users from
the database
LDAP_ILS_UNREGISTER_
USERS_PER_SEC ILS
ILS User
Unregistration
Requests/sec
The number of requests
per second to remove
users from the database
LDAP_ILS_USER_PROPS ILS User Properties
Requests
Total of ILS users that
have set properties
LDAP_ILS_ USER_
PROPS_PER_SEC
ILS User
Properties
Requests/sec
The number of ILS
users setting properties
per second
LDAP_ILS_USERS ILS Users Total ILS user structures
allocated
LDAP_ILS_USERS_
TIMED_OUT
ILS Users
Timed Out
Total ILS users who
were timed out
LDAP_ILS_USERS_
TIMED_OUT_PER_SEC
ILS Users
Timed Out/sec
The number of ILS users
being timed out per second

The Content Replication Server uses the following Performance Monitor counters for its components and operations, as shown in Table B.8.

Table B.8  The Content Replication Server Performance Monitor Counters

Symbol Name Explanation
CRS_API_CALLS_PER_SEC API Calls/sec The number of API calls per
second
CRS_API_CALLS_TOTAL API Calls Total Total API calls since the
service started
CRS_AUTH_
ATTEMPTS_COUNTER_
Replication AUTH
Attempts
Total attempts to start a
replication
CRS_AUTH_
FAILURE_COUNTER
Replication AUTH
Failures
The number of failures to
start a replication
CRS_AUTH_PER_
SEC_COUNTER
Replication AUTH
Attempts/sec
The number of attempts
per second to start a
replication
CRS_BYTES_RCVD_
PER_SEC_COUNTER
Bytes
Received/sec
The number of bytes
received per second
CRS_BYTES_RCVD_
TOTAL_COUNTER
Bytes
Received Total
The total of bytes
received
CRS_BYTES_SENT_
PER_SEC_COUNTER
Bytes Sent/sec The number of bytes sent
per second
CRS_BYTES_SENT_
TOTAL_COUNTER
Bytes Sent Total The total of bytes sent
CRS_BYTES_
TOTAL_COUNTER
Bytes Total The total of bytes sent
and received
CRS_BYTES_TOTAL_
PER_SEC_COUNTER
Bytes Total/sec The number of bytes sent
and received per second
CRS_CONN_LOST Number of Lost
Connections
Total lost connections
recorded by CRS
CRS_CONN_LOST_PER_SEC Number of Lost
Connections/sec
The number per second
of lost connections
recorded by CRS
CRS_DIR_CHG_NOTIFY Directory Change
Notifications
Total directory change
notifications received
since the service was
started
CRS_DIR_CHG_
NOTIFY_PER_SEC
Directory Change
Notifications/sec
The number of directory
change notifications
received per second
CRS_ERR_PER_
SEC_COUNTER
Errors/sec The number of protocol
errors received per
second
CRS_ERR_TOTAL_COUNTER Errors Total Total protocol errors
received
CRS_FILES_DEL_COUNTER Files Deleted Total Total of files deleted
CRS_FILES_DEL_
PER_SEC_COUNTER
Files Deleted/sec The number of files
deleted per second
CRS_FILES_RECV_COUNTER Files Received Total Total of files received
CRS_FILES_RECV_
PER_SEC_COUNTER
Files Received/sec The number of files
received per second
CRS_FILES_SENT_COUNTER Files Sent Total Total of files sent
CRS_FILES_SENT_
PER_SEC_COUNTER
Files Sent/sec The number of files sent
per second
CRS_HEART_BEAT_COUNTER Service Alive Indicates whether the
service is still processing
requests
CRS_HEART_BEAT_SEC Service Alive/sec Indicates every second
whether the service is
alive
CRS_PRI_API_CALLS_PER_SEC Privileged
API Calls/sec
Total privileged API
calls per second
CRS_PRI_API_CALLS_TOTAL Privileged API
Calls Total
Total privileged API calls
made since the service
was started
CRS_REPL_
CONCURR_COUNTER
Maximum
Concurrent
Replications
The maximum number
of concurrently running
replications
CRS_REPL_CURR_COUNTER Connections Current The number of current
connections
CRS_REPL_RETRANS Retransmits The retransmits that have
occurred since the
service was started
CRS_REPL_TIME Replication Time The duration, in seconds,
of the last replication
CRS_REPL_TOTAL_COUNTER Connections Total Total connections
received
OBJECT_CRS Content
Replication Service
Represents the global
counters for content
replication

The Personalization Server makes use of Performance Monitor counters for the User Property Database and the Vote and Sendmail components which are provided here.

Table B.9 shows you the User Property Database counters.

Table B.9  Performance Monitor Counters for the User Property Database

Counter Name Description
Total Reads Attempted Total attempted User Property Database reads that have been performed
Total Reads Total User Property Database reads that have been performed
Attempted reads/sec The number per second of attempted User Property Database reads
Reads/sec The number per second of User Property Database reads
Total Writes Attempted Total attempts to write to the User Property Database
Total Writes Total User Property Database writes that have been performed
Attempted writes/sec Number of attempts per second to write to the User Property Database
Writes/sec The number of User Property Database writes per second
Total GUID Creates Total Globally Unique IDs (GUIDs) that have been created for the first time
GUID creates/sec The number of new users added per second
Total File Creates Total new user files that have been created
File creates/sec The number of new user files created per second
Last User File Size Average size of the User Property file written to disk during the last operation
Max. User File Size The largest User Property file that has been written to disk
Last Property Count Total user properties stored in a user file during the last operation
Max. Property Count The largest number of user properties that have been stored in a user file
Last Properties Read Total user properties accessed in the last operation
Max. Properties Read The largest number of user properties read per transaction
Last Properties Changed The number of user properties changed during the last operation
Max. Properties Changed The largest number of user properties changed in a transaction
Current Connections Total Property database reads or writes being processed currently
Max Connections The largest number of User Property Database reads or writes that have been simultaneously processed
Last Read Time The amount of time that it took to read the user properties into memory in the last operation
Max Read Time The longest that it has ever taken to read the user properties into memory
Last Write Time The length of time that it took to write the user properties to disk in the last operation
Max Write Time The longest time it has taken to write the user properties to disk
Total Error Count Total errors that have occurred

Table B.10 details the Voting and Sendmail Performance Monitor counters.

Table B.10  The Voting and Sendmail Performance Monitor Counters

Counter Name Description
Avg Latency The average number of milliseconds that this method takes to execute
Max Latency The longest that this method has taken to execute
GeNames/sec The average number of times per second that a script has referred to this method
Total GetNames   The total number of times that a script has referred to this method
Invokes/sec The average number of times per second that a script has called this method
Total Invokes The total number of times that a script has called this method

The role of the Membership System is to provide support services for MSIC components such as the Microsoft Commercial Internet System News Server, Internet Address Book Server, and Microsoft Commercial Internet System Mail Server. Therefore, many of the necessary performance monitor counters are provided by these applications rather than Membership System. Membership System includes performance counters for the Membership Agent on the Membership Backend, for Membership Broker, and for the Membership Simulator.

The Membership Agent maintains counters under the Membership Agent Object, which utilizes the following Performance Counters (see Table B.11).

Table B.11  Membership Agent Object Performance Monitor Counters

Symbol Name Notes
COUNTER_SICILY_
ALTERED_PACKETS
Altered
Packets Received
Number of packets with
modified contents
COUNTER_SICILY_
BILL_REQS_FAILED
Billing
Request Failures
Number of billing
events rejected by the
Membership Agent
COUNTER_SICILY_BILL_ REQS_
PER_SECOND
Billing Requests
Received/sec
Number of billing
requests received per
second. Microsoft
suggests that if this
rate remains at more
than 10-20, service is
overloading the billing
system submission
system.
COUNTER_SICILY_BILL_ REQS_RECEIVED Billing Requests
Received
Total number of billing
request events received
COUNTER_SICILY_BILL_ REQS_SUCCEEDED Billing Request
Successes
Total successful billing
events received
COUNTER_SICILY_
CONNS_TIMED_OUT
Connection
Time-outs
Number of Brokers
failing to authenticate
within 30 seconds of
connection
COUNTER_SICILY_
CURRENT_ICP_CONNECTIONS
Brokers
Connected
Number of Brokers
currently connected
COUNTER_SICILY_FAILED_
AUTHENTICATION_COUNT
Logon Operation
Failures
Number of failed
Broker logons
COUNTER_SICILY_
GET_RIGHTS_COUNT
Retrieve-Rights
Requests
Received
Total retrieving-
account-rights requests
being received
COUNTER_SICILY_GET_
RIGHTS_FAILURES_COUNT
Retrieve-Rights
Request Failures
Total failed retrieving-
account-rights requests
COUNTER_SICILY_GET_
RIGHTS_FAILURES_
PER_SECOND
Retrieve-Rights
Request Failures/
sec
The number of retrieving-
account-rights request
failures per second
COUNTER_SICILY_GET_
RIGHTS_PASSTHRU_COUNT
Retrieve-Rights
bypass Cache
Total retrieving-account-
rights requests that pass
directly to the database,
bypassing the cache
COUNTER_SICILY_GET_RIGHTS_
PASSTHRU_PER_SECOND
Retrieve-Rights
bypass Cache/sec
The number per second
of retrieving-account-
rights requests that
pass directly to the
database, bypassing the
cache
COUNTER_SICILY_GET_
RIGHTS_PER_SECOND
Retrieve-Rights
Requests
Received/sec
The number of
retrieving-account-rights
requests being received
per second
COUNTER_SICILY_
ICPAUTHS_FAILED
Broker Authorization
Failures
Total number of
failed authentications
COUNTER_SICILY_ICPAUTHS_
FAILED_PER_SECOND
Broker
Authorization
Failures/sec
The number of failed
authentications per
second. Sustained
positive values could be
an indication of attempts
to invade the system.
COUNTER_SICILY_
ICPCONNECTIONS_DROPPED
Broker
Connections
Dropped
Total number of Broker
connections that have
been closed by the
Membership Agent
COUNTER_SICILY_
ICPCONNECTIONS_
DROPPED_PER_SECOND
Broker
Connections
Dropped/sec
Number per second of
Broker connections
closed by the
Membership Agent.
COUNTER_SICILY_
ICPPERMANENT_ATTEMPTS
Logon Attempts
from Permanently
Blacklisted
Brokers
The Membership
Agent shuts down the
connection whenever
such an attempt is
detected
COUNTER_SICILY_
ICPTEMPORARY_ATTEMPTS
Logon Attempts
from Temporarily
Blacklisted
Brokers
The Membership
Agent shuts down the
connection whenever
such an attempt is
detected
COUNTER_SICILY_
MSEC_PER_FAILURE
Reserved for Future
Counters
COUNTER_SICILY_
MSEC_PER_REQUEST
Reserved for Future
Counters
COUNTER_SICILY_
MSEC_PER_SUCCESS
Reserved for Future Counters
COUNTER_SICILY_
NUMBER_OF_FAILED_LOGINS
Logon Operation
Failures/sec
The number per second
of user authorizations
that fail
COUNTER_SICILY_
NUMBER_OF_REQUESTS
Requests
Processed/sec
Number of requests processed per second. Microsoft suggests that a sustained rate in excess of 90 is a heavy load of requests.
COUNTER_SICILY_NUMBER_
OF_SUCCESSFUL_LOGINS
Logon Operation Successes/sec Number of successful logons completed per second
COUNTER_SICILY_
NUMBER_OF_THREADS
Active Threads Number of processing threads running currently
COUNTER_SICILY_
OUTSTANDING_BUFFERS
Outstanding
Buffers
Total Broker writes waiting to complete
COUNTER_SICILY_
OUTSTANDING_CONTEXTS
Outstanding
Contexts
Total Broker contexts waiting to complete
COUNTER_SICILY_
REUSED_ADDRS
Existing
Connections
Dropped
Number of times a Broker tried to connect to the server whilealready connected
COUNTER_SICILY_SUCCESS_
AUTHENTICATION_COUNT
Logon
Operation
Successes
Total number of successful logons
COUNTER_SICILY_TOTAL_
CURRUPT_PACKETS_RECEIVED
Corrupt
Packets
Received
Cumulative total of corrupt packets received from Brokers
COUNTER_SICILY_TOTAL_
ICP_CONNECTIONS
Total
Brokers
Connected
Cumulative total of unique Brokers that have connected
COUNTER_SICILY_TOTAL_
INVALID_PASSWORDS
Invalid
Passwords
Received
Cumulative total of invalid passwords received
COUNTER_SICILY_TOTAL_
INVALID_USERNAMES
Invalid User
Names Received
Cumulative total of invalid user names received
COUNTER_SICILY_TOTAL_
REQUESTS_RECEIVED
Buffers Received Total number of requests received
COUNTER_SICILY_TOTAL_
RESPONSES_RECEIVED
Responses Sent Cumulative total of Broker responses sent

The Member Service applications incorporate Performance counters under the Registration Object. Table B.12 is a list of available counters.

Table B.12  The Member Service Registration Object Performance Monitor Counters

Symbol Name Notes
SSO_LATENCY_INVOKES_AVG Avg Latency Average time taken by the execution of this method
SSO_LATENCY_INVOKES_MAX   Max Latency Maximum time taken by the execution of this method
SSO_NUM_GETNAMES GetNames/sec Number of IDispatch::GetNamesOfIDs calls per method per second
SSO_NUM_GETNAMES_TOTAL Total GetNames Total of IDispatch::GetNamesOfIDs calls per method
SSO_NUM_INVOKES Invokes/sec The number of IDispatch::Invoke() calls per method per second
SSO_NUM_INVOKES_TOTAL Total Invokes Total of IDispatch::Invoke() calls per method
SSO_PERF_OBJECT SignUp SignUp Component Statistics

System Administration maintains counters under several SysAdmin Objects which are listed and described in the following sections.

AccessPlan Object  Table B.13 shows you the performance counters that are contained in the AccessPlan Object.

Table B.13  AccessPlan Object Performance Monitor Counters

Symbol Name Notes
SSO_LATENCY_INVOKES_AVG Avg Latency Average time taken by the execution of this method
SSO_LATENCY_INVOKES_MAX   Max Latency Maximum time taken by the execution of this method
SSO_NUM_GETNAMES GetNames/sec Number of IDispatch::GetNamesOfIDs calls, per method, per second
SSO_NUM_GETNAMES_TOTAL Total GetNames Total of IDispatch::GetNamesOfIDs calls per method
SSO_NUM_INVOKES Invokes/sec Number of IDispatch::Invoke() calls per method per second
SSO_NUM_INVOKES_TOTAL Total Invokes Total of IDispatch::Invoke() calls per method
SSO_PERF_OBJECT SignUp Access Plan Component Statistics

SecToken Object  Table B.14 presents the performance counters that are contained in the SecToken Object.

Table B.14   SecToken Object Performance Monitor Counters

Symbol Name Notes
SSO_LATENCY_INVOKES_AVG Avg Latency Average time taken by the execution of this method
SSO_LATENCY_INVOKES_MAX   Max Latency Maximum time taken by the execution of this method
SSO_NUM_GETNAMES GetNames/sec Number of IDispatch::GetNamesOfIDs calls, per method, per second
SSO_NUM_GETNAMES_TOTAL Total GetNames Total number of IDispatch::GetNamesOfIDs calls per method
SSO_NUM_INVOKES Invokes/sec The number of IDispatch::Invoke() calls per method per second
SSO_NUM_INVOKES_TOTAL Total Invokes Total of IDispatch::Invoke() calls per method
SSO_PERF_OBJECT SignUp Security Token Component Statistics

UserAccount Object  The following performance counters are included in the UserAccount Object (see Table B.15):

Table B.15  UserAccount Object Performance Monitor Counters

Symbol Name Notes
SSO_LATENCY_INVOKES_AVG Avg Latency Average length of time taken by the execution of this method
SSO_LATENCY_INVOKES_MAX   Max Latency Maximum length of time taken by the execution of this method
SSO_NUM_GETNAMES GetNames/sec Number of IDispatch::GetNamesOfIDs calls per method per second
SSO_NUM_GETNAMES_TOTAL Total GetNames Total of IDispatch::GetNamesOfIDs calls per method
SSO_NUM_INVOKES Invokes/sec Number of IDispatch::Invoke() calls per method per second
SSO_NUM_INVOKES_TOTAL Total Invokes Total of IDispatch::Invoke() calls per method
SSO_PERF_OBJECT SignUp User Account Component Statistics

UserGroup Object  The UserGroup Object contains the following performance counters, as shown in Table B.16.

Table B.16  UserGroup Object Performance Monitor Counters

Symbol Name Notes
SSO_LATENCY_INVOKES_AVG Avg Latency Average time taken by the execution of this method
SSO_LATENCY_INVOKES_MAX   Max Latency Maximum time taken by the execution of this method
SSO_NUM_GETNAMES GetNames/sec Number of IDispatch::GetNamesOfIDs calls per method per second
SSO_NUM_GETNAMES_TOTAL Total GetNames Total of IDispatch::GetNamesOfIDs calls per method
SSO_NUM_INVOKES Invokes/sec Number of IDispatch::Invoke() calls per method per second
SSO_NUM_INVOKES_TOTAL Total Invokes Total number of IDispatch::Invoke() calls per method
SSO_PERF_OBJECT SignUp User Group Component Statistics

The Address Book Server uses these Performance Monitor counters (see Table B.17).

Table B.17  Address Book Server Performance Monitor Counters

Symbol Name Description
LDAP_BYTES_RCVD_PER_SEC Bytes Received/sec The number of bytes received per second
LDAP_BYTES_RCVD_TTL Bytes Received The number of bytes received
LDAP_BYTES_SENT_PER_SEC Bytes Sent/sec The number of bytes sent per second
LDAP_BYTES_SENT_TTL Bytes Sent The number of bytes sent
LDAP_CONNECTIONS_CURRENT Current Connections The number of con-nections currently active to the LDAP server
LDAP_CONNECTIONS_TOTAL Connections The total number of Received LDAP server connections that have been received
LDAP_CREATES Creates Processed The total number of ABS database create operations processed
LDAP_CREATES_PER_SEC Creates Processed/sec The average number of ABS database create operations processed per second
LDAP_DELETES Deletes Processed The total number of ABS database delete operations processed
LDAP_DELETES_PER_SEC Deletes Processed/sec The average number of ABS database delete operations processed per second
LDAP_ILS_APPS ILS Applications The number of ILS application structures allocated
LDAP_ILS_APPS_PROPS ILS Apps Properties Requests The number of ILS applications that have set properties
LDAP_ILS_APPS_ PROPS_PER_SEC ILS Apps Properties Requests/sec The rate that ILS applications are setting properties
LDAP_ILS_ASSOCS ILS Associations The number of ILS association structures allocated
LDAP_ILS_DIRECTORIES ILS Directory Requests The number of times an ILS directory has been called
LDAP_ILS_DIRECTORIES_ PER_SEC ILS Directory Requests/sec The rate that an ILS directory is being called
LDAP_ILS_REFRESH_USERS Refresh ILS User Information The number of times the ILS user information has been refreshed
LDAP_ILS_REFRESH_ USERS_PER_SEC Refresh ILS User Information/sec The rate that ILS user information is being refreshed
LDAP_ILS_REGISTER_APPS ILS Apps Registrations The number of ILS applications currently registered in the database
LDAP_ILS_REGISTER_ APPS_PER_SEC ILS Apps Registrations/sec The rate that ILS applications are being registered in the database
LDAP_ILS_REGISTER_USERS ILS User Registrations The number of ILS users currently registered in the database
LDAP_ILS_REGISTER_ USERS_PER_SEC ILS User Registrations/sec The rate that ILS users are being registered in the database
LDAP_ILS_RESOLVES ILS Resolve Requests The number of requests for ILS name resolution
LDAP_ILS_RESOLVES_PER_SEC ILS Resolve Requests/sec The rate of requests for ILS name resolution
LDAP_ILS_UNREGISTER_APPS ILS Apps Unregistration Requests The number of requests to remove ILS applications from the database
LDAP_ILS_UNREGISTER_ APPS_PER_SEC ILS Apps Unregistration Requests/sec The rate of requests to remove ILS applications from the database
LDAP_ILS_ UNREGISTER_USERS ILS User Unregistration Requests The number of requests to remove ILS users from the database
LDAP_ILS_UNREGISTER_ USERS_PER_SEC ILS User Unregistration Requests/sec The rate of requests to remove ILS users from the database
LDAP_ILS_USER_PROPS ILS User Properties Requests The number of ILS users that have set properties
LDAP_ILS_USER_ PROPS_PER_SEC ILS User Properties Requests/sec The rate that ILS users are setting properties
LDAP_ILS_USERS ILS Users The number of ILS user structures allocated
LDAP_ILS_USERS_TIMED_OUT ILS Users Timed Out The number of ILS users who were timed out
LDAP_ILS_USERS_TIMED_ OUT_PER_SEC ILS Users Timed Out/sec The rate ILS users are being timed out
LDAP_MODIFIES Modifies Processed The total number of ABS database modify operations processed
LDAP_MODIFIES_PER_SEC Modifies Processed/sec The average number of ABS database modify operations processed per second
LDAP_QUERY_NOT_ALLOWED Query Form Not Allowed Number of queries not serviced because the query was not in a valid form
LDAP_QUERY_NOT_FOUND Query Not Found Number of queries that resulted in the search item not being found
LDAP_QUERY_TOO_BROAD Query Too-Broad Number of queries not serviced because the result set would be too large
LDAP_QUERY_TOTAL Queries Received The total number of ABS database queries performed by the server
LDAP_QUERY_TOTAL_PER_SEC Total Queries/sec The rate that the server is processing ABS database queries
LDAP_REQUEST_QUEUE_LENGTH Queue Length The number of requests currently waiting in the queue
LDAP_WP_AUTHORIZATION_ FAILURES WP Authorization Failures The total number of White Pages authorization failures

When Microsoft Proxy Server is installed on a new installation of Windows NT Server, three additional Performance Monitor objects are created:

  • Web Proxy Server Cache  This object type includes counters specific to URL caching performed by the Web Proxy service.
  • Web Proxy Server Service  This object type includes counters specific to the Web Proxy Server service.
  • WinSock Proxy Server  This object type includes counters specific to the WinSock Proxy Server service.

These three Performance Monitor objects contain all of the additional performance counters that are added for monitoring Microsoft Proxy Server.

The counters in the Web Proxy Server Cache object include counters specific to URL caching performed by the Web Proxy service. Table B.18 describes those counters.

Table B.18  Web Proxy Server Cache Performance Monitor Counters

Name Description
Active Refresh Bytes Rate The number of bytes per second retrieved from the Internet to refresh in advance the popular URLs in the URL cache on disk
Active URL Refresh Rate The number per second of popular URLs in the cache that are preemptively refreshed from remote URL sources on the Internet
Bytes Committed Rate The number of bytes per second committed to storage in the URL cache
Bytes in Cache Total bytes in the URL cache currently
Bytes Retrieved Rate The number of bytes per second retrieved from disk storage in the URL cache
Max Bytes Cached The maximum bytes that have been stored in the cache
Max URLs Cached The maximum URLs that have been stored in the cache
Total Actively Refreshed URLs The cumulative total of popular URLs in the cache that have been preemptively refreshed from the Internet
Total Bytes Actively Refreshed The cumulative total of bytes retrieved from the Internet to preemptively refresh popular URLs in the cache
Total Bytes Cached The cumulative total of bytes stored in the URL cache
Total Bytes Retrieved The cumulative total of bytes retrieved from the URL cache
Total URLs Cached The cumulative total of URLs that have been stored in the cache
Total URLs Retrieved The cumulative total of URLs that have been retrieved from the cache
URL Commit Rate The number of URLs per second being stored to the cache
URL Retrieve Rate The number of URLs per second being retrieved from the cache
URLs in Cache The number of URLs in the cache currently

The counters in the Web Proxy Server Service object include counters specific to the Web Proxy service. Table B.19 describes those counters.

Table B.19  Web Proxy Server Service Performance Monitor Counters

Name Description
Cache Hit Ratio (%) The percent of all requests to Web Proxy Server that were served using cached data
Client Bytes Received/sec The number of data bytes per second being received by Web Proxy Server from Web Proxy clients
Client Bytes Sent/sec The number of data bytes per second being sent by Web Proxy Server to the Web Proxy clients
Client Bytes Total/sec The sum of Client Bytes Sent/sec and Client Bytes Received/sec. This is the total rate of all bytes transferred between Web Proxy Server and Web Proxy clients.
Current Users The number of users currently connected to Web Proxy Server
DNS Cache Entries The current number of DNS domain name entries cached by Web Proxy Server
DNS Cache Flushes     The total number of times that the DNS domain name cache has been flushed or cleared by Web Proxy Server
DNS Cache Hits The total number of times a DNS domain name was found within the DNS cache
DNS Cache Hits (%) The percentage of DNS domain names served by the Web Proxy Server cache, out of the total of all DNS entries that have been retrieved by Web Proxy Server
DNS Cache Retrievals The total number of DNS domain names that have been retrieved by Web Proxy Server
FTP Requests The number of FTP requests that have been made to Web Proxy Server
Gopher Requests The number of Gopher requests that have been made to Web Proxy Server
HTTP Requests The number of HTTP requests that have been made to Web Proxy Server
HTTPS sessions The total number of secure HTTP sessions serviced by the Secure Sockets Layer (SSL) tunnel
Inet Bytes Received/sec The rate at which data bytes are received by Web Proxy Server from remote servers on the Internet
Inet Bytes Sent/sec The rate at which data bytes are sent by Web Proxy Server to remote servers on the Internet
Inet Bytes Total/sec The sum of Inet Bytes Sent/sec and Inet Bytes Received/sec. This is the total rate for all bytes transferred between Web Proxy Server and servers on the Internet.
Maximum Users The maximum number of users that have connected to Web Proxy Server simultaneously
Sites Denied The total number of Internet sites to which Web Proxy Server has denied access
Sites Granted The total number of Internet sites to which Web Proxy Server has granted access
SNEWS Sessions The total number of SNEWS sessions serviced by the Secure Sockets Layer (SSL) tunnel
SSL Client Bytes Received/sec The rate at which Secure Sockets Layer (SSL) data bytes are received by Web Proxy Server from secured Web Proxy clients
SSL Client Bytes Sent/sec The rate at which Secure Sockets Layer (SSL) data bytes are sent by Proxy Server to secured Web Proxy clients
SSL Client Bytes Total/sec The sum of SSL Client Bytes Sent/sec and SSL Client Bytes Received/sec. This is the total rate for all bytes transferred between Web Proxy Server and secured Web Proxy clients.
SSL Sessions Scavenged The number of Secure Sockets Layer (SSL) sessions closed because of idle timeout and excessive SSL demand
Thread Pool Active Sessions The number of sessions being actively serviced by thread pool threads
Thread Pool Failures      The number of requests rejected because the thread pool was overcommitted
Thread Pool Size The number of threads in the thread pool
Total Cache Fetches    The total number of requests that have been served by using cached data from Web Proxy Server cache
Total Failing Requests The total number of Internet service requests that have failed to be processed by Web Proxy Server due to errors. Errors can be the result of Web Proxy Server failing to locate a requested server URL on the Internet, or because of the client being denied access to the requested URL.
Total Internet Fetches The total number of requests that have been served by using data retrieved from servers on the Internet
Total Requests The total number of Internet requests that have ever been made to Web Proxy Server
Total SSL Sessions The total number of Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel
Total Successful Requests The total number of Internet requests that have been successfully processed by Web Proxy Server
Total Users The total number of users that have ever connected to Web Proxy Server
Unknown SSL Sessions The total number of unknown Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel

The counters in the WinSock Proxy Server object provide statistics about the WinSock Proxy service, as shown in Table B.20.

Table B.20  WinSock Proxy Server Performance Monitor Counters

Column 1 Column 2
Accepting TCP Connections The number of connection objects that wait for TCP connection from the client after a successful remote connection
Active Sessions The number of active sessions
Active TCP Connections The number of active TCP connections
Active UDP Connections Total number of active UDP connections
Available Control Worker Threads The number of control channel worker threads that are available or waiting in the completion port queue
Available Data Worker Threads The number of data-pump worker threads that are available or waiting in the completion port queue
Back-Connecting TCP Connections Total number of connections that are waiting for an inbound connect() call to finish. These are connections from the WinSock Proxy service to a client after the WinSock Proxy service accepted a connection from the Internet on a listening socket.
Bytes Read/sec Number of bytes read by the data-pump per second
Bytes Written/sec Number of bytes written by the data-pump per second
Connecting TCP Connections Total number of connections that are waiting for a remote connect() call to finish
Control Worker Threads The number of control channel worker threads that are alive
Data Worker Threads The number of data-pump worker threads that are alive
Failed GetXByY Number of calls to gethostname/gethostbyaddr that have failed
Listening TCP Connections Number of connection objects that wait for TCP connections from the Internet (after a successful listen)
Nonconnected UDP mappings The number of mappings for UDP connections
Pending GetXByY Number of calls to gethostname/gethostbyaddr that have not yet returned
Successful GetXByY Number of calls to gethostname/gethostbyaddr that have returned successfully
阅读(1490) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~