You are on page 1of 279

[Perflib]

Base Index=1847
Last Counter=10974
Last Help=10975

[PERF_.NET CLR Data]


First Counter=5028
First Help=5029
Last Counter=5040
Last Help=5041

[PERF_.NET CLR Networking]


First Counter=4986
First Help=4987
Last Counter=4996
Last Help=4997

[PERF_.NET CLR Networking 4.0.0.0]


First Counter=9072
First Help=9073
Last Counter=9098
Last Help=9099

[PERF_.NET Data Provider for Oracle]


First Counter=5218
First Help=5219
Last Counter=5246
Last Help=5247

[PERF_.NET Data Provider for SqlServer]


First Counter=4998
First Help=4999
Last Counter=5026
Last Help=5027

[PERF_.NET Memory Cache 4.0]


First Counter=7872
First Help=7873
Last Counter=7886
Last Help=7887

[PERF_.NETFramework]
First Counter=5042
First Help=5043
Last Counter=5216
Last Help=5217

[PERF_ASP.NET]
First Counter=10130
First Help=10131
Last Counter=10354
Last Help=10355

[PERF_ASP.NET_4.0.30319]
First Counter=8122
First Help=8123
Last Counter=8346
Last Help=8347

[PERF_aspnet_state]
First Counter=9896
First Help=9897
Last Counter=10128
Last Help=10129

[PERF_BITS]
First Counter=2156
First Help=2157
Last Counter=2172
Last Help=2173

[PERF_ESENT]
First Counter=3206
First Help=3207
Last Counter=4302
Last Help=4303

[PERF_Intel Storage Counters]


First Counter=7104
First Help=7105
Last Counter=7118
Last Help=7119

[PERF_MSDTC]
First Counter=4304
First Help=4305
Last Counter=4330
Last Help=4331

[PERF_MSDTC Bridge 3.0.0.0]


First Counter=6176
First Help=6177
Last Counter=6198
Last Help=6199

[PERF_MSDTC Bridge 4.0.0.0]


First Counter=9004
First Help=9005
Last Counter=9026
Last Help=9027

[PERF_Outlook]
First Counter=6898
First Help=6899
Last Counter=6934
Last Help=6935

[PERF_Perf_iCrcPerfMonMgr]
First Counter=10834
First Help=10835
Last Counter=10974
Last Help=10975

[PERF_rdyboost]
First Counter=5660
First Help=5661
Last Counter=5680
Last Help=5681

[PERF_RemoteAccess]
First Counter=2206
First Help=2207
Last Counter=2244
Last Help=2245

[PERF_ServiceModelEndpoint 3.0.0.0]
First Counter=5952
First Help=5953
Last Counter=5990
Last Help=5991

[PERF_ServiceModelOperation 3.0.0.0]
First Counter=6114
First Help=6115
Last Counter=6144
Last Help=6145

[PERF_ServiceModelService 3.0.0.0]
First Counter=6046
First Help=6047
Last Counter=6112
Last Help=6113

[PERF_SMSvcHost 3.0.0.0]
First Counter=6146
First Help=6147
Last Counter=6174
Last Help=6175

[PERF_SMSvcHost 4.0.0.0]
First Counter=8974
First Help=8975
Last Counter=9002
Last Help=9003

[PERF_TapiSrv]
First Counter=2186
First Help=2187
Last Counter=2204
Last Help=2205

[PERF_TermService]
First Counter=4332
First Help=4333
Last Counter=4452
Last Help=4453

[PERF_UGatherer]
First Counter=5354
First Help=5355
Last Counter=5458
Last Help=5459

[PERF_UGTHRSVC]
First Counter=5460
First Help=5461
Last Counter=5530
Last Help=5531

[PERF_usbhub]
First Counter=4950
First Help=4951
Last Counter=4984
Last Help=4985

[PERF_Windows Workflow Foundation 3.0.0.0]


First Counter=5908
First Help=5909
Last Counter=5950
Last Help=5951

[PERF_Windows Workflow Foundation 4.0.0.0]


First Counter=9028
First Help=9029
Last Counter=9070
Last Help=9071

[PERF_WSearchIdxPi]
First Counter=5532
First Help=5533
Last Counter=5658
Last Help=5659

[PerfStrings_009]
1=1847
2=System
3=The System performance object consists of counters that apply to more than one
instance of a component processors on the computer.
4=Memory
5=The Memory performance object consists of counters that describe the behavior of
physical and virtual memory on the computer. Physical memory is the amount of
random access memory on the computer. Virtual memory consists of the space in
physical memory and on disk. Many of the memory counters monitor paging, which is
the movement of pages of code and data between disk and physical memory. Excessive
paging, a symptom of a memory shortage, can cause delays which interfere with all
system processes.
6=% Processor Time
7=% Processor Time is the percentage of elapsed time that the processor spends to
execute a non-Idle thread. It is calculated by measuring the percentage of time
that the processor spends executing the idle thread and then subtracting that value
from 100%. (Each processor has an idle thread that consumes cycles when no other
threads are ready to run). This counter is the primary indicator of processor
activity, and displays the average percentage of busy time observed during the
sample interval. It should be noted that the accounting calculation of whether the
processor is idle is performed at an internal sampling interval of the system clock
(10ms). On todays fast processors, % Processor Time can therefore underestimate the
processor utilization as the processor may be spending a lot of time servicing
threads between the system clock sampling interval. Workload based timer
applications are one example of applications which are more likely to be measured
inaccurately as timers are signaled just after the sample is taken.
9=% Total DPC Time is the average percentage of time that all processors spend
receiving and servicing deferred procedure calls (DPCs). (DPCs are interrupts that
run at a lower priority than the standard interrupts). It is the sum of Processor:
% DPC Time for all processors on the computer, divided by the number of processors.
System: % Total DPC Time is a component of System: % Total Privileged Time because
DPCs are executed in privileged mode. DPCs are counted separately and are not a
component of the interrupt count. This counter displays the average busy time as a
percentage of the sample time.
10=File Read Operations/sec
11=File Read Operations/sec is the combined rate of file system read requests to
all devices on the computer, including requests to read from the file system cache.
It is measured in numbers of reads. This counter displays the difference between
the values observed in the last two samples, divided by the duration of the sample
interval.
12=File Write Operations/sec
13=File Write Operations/sec is the combined rate of the file system write requests
to all devices on the computer, including requests to write to data in the file
system cache. It is measured in numbers of writes. This counter displays the
difference between the values observed in the last two samples, divided by the
duration of the sample interval.
14=File Control Operations/sec
15=File Control Operations/sec is the combined rate of file system operations that
are neither reads nor writes, such as file system control requests and requests for
information about device characteristics or status. This is the inverse of System:
File Data Operations/sec and is measured in number of operations perf second. This
counter displays the difference between the values observed in the last two
samples, divided by the duration of the sample interval.
16=File Read Bytes/sec
17=File Read Bytes/sec is the overall rate at which bytes are read to satisfy file
system read requests to all devices on the computer, including reads from the file
system cache. It is measured in number of bytes per second. This counter displays
the difference between the values observed in the last two samples, divided by the
duration of the sample interval.
18=File Write Bytes/sec
19=File Write Bytes/sec is the overall rate at which bytes are written to satisfy
file system write requests to all devices on the computer, including writes to the
file system cache. It is measured in number of bytes per second. This counter
displays the difference between the values observed in the last two samples,
divided by the duration of the sample interval.
20=File Control Bytes/sec
21=File Control Bytes/sec is the overall rate at which bytes are transferred for
all file system operations that are neither reads nor writes, including file system
control requests and requests for information about device characteristics or
status. It is measured in numbers of bytes. This counter displays the difference
between the values observed in the last two samples, divided by the duration of the
sample interval.
23=% Total Interrupt Time is the average percentage of time that all processors
spend receiving and servicing hardware interrupts during sample intervals, where
the value is an indirect indicator of the activity of devices that generate
interrupts. It is the sum of Processor: % Interrupt Time for of all processors on
the computer, divided by the number of processors. DPCs are counted separately and
are not a component of the interrupt count. This value is an indirect indicator of
the activity of devices that generate interrupts, such as the system timer, the
mouse, disk drivers, data communication lines, network interface cards and other
peripheral devices.
24=Available Bytes
25=Available Bytes is the amount of physical memory, in bytes, immediately
available for allocation to a process or for system use. It is equal to the sum of
memory assigned to the standby (cached), free and zero page lists. For a full
explanation of the memory manager, refer to MSDN and/or the System Performance and
Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
26=Committed Bytes
27=Committed Bytes is the amount of committed virtual memory, in bytes. Committed
memory is the physical memory which has space reserved on the disk paging file(s).
There can be one or more paging files on each physical drive. This counter displays
the last observed value only; it is not an average.
28=Page Faults/sec
29=Page Faults/sec is the average number of pages faulted per second. It is
measured in number of pages faulted per second because only one page is faulted in
each fault operation, hence this is also equal to the number of page fault
operations. This counter includes both hard faults (those that require disk access)
and soft faults (where the faulted page is found elsewhere in physical memory.)
Most processors can handle large numbers of soft faults without significant
consequence. However, hard faults, which require disk access, can cause significant
delays.
30=Commit Limit
31=Commit Limit is the amount of virtual memory that can be committed without
having to extend the paging file(s). It is measured in bytes. Committed memory is
the physical memory which has space reserved on the disk paging files. There can be
one paging file on each logical drive). If the paging file(s) are be expanded, this
limit increases accordingly. This counter displays the last observed value only;
it is not an average.
32=Write Copies/sec
33=Write Copies/sec is the rate at which page faults are caused by attempts to
write that have been satisfied by coping of the page from elsewhere in physical
memory. This is an economical way of sharing data since pages are only copied when
they are written to; otherwise, the page is shared. This counter shows the number
of copies, without regard for the number of pages copied in each operation.
34=Transition Faults/sec
35=Transition Faults/sec is the rate at which page faults are resolved by
recovering pages that were being used by another process sharing the page, or were
on the modified page list or the standby list, or were being written to disk at the
time of the page fault. The pages were recovered without additional disk activity.
Transition faults are counted in numbers of faults; because only one page is
faulted in each operation, it is also equal to the number of pages faulted.
36=Cache Faults/sec
37=Cache Faults/sec is the rate at which faults occur when a page sought in the
file system cache is not found and must be retrieved from elsewhere in memory (a
soft fault) or from disk (a hard fault). The file system cache is an area of
physical memory that stores recently used pages of data for applications. Cache
activity is a reliable indicator of most application I/O operations. This counter
shows the number of faults, without regard for the number of pages faulted in each
operation.
38=Demand Zero Faults/sec
39=Demand Zero Faults/sec is the rate at which a zeroed page is required to satisfy
the fault. Zeroed pages, pages emptied of previously stored data and filled with
zeros, are a security feature of Windows that prevent processes from seeing data
stored by earlier processes that used the memory space. Windows maintains a list of
zeroed pages to accelerate this process. This counter shows the number of faults,
without regard to the number of pages retrieved to satisfy the fault. This counter
displays the difference between the values observed in the last two samples,
divided by the duration of the sample interval.
40=Pages/sec
41=Pages/sec is the rate at which pages are read from or written to disk to resolve
hard page faults. This counter is a primary indicator of the kinds of faults that
cause system-wide delays. It is the sum of Memory\\Pages Input/sec and
Memory\\Pages Output/sec. It is counted in numbers of pages, so it can be compared
to other counts of pages, such as Memory\\Page Faults/sec, without conversion. It
includes pages retrieved to satisfy faults in the file system cache (usually
requested by applications) non-cached mapped memory files.
42=Page Reads/sec
43=Page Reads/sec is the rate at which the disk was read to resolve hard page
faults. It shows the number of reads operations, without regard to the number of
pages retrieved in each operation. Hard page faults occur when a process references
a page in virtual memory that is not in working set or elsewhere in physical
memory, and must be retrieved from disk. This counter is a primary indicator of the
kinds of faults that cause system-wide delays. It includes read operations to
satisfy faults in the file system cache (usually requested by applications) and in
non-cached mapped memory files. Compare the value of Memory\\Pages Reads/sec to the
value of Memory\\Pages Input/sec to determine the average number of pages read
during each operation.
44=Processor Queue Length
45=Processor Queue Length is the number of threads in the processor queue. Unlike
the disk counters, this counter counters, this counter shows ready threads only,
not threads that are running. There is a single queue for processor time even on
computers with multiple processors. Therefore, if a computer has multiple
processors, you need to divide this value by the number of processors servicing the
workload. A sustained processor queue of less than 10 threads per processor is
normally acceptable, dependent of the workload.
46=Thread State
47=Thread State is the current state of the thread. It is 0 for Initialized, 1 for
Ready, 2 for Running, 3 for Standby, 4 for Terminated, 5 for Wait, 6 for
Transition, 7 for Unknown. A Running thread is using a processor; a Standby thread
is about to use one. A Ready thread wants to use a processor, but is waiting for a
processor because none are free. A thread in Transition is waiting for a resource
in order to execute, such as waiting for its execution stack to be paged in from
disk. A Waiting thread has no use for the processor because it is waiting for a
peripheral operation to complete or a resource to become free.
48=Pages Output/sec
49=Pages Output/sec is the rate at which pages are written to disk to free up space
in physical memory. Pages are written back to disk only if they are changed in
physical memory, so they are likely to hold data, not code. A high rate of pages
output might indicate a memory shortage. Windows writes more pages back to disk to
free up space when physical memory is in short supply. This counter shows the
number of pages, and can be compared to other counts of pages, without conversion.
50=Page Writes/sec
51=Page Writes/sec is the rate at which pages are written to disk to free up space
in physical memory. Pages are written to disk only if they are changed while in
physical memory, so they are likely to hold data, not code. This counter shows
write operations, without regard to the number of pages written in each operation.
This counter displays the difference between the values observed in the last two
samples, divided by the duration of the sample interval.
52=Browser
53=The Browser performance object consists of counters that measure the rates of
announcements, enumerations, and other Browser transmissions.
54=Announcements Server/sec
55=Announcements Server/sec is the rate at which the servers in this domain have
announced themselves to this server.
56=Pool Paged Bytes
57=Pool Paged Bytes is the size, in bytes, of the paged pool, an area of system
memory (physical memory used by the operating system) for objects that can be
written to disk when they are not being used. Memory\\Pool Paged Bytes is
calculated differently than Process\\Pool Paged Bytes, so it might not equal
Process\\Pool Paged Bytes\\_Total. This counter displays the last observed value
only; it is not an average.
58=Pool Nonpaged Bytes
59=Pool Nonpaged Bytes is the size, in bytes, of the nonpaged pool, an area of
system memory (physical memory used by the operating system) for objects that
cannot be written to disk, but must remain in physical memory as long as they are
allocated. Memory\\Pool Nonpaged Bytes is calculated differently than
Process\\Pool Nonpaged Bytes, so it might not equal Process\\Pool Nonpaged
Bytes\\_Total. This counter displays the last observed value only; it is not an
average.
60=Pool Paged Allocs
61=Pool Paged Allocs is the number of calls to allocate space in the paged pool.
The paged pool is an area of system memory (physical memory used by the operating
system) for objects that can be written to disk when they are not being used. It is
measured in numbers of calls to allocate space, regardless of the amount of space
allocated in each call. This counter displays the last observed value only; it is
not an average.
63=Pool Paged Resident Bytes is the current size, in bytes, of the paged pool. The
paged pool is an area of system memory (physical memory used by the operating
system) for objects that can be written to disk when they are not being used. Space
used by the paged and nonpaged pools are taken from physical memory, so a pool that
is too large denies memory space to processes. This counter displays the last
observed value only; it is not an average.
64=Pool Nonpaged Allocs
65=Pool Nonpaged Allocs is the number of calls to allocate space in the nonpaged
pool. The nonpaged pool is an area of system memory area for objects that cannot be
written to disk, and must remain in physical memory as long as they are allocated.
It is measured in numbers of calls to allocate space, regardless of the amount of
space allocated in each call. This counter displays the last observed value only;
it is not an average.
66=Pool Paged Resident Bytes
67=Bytes Total/sec is the total rate of bytes sent to or received from the network
by the protocol, but only for the frames (packets) which carry data. This is the
sum of Frame Bytes/sec and Datagram Bytes/sec.
68=System Code Total Bytes
69=System Code Total Bytes is the size, in bytes, of the pageable operating system
code currently in virtual memory. It is a measure of the amount of physical memory
being used by the operating system that can be written to disk when not in use.
This value is calculated by summing the bytes in Ntoskrnl.exe, Hal.dll, the boot
drivers, and file systems loaded by Ntldr/osloader. This counter does not include
code that must remain in physical memory and cannot be written to disk. This
counter displays the last observed value only; it is not an average.
70=System Code Resident Bytes
71=System Code Resident Bytes is the size, in bytes of the operating system code
currently in physical memory that can be written to disk when not in use. This
value is a component of Memory\\System Code Total Bytes, which also includes
operating system code on disk. Memory\\System Code Resident Bytes (and
Memory\\System Code Total Bytes) does not include code that must remain in physical
memory and cannot be written to disk. This counter displays the last observed value
only; it is not an average.
72=System Driver Total Bytes
73=System Driver Total Bytes is the size, in bytes, of the pageable virtual memory
currently being used by device drivers. Pageable memory can be written to disk when
it is not being used. It includes physical memory (Memory\\System Driver Resident
Bytes) and code and data paged to disk. It is a component of Memory\\System Code
Total Bytes. This counter displays the last observed value only; it is not an
average.
74=System Driver Resident Bytes
75=System Driver Resident Bytes is the size, in bytes, of the pageable physical
memory being used by device drivers. It is the working set (physical memory area)
of the drivers. This value is a component of Memory\\System Driver Total Bytes,
which also includes driver memory that has been written to disk. Neither
Memory\\System Driver Resident Bytes nor Memory\\System Driver Total Bytes includes
memory that cannot be written to disk.
76=System Cache Resident Bytes
77=System Cache Resident Bytes is the size, in bytes, of the pageable operating
system code in the file system cache. This value includes only current physical
pages and does not include any virtual memory pages not currently resident. It does
equal the System Cache value shown in Task Manager. As a result, this value may be
smaller than the actual amount of virtual memory in use by the file system cache.
This value is a component of Memory\\System Code Resident Bytes which represents
all pageable operating system code that is currently in physical memory. This
counter displays the last observed value only; it is not an average.
78=Announcements Domain/sec
79=Announcements Domain/sec is the rate at which a domain has announced itself to
the network.
80=Election Packets/sec
81=Election Packets/sec is the rate at which browser election packets have been
received by this workstation.
82=Mailslot Writes/sec
83=Mailslot Writes/sec is the rate at which mailslot messages have been
successfully received.
84=Server List Requests/sec
85=Server List Requests/sec is the rate at which requests to retrieve a list of
browser servers have been processed by this workstation.
86=Cache
87=The Cache performance object consists of counters that monitor the file system
cache, an area of physical memory that stores recently used data as long as
possible to permit access to the data without having to read from the disk.
Because applications typically use the cache, the cache is monitored as an
indicator of application I/O operations. When memory is plentiful, the cache can
grow, but when memory is scarce, the cache can become too small to be effective.
88=Data Maps/sec
89=Data Maps/sec is the frequency that a file system such as NTFS, maps a page of a
file into the file system cache to read the page.
90=Sync Data Maps/sec
91=Sync Data Maps/sec counts the frequency that a file system, such as NTFS, maps a
page of a file into the file system cache to read the page, and wishes to wait for
the page to be retrieved if it is not in main memory.
92=Async Data Maps/sec
93=Async Data Maps/sec is the frequency that an application using a file system,
such as NTFS, to map a page of a file into the file system cache to read the page,
and does not wait for the page to be retrieved if it is not in main memory.
94=Data Map Hits %
95=Data Map Hits is the percentage of data maps in the file system cache that could
be resolved without having to retrieve a page from the disk, because the page was
already in physical memory.
96=Data Map Pins/sec
97=Data Map Pins/sec is the frequency of data maps in the file system cache that
resulted in pinning a page in main memory, an action usually preparatory to writing
to the file on disk. While pinned, a page's physical address in main memory and
virtual address in the file system cache will not be altered.
98=Pin Reads/sec
99=Pin Reads/sec is the frequency of reading data into the file system cache
preparatory to writing the data back to disk. Pages read in this fashion are
pinned in memory at the completion of the read. While pinned, a page's physical
address in the file system cache will not be altered.
100=Sync Pin Reads/sec
101=Sync Pin Reads/sec is the frequency of reading data into the file system cache
preparatory to writing the data back to disk. Pages read in this fashion are
pinned in memory at the completion of the read. The file system will not regain
control until the page is pinned in the file system cache, in particular if the
disk must be accessed to retrieve the page. While pinned, a page's physical
address in the file system cache will not be altered.
102=Async Pin Reads/sec
103=Async Pin Reads/sec is the frequency of reading data into the file system cache
preparatory to writing the data back to disk. Pages read in this fashion are
pinned in memory at the completion of the read. The file system will regain
control immediately even if the disk must be accessed to retrieve the page. While
pinned, a page's physical address will not be altered.
104=Pin Read Hits %
105=Pin Read Hits is the percentage of pin read requests that hit the file system
cache, i.e., did not require a disk read in order to provide access to the page in
the file system cache. While pinned, a page's physical address in the file system
cache will not be altered. The LAN Redirector uses this method for retrieving data
from the cache, as does the LAN Server for small transfers. This is usually the
method used by the disk file systems as well.
106=Copy Reads/sec
107=Copy Reads/sec is the frequency of reads from pages of the file system cache
that involve a memory copy of the data from the cache to the application's buffer.
The LAN Redirector uses this method for retrieving information from the file system
cache, as does the LAN Server for small transfers. This is a method used by the
disk file systems as well.
108=Sync Copy Reads/sec
109=Sync Copy Reads/sec is the frequency of reads from pages of the file system
cache that involve a memory copy of the data from the cache to the application's
buffer. The file system will not regain control until the copy operation is
complete, even if the disk must be accessed to retrieve the page.
110=Async Copy Reads/sec
111=Async Copy Reads/sec is the frequency of reads from pages of the file system
cache that involve a memory copy of the data from the cache to the application's
buffer. The application will regain control immediately even if the disk must be
accessed to retrieve the page.
112=Copy Read Hits %
113=Copy Read Hits is the percentage of cache copy read requests that hit the
cache, that is, they did not require a disk read in order to provide access to the
page in the cache. A copy read is a file read operation that is satisfied by a
memory copy from a page in the cache to the application's buffer. The LAN
Redirector uses this method for retrieving information from the cache, as does the
LAN Server for small transfers. This is a method used by the disk file systems as
well.
114=MDL Reads/sec
115=MDL Reads/sec is the frequency of reads from the file system cache that use a
Memory Descriptor List (MDL) to access the data. The MDL contains the physical
address of each page involved in the transfer, and thus can employ a hardware
Direct Memory Access (DMA) device to effect the copy. The LAN Server uses this
method for large transfers out of the server.
116=Sync MDL Reads/sec
117=Sync MDL Reads/sec is the frequency of reads from the file system cache that
use a Memory Descriptor List (MDL) to access the pages. The MDL contains the
physical address of each page in the transfer, thus permitting Direct Memory Access
(DMA) of the pages. If the accessed page(s) are not in main memory, the caller
will wait for the pages to fault in from the disk.
118=Async MDL Reads/sec
119=Async MDL Reads/sec is the frequency of reads from the file system cache that
use a Memory Descriptor List (MDL) to access the pages. The MDL contains the
physical address of each page in the transfer, thus permitting Direct Memory Access
(DMA) of the pages. If the accessed page(s) are not in main memory, the calling
application program will not wait for the pages to fault in from disk.
120=MDL Read Hits %
121=MDL Read Hits is the percentage of Memory Descriptor List (MDL) Read requests
to the file system cache that hit the cache, i.e., did not require disk accesses in
order to provide memory access to the page(s) in the cache.
122=Read Aheads/sec
123=Read Aheads/sec is the frequency of reads from the file system cache in which
the Cache detects sequential access to a file. The read aheads permit the data to
be transferred in larger blocks than those being requested by the application,
reducing the overhead per access.
124=Fast Reads/sec
125=Fast Reads/sec is the frequency of reads from the file system cache that bypass
the installed file system and retrieve the data directly from the cache. Normally,
file I/O requests invoke the appropriate file system to retrieve data from a file,
but this path permits direct retrieval of data from the cache without file system
involvement if the data is in the cache. Even if the data is not in the cache, one
invocation of the file system is avoided.
126=Sync Fast Reads/sec
127=Sync Fast Reads/sec is the frequency of reads from the file system cache that
bypass the installed file system and retrieve the data directly from the cache.
Normally, file I/O requests invoke the appropriate file system to retrieve data
from a file, but this path permits direct retrieval of data from the cache without
file system involvement if the data is in the cache. Even if the data is not in
the cache, one invocation of the file system is avoided. If the data is not in the
cache, the request (application program call) will wait until the data has been
retrieved from disk.
128=Async Fast Reads/sec
129=Async Fast Reads/sec is the frequency of reads from the file system cache that
bypass the installed file system and retrieve the data directly from the cache.
Normally, file I/O requests will invoke the appropriate file system to retrieve
data from a file, but this path permits data to be retrieved from the cache
directly (without file system involvement) if the data is in the cache. Even if
the data is not in the cache, one invocation of the file system is avoided. If the
data is not in the cache, the request (application program call) will not wait
until the data has been retrieved from disk, but will get control immediately.
130=Fast Read Resource Misses/sec
131=Fast Read Resource Misses/sec is the frequency of cache misses necessitated by
the lack of available resources to satisfy the request.
132=Fast Read Not Possibles/sec
133=Fast Read Not Possibles/sec is the frequency of attempts by an Application
Program Interface (API) function call to bypass the file system to get to data in
the file system cache that could not be honored without invoking the file system.
134=Lazy Write Flushes/sec
135=Lazy Write Flushes/sec is the rate at which the Lazy Writer thread has written
to disk. Lazy Writing is the process of updating the disk after the page has been
changed in memory, so that the application that changed the file does not have to
wait for the disk write to be complete before proceeding. More than one page can
be transferred by each write operation.
136=Lazy Write Pages/sec
137=Lazy Write Pages/sec is the rate at which the Lazy Writer thread has written to
disk. Lazy Writing is the process of updating the disk after the page has been
changed in memory, so that the application that changed the file does not have to
wait for the disk write to be complete before proceeding. More than one page can
be transferred on a single disk write operation.
138=Data Flushes/sec
139=Data Flushes/sec is the rate at which the file system cache has flushed its
contents to disk as the result of a request to flush or to satisfy a write-through
file write request. More than one page can be transferred on each flush operation.
140=Data Flush Pages/sec
141=Data Flush Pages/sec is the number of pages the file system cache has flushed
to disk as a result of a request to flush or to satisfy a write-through file write
request. More than one page can be transferred on each flush operation.
142=% User Time
143=% User Time is the percentage of elapsed time the processor spends in the user
mode. User mode is a restricted processing mode designed for applications,
environment subsystems, and integral subsystems. The alternative, privileged mode,
is designed for operating system components and allows direct access to hardware
and all memory. The operating system switches application threads to privileged
mode to access operating system services. This counter displays the average busy
time as a percentage of the sample time.
144=% Privileged Time
145=% Privileged Time is the percentage of elapsed time that the process threads
spent executing code in privileged mode. When a Windows system service in called,
the service will often run in privileged mode to gain access to system-private
data. Such data is protected from access by threads executing in user mode. Calls
to the system can be explicit or implicit, such as page faults or interrupts.
Unlike some early operating systems, Windows uses process boundaries for subsystem
protection in addition to the traditional protection of user and privileged modes.
Some work done by Windows on behalf of the application might appear in other
subsystem processes in addition to the privileged time in the process.
146=Context Switches/sec
147=Context Switches/sec is the combined rate at which all processors on the
computer are switched from one thread to another. Context switches occur when a
running thread voluntarily relinquishes the processor, is preempted by a higher
priority ready thread, or switches between user-mode and privileged (kernel) mode
to use an Executive or subsystem service. It is the sum of Thread\\Context
Switches/sec for all threads running on all processors in the computer and is
measured in numbers of switches. There are context switch counters on the System
and Thread objects. This counter displays the difference between the values
observed in the last two samples, divided by the duration of the sample interval.
148=Interrupts/sec
149=Interrupts/sec is the average rate, in incidents per second, at which the
processor received and serviced hardware interrupts. It does not include deferred
procedure calls (DPCs), which are counted separately. This value is an indirect
indicator of the activity of devices that generate interrupts, such as the system
clock, the mouse, disk drivers, data communication lines, network interface cards,
and other peripheral devices. These devices normally interrupt the processor when
they have completed a task or require attention. Normal thread execution is
suspended. The system clock typically interrupts the processor every 10
milliseconds, creating a background of interrupt activity. This counter displays
the difference between the values observed in the last two samples, divided by the
duration of the sample interval.
150=System Calls/sec
151=System Calls/sec is the combined rate of calls to operating system service
routines by all processes running on the computer. These routines perform all of
the basic scheduling and synchronization of activities on the computer, and provide
access to non-graphic devices, memory management, and name space management. This
counter displays the difference between the values observed in the last two
samples, divided by the duration of the sample interval.
152=Level 1 TLB Fills/sec
153=Level 1 TLB Fills/sec is the frequency of faults that occur when reference is
made to memory whose Page Table Entry (PTE) is not in the Translation Lookaside
Buffer (TLB). On some computers this fault is handled by software loading the PTE
into the TLB, and this counter is incremented.
154=Level 2 TLB Fills/sec
155=Level 2 TLB Fills/sec is the frequency of faults that occur when reference is
made to memory whose Page Table Entry (PTE) is not in the Translation Lookaside
Buffer (TLB), nor is the page containing the PTE. On some computers this fault is
handled by software loading the PTE into the TLB, and this counter is incremented.
156=Enumerations Server/sec
157=% User Time is the percentage of elapsed time that the process threads spent
executing code in user mode. Applications, environment subsystems, and integral
subsystems execute in user mode. Code executing in user mode cannot damage the
integrity of the Windows executive, kernel, and device drivers. Unlike some early
operating systems, Windows uses process boundaries for subsystem protection in
addition to the traditional protection of user and privileged modes. Some work done
by Windows on behalf of the application might appear in other subsystem processes
in addition to the privileged time in the process.
158=Enumerations Domain/sec
159=% Privileged Time is the percentage of elapsed time that the process threads
spent executing code in privileged mode. When a Windows system service is called,
the service will often run in privileged mode to gain access to system-private
data. Such data is protected from access by threads executing in user mode. Calls
to the system can be explicit or implicit, such as page faults or interrupts.
Unlike some early operating systems, Windows uses process boundaries for subsystem
protection in addition to the traditional protection of user and privileged modes.
Some work done by Windows on behalf of the application might appear in other
subsystem processes in addition to the privileged time in the process.
160=Enumerations Other/sec
161=Enumerations Server/sec is the rate at which server browse requests have been
processed by this workstation.
162=Missed Server Announcements
163=Enumerations Domain/sec is the rate at which domain browse requests have been
processed by this workstation.
164=Missed Mailslot Datagrams
165=Enumerations Other/sec is the rate at which browse requests processed by this
workstation are not domain or server browse requests.
166=Missed Server List Requests
167=Missed Server Announcements is the number of server announcements that have
been missed due to configuration or allocation limits.
168=Server Announce Allocations Failed/sec
169=Missed Mailslot Datagrams is the number of Mailslot Datagrams that have been
discarded due to configuration or allocation limits.
170=Mailslot Allocations Failed
171=Missed Server List Requests is the number of requests to retrieve a list of
browser servers that were received by this workstation, but could not be processed.
172=Virtual Bytes Peak
173=Virtual Bytes Peak is the maximum size, in bytes, of virtual address space the
process has used at any one time. Use of virtual address space does not necessarily
imply corresponding use of either disk or main memory pages. However, virtual space
is finite, and the process might limit its ability to load libraries.
174=Virtual Bytes
175=Virtual Bytes is the current size, in bytes, of the virtual address space the
process is using. Use of virtual address space does not necessarily imply
corresponding use of either disk or main memory pages. Virtual space is finite, and
the process can limit its ability to load libraries.
177=Page Faults/sec is the rate at which page faults by the threads executing in
this process are occurring. A page fault occurs when a thread refers to a virtual
memory page that is not in its working set in main memory. This may not cause the
page to be fetched from disk if it is on the standby list and hence already in main
memory, or if it is in use by another process with whom the page is shared.
178=Working Set Peak
179=Working Set Peak is the maximum size, in bytes, of the Working Set of this
process at any point in time. The Working Set is the set of memory pages touched
recently by the threads in the process. If free memory in the computer is above a
threshold, pages are left in the Working Set of a process even if they are not in
use. When free memory falls below a threshold, pages are trimmed from Working Sets.
If they are needed they will then be soft-faulted back into the Working Set before
they leave main memory.
180=Working Set
181=Working Set is the current size, in bytes, of the Working Set of this process.
The Working Set is the set of memory pages touched recently by the threads in the
process. If free memory in the computer is above a threshold, pages are left in the
Working Set of a process even if they are not in use. When free memory falls below
a threshold, pages are trimmed from Working Sets. If they are needed they will then
be soft-faulted back into the Working Set before leaving main memory.
182=Page File Bytes Peak
183=Page File Bytes Peak is the maximum amount of virtual memory, in bytes, that
this process has reserved for use in the paging file(s). Paging files are used to
store pages of memory used by the process that are not contained in other files.
Paging files are shared by all processes, and the lack of space in paging files can
prevent other processes from allocating memory. If there is no paging file, this
counter reflects the maximum amount of virtual memory that the process has reserved
for use in physical memory.
184=Page File Bytes
185=Page File Bytes is the current amount of virtual memory, in bytes, that this
process has reserved for use in the paging file(s). Paging files are used to store
pages of memory used by the process that are not contained in other files. Paging
files are shared by all processes, and the lack of space in paging files can
prevent other processes from allocating memory. If there is no paging file, this
counter reflects the current amount of virtual memory that the process has reserved
for use in physical memory.
186=Private Bytes
187=Private Bytes is the current size, in bytes, of memory that this process has
allocated that cannot be shared with other processes.
188=Announcements Total/sec
189=% Processor Time is the percentage of elapsed time that all of process threads
used the processor to execution instructions. An instruction is the basic unit of
execution in a computer, a thread is the object that executes instructions, and a
process is the object created when a program is run. Code executed to handle some
hardware interrupts and trap conditions are included in this count.
190=Enumerations Total/sec
191=% Processor Time is the percentage of elapsed time that all of process threads
used the processor to execution instructions. An instruction is the basic unit of
execution in a computer, a thread is the object that executes instructions, and a
process is the object created when a program is run. Code executed to handle some
hardware interrupts and trap conditions are included in this count.
193=% User Time is the percentage of elapsed time that this thread has spent
executing code in user mode. Applications, environment subsystems, and integral
subsystems execute in user mode. Code executing in user mode cannot damage the
integrity of the Windows NT Executive, Kernel, and device drivers. Unlike some
early operating systems, Windows NT uses process boundaries for subsystem
protection in addition to the traditional protection of user and privileged modes.
These subsystem processes provide additional protection. Therefore, some work done
by Windows NT on behalf of your application might appear in other subsystem
processes in addition to the privileged time in your process.
195=% Privileged Time is the percentage of elapsed time that the process threads
spent executing code in privileged mode. When a Windows system service in called,
the service will often run in privileged mode to gain access to system-private
data. Such data is protected from access by threads executing in user mode. Calls
to the system can be explicit or implicit, such as page faults or interrupts.
Unlike some early operating systems, Windows uses process boundaries for subsystem
protection in addition to the traditional protection of user and privileged modes.
Some work done by Windows on behalf of the application might appear in other
subsystem processes in addition to the privileged time in the process.
197=Context Switches/sec is the rate of switches from one thread to another.
Thread switches can occur either inside of a single process or across processes. A
thread switch can be caused either by one thread asking another for information, or
by a thread being preempted by another, higher priority thread becoming ready to
run. Unlike some early operating systems, Windows NT uses process boundaries for
subsystem protection in addition to the traditional protection of user and
privileged modes. These subsystem processes provide additional protection.
Therefore, some work done by Windows NT on behalf of an application appear in
other subsystem processes in addition to the privileged time in the application.
Switching to the subsystem process causes one Context Switch in the application
thread. Switching back causes another Context Switch in the subsystem thread.
198=Current Disk Queue Length
199=Current Disk Queue Length is the number of requests outstanding on the disk at
the time the performance data is collected. It also includes requests in service at
the time of the collection. This is a instantaneous snapshot, not an average over
the time interval. Multi-spindle disk devices can have multiple requests that are
active at one time, but other concurrent requests are awaiting service. This
counter might reflect a transitory high or low queue length, but if there is a
sustained load on the disk drive, it is likely that this will be consistently high.
Requests experience delays proportional to the length of this queue minus the
number of spindles on the disks. For good performance, this difference should
average less than two.
200=% Disk Time
201=% Disk Time is the percentage of elapsed time that the selected disk drive was
busy servicing read or write requests.
202=% Disk Read Time
203=% Disk Read Time is the percentage of elapsed time that the selected disk drive
was busy servicing read requests.
204=% Disk Write Time
205=% Disk Write Time is the percentage of elapsed time that the selected disk
drive was busy servicing write requests.
206=Avg. Disk sec/Transfer
207=Avg. Disk sec/Transfer is the time, in seconds, of the average disk transfer.
208=Avg. Disk sec/Read
209=Avg. Disk sec/Read is the average time, in seconds, of a read of data from the
disk.
210=Avg. Disk sec/Write
211=Avg. Disk sec/Write is the average time, in seconds, of a write of data to the
disk.
212=Disk Transfers/sec
213=Disk Transfers/sec is the rate of read and write operations on the disk.
214=Disk Reads/sec
215=Disk Reads/sec is the rate of read operations on the disk.
216=Disk Writes/sec
217=Disk Writes/sec is the rate of write operations on the disk.
218=Disk Bytes/sec
219=Disk Bytes/sec is the rate bytes are transferred to or from the disk during
write or read operations.
220=Disk Read Bytes/sec
221=Disk Read Bytes/sec is the rate at which bytes are transferred from the disk
during read operations.
222=Disk Write Bytes/sec
223=Disk Write Bytes/sec is rate at which bytes are transferred to the disk during
write operations.
224=Avg. Disk Bytes/Transfer
225=Avg. Disk Bytes/Transfer is the average number of bytes transferred to or from
the disk during write or read operations.
226=Avg. Disk Bytes/Read
227=Avg. Disk Bytes/Read is the average number of bytes transferred from the disk
during read operations.
228=Avg. Disk Bytes/Write
229=Avg. Disk Bytes/Write is the average number of bytes transferred to the disk
during write operations.
230=Process
231=The Process performance object consists of counters that monitor running
application program and system processes. All the threads in a process share the
same address space and have access to the same data.
232=Thread
233=The Thread performance object consists of counters that measure aspects of
thread behavior. A thread is the basic object that executes instructions on a
processor. All running processes have at least one thread.
234=PhysicalDisk
235=The Physical Disk performance object consists of counters that monitor hard or
fixed disk drive on a computer. Disks are used to store file, program, and paging
data and are read to retrieve these items, and written to record changes to them.
The values of physical disk counters are sums of the values of the logical disks
(or partitions) into which they are divided.
236=LogicalDisk
237=The Logical Disk performance object consists of counters that monitor logical
partitions of a hard or fixed disk drives. Performance Monitor identifies logical
disks by their a drive letter, such as C.
238=Processor
239=The Processor performance object consists of counters that measure aspects of
processor activity. The processor is the part of the computer that performs
arithmetic and logical computations, initiates operations on peripherals, and runs
the threads of processes. A computer can have multiple processors. The processor
object represents each processor as an instance of the object.
240=% Total Processor Time
241=% Total Processor Time is the average percentage of time that all processors on
the computer are executing non-idle threads. This counter was designed as the
primary indicator of processor activity on multiprocessor computers. It is equal
to the sum of Process: % Processor Time for all processors, divided by the number
of processors. It is calculated by summing the time that all processors spend
executing the thread of the Idle process in each sample interval, subtracting that
value from 100%, and dividing the difference by the number of processors on the
computer. (Each processor has an Idle thread which consumes cycles when no other
threads are ready to run). For example, on a multiprocessor computer, a value of
50% means that all processors are busy for half of the sample interval, or that
half of the processors are busy for all of the sample interval. This counter
displays the average percentage of busy time observed during the sample interval.
It is calculated by monitoring the time the service was inactive, and then
subtracting that value from 100%.
242=% Total User Time
243=% Total User Time is the average percentage of non-idle time all processors
spend in user mode. It is the sum of Processor: % User Time for all processors on
the computer, divided by the number of processors. System: % Total User Time and
System: % Total Privileged Time sum to % Total Processor Time, but not always to
100%. (User mode is a restricted processing mode designed for applications,
environment subsystems, and integral subsystems. The alternative, privileged mode,
is designed for operating system components and allows direct access to hardware
and all memory. The operating system switches application threads to privileged
mode to access operating system services). This counter displays the average busy
time as a percentage of the sample time.
244=% Total Privileged Time
245=% Total Privileged Time is the average percentage of non-idle time all
processors spend in privileged (kernel) mode. It is the sum of Processor: %
Privileged Time for all processors on the computer, divided by the number of
processors. System: % Total User Time and System: % Total Privileged Time sum to %
Total Processor Time, but not always to 100%. (Privileged mode is an processing
mode designed for operating system components which allows direct access to
hardware and all memory. The operating system switches application threads to
privileged mode to access operating system services. The alternative, user mode,
is a restricted processing mode designed for applications and environment
subsystems). This counter displays the average busy time as a percentage of the
sample time.
246=Total Interrupts/sec
247=Total Interrupts/sec is the combined rate of hardware interrupts received and
serviced by all processors on the computer It is the sum of Processor:
Interrupts/sec for all processors, and divided by the number of processors, and is
measured in numbers of interrupts. It does not include DPCs, which are counted
separately. This value is an indirect indicator of the activity of devices that
generate interrupts, such as the system timer, the mouse, disk drivers, data
communication lines, network interface cards and other peripheral devices. These
devices normally interrupt the processor when they have completed a task or require
attention. Normal thread execution is suspended during interrupts. Most system
clocks interrupt the processor every 10 milliseconds, creating a background of
interrupt activity. This counter displays the difference between the values
observed in the last two samples, divided by the duration of the sample interval.
248=Processes
249=Processes is the number of processes in the computer at the time of data
collection. This is an instantaneous count, not an average over the time interval.
Each process represents the running of a program.
250=Threads
251=Threads is the number of threads in the computer at the time of data
collection. This is an instantaneous count, not an average over the time interval.
A thread is the basic executable entity that can execute instructions in a
processor.
252=Events
253=Events is the number of events in the computer at the time of data collection.
This is an instantaneous count, not an average over the time interval. An event is
used when two or more threads try to synchronize execution.
254=Semaphores
255=Semaphores is the number of semaphores in the computer at the time of data
collection. This is an instantaneous count, not an average over the time interval.
Threads use semaphores to obtain exclusive access to data structures that they
share with other threads.
256=Mutexes
257=Mutexes counts the number of mutexes in the computer at the time of data
collection. This is an instantaneous count, not an average over the time interval.
Mutexes are used by threads to assure only one thread is executing a particular
section of code.
258=Sections
259=Sections is the number of sections in the computer at the time of data
collection. This is an instantaneous count, not an average over the time interval.
A section is a portion of virtual memory created by a process for storing data. A
process can share sections with other processes.
260=Objects
261=The Object performance object consists of counters that monitor logical
objects in the system, such as processes, threads, mutexes, and semaphores. This
information can be used to detect the unnecessary consumption of computer
resources. Each object requires memory to store basic information about the
object.
262=Redirector
263=The Redirector performance object consists of counter that monitor network
connections originating at the local computer.
264=Bytes Received/sec
265=Bytes Received/sec is the rate of bytes coming in to the Redirector from the
network. It includes all application data as well as network protocol information
(such as packet headers).
266=Packets Received/sec
267=Packets Received/sec is the rate at which the Redirector is receiving packets
(also called SMBs or Server Message Blocks). Network transmissions are divided
into packets. The average number of bytes received in a packet can be obtained by
dividing Bytes Received/sec by this counter. Some packets received might not
contain incoming data (for example an acknowledgment to a write made by the
Redirector would count as an incoming packet).
268=Read Bytes Paging/sec
269=Read Bytes Paging/sec is the rate at which the Redirector is attempting to read
bytes in response to page faults. Page faults are caused by loading of modules
(such as programs and libraries), by a miss in the Cache (see Read Bytes
Cache/sec), or by files directly mapped into the address space of applications (a
high-performance feature of Windows NT).
270=Read Bytes Non-Paging/sec
271=Read Bytes Non-Paging/sec are those bytes read by the Redirector in response to
normal file requests by an application when they are redirected to come from
another computer. In addition to file requests, this counter includes other
methods of reading across the network such as Named Pipes and Transactions. This
counter does not count network protocol information, just application data.
272=Read Bytes Cache/sec
273=Read Bytes Cache/sec is the rate at which applications are accessing the file
system cache by using the Redirector. Some of these data requests are satisfied by
retrieving the data from the cache. Requests that miss the Cache cause a page
fault (see Read Bytes Paging/sec).
274=Read Bytes Network/sec
275=Read Bytes Network/sec is the rate at which applications are reading data
across the network. This occurs when data sought in the file system cache is not
found there and must be retrieved from the network. Dividing this value by Bytes
Received/sec indicates the proportion of application data traveling across the
network. (see Bytes Received/sec).
276=Bytes Transmitted/sec
277=Bytes Transmitted/sec is the rate at which bytes are leaving the Redirector to
the network. It includes all application data as well as network protocol
information (such as packet headers and the like).
278=Packets Transmitted/sec
279=Packets Transmitted/sec is the rate at which the Redirector is sending packets
(also called SMBs or Server Message Blocks). Network transmissions are divided
into packets. The average number of bytes transmitted in a packet can be obtained
by dividing Bytes Transmitted/sec by this counter.
280=Write Bytes Paging/sec
281=Write Bytes Paging/sec is the rate at which the Redirector is attempting to
write bytes changed in the pages being used by applications. The program data
changed by modules (such as programs and libraries) that were loaded over the
network are 'paged out' when no longer needed. Other output pages come from the
file system cache (see Write Bytes Cache/sec).
282=Write Bytes Non-Paging/sec
283=Write Bytes Non-Paging/sec is the rate at which bytes are written by the
Redirector in response to normal file outputs by an application when they are
redirected to another computer. In addition to file requests, this count includes
other methods of writing across the network, such as Named Pipes and Transactions.
This counter does not count network protocol information, just application data.
284=Write Bytes Cache/sec
285=Write Bytes Cache/sec is the rate at which applications on your computer are
writing to the file system cache by using the Redirector. The data might not leave
your computer immediately; it can be retained in the cache for further modification
before being written to the network. This saves network traffic. Each write of a
byte into the cache is counted here.
286=Write Bytes Network/sec
287=Write Bytes Network/sec is the rate at which applications are writing data
across the network. This occurs when the file system cache is bypassed, such as for
Named Pipes or Transactions, or when the cache writes the bytes to disk to make
room for other data. Dividing this counter by Bytes Transmitted/sec will indicate
the proportion of application data being to the network (see Transmitted
Bytes/sec).
288=Read Operations/sec
289=File Read Operations/sec is the rate at which applications are asking the
Redirector for data. Each call to a file system or similar Application Program
Interface (API) call counts as one operation.
290=Read Operations Random/sec
291=Read Operations Random/sec counts the rate at which, on a file-by-file basis,
reads are made that are not sequential. If a read is made using a particular file
handle, and then is followed by another read that is not immediately the contiguous
next byte, this counter is incremented by one.
292=Read Packets/sec
293=Read Packets/sec is the rate at which read packets are being placed on the
network. Each time a single packet is sent with a request to read data remotely,
this counter is incremented by one.
294=Reads Large/sec
295=Reads Large/sec is the rate at which reads over 2 times the server's negotiated
buffer size are made by applications. Too many of these could place a strain on
server resources. This counter is incremented once for each read. It does not
count packets.
296=Read Packets Small/sec
297=Read Packets Small/sec is the rate at which reads less than one-fourth of the
server's negotiated buffer size are made by applications. Too many of these could
indicate a waste of buffers on the server. This counter is incremented once for
each read. It does not count packets.
298=Write Operations/sec
299=File Write Operations/sec is the rate at which applications are sending data to
the Redirector. Each call to a file system or similar Application Program Interface
(API) call counts as one operation.
300=Write Operations Random/sec
301=Write Operations Random/sec is the rate at which, on a file-by-file basis,
writes are made that are not sequential. If a write is made using a particular
file handle, and then is followed by another write that is not immediately the next
contiguous byte, this counter is incremented by one.
302=Write Packets/sec
303=Write Packets/sec is the rate at which writes are being sent to the network.
Each time a single packet is sent with a request to write remote data, this counter
is incremented by one.
304=Writes Large/sec
305=Writes Large/sec is the rate at which writes are made by applications that are
over 2 times the server's negotiated buffer size. Too many of these could place a
strain on server resources. This counter is incremented once for each write: it
counts writes, not packets.
306=Write Packets Small/sec
307=Write Packets Small/sec is the rate at which writes are made by applications
that are less than one-fourth of the server's negotiated buffer size. Too many of
these could indicate a waste of buffers on the server. This counter is incremented
once for each write: it counts writes, not packets.
308=Reads Denied/sec
309=Reads Denied/sec is the rate at which the server is unable to accommodate
requests for Raw Reads. When a read is much larger than the server's negotiated
buffer size, the Redirector requests a Raw Read which, if granted, would permit the
transfer of the data without lots of protocol overhead on each packet. To
accomplish this the server must lock out other requests, so the request is denied
if the server is really busy.
310=Writes Denied/sec
311=Writes Denied/sec is the rate at which the server is unable to accommodate
requests for Raw Writes. When a write is much larger than the server's negotiated
buffer size, the Redirector requests a Raw Write which, if granted, would permit
the transfer of the data without lots of protocol overhead on each packet. To
accomplish this the server must lock out other requests, so the request is denied
if the server is really busy.
312=Network Errors/sec
313=Network Errors/sec is the rate at which serious unexpected errors are
occurring. Such errors generally indicate that the Redirector and one or more
Servers are having serious communication difficulties. For example an SMB (Server
Manager Block) protocol error is a Network Error. An entry is written to the System
Event Log and provide details.
314=Server Sessions
315=Server Sessions counts the total number of security objects the Redirector has
managed. For example, a logon to a server followed by a network access to the same
server will establish one connection, but two sessions.
316=Server Reconnects
317=Server Reconnects counts the number of times your Redirector has had to
reconnect to a server in order to complete a new active request. You can be
disconnected by the Server if you remain inactive for too long. Locally even if
all your remote files are closed, the Redirector will keep your connections intact
for (nominally) ten minutes. Such inactive connections are called Dormant
Connections. Reconnecting is expensive in time.
318=Connects Core
319=Connects Core counts the number of connections you have to servers running the
original MS-Net SMB protocol, including MS-Net itself and Xenix and VAX's.
320=Connects Lan Manager 2.0
321=Connects LAN Manager 2.0 counts connections to LAN Manager 2.0 servers,
including LMX servers.
322=Connects Lan Manager 2.1
323=Connects LAN Manager 2.1 counts connections to LAN Manager 2.1 servers,
including LMX servers.
324=Connects Windows NT
325=Connects Windows NT counts the connections to Windows 2000 or earlier
computers.
326=Server Disconnects
327=Server Disconnects counts the number of times a Server has disconnected your
Redirector. See also Server Reconnects.
328=Server Sessions Hung
329=Server Sessions Hung counts the number of active sessions that are timed out
and unable to proceed due to a lack of response from the remote server.
330=Server
331=The Server performance object consists of counters that measure communication
between the local computer and the network.
333=The number of bytes the server has received from the network. Indicates how
busy the server is.
335=The number of bytes the server has sent on the network. Indicates how busy the
server is.
336=Thread Wait Reason
337=Thread Wait Reason is only applicable when the thread is in the Wait state (see
Thread State). It is 0 or 7 when the thread is waiting for the Executive, 1 or 8
for a Free Page, 2 or 9 for a Page In, 3 or 10 for a Pool Allocation, 4 or 11 for
an Execution Delay, 5 or 12 for a Suspended condition, 6 or 13 for a User Request,
14 for an Event Pair High, 15 for an Event Pair Low, 16 for an LPC Receive, 17 for
an LPC Reply, 18 for Virtual Memory, 19 for a Page Out; 20 and higher are not
assigned at the time of this writing. Event Pairs are used to communicate with
protected subsystems (see Context Switches).
339=% DPC Time is the percentage of time that the processor spent receiving and
servicing deferred procedure calls (DPCs) during the sample interval. DPCs are
interrupts that run at a lower priority than standard interrupts. % DPC Time is a
component of % Privileged Time because DPCs are executed in privileged mode. They
are counted separately and are not a component of the interrupt counters. This
counter displays the average busy time as a percentage of the sample time.
340=Sessions Timed Out
341=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.
342=Sessions Errored Out
343=The number of sessions that have been closed due to unexpected error conditions
or sessions that have reached the autodisconnect timeout and have been disconnected
normally.
344=Sessions Logged Off
345=The number of sessions that have terminated normally. Useful in interpreting
the Sessions Times Out and Sessions Errored Out statistics--allows percentage
calculations.
346=Sessions Forced Off
347=The number of sessions that have been forced to logoff. Can indicate how many
sessions were forced to logoff due to logon time constraints.
348=Errors Logon
349=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.
350=Errors Access Permissions
351=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.
352=Errors Granted Access
353=The number of times accesses to files opened successfully were denied. Can
indicate attempts to access files without proper access authorization.
354=Errors System
355=The number of times an internal Server Error was detected. Unexpected errors
usually indicate a problem with the Server.
356=Blocking Requests Rejected
357=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 to be adjusted.
358=Work Item Shortages
359=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.
360=Files Opened Total
361=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.
362=Files Open
363=The number of files currently opened in the server. Indicates current server
activity.
365=The number of sessions currently active in the server. Indicates current
server activity.
366=File Directory Searches
367=The number of searches for files currently active in the server. Indicates
current server activity.
369=The number of bytes of non-pageable computer memory the server is using. This
value is useful for determining the values of the MaxNonpagedMemoryUsage value
entry in the Windows�NT Registry.
370=Pool Nonpaged Failures
371=The number of times allocations from nonpaged pool have failed. Indicates that
the computer's physical memory is too small.
372=Pool Nonpaged Peak
373=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.
375=The number of bytes of pageable computer memory the server is currently using.
Can help in determining good values for the MaxPagedMemoryUsage parameter.
376=Pool Paged Failures
377=The number of times allocations from paged pool have failed. Indicates that
the computer's physical memory or paging file are too small.
378=Pool Paged Peak
379=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.
381=Server Announce Allocations Failed/sec is the rate at which server (or domain)
announcements have failed due to lack of memory.
383=Mailslot Allocations Failed is the number of times the datagram receiver has
failed to allocate a buffer to hold a user mailslot write.
385=Mailslot Receives Failed indicates the number of mailslot messages that could
not be received due to transport failures.
387=Mailslot Writes Failed is the total number of mailslot messages that have been
successfully received, but that could not be written to the mailslot.
388=Bytes Total/sec
389=Bytes Total/sec is the rate the Redirector is processing data bytes. This
includes all application and file data in addition to protocol information such as
packet headers.
391=File Data Operations/sec is the rate at which the Redirector is processing data
operations. One operation should include many bytes, since each operation has
overhead. The efficiency of this path can be determined by dividing the Bytes/sec
by this counter to obtain the average number of bytes transferred per operation.
392=Current Commands
393=Current Commands counter indicates the number of pending commands from the
local computer to all destination servers. If the Current Commands counter shows a
high number and the local computer is idle, this may indicate a network-related
problem or a redirector bottleneck on the local computer.
395=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.
397=% Interrupt Time is the time the processor spends receiving and servicing
hardware interrupts during sample intervals. This value is an indirect indicator of
the activity of devices that generate interrupts, such as the system clock, the
mouse, disk drivers, data communication lines, network interface cards and other
peripheral devices. These devices normally interrupt the processor when they have
completed a task or require attention. Normal thread execution is suspended during
interrupts. Most system clocks interrupt the processor every 10 milliseconds,
creating a background of interrupt activity. suspends normal thread execution
during interrupts. This counter displays the average busy time as a percentage of
the sample time.
398=NWLink NetBIOS
399=The NWLink NetBIOS performance object consists of counters that monitor IPX
transport rates and connections.
400=Packets/sec
401=Packets/sec is the rate the Redirector is processing data packets. One packet
includes (hopefully) many bytes. We say hopefully here because each packet has
protocol overhead. You can determine the efficiency of this path by dividing the
Bytes/sec by this counter to determine the average number of bytes
transferred/packet. You can also divide this counter by Operations/sec to
determine the average number of packets per operation, another measure of
efficiency.
404=Context Blocks Queued/sec
405=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.
406=File Data Operations/sec
407=File Data Operations/ sec is the combined rate of read and write operations on
all logical disks on the computer. This is the inverse of System: File Control
Operations/sec. This counter displays the difference between the values observed
in the last two samples, divided by the duration of the sample interval.
408=% Free Space
409=% Free Space is the percentage of total usable space on the selected logical
disk drive that was free.
410=Free Megabytes
411=Free Megabytes displays the unallocated space, in megabytes, on the disk drive
in megabytes. One megabyte is equal to 1,048,576 bytes.
412=Connections Open
413=Connections Open is the number of connections currently open for this protocol.
This counter shows the current count only and does not accumulate over time.
414=Connections No Retries
415=Connections No Retries is the total count of connections that were successfully
made on the first try. This number is an accumulator and shows a running total.
416=Connections With Retries
417=Connections With Retries is the total count of connections that were made after
retrying the attempt. A retry occurs when the first connection attempt failed.
This number is an accumulator and shows a running total.
418=Disconnects Local
419=Disconnects Local is the number of session disconnections that were initiated
by the local computer. This number is an accumulator and shows a running total.
420=Disconnects Remote
421=Disconnects Remote is the number of session disconnections that were initiated
by the remote computer. This number is an accumulator and shows a running total.
422=Failures Link
423=Failures Link is the number of connections that were dropped due to a link
failure. This number is an accumulator and shows a running total.
424=Failures Adapter
425=Failures Adapter is the number of connections that were dropped due to an
adapter failure. This number is an accumulator and shows a running total.
426=Connection Session Timeouts
427=Connection Session Timeouts is the number of connections that were dropped due
to a session timeout. This number is an accumulator and shows a running total.
428=Connections Canceled
429=Connections Canceled is the number of connections that were canceled. This
number is an accumulator and shows a running total.
430=Failures Resource Remote
431=Failures Resource Remote is the number of connections that failed because of
resource problems or shortages on the remote computer. This number is an
accumulator and shows a running total.
432=Failures Resource Local
433=Failures Resource Local is the number of connections that failed because of
resource problems or shortages on the local computer. This number is an
accumulator and shows a running total.
434=Failures Not Found
435=Failures Not Found is the number of connection attempts that failed because the
remote computer could not be found. This number is an accumulator and shows a
running total.
436=Failures No Listen
437=Failures No Listen is the number of connections that were rejected because the
remote computer was not listening for connection requests.
438=Datagrams/sec
439=Datagrams/sec is the rate at which datagrams are processed by the computer.
This counter displays the sum of datagrams sent and datagrams received. A datagram
is a connectionless packet whose delivery to a remote is not guaranteed.
440=Datagram Bytes/sec
441=Datagram Bytes/sec is the rate at which datagram bytes are processed by the
computer. This counter is the sum of datagram bytes that are sent as well as
received. A datagram is a connectionless packet whose delivery to a remote is not
guaranteed.
442=Datagrams Sent/sec
443=Datagrams Sent/sec is the rate at which datagrams are sent from the computer.
A datagram is a connectionless packet whose delivery to a remote computer is not
guaranteed.
444=Datagram Bytes Sent/sec
445=Datagram Bytes Sent/sec is the rate at which datagram bytes are sent from the
computer. A datagram is a connectionless packet whose delivery to a remote
computer is not guaranteed.
446=Datagrams Received/sec
447=Datagrams Received/sec is the rate at which datagrams are received by the
computer. A datagram is a connectionless packet whose delivery to a remote
computer is not guaranteed.
448=Datagram Bytes Received/sec
449=Datagram Bytes Received/sec is the rate at which datagram bytes are received by
the computer. A datagram is a connectionless packet whose delivery to a remote
computer is not guaranteed.
451=Packets/sec is the rate at which packets are processed by the computer. This
count is the sum of Packets Sent and Packets Received per second. This counter
includes all packets processed: control as well as data packets.
452=Packets Sent/sec
453=Packets Sent/sec is the rate at which packets are sent by the computer. This
counter counts all packets sent by the computer, i.e. control as well as data
packets.
455=Packets Received/sec is the rate at which packets are received by the computer.
This counter counts all packets processed: control as well as data packets.
456=Frames/sec
457=Frames/sec is the rate at which data frames (or packets) are processed by the
computer. This counter is the sum of data frames sent and data frames received.
This counter only counts those frames (packets) that carry data.
458=Frame Bytes/sec
459=Frame Bytes/sec is the rate at which data bytes are processed by the computer.
This counter is the sum of data frame bytes sent and received. This counter only
counts the byte in frames (packets) that carry data.
460=Frames Sent/sec
461=Frames Sent/sec is the rate at which data frames are sent by the computer.
This counter only counts the frames (packets) that carry data.
462=Frame Bytes Sent/sec
463=Frame Bytes Sent/sec is the rate at which data bytes are sent by the computer.
This counter only counts the bytes in frames (packets) that carry data.
464=Frames Received/sec
465=Frames Received/sec is the rate at which data frames are received by the
computer. This counter only counts the frames (packets) that carry data.
466=Frame Bytes Received/sec
467=Frame Bytes Received/sec is the rate at which data bytes are received by the
computer. This counter only counts the frames (packets) that carry data.
468=Frames Re-Sent/sec
469=Frames Re-Sent/sec is the rate at which data frames (packets) are re-sent by
the computer. This counter only counts the frames or packets that carry data.
470=Frame Bytes Re-Sent/sec
471=Frame Bytes Re-Sent/sec is the rate at which data bytes are re-sent by the
computer. This counter only counts the bytes in frames that carry data.
472=Frames Rejected/sec
473=Frames Rejected/sec is the rate at which data frames are rejected. This
counter only counts the frames (packets) that carry data.
474=Frame Bytes Rejected/sec
475=Frame Bytes Rejected/sec is the rate at which data bytes are rejected. This
counter only counts the bytes in data frames (packets) that carry data.
476=Expirations Response
477=Expirations Response is the count of T1 timer expirations.
478=Expirations Ack
479=Expirations Ack is the count of T2 timer expirations.
480=Window Send Maximum
481=Window Send Maximum is the maximum number of bytes of data that will be sent
before waiting for an acknowledgment from the remote computer.
482=Window Send Average
483=Window Send Average is the running average number of data bytes that were sent
before waiting for an acknowledgment from the remote computer.
484=Piggyback Ack Queued/sec
485=Piggyback Ack Queued/sec is the rate at which piggybacked acknowledgments are
queued. Piggyback acknowledgments are acknowledgments to received packets that are
to be included in the next outgoing packet to the remote computer.
486=Piggyback Ack Timeouts
487=Piggyback Ack Timeouts is the number of times that a piggyback acknowledgment
could not be sent because there was no outgoing packet to the remote on which to
piggyback. A piggyback ack is an acknowledgment to a received packet that is sent
along in an outgoing data packet to the remote computer. If no outgoing packet is
sent within the timeout period, then an ack packet is sent and this counter is
incremented.
488=NWLink IPX
489=The NWLink IPX performance object consists of counters that measure datagram
transmission to and from computers using the IPX protocol.
490=NWLink SPX
491=The NWLink SPX performance object consist of counters that measure data
transmission and session connections for computers using the SPX protocol.
492=NetBEUI
493=The NetBEUI performance object consists of counters that measure data
transmission for network activity which conforms to the NetBIOS End User Interface
standard.
494=NetBEUI Resource
495=The NetBEUI Resource performance object consists of counters that track the use
of buffers by the NetBEUI protocol.
496=Used Maximum
497=Used Maximum is the maximum number of NetBEUI resources (buffers) in use at any
point in time. This value is useful in sizing the maximum resources provided. The
number in parentheses following the resource name is used to identify the resource
in Event Log messages.
498=Used Average
499=Used Average is the current number of resources (buffers) in use at this time.
The number in parentheses following the resource name is used to identify the
resource in Event Log messages.
500=Times Exhausted
501=Times Exhausted is the number of times all the resources (buffers) were in use.
The number in parentheses following the resource name is used to identify the
resource in Event Log messages.
502=NBT Connection
503=The NBT Connection performance object consists of counters that measure the
rates at which bytes are sent and received over the NBT connection between the
local computer and a remote computer. The connection is identified by the name of
the remote computer.
505=Bytes Received/sec is the rate at which bytes are received by the local
computer over an NBT connection to some remote computer. All the bytes received by
the local computer over the particular NBT connection are counted.
506=Bytes Sent/sec
507=Bytes Sent/sec is the rate at which bytes are sent by the local computer over
an NBT connection to some remote computer. All the bytes sent by the local
computer over the particular NBT connection are counted.
508=Total Bytes/sec
509=Bytes Total/sec is the rate at which bytes are sent or received by the local
computer over an NBT connection to some remote computer. All the bytes sent or
received by the local computer over the particular NBT connection are counted.
510=Network Interface
511=The Network Interface performance object consists of counters that measure the
rates at which bytes and packets are sent and received over a TCP/IP network
connection. It includes counters that monitor connection errors.
512=Bytes/sec
513=Bytes Total/sec is the rate at which bytes are sent and received over each
network adapter, including framing characters. Network Interface\Bytes Total/sec is
a sum of Network Interface\Bytes Received/sec and Network Interface\Bytes Sent/sec.
515=Packets/sec is the rate at which packets are sent and received on the network
interface.
517=Packets Received/sec is the rate at which packets are received on the network
interface.
519=Packets Sent/sec is the rate at which packets are sent on the network
interface.
520=Current Bandwidth
521=Current Bandwidth is an estimate of the current bandwidth of the network
interface in bits per second (BPS). For interfaces that do not vary in bandwidth
or for those where no accurate estimation can be made, this value is the nominal
bandwidth.
523=Bytes Received/sec is the rate at which bytes are received over each network
adapter, including framing characters. Network Interface\Bytes Received/sec is a
subset of Network Interface\Bytes Total/sec.
524=Packets Received Unicast/sec
525=Packets Received Unicast/sec is the rate at which (subnet) unicast packets are
delivered to a higher-layer protocol.
526=Packets Received Non-Unicast/sec
527=Packets Received Non-Unicast/sec is the rate at which non-unicast (subnet
broadcast or subnet multicast) packets are delivered to a higher-layer protocol.
528=Packets Received Discarded
529=Packets Received Discarded is the number of inbound packets that were chosen to
be discarded even though no errors had been detected to prevent their delivery to a
higher-layer protocol. One possible reason for discarding packets could be to free
up buffer space.
530=Packets Received Errors
531=Packets Received Errors is the number of inbound packets that contained errors
preventing them from being deliverable to a higher-layer protocol.
532=Packets Received Unknown
533=Packets Received Unknown is the number of packets received through the
interface that were discarded because of an unknown or unsupported protocol.
535=Bytes Sent/sec is the rate at which bytes are sent over each network adapter,
including framing characters. Network Interface\Bytes Sent/sec is a subset of
Network Interface\Bytes Total/sec.
536=Packets Sent Unicast/sec
537=Packets Sent Unicast/sec is the rate at which packets are requested to be
transmitted to subnet-unicast addresses by higher-level protocols. The rate
includes the packets that were discarded or not sent.
538=Packets Sent Non-Unicast/sec
539=Packets Sent Non-Unicast/sec is the rate at which packets are requested to be
transmitted to non-unicast (subnet broadcast or subnet multicast) addresses by
higher-level protocols. The rate includes the packets that were discarded or not
sent.
540=Packets Outbound Discarded
541=Packets Outbound Discarded is the number of outbound packets that were chosen
to be discarded even though no errors had been detected to prevent transmission.
One possible reason for discarding packets could be to free up buffer space.
542=Packets Outbound Errors
543=Packets Outbound Errors is the number of outbound packets that could not be
transmitted because of errors.
544=Output Queue Length
545=Output Queue Length is the length of the output packet queue (in packets). If
this is longer than two, there are delays and the bottleneck should be found and
eliminated, if possible. Since the requests are queued by the Network Driver
Interface Specification (NDIS) in this implementation, this will always be 0.
546=IPv4
547=The IP performance object consists of counters that measure the rates at which
IP datagrams are sent and received by using IP protocols. It also includes
counters that monitor IP protocol errors.
548=IPv6
549=Datagrams/sec is the rate, in incidents per second, at which IP datagrams were
received from or sent to the interfaces, including those in error. Forwarded
datagrams are not included in this rate.
551=Datagrams Received/sec is the rate, in incidents per second, at which IP
datagrams are received from the interfaces, including those in error. Datagrams
Received/sec is a subset of Datagrams/sec.
552=Datagrams Received Header Errors
553=Datagrams Received Header Errors is the number of input datagrams that were
discarded due to errors in the IP headers, including bad checksums, version number
mismatch, other format errors, time-to-live exceeded, errors discovered in
processing their IP options, etc.
554=Datagrams Received Address Errors
555=Datagrams Received Address Errors is the number of input datagrams that were
discarded because the IP address in their IP header destination field was not valid
for the computer. This count includes invalid addresses (for example, 0.0. 0.0)
and addresses of unsupported Classes (for example, Class E). For entities that are
not IP gateways and do not forward datagrams, this counter includes datagrams that
were discarded because the destination address was not a local address.
556=Datagrams Forwarded/sec
557=Datagrams Forwarded/sec is the rate, in incidents per second, at which attemps
were made to find routes to forward input datagrams their final destination,
because the local server was not the final IP destination. In servers that do not
act as IP Gateways, this rate includes only packets that were source-routed via
this entity, where the source-route option processing was successful.
558=Datagrams Received Unknown Protocol
559=Datagrams Received Unknown Protocol is the number of locally-addressed
datagrams that were successfully received but were discarded because of an unknown
or unsupported protocol.
560=Datagrams Received Discarded
561=Datagrams Received Discarded is the number of input IP datagrams that were
discarded even though problems prevented their continued processing (for example,
lack of buffer space). This counter does not include any datagrams discarded while
awaiting re-assembly.
562=Datagrams Received Delivered/sec
563=Datagrams Received Delivered/sec is the rate, in incidents per second, at which
input datagrams were successfully delivered to IP user-protocols, including
Internet Control Message Protocol (ICMP).
565=Datagrams Sent/sec is the rate, in incidents per second, at which IP datagrams
were supplied for transmission by local IP user-protocols (including ICMP). This
counter does not include any datagrams counted in Datagrams Forwarded/sec.
Datagrams Sent/sec is a subset of Datagrams/sec.
566=Datagrams Outbound Discarded
567=Datagrams Outbound Discarded is the number of output IP datagrams that were
discarded even though no problems were encountered to prevent their transmission to
their destination (for example, lack of buffer space). This counter includes
datagrams counted in Datagrams Forwarded/sec that meet this criterion.
568=Datagrams Outbound No Route
569=Datagrams Outbound No Route is the number of IP datagrams that were discarded
because no route could be found to transmit them to their destination. This
counter includes any packets counted in Datagrams Forwarded/sec that meet this `no
route' criterion.
570=Fragments Received/sec
571=Fragments Received/sec is the rate, in incidents per second, at which IP
fragments that need to be reassembled at this entity are received.
572=Fragments Re-assembled/sec
573=Fragments Re-assembled/sec is the rate, in incidents per second, at which IP
fragments were successfully reassembled.
574=Fragment Re-assembly Failures
575=Fragment Re-assembly Failures is the number of failures detected by the IP
reassembly algorithm, such as time outs, errors, etc. This is not necessarily a
count of discarded IP fragments since some algorithms (notably RFC 815) lose track
of the number of fragments by combining them as they are received.
576=Fragmented Datagrams/sec
577=Fragmented Datagrams/sec is the rate, in incidents per second, at which
datagrams are successfully fragmented.
578=Fragmentation Failures
579=Fragmentation Failures is the number of IP datagrams that were discarded
because they needed to be fragmented at but could not be (for example, because the
`Don't Fragment' flag was set).
580=Fragments Created/sec
581=Fragments Created/sec is the rate, in incidents per second, at which IP
datagram fragments were generated as a result of fragmentation.
582=ICMP
583=The ICMP performance object consists of counters that measure the rates at
which messages are sent and received by using ICMP protocols. It also includes
counters that monitor ICMP protocol errors.
584=Messages/sec
585=Messages/sec is the total rate, in incidents per second, at which ICMP messages
were sent and received by the entity. The rate includes messages received or sent
in error.
586=Messages Received/sec
587=Messages Received/sec is the rate, in incidents per second at which ICMP
messages were received. The rate includes messages received in error.
588=Messages Received Errors
589=Messages Received Errors is the number of ICMP messages that the entity
received but had errors, such as bad ICMP checksums, bad length, etc.
590=Received Dest. Unreachable
591=Received Destination Unreachable is the number of ICMP Destination Unreachable
messages received.
592=Received Time Exceeded
593=Received Time Exceeded is the number of ICMP Time Exceeded messages received.
594=Received Parameter Problem
595=Received Parameter Problem is the number of ICMP Parameter Problem messages
received.
596=Received Source Quench
597=Received Source Quench is the number of ICMP Source Quench messages received.
598=Received Redirect/sec
599=Received Redirect/sec is the rate, in incidents per second, at which ICMP
Redirect messages were received.
600=Received Echo/sec
601=Received Echo/sec is the rate, in incidents per second, at which ICMP Echo
messages were received.
602=Received Echo Reply/sec
603=Received Echo Reply/sec is the rate, in incidents per second, at which ICMP
Echo Reply messages were received.
604=Received Timestamp/sec
605=Received Timestamp/sec is the rate, in incidents per second at which ICMP
Timestamp Request messages were received.
606=Received Timestamp Reply/sec
607=Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages
received.
608=Received Address Mask
609=Received Address Mask is the number of ICMP Address Mask Request messages
received.
610=Received Address Mask Reply
611=Received Address Mask Reply is the number of ICMP Address Mask Reply messages
received.
612=Messages Sent/sec
613=Messages Sent/sec is the rate, in incidents per second, at which the server
attempted to send. The rate includes those messages sent in error.
614=Messages Outbound Errors
615=Messages Outbound Errors is the number of ICMP messages that were not send due
to problems within ICMP, such as lack of buffers. This value does not include
errors discovered outside the ICMP layer, such as those recording the failure of IP
to route the resultant datagram. In some implementations, none of the error types
are included in the value of this counter.
616=Sent Destination Unreachable
617=Sent Destination Unreachable is the number of ICMP Destination Unreachable
messages sent.
618=Sent Time Exceeded
619=Sent Time Exceeded is the number of ICMP Time Exceeded messages sent.
620=Sent Parameter Problem
621=Sent Parameter Problem is the number of ICMP Parameter Problem messages sent.
622=Sent Source Quench
623=Sent Source Quench is the number of ICMP Source Quench messages sent.
624=Sent Redirect/sec
625=Sent Redirect/sec is the rate, in incidents per second, at which ICMP Redirect
messages were sent.
626=Sent Echo/sec
627=Sent Echo/sec is the rate of ICMP Echo messages sent.
628=Sent Echo Reply/sec
629=Sent Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo
Reply messages were sent.
630=Sent Timestamp/sec
631=Sent Timestamp/sec is the rate, in incidents per second, at which ICMP
Timestamp Request messages were sent.
632=Sent Timestamp Reply/sec
633=Sent Timestamp Reply/sec is the rate, in incidents per second, at which ICMP
Timestamp Reply messages were sent.
634=Sent Address Mask
635=Sent Address Mask is the number of ICMP Address Mask Request messages sent.
636=Sent Address Mask Reply
637=Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent.
638=TCPv4
639=The TCP performance object consists of counters that measure the rates at which
TCP Segments are sent and received by using the TCP protocol. It includes counters
that monitor the number of TCP connections in each TCP connection state.
640=Segments/sec
641=Segments/sec is the rate at which TCP segments are sent or received using the
TCP protocol.
642=Connections Established
643=Connections Established is the number of TCP connections for which the current
state is either ESTABLISHED or CLOSE-WAIT.
644=Connections Active
645=Connections Active is the number of times TCP connections have made a direct
transition to the SYN-SENT state from the CLOSED state. In other words, it shows a
number of connections which are initiated by the local computer. The value is a
cumulative total.
646=Connections Passive
647=Connections Passive is the number of times TCP connections have made a direct
transition to the SYN-RCVD state from the LISTEN state. In other words, it shows a
number of connections to the local computer, which are initiated by remote
computers. The value is a cumulative total.
648=Connection Failures
649=Connection Failures is the number of times TCP connections have made a direct
transition to the CLOSED state from the SYN-SENT state or the SYN-RCVD state, plus
the number of times TCP connections have made a direct transition to the LISTEN
state from the SYN-RCVD state.
650=Connections Reset
651=Connections Reset is the number of times TCP connections have made a direct
transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT
state.
652=Segments Received/sec
653=Segments Received/sec is the rate at which segments are received, including
those received in error. This count includes segments received on currently
established connections.
654=Segments Sent/sec
655=Segments Sent/sec is the rate at which segments are sent, including those on
current connections, but excluding those containing only retransmitted bytes.
656=Segments Retransmitted/sec
657=Segments Retransmitted/sec is the rate at which segments are retransmitted,
that is, segments transmitted containing one or more previously transmitted bytes.
658=UDPv4
659=The UDP performance object consists of counters that measure the rates at which
UDP datagrams are sent and received by using the UDP protocol. It includes
counters that monitor UDP protocol errors.
660=% Total DPC Time
661=Datagrams/sec is the rate at which UDP datagrams are sent or received by the
entity.
662=% Total Interrupt Time
663=Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP
users.
664=Datagrams No Port/sec
665=Datagrams No Port/sec is the rate of received UDP datagrams for which there was
no application at the destination port.
666=Datagrams Received Errors
667=Datagrams Received Errors is the number of received UDP datagrams that could
not be delivered for reasons other than the lack of an application at the
destination port.
669=Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity.
670=Disk Storage Unit
671=Disk Storage device statistics from the foreign computer
672=Allocation Failures
673=The number of allocation failures reported by the disk storage device
674=System Up Time
675=System Up Time is the elapsed time (in seconds) that the computer has been
running since it was last started. This counter displays the difference between
the start time and the current time.
676=System Handle Count
677=The current number of system handles in use.
678=Free System Page Table Entries
679=Free System Page Table Entries is the number of page table entries not
currently in used by the system. This counter displays the last observed value
only; it is not an average.
680=Thread Count
681=The number of threads currently active in this process. An instruction is the
basic unit of execution in a processor, and a thread is the object that executes
instructions. Every running process has at least one thread.
682=Priority Base
683=The current base priority of this process. Threads within a process can raise
and lower their own base priority relative to the process' base priority.
684=Elapsed Time
685=The total elapsed time, in seconds, that this process has been running.
686=Alignment Fixups/sec
687=Alignment Fixups/sec is the rate, in incidents per seconds, at alignment faults
were fixed by the system.
688=Exception Dispatches/sec
689=Exception Dispatches/sec is the rate, in incidents per second, at which
exceptions were dispatched by the system.
690=Floating Emulations/sec
691=Floating Emulations/sec is the rate of floating emulations performed by the
system. This counter displays the difference between the values observed in the
last two samples, divided by the duration of the sample interval.
692=Logon/sec
693=Logon/sec is the rate of all server logons.
694=Priority Current
695=The current dynamic priority of this thread. The system can raise the thread's
dynamic priority above the base priority if the thread is handling user input, or
lower it towards the base priority if the thread becomes compute bound.
696=% DPC Time
697=The current base priority of this thread. The system can raise the thread's
dynamic priority above the base priority if the thread is handling user input, or
lower it towards the base priority if the thread becomes compute bound.
698=% Interrupt Time
699=The total elapsed time (in seconds) this thread has been running.
700=Paging File
701=The Paging File performance object consists of counters that monitor the paging
file(s) on the computer. The paging file is a reserved space on disk that backs up
committed physical memory on the computer.
702=% Usage
703=The amount of the Page File instance in use in percent. See also Process\\Page
File Bytes.
704=% Usage Peak
705=The peak usage of the Page File instance in percent. See also Process\\Page
File Bytes Peak.
706=Start Address
707=Starting virtual address for this thread.
708=User PC
709=Current User Program Counter for this thread.
710=Mapped Space No Access
711=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space. No
Access protection prevents a process from writing to or reading from these pages
and will generate an access violation if either is attempted.
712=Mapped Space Read Only
713=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Read Only protection prevents the contents of these pages from being modified. Any
attempts to write or modify these pages will generate an access violation.
714=Mapped Space Read/Write
715=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Read/Write protection allows a process to read, modify and write to these pages.
716=Mapped Space Write Copy
717=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Write Copy protection is used when memory is shared for reading but not for
writing. When processes are reading this memory, they can share the same memory,
however, when a sharing process wants to have write access to this shared memory, a
copy of that memory is made.
718=Mapped Space Executable
719=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Executable memory is memory that can be executed by programs, but cannot be read or
written. This type of protection is not supported by all processor types.
720=Mapped Space Exec Read Only
721=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Execute/Read Only memory is memory that can be executed as well as read.
722=Mapped Space Exec Read/Write
723=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Execute/Read/Write memory is memory that can be executed by programs as well as
read and modified.
724=Mapped Space Exec Write Copy
725=Mapped Space is virtual memory that has been mapped to a specific virtual
address (or range of virtual addresses) in the process' virtual address space.
Execute Write Copy is memory that can be executed by programs as well as read and
written. This type of protection is used when memory needs to be shared between
processes. If the sharing processes only read the memory, then they will all use
the same memory. If a sharing process desires write access, then a copy of this
memory will be made for that process.
726=Reserved Space No Access
727=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. No Access protection prevents a
process from writing to or reading from these pages and will generate an access
violation if either is attempted.
728=Reserved Space Read Only
729=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Read Only protection prevents the
contents of these pages from being modified. Any attempts to write or modify these
pages will generate an access violation.
730=Reserved Space Read/Write
731=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Read/Write protection allows a
process to read, modify and write to these pages.
732=Reserved Space Write Copy
733=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Write Copy protection is used when
memory is shared for reading but not for writing. When processes are reading this
memory, they can share the same memory, however, when a sharing process wants to
have read/write access to this shared memory, a copy of that memory is made.
734=Reserved Space Executable
735=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Executable memory is memory that
can be executed by programs, but cannot be read or written. This type of
protection is not supported by all processor types.
736=Reserved Space Exec Read Only
737=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Execute/Read Only memory is memory
that can be executed as well as read.
738=Reserved Space Exec Read/Write
739=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Execute/Read/Write memory is memory
that can be executed by programs as well as read and modified.
740=Image
741=The Image performance object consists of counters that monitor the virtual
address usage of images executed by processes on the computer.
742=Reserved Space Exec Write Copy
743=Reserved Space is virtual memory that has been reserved for future use by a
process, but has not been mapped or committed. Execute Write Copy is memory that
can be executed by programs as well as read and written. This type of protection
is used when memory needs to be shared between processes. If the sharing processes
only read the memory, then they will all use the same memory. If a sharing process
desires write access, then a copy of this memory will be made for that process.
744=Unassigned Space No Access
745=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
No Access protection prevents a process from writing to or reading from these pages
and will generate an access violation if either is attempted.
746=Unassigned Space Read Only
747=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Read Only protection prevents the contents of these pages from being modified. Any
attempts to write or modify these pages will generate an access violation.
748=Unassigned Space Read/Write
749=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Read/Write protection allows a process to read, modify and write to these pages.
750=Unassigned Space Write Copy
751=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Write Copy protection is used when memory is shared for reading but not for
writing. When processes are reading this memory, they can share the same memory,
however, when a sharing process wants to have read/write access to this shared
memory, a copy of that memory is made for writing to.
752=Unassigned Space Executable
753=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Executable memory is memory that can be executed by programs, but cannot be read or
written. This type of protection is not supported by all processor types.
754=Unassigned Space Exec Read Only
755=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Execute/Read Only memory is memory that can be executed as well as read.
756=Unassigned Space Exec Read/Write
757=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Execute/Read/Write memory is memory that can be executed by programs as well as
read and written.
758=Unassigned Space Exec Write Copy
759=Unassigned Space is mapped and committed virtual memory in use by the process
that is not attributable to any particular image being executed by that process.
Execute Write Copy is memory that can be executed by programs as well as read and
written. This type of protection is used when memory needs to be shared between
processes. If the sharing processes only read the memory, then they will all use
the same memory. If a sharing process desires write access, then a copy of this
memory will be made for that process.
760=Image Space No Access
761=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process No Access protection prevents a
process from writing to or reading from these pages and will generate an access
violation if either is attempted.
762=Image Space Read Only
763=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Read Only protection prevents the
contents of these pages from being modified. Any attempts to write or modify these
pages will generate an access violation.
764=Image Space Read/Write
765=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Read/Write protection allows a
process to read, modify and write to these pages.
766=Image Space Write Copy
767=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Write Copy protection is used when
memory is shared for reading but not for writing. When processes are reading this
memory, they can share the same memory, however, when a sharing process wants to
have read/write access to this shared memory, a copy of that memory is made for
writing to.
768=Image Space Executable
769=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Executable memory is memory that
can be executed by programs, but cannot be read or written. This type of
protection is not supported by all processor types.
770=Image Space Exec Read Only
771=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Execute/Read-Only memory is memory
that can be executed as well as read.
772=Image Space Exec Read/Write
773=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Execute/Read/Write memory is
memory that can be executed by programs as well as read and written and modified.
774=Image Space Exec Write Copy
775=Image Space is the virtual address space in use by the images being executed by
the process. This is the sum of all the address space with this protection
allocated by images run by the selected process Execute Write Copy is memory that
can be executed by programs as well as read and written. This type of protection
is used when memory needs to be shared between processes. If the sharing processes
only read the memory, then they will all use the same memory. If a sharing process
desires write access, then a copy of this memory will be made for that process.
776=Bytes Image Reserved
777=Bytes Image Reserved is the sum of all virtual memory reserved by images within
this process.
778=Bytes Image Free
779=Bytes Image Free is the amount of virtual address space that is not in use or
reserved by images within this process.
780=Bytes Reserved
781=Bytes Reserved is the total amount of virtual memory reserved for future use by
this process.
782=Bytes Free
783=Bytes Free is the total unused virtual address space of this process.
784=ID Process
785=ID Process is the unique identifier of this process. ID Process numbers are
reused, so they only identify a process for the lifetime of that process.
786=Process Address Space
787=The Process Address Space performance object consists of counters that monitor
memory allocation and use for a selected process.
788=No Access
789=Image Space is the virtual address space in use by the selected image with this
protection. No Access protection prevents a process from writing or reading these
pages and will generate an access violation if either is attempted.
790=Read Only
791=Image Space is the virtual address space in use by the selected image with this
protection. Read Only protection prevents the contents of these pages from being
modified. Any attempts to write or modify these pages will generate an access
violation.
792=Read/Write
793=Image Space is the virtual address space in use by the selected image with this
protection. Read/Write protection allows a process to read, modify and write to
these pages.
794=Write Copy
795=Image Space is the virtual address space in use by the selected image with this
protection. Write Copy protection is used when memory is shared for reading but
not for writing. When processes are reading this memory, they can share the same
memory, however, when a sharing process wants to have read/write access to this
shared memory, a copy of that memory is made for writing to.
796=Executable
797=Image Space is the virtual address space in use by the selected image with this
protection. Executable memory is memory that can be executed by programs, but
cannot be read or written. This type of protection is not supported by all
processor types.
798=Exec Read Only
799=Image Space is the virtual address space in use by the selected image with this
protection. Execute/Read Only memory is memory that can be executed as well as
read.
800=Exec Read/Write
801=Image Space is the virtual address space in use by the selected image with this
protection. Execute/Read/Write memory is memory that can be executed by programs
as well as read and written.
802=Exec Write Copy
803=Image Space is the virtual address space in use by the selected image with this
protection. Execute Write Copy is memory that can be executed by programs as well
as read and written. This type of protection is used when memory needs to be
shared between processes. If the sharing processes only read the memory, then they
will all use the same memory. If a sharing process desires write access, then a
copy of this memory will be made for that process.
804=ID Thread
805=ID Thread is the unique identifier of this thread. ID Thread numbers are
reused, so they only identify a thread for the lifetime of that thread.
806=Mailslot Receives Failed
807=Mailslot Opens Failed/sec indicates the rate at which mailslot messages to be
delivered to mailslots that are not present are received by this workstation.
808=Mailslot Writes Failed
809=Duplicate Master Announcements indicates the number of times that the master
browser has detected another master browser on the same domain.
810=Mailslot Opens Failed/sec
811=Illegal Datagrams/sec is the rate at which incorrectly formatted datagrams have
been received by the workstation.
812=Duplicate Master Announcements
813=Announcements Total/sec is the sum of Announcements Server/sec and
Announcements Domain/sec.
814=Illegal Datagrams/sec
815=Enumerations Total/sec is the rate at which browse requests have been processed
by this workstation. This is the sum of Enumerations Server/sec, Enumerations
Domain/sec, and Enumerations Other/sec.
816=Thread Details
817=The Thread Details performance object consists of counters that measure
aspects of thread behavior that are difficult or time-consuming or collect. These
counters are distinguished from those in the Thread object by their high overhead.
818=Cache Bytes
819=Cache Bytes is the sum of the Memory\\System Cache Resident Bytes,
Memory\\System Driver Resident Bytes, Memory\\System Code Resident Bytes, and
Memory\\Pool Paged Resident Bytes counters. This counter displays the last
observed value only; it is not an average.
820=Cache Bytes Peak
821=Cache Bytes Peak is the maximum number of bytes used by the file system cache
since the system was last restarted. This might be larger than the current size of
the cache. This counter displays the last observed value only; it is not an
average.
822=Pages Input/sec
823=Pages Input/sec is the rate at which pages are read from disk to resolve hard
page faults. Hard page faults occur when a process refers to a page in virtual
memory that is not in its working set or elsewhere in physical memory, and must be
retrieved from disk. When a page is faulted, the system tries to read multiple
contiguous pages into memory to maximize the benefit of the read operation. Compare
the value of Memory\\Pages Input/sec to the value of Memory\\Page Reads/sec to
determine the average number of pages read into memory during each read operation.
824=Transition Pages RePurposed/sec
825=Transition Pages RePurposed is the rate at which the number of transition cache
pages were reused for a different purpose. These pages would have otherwise
remained in the page cache to provide a (fast) soft fault (instead of retrieving it
from backing store) in the event the page was accessed in the future. Note these
pages can contain private or sharable memory.
872=Bytes Transmitted
873=The number of bytes transmitted total for this connection.
874=Bytes Received
875=The number of bytes received total for this connection.
876=Frames Transmitted
877=The number of data frames transmitted total for this connection.
878=Frames Received.
879=The number of data frames received total for this connection.
880=Percent Compression Out
881=The compression ratio for bytes being transmitted.
882=Percent Compression In
883=The compression ratio for bytes being received.
884=CRC Errors
885=The total number of CRC Errors for this connection. CRC Errors occur when the
frame received contains erroneous data.
886=Timeout Errors
887=The total number of Timeout Errors for this connection. Timeout Errors occur
when an expected is not received in time.
888=Serial Overrun Errors
889=The total number of Serial Overrun Errors for this connection. Serial Overrun
Errors occur when the hardware cannot handle the rate at which data is received.
890=Alignment Errors
891=The total number of Alignment Errors for this connection. Alignment Errors
occur when a byte received is different from the byte expected.
892=Buffer Overrun Errors
893=The total number of Buffer Overrun Errors for this connection. Buffer Overrun
Errors when the software cannot handle the rate at which data is received.
894=Total Errors
895=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun
Errors for this connection.
896=Bytes Transmitted/Sec
897=The number of bytes transmitted per second.
898=Bytes Received/Sec
899=The number of bytes received per second.
900=Frames Transmitted/Sec
901=The number of frames transmitted per second.
902=Frames Received/Sec
903=The number of frames received per second.
904=Total Errors/Sec
905=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun
Errors per second.
908=Total Connections
909=The total number of Remote Access connections.
920=WINS Server
921=The WINS Server performance object consists of counters that monitor
communications using the WINS Server service.
922=Unique Registrations/sec
923=Unique Registrations/sec is the rate at which unique registration are received
by the WINS server.
924=Group Registrations/sec
925=Group Registrations/sec is the rate at which group registration are received by
the WINS server.
926=Total Number of Registrations/sec
927=Total Number of Registrations/sec is the sum of the Unique and Group
registrations per sec. This is the total rate at which registration are received
by the WINS server.
928=Unique Renewals/sec
929=Unique Renewals/sec is the rate at which unique renewals are received by the
WINS server.
930=Group Renewals/sec
931=Group Renewals/sec is the rate at which group renewals are received by the WINS
server.
932=Total Number of Renewals/sec
933=Total Number of Renewals/sec is the sum of the Unique and Group renewals per
sec. This is the total rate at which renewals are received by the WINS server.
934=Releases/sec
935=Total Number of Releases/sec is the rate at which releases are received by the
WINS server.
936=Queries/sec
937=Total Number of Queries/sec is the rate at which queries are received by the
WINS server.
938=Unique Conflicts/sec
939=Unique Conflicts/sec is the rate at which unique registrations/renewals
received by the WINS server resulted in conflicts with records in the database.
940=Group Conflicts/sec
941=Group Conflicts/sec is the rate at which group registration received by the
WINS server resulted in conflicts with records in the database.
942=Total Number of Conflicts/sec
943=Total Number of Conflicts/sec is the sum of the Unique and Group conflicts per
sec. This is the total rate at which conflicts were seen by the WINS server.
944=Successful Releases/sec
945=Total Number of Successful Releases/sec
946=Failed Releases/sec
947=Total Number of Failed Releases/sec
948=Successful Queries/sec
949=Total Number of Successful Queries/sec
950=Failed Queries/sec
951=Total Number of Failed Queries/sec
952=Handle Count
953=The total number of handles currently open by this process. This number is
equal to the sum of the handles currently open by each thread in this process.
1000=MacFile Server
1001=Services for Macintosh AFP File Server.
1002=Max Paged Memory
1003=The maximum amount of paged memory resources used by the MacFile Server.
1004=Current Paged Memory
1005=The current amount of paged memory resources used by the MacFile Server.
1006=Max NonPaged Memory
1007=The maximum amount of nonpaged memory resources use by the MacFile Server.
1008=Current NonPaged memory
1009=The current amount of nonpaged memory resources used by the MacFile Server.
1010=Current Sessions
1011=The number of sessions currently connected to the MacFile server. Indicates
current server activity.
1012=Maximum Sessions
1013=The maximum number of sessions connected at one time to the MacFile server.
Indicates usage level of server.
1014=Current Files Open
1015=The number of internal files currently open in the MacFile server. This count
does not include files opened on behalf of Macintosh clients.
1016=Maximum Files Open
1017=The maximum number of internal files open at one time in the MacFile server.
This count does not include files opened on behalf of Macintosh clients.
1018=Failed Logons
1019=The number of failed logon attempts to the MacFile server. Can indicate
whether password guessing programs are being used to crack the security on the
server.
1020=Data Read/sec
1021=The number of bytes read from disk per second.
1022=Data Written/sec
1023=The number of bytes written to disk per second.
1024=Data Received/sec
1025=The number of bytes received from the network per second. Indicates how busy
the server is.
1026=Data Transmitted/sec
1027=The number of bytes sent on the network per second. Indicates how busy the
server is.
1028=Current Queue Length
1029=The number of outstanding work items waiting to be processed.
1030=Maximum Queue Length
1031=The maximum number of outstanding work items waiting at one time.
1032=Current Threads
1033=The current number of threads used by MacFile server. Indicates how busy the
server is.
1034=Maximum Threads
1035=The maximum number of threads used by MacFile server. Indicates peak usage
level of server.
1050=AppleTalk
1051=AppleTalk Protocol
1052=Packets In/sec
1053=Number of packets received per second by Appletalk on this port.
1054=Packets Out/sec
1055=Number of packets sent per second by Appletalk on this port.
1056=Bytes In/sec
1057=Number of bytes received per second by Appletalk on this port.
1058=Bytes Out/sec
1059=Number of bytes sent per second by Appletalk on this port.
1060=Average Time/DDP Packet
1061=Average time in milliseconds to process a DDP packet on this port.
1062=DDP Packets/sec
1063=Number of DDP packets per second received by Appletalk on this port.
1064=Average Time/AARP Packet
1065=Average time in milliseconds to process an AARP packet on this port.
1066=AARP Packets/sec
1067=Number of AARP packets per second received by Appletalk on this port.
1068=Average Time/ATP Packet
1069=Average time in milliseconds to process an ATP packet on this port.
1070=ATP Packets/sec
1071=Number of ATP packets per second received by Appletalk on this port.
1072=Average Time/NBP Packet
1073=Average time in milliseconds to process an NBP packet on this port.
1074=NBP Packets/sec
1075=Number of NBP packets per second received by Appletalk on this port.
1076=Average Time/ZIP Packet
1077=Average time in milliseconds to process a ZIP packet on this port.
1078=ZIP Packets/sec
1079=Number of ZIP packets per second received by Appletalk on this port.
1080=Average Time/RTMP Packet
1081=Average time in milliseconds to process an RTMP packet on this port.
1082=RTMP Packets/sec
1083=Number of RTMP packets per second received by Appletalk on this port.
1084=ATP Retries Local
1085=Number of ATP requests retransmitted on this port.
1086=ATP Response Timouts
1087=Number of ATP release timers that have expired on this port.
1088=ATP XO Response/Sec
1089=Number of ATP Exactly-once transaction responses per second on this port.
1090=ATP ALO Response/Sec
1091=Number of ATP At-least-once transaction responses per second on this port.
1092=ATP Recvd Release/Sec
1093=Number of ATP transaction release packets per second received on this port.
1094=Current NonPaged Pool
1095=The current amount of nonpaged memory resources used by AppleTalk.
1096=Packets Routed In/Sec
1097=Number of packets routed in on this port.
1098=Packets dropped
1099=Number of packets dropped due to resource limitations on this port.
1100=ATP Retries Remote
1101=Number of ATP requests retransmitted to this port.
1102=Packets Routed Out/Sec
1103=Number of packets routed out on this port.
1110=Network Segment
1111=Provides Network Statistics for the local network segment via the Network
Monitor Service.
1112=Total frames received/second
1113=The total number of frames received per second on this network segment.
1114=Total bytes received/second
1115=The number of bytes received per second on this network segment.
1116=Broadcast frames received/second
1117=The number of Broadcast frames received per second on this network segment.
1118=Multicast frames received/second
1119=The number of Multicast frames received per second on this network segment.
1120=% Network utilization
1121=Percentage of network bandwidth in use on this network segment.
1124=% Broadcast Frames
1125=Percentage of network bandwidth which is made up of broadcast traffic on this
network segment.
1126=% Multicast Frames
1127=Percentage of network bandwidth which is made up of multicast traffic on this
network segment.
1150=Telephony
1151=The Telephony System
1152=Lines
1153=The number of telephone lines serviced by this computer.
1154=Telephone Devices
1155=The number of telephone devices serviced by this computer.
1156=Active Lines
1157=The number of telephone lines serviced by this computer that are currently
active.
1158=Active Telephones
1159=The number of telephone devices that are currently being monitored.
1160=Outgoing Calls/sec
1161=The rate of outgoing calls made by this computer.
1162=Incoming Calls/sec
1163=The rate of incoming calls answered by this computer.
1164=Client Apps
1165=The number of applications that are currently using telephony services.
1166=Current Outgoing Calls
1167=Current outgoing calls being serviced by this computer.
1168=Current Incoming Calls
1169=Current incoming calls being serviced by this computer.
1232=Packet Burst Read NCP Count/sec
1233=Packet Burst Read NCP Count/sec is the rate of NetWare Core Protocol requests
for Packet Burst Read. Packet Burst is a windowing protocol that improves
performance.
1234=Packet Burst Read Timeouts/sec
1235=Packet Burst Read Timeouts/sec is the rate the NetWare Service needs to
retransmit a Burst Read Request because the NetWare server took too long to
respond.
1236=Packet Burst Write NCP Count/sec
1237=Packet Burst Write NCP Count/sec is the rate of NetWare Core Protocol requests
for Packet Burst Write. Packet Burst is a windowing protocol that improves
performance.
1238=Packet Burst Write Timeouts/sec
1239=Packet Burst Write Timeouts/sec is the rate the NetWare Service needs to
retransmit a Burst Write Request because the NetWare server took too long to
respond.
1240=Packet Burst IO/sec
1241=Packet Burst IO/sec is the sum of Packet Burst Read NCPs/sec and Packet Burst
Write NCPs/sec.
1260=Logon Total
1261=Logon Total includes all interactive logons, network logons, service logons,
successful logon, and failed logons since the machine is last rebooted.
1262=Total Durable Handles
1263=The number of durable handles, it indicates how many durable handles keep
alive ever when SMB2 sessions are disconnected.
1264=Reconnected Durable Handles
1265=The number of reconnected durable handles, the ratio of "reconnected durable
handles"/"total durable handles" indicates how much performance gain from reconnect
durable handles.
1266=SMB BranchCache Hash Header Requests
1267=The number of SMB BranchCache hash requests that were for the header only
received by the server. This indicates how many requests are being done to validate
hashes that are already cached by the client.
1268=SMB BranchCache Hash Generation Requests
1269=The number of SMB BranchCache hash generation requests that were sent by SRV2
to the SMB Hash Generation service because a client requested hashes for the file
and there was either no hash content for the file or the existing hashes were out
of date.
1270=SMB BranchCache Hash Requests Received
1271=The number of SMB BranchCache hash requests that were received by the server.
1272=SMB BranchCache Hash Responses Sent
1273=The number of SMB BranchCache hash responses that have been sent from the
server.
1274=SMB BranchCache Hash Bytes Sent
1275=The amount of SMB BranchCache hash data sent from the server. This includes
bytes transferred for both hash header requests and full hash data requests.
1276=Total Resilient Handles
1277=The number of resilient handles, it indicates how many resilient handles keep
alive ever when SMB2 sessions are disconnected.
1278=Reconnected Resilient Handles
1279=The number of reconnected resilient handles, the ratio of "reconnected
resilient handles"/"total resilient handles" indicates how much performance gain
from reconnect resilient handles.
1300=Server Work Queues
1301=The Server Work Queues performance object consists of counters that monitor
the length of the queues and objects in the queues.
1302=Queue Length
1303=Queue Length is the current length of the server work queue for this CPU. A
sustained queue length greater than four might indicate processor congestion. This
is an instantaneous count, not an average over time.
1304=Active Threads
1305=Active Threads is the number of threads currently working on a request from
the server client for this CPU. The system keeps this number as low as possible to
minimize unnecessary context switching. This is an instantaneous count for the
CPU, not an average over time.
1306=Available Threads
1307=Available Threads is the number of server threads on this CPU not currently
working on requests from a client. The server dynamically adjusts the number of
threads to maximize server performance.
1308=Available Work Items
1309=Every request from a client is represented in the server as a 'work item,' and
the server maintains a pool of available work items per CPU to speed processing.
This is the instantaneous number of available work items for this CPU. A sustained
near-zero value indicates the need to increase the MinFreeWorkItems registry value
for the Server service. This value will always be 0 in the Blocking Queue
instance.
1310=Borrowed Work Items
1311=Every request from a client is represented in the server as a 'work item,' and
the server maintains a pool of available work items per CPU to speed processing.
When a CPU runs out of work items, it borrows a free work item from another CPU.
An increasing value of this running counter might indicate the need to increase the
'MaxWorkItems' or 'MinFreeWorkItems' registry values for the Server service. This
value will always be 0 in the Blocking Queue instance.
1312=Work Item Shortages
1313=Every request from a client is represented in the server as a 'work item,' and
the server maintains a pool of available work items per CPU to speed processing. A
sustained value greater than zero indicates the need to increase the 'MaxWorkItems'
registry value for the Server service. This value will always be 0 in the Blocking
Queue instance.
1314=Current Clients
1315=Current Clients is the instantaneous count of the clients being serviced by
this CPU. The server actively balances the client load across all of the CPU's in
the system. This value will always be 0 in the Blocking Queue instance.
1317=The rate at which the Server is receiving bytes from the network clients on
this CPU. This value is a measure of how busy the Server is.
1319=The rate at which the Server is sending bytes to the network clients on this
CPU. This value is a measure of how busy the Server is.
1320=Bytes Transferred/sec
1321=The rate at which the Server is sending and receiving bytes with the network
clients on this CPU. This value is a measure of how busy the Server is.
1323=Read Operations/sec is the rate the server is performing file read operations
for the clients on this CPU. This value is a measure of how busy the Server is.
This value will always be 0 in the Blocking Queue instance.
1324=Read Bytes/sec
1325=Read Bytes/sec is the rate the server is reading data from files for the
clients on this CPU. This value is a measure of how busy the Server is.
1327=Write Operations/sec is the rate the server is performing file write
operations for the clients on this CPU. This value is a measure of how busy the
Server is. This value will always be 0 in the Blocking Queue instance.
1328=Write Bytes/sec
1329=Write Bytes/sec is the rate the server is writing data to files for the
clients on this CPU. This value is a measure of how busy the Server is.
1331=Total Bytes/sec is the rate the Server is reading and writing data to and from
the files for the clients on this CPU. This value is a measure of how busy the
Server is.
1332=Total Operations/sec
1333=Total Operations/sec is the rate the Server is performing file read and file
write operations for the clients on this CPU. This value is a measure of how busy
the Server is. This value will always be 0 in the Blocking Queue instance.
1334=DPCs Queued/sec
1335=DPCs Queued/sec is the average rate, in incidents per second, at which
deferred procedure calls (DPCs) were added to the processor's DPC queue. DPCs are
interrupts that run at a lower priority than standard interrupts. Each processor
has its own DPC queue. This counter measures the rate that DPCs are added to the
queue, not the number of DPCs in the queue. This counter displays the difference
between the values observed in the last two samples, divided by the duration of the
sample interval.
1336=DPC Rate
1337=DPC Rate is the rate at which deferred procedure calls (DPCs) were added to
the processors DPC queues between the timer ticks of the processor clock. DPCs are
interrupts that run at alower priority than standard interrupts. Each processor
has its own DPC queue. This counter measures the rate that DPCs were added to the
queue, not the number of DPCs in the queue. This counter displays the last observed
value only; it is not an average.
1342=Total DPCs Queued/sec
1343=Total DPCs Queued/sec is the combined rate at which deferred procedure calls
(DPCs) are added to the DPC queue of all processors on the computer. (DPCs are
interrupts that run at a lower priority than standard interrupts). Each processor
has its own DPC queue. This counter measures the rate at which DPCs are added to
the queue, not the number of DPCs in the queue. It is the sum of Processor: DPCs
Queued/sec for all processors on the computer, divided by the number of processors.
This counter displays the difference between the values observed in the last two
samples, divided by the duration of the sample interval.
1344=Total DPC Rate
1345=Total DPC Rate is the combined rate at which deferred procedure calls (DPCs)
are added to the DPC queues of all processors between timer ticks of each
processor's system clock. (DPCs are interrupts that run at a lower priority than
standard interrupts). Each processor has its own DPC queue. This counter measures
the rate at which DPCs are added to the queue, not the number of DPCs in the queue.
It is the sum of Processor: DPC Rate for all processors on the computer, divided by
the number of processors. This counter displays the last observed value only; it
is not an average.
1350=% Registry Quota In Use
1351=% Registry Quota In Use is the percentage of the Total Registry Quota Allowed
that is currently being used by the system. This counter displays the current
percentage value only; it is not an average.
1360=VL Memory
1361=Counters that indicate the status of local and system Very Large memory
allocations.
1362=VLM % Virtual Size In Use
1363=VLM % Virtual Size In Use
1364=VLM Virtual Size
1365=Current size of the process VLM Virtual memory space in bytes.
1366=VLM Virtual Size Peak
1367=The peak size of the process VLM virtual memory space in bytes. This value
indicates the maximum size of the process VLM virtual memory since the process
started.
1368=VLM Virtual Size Available
1369=The current size of the process VLM virtual memory space in bytes that may be
allocated. Note that the maximum allocation allowed may be smaller than this value
due to fragmentation of the memory space.
1370=VLM Commit Charge
1371=The current size of committed VLM memory space for the current process in
bytes.
1372=VLM Commit Charge Peak
1373=The peak size of the committed VLM memory space in bytes for the current
process since the process started.
1374=System VLM Commit Charge
1375=The current size of all committed VLM memory space in bytes for the system.
1376=System VLM Commit Charge Peak
1377=The peak size of all committed VLM memory space in bytes since the system was
started.
1378=System VLM Shared Commit Charge
1379=The current size of all committed shared VLM memory space in bytes for the
system.
1380=Available KBytes
1381=Available KBytes is the amount of physical memory, in Kilobytes, immediately
available for allocation to a process or for system use. It is equal to the sum of
memory assigned to the standby (cached), free and zero page lists. For a full
explanation of the memory manager, refer to MSDN and/or the System Performance and
Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
1382=Available MBytes
1383=Available MBytes is the amount of physical memory, in Megabytes, immediately
available for allocation to a process or for system use. It is equal to the sum of
memory assigned to the standby (cached), free and zero page lists. For a full
explanation of the memory manager, refer to MSDN and/or the System Performance and
Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
1400=Avg. Disk Queue Length
1401=Avg. Disk Queue Length is the average number of both read and write requests
that were queued for the selected disk during the sample interval.
1402=Avg. Disk Read Queue Length
1403=Avg. Disk Read Queue Length is the average number of read requests that were
queued for the selected disk during the sample interval.
1404=Avg. Disk Write Queue Length
1405=Avg. Disk Write Queue Length is the average number of write requests that were
queued for the selected disk during the sample interval.
1406=% Committed Bytes In Use
1407=% Committed Bytes In Use is the ratio of Memory\\Committed Bytes to the
Memory\\Commit Limit. Committed memory is the physical memory in use for which
space has been reserved in the paging file should it need to be written to disk.
The commit limit is determined by the size of the paging file. If the paging file
is enlarged, the commit limit increases, and the ratio is reduced). This counter
displays the current percentage value only; it is not an average.
1408=Full Image
1409=The Full Image performance object consists of counters that monitor the
virtual address usage of images executed by processes on the computer. Full Image
counters are the same counters as contained in Image object with the only
difference being the instance name. In the Full Image object, the instance name
includes the full file path name of the loaded modules, while in the Image object
only the filename is displayed.
1410=Creating Process ID
1411=The Creating Process ID value is the Process ID of the process that created
the process. The creating process may have terminated, so this value may no longer
identify a running process.
1412=IO Read Operations/sec
1413=The rate at which the process is issuing read I/O operations. This counter
counts all I/O activity generated by the process to include file, network and
device I/Os.
1414=IO Write Operations/sec
1415=The rate at which the process is issuing write I/O operations. This counter
counts all I/O activity generated by the process to include file, network and
device I/Os.
1416=IO Data Operations/sec
1417=The rate at which the process is issuing read and write I/O operations. This
counter counts all I/O activity generated by the process to include file, network
and device I/Os.
1418=IO Other Operations/sec
1419=The rate at which the process is issuing I/O operations that are neither read
nor write operations (for example, a control function). This counter counts all I/O
activity generated by the process to include file, network and device I/Os.
1420=IO Read Bytes/sec
1421=The rate at which the process is reading bytes from I/O operations. This
counter counts all I/O activity generated by the process to include file, network
and device I/Os.
1422=IO Write Bytes/sec
1423=The rate at which the process is writing bytes to I/O operations. This counter
counts all I/O activity generated by the process to include file, network and
device I/Os.
1424=IO Data Bytes/sec
1425=The rate at which the process is reading and writing bytes in I/O operations.
This counter counts all I/O activity generated by the process to include file,
network and device I/Os.
1426=IO Other Bytes/sec
1427=The rate at which the process is issuing bytes to I/O operations that do not
involve data such as control operations. This counter counts all I/O activity
generated by the process to include file, network and device I/Os.
1450=Print Queue
1451=Displays performance statistics about a Print Queue.
1452=Total Jobs Printed
1453=Total number of jobs printed on a print queue since the last restart.
1454=Bytes Printed/sec
1455=Number of bytes per second printed on a print queue.
1456=Total Pages Printed
1457=Total number of pages printed through GDI on a print queue since the last
restart.
1458=Jobs
1459=Current number of jobs in a print queue.
1460=References
1461=Current number of references (open handles) to this printer.
1462=Max References
1463=Peak number of references (open handles) to this printer.
1464=Jobs Spooling
1465=Current number of spooling jobs in a print queue.
1466=Max Jobs Spooling
1467=Maximum number of spooling jobs in a print queue since last restart.
1468=Out of Paper Errors
1469=Total number of out of paper errors in a print queue since the last restart.
1470=Not Ready Errors
1471=Total number of printer not ready errors in a print queue since the last
restart.
1472=Job Errors
1473=Total number of job errors in a print queue since last restart.
1474=Enumerate Network Printer Calls
1475=Total number of calls from browse clients to this print server to request
network browse lists since last restart.
1476=Add Network Printer Calls
1477=Total number of calls from other print servers to add shared network printers
to this server since last restart.
1478=Working Set - Private
1479=Working Set - Private displays the size of the working set, in bytes, that is
use for this process only and not shared nor sharable by other processes.
1480=Working Set - Shared
1481=Working Set - Shared displays the size of the working set, in bytes, that is
sharable and may be used by other processes. Because a portion of a process'
working set is shareable, does not necessarily mean that other processes are using
it.
1482=% Idle Time
1483=% Idle Time reports the percentage of time during the sample interval that the
disk was idle.
1484=Split IO/Sec
1485=Split IO/Sec reports the rate at which I/Os to the disk were split into
multiple I/Os. A split I/O may result from requesting data of a size that is too
large to fit into a single I/O or that the disk is fragmented.
1500=Job Object
1501=Reports the accounting and processor usage data collected by each active named
Job object.
1502=Current % Processor Time
1503=Current % Processor Time shows the percentage of the sample interval that the
processes in the Job object spent executing code.
1504=Current % User Mode Time
1505=Current % User mode Time shows the percentage of the sample interval that the
processes in the Job object spent executing code in user mode.
1506=Current % Kernel Mode Time
1507=Current % Kernel mode Time shows the percentage of the sample interval that
the processes in the Job object spent executing code in kernel or privileged mode.
1508=This Period mSec - Processor
1509=This Period mSec - Processor shows the time, in milliseconds, of processor
time used by all the processes in the Job object, including those that have
terminated or that are no longer associated with the Job object, since a time limit
on the Job was established.
1510=This Period mSec - User Mode
1511=This Period mSec - User mode shows the time, in milliseconds, of user mode
processor time used by all the processes in the Job object, including those that
have terminated or that are no longer associated with the Job object, since a time
limit on the Job was established.
1512=This Period mSec - Kernel Mode
1513=This Period mSec - Kernel mode shows the time, in milliseconds, of kernel mode
processor time used by all the processes in the Job object, including those that
have terminated or that are no longer associated with the Job object, since a time
limit on the Job was established.
1514=Pages/Sec
1515=Pages/Sec shows the page fault rate of all the processes in the Job object.
1516=Process Count - Total
1517=Process Count - Total shows the number of processes, both active and
terminated, that are or have been associated with the Job object.
1518=Process Count - Active
1519=Process Count - Active shows the number of processes that are currently
associated with the Job object.
1520=Process Count - Terminated
1521=Process Count - Terminated shows the number of processes that have been
terminated because of a limit violation.
1522=Total mSec - Processor
1523=Total mSec - Processor shows the time, in milliseconds, of processor time used
by all the processes in the Job object, including those that have terminated or
that are no longer associated with the Job object, since the Job object was
created.
1524=Total mSec - User Mode
1525=Total mSec - User mode shows the time, in milliseconds, of user mode processor
time used by all the processes in the Job object, including those that have
terminated or that are no longer associated with the Job object, since the Job
object was created.
1526=Total mSec - Kernel Mode
1527=Total mSec - Kernel mode shows the time, in milliseconds, of kernel mode
processor time used by all the processes in the Job object, including those that
have terminated or that are no longer associated with the Job object, since the Job
object was created.
1530=TCPv6
1532=UDPv6
1534=ICMPv6
1536=Received Packet Too Big
1537=Received Packet Too Big is the number of received packets thatare larger than
anticipated.
1538=Received Membership Query
1539=Received Membership Query is the number of packets received thatquery their
membership to a group.
1540=Received Membership Report
1541=Received Membership Report is the number of packets received thatreport their
membership to a group.
1542=Received Membership Reduction
1543=Received Membership Reduction is the number of packets received thatcancelled
their membership to a group.
1544=Received Router Solicit
1545=Received Router Solicit is the number of packets received thatsolicit the
router.
1546=Received Router Advert
1547=Received Router Advert is the number of packets received thatadvert the
router.
1548=Job Object Details
1549=% Job object Details shows detailed performance information about the active
processes that make up a Job object.
1550=Received Neighbor Solicit
1551=Received Neighbor Solicit is the number of packets received thatsolicit a
neighbor.
1552=Received Neighbor Advert
1553=Received Neighbor Advert is the number of packets received thatadvert a
neighbor.
1554=Sent Packet Too Big
1555=Sent Packet Too Big is the number of sent packets thatare larger than
anticipated.
1556=Sent Membership Query
1557=Sent Membership Query is the number of packets sent thatquery their membership
to a group.
1558=Sent Membership Report
1559=Sent Membership Report is the number of packets sent thatreport their
membership to a group.
1560=Sent Membership Reduction
1561=Sent Membership Reduction is the number of packets sent thatcancelled their
membership to a group.
1562=Sent Router Solicit
1563=Sent Router Solicit is the number of packets sent thatsolicit the router.
1564=Sent Router Advert
1565=Sent Router Advert is the number of packets sent thatadvert the router.
1566=Sent Neighbor Solicit
1567=Sent Neighbor Solicit is the number of packets sent thatsolicit a neighbor.
1568=Sent Neighbor Advert
1569=Sent Neighbor Advert is the number of packets sent thatadvert a neighbor.
1570=Security System-Wide Statistics
1571=These counters track authentication performance on a per second basis.
1572=NTLM Authentications
1573=This counter tracks the number of NTLM authentications processed per second
for the AD on this DC or for local accounts on this member server.
1574=Kerberos Authentications
1575=This counter tracks the number of times that clients use a ticket to
authenticate to this computer per second.
1576=KDC AS Requests
1577=This counter tracks the number of Authentiation Service (AS) requests that are
being processed by the Key Distribution Center (KDC) per second. Clients use AS
requests to obtain a ticket-granting ticket.
1578=KDC TGS Requests
1579=This counter tracks the number of ticket-granting service (TGS) requests that
are being processed by the Key Distribution Center (KDC) per second. Clients use
these TGS requests to obtain a service ticket, which allows a client to access
resources on other computers.
1580=Schannel Session Cache Entries
1581=This counter tracks the number of Secure Sockets Layer (SSL) entries that are
currently stored in the secure channel (Schannel) session cache. The Schannel
session cache stores information about successfully established sessions, such as
SSL session IDs. Clients can use this information to reconnect to a server without
performing a full SSL handshake.
1582=Active Schannel Session Cache Entries
1583=This counter tracks the number of Secure Sockets Layer (SSL) entries that are
currently stored in the secure channel (Schannel) session cache and that are
currently in use. The Schannel session cache stores information about successfully
established sessions, such as SSL session IDs. Clients can use this information to
reconnect to a server without performaing a full SSL handshake.
1584=SSL Client-Side Full Handshakes
1585=This counter tracks the number of Secure Sockets Layer (SSL) full client-side
handshakes that are being processed per second. During a handshake, signals are
exchanged to acknowledge that communication can occur between computers or other
devices.
1586=SSL Client-Side Reconnect Handshakes
1587=This counter tracks the number of Secure Sockets Layer (SSL) client-side
reconnect handshakes that are being processed per second. Reconnect handshakes
allow session keys from previous SSL sessions to be used to resume a client/server
connection, and they require less memory to process than full handshakes.
1588=SSL Server-Side Full Handshakes
1589=This counter tracks the number of Secure Sockets Layer (SSL) full server-side
handshakes that are being processed per second. During a handshake, signals are
exchanged to acknowledge that communication can occur between computers or other
devices.
1590=SSL Server-Side Reconnect Handshakes
1591=This counter tracks the number of Secure Sockets Layer (SSL) server-side
reconnect handshakes that are being processed per second. Reconnect handshakes
allow session keys from previous SSL sessions to be used to resume a client/server
connection, and they require less memory to process than full handshakes.
1592=Digest Authentications
1593=This counter tracks the number of Digest authentications that are being
processed per second.
1594=Forwarded Kerberos Requests
1595=This counter tracks the number of Kerberos requests that a read-only domain
controller (RODC) forwards to its hub, per second. This counter is tracked only on
a RODC.
1596=Offloaded Connections
1597=Offloaded Connections is the number of TCP connections (over both IPv4 and
IPv6) that are currently handled by the TCP chimney offload capable network
adapter.
1670=Security Per-Process Statistics
1671=These counters track the number of security resources and handles used per
process.
1672=Credential Handles
1673=This counter tracks the number of credential handles in use by a given
process. Credential handles are handles to pre-existing credentials, such as a
password, that are associated with a user and are established through a system
logon.
1674=Context Handles
1675=This counter tracks the number of context handles in use by a given process.
Context handles are associated with security contexts established between a client
application and a remote peer.
1676=Free & Zero Page List Bytes
1677=Free & Zero Page List Bytes is the amount of physical memory, in bytes, that
is assigned to the free and zero page lists. This memory does not contain cached
data. It is immediately available for allocation to a process or for system use.
For a full explanation of the memory manager, refer to MSDN and/or the System
Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource
Kit.
1678=Modified Page List Bytes
1679=Modified Page List Bytes is the amount of physical memory, in bytes, that is
assigned to the modified page list. This memory contains cached data and code that
is not actively in use by processes, the system and the system cache. This memory
needs to be written out before it will be available for allocation to a process or
for system use. For a full explanation of the memory manager, refer to MSDN and/or
the System Performance and Troubleshooting Guide chapter in the Windows Server 2003
Resource Kit.
1680=Standby Cache Reserve Bytes
1681=Standby Cache Reserve Bytes is the amount of physical memory, in bytes, that
is assigned to the reserve standby cache page lists. This memory contains cached
data and code that is not actively in use by processes, the system and the system
cache. It is immediately available for allocation to a process or for system use.
If the system runs out of available free and zero memory, memory on lower priority
standby cache page lists will be repurposed before memory on higher priority
standby cache page lists. For a full explanation of the memory manager, refer to
MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows
Server 2003 Resource Kit.
1682=Standby Cache Normal Priority Bytes
1683=Standby Cache Normal Priority Bytes is the amount of physical memory, in
bytes, that is assigned to the normal priority standby cache page lists. This
memory contains cached data and code that is not actively in use by processes, the
system and the system cache. It is immediately available for allocation to a
process or for system use. If the system runs out of available free and zero
memory, memory on lower priority standby cache page lists will be repurposed before
memory on higher priority standby cache page lists. For a full explanation of the
memory manager, refer to MSDN and/or the System Performance and Troubleshooting
Guide chapter in the Windows Server 2003 Resource Kit.
1684=Standby Cache Core Bytes
1685=Standby Cache Core Bytes is the amount of physical memory, in bytes, that is
assigned to the core standby cache page lists. This memory contains cached data and
code that is not actively in use by processes, the system and the system cache. It
is immediately available for allocation to a process or for system use. If the
system runs out of available free and zero memory, memory on lower priority standby
cache page lists will be repurposed before memory on higher priority standby cache
page lists. For a full explanation of the memory manager, refer to MSDN and/or the
System Performance and Troubleshooting Guide chapter in the Windows Server 2003
Resource Kit.
1746=% Idle Time
1747=% Idle Time is the percentage of time the processor is idle during the sample
interval
1748=% C1 Time
1749=% C1 Time is the percentage of time the processor spends in the C1 low-power
idle state. % C1 Time is a subset of the total processor idle time. C1 low-power
idle state enables the processor to maintain its entire context and quickly return
to the running state. Not all systems support the % C1 state.
1750=% C2 Time
1751=% C2 Time is the percentage of time the processor spends in the C2 low-power
idle state. % C2 Time is a subset of the total processor idle time. C2 low-power
idle state enables the processor to maintain the context of the system caches. The
C2 power state is a lower power and higher exit latency state than C1. Not all
systems support the C2 state.
1752=% C3 Time
1753=% C3 Time is the percentage of time the processor spends in the C3 low-power
idle state. % C3 Time is a subset of the total processor idle time. When the
processor is in the C3 low-power idle state it is unable to maintain the coherency
of its caches. The C3 power state is a lower power and higher exit latency state
than C2. Not all systems support the C3 state.
1754=C1 Transitions/sec
1755=C1 Transitions/sec is the rate that the CPU enters the C1 low-power idle
state. The CPU enters the C1 state when it is sufficiently idle and exits this
state on any interrupt. This counter displays the difference between the values
observed in the last two samples, divided by the duration of the sample interval.
1756=C2 Transitions/sec
1757=C2 Transitions/sec is the rate that the CPU enters the C2 low-power idle
state. The CPU enters the C2 state when it is sufficiently idle and exits this
state on any interrupt. This counter displays the difference between the values
observed in the last two samples, divided by the duration of the sample interval.
1758=C3 Transitions/sec
1759=C3 Transitions/sec is the rate that the CPU enters the C3 low-power idle
state. The CPU enters the C3 state when it is sufficiently idle and exits this
state on any interrupt. This counter displays the difference between the values
observed in the last two samples, divided by the duration of the sample interval.
1760=Heap
1761=Heap performance counters for must used heaps
1762=Committed Bytes
1763=Memory actively used by this heap (FreeBytes + AllocatedBytes)
1764=Reserved Bytes
1765=Total virtual address space reserved for this heap (includes uncommitted
ranges)
1766=Virtual Bytes
1767=ReservedBytes minus last uncommitted range in each segment
1768=Free Bytes
1769=Memory on freelists in this heap (does not include uncommitted ranges or
blocks in heap cache)
1770=Free List Length
1771=Number of blocks on the list of free blocks >1k in size
1772=Avg. alloc rate
1773=1/Average time per allocation (excluding allocs from heap cache)
1774=Avg. free rate
1775=1/Average time per free (excluding frees to heap cache)
1776=Uncommitted Ranges Length
1777=Number of uncommitted ranges in the reserved virtual address
1778=Allocs - Frees
1779=Difference between number of allocations and frees (for leak detection)
1780=Cached Allocs/sec
1781=Allocations/sec from heap cache
1782=Cached Frees/sec
1783=Frees/sec from heap cache
1784=Allocs <1K/sec
1785=Allocations/sec of size <1k bytes (including heap cache)
1786=Frees <1K/sec
1787=Frees/sec of size <1k bytes (including heap cache)
1788=Allocs 1-8K/sec
1789=Allocations/sec of size 1-8k bytes
1790=Frees 1-8K/sec
1791=Frees/sec of size 1-8k bytes
1792=Allocs over 8K/sec
1793=Allocations/sec of size over 8k bytes
1794=Frees over 8K/sec
1795=Frees/sec of size over 8k bytes
1796=Total Allocs/sec
1797=Allocations/sec (including from heap cache)
1798=Total Frees/sec
1799=Frees/sec (including to heap cache)
1800=Blocks in Heap Cache
1801=Total number of blocks in the heap cache
1802=Largest Cache Depth
1803=Largest number of blocks of any one size in the heap cache
1804=% Fragmentation
1805=(FreeBytes / CommittedBytes) *100
1806=% VAFragmentation
1807=(VirtualBytes / ReservedBytes) * 100
1808=Heap Lock contention
1809=Collisions/sec on the heap lock
1810=Dirty Pages
1811=Total number of dirty pages on the system cache
1812=Dirty Page Threshold
1813=Threshold for number of dirty pages on system cache
1846=End Marker
1847=End Marker
2156=BITS Net Utilization
2157=BITS Per Job Network Utilization
2158=Remote Server Speed (Bits/Sec)
2159=Estimate of Remote Server Speed (Bits/Sec)
2160=Netcard Speed (Bits/Sec)
2161=Estimate of the local netcard's speed (Bits/Sec)
2162=Percent Netcard Free
2163=Estimate of most recent percent network interface utilization
2164=IGD Speed (Bits/Sec)
2165=Estimate of the IGD's Internet connection speed (Bits/Sec)
2166=Percent IGD Free
2167=Estimate of most recent percent IGD Internet connection utilization
2168=BITS Download BlockSize (Bytes)
2169=Size of the next download block for BITS
2170=BITS Download Response Interval (msec)
2171=BITS download response interval (msec)
2172=Estimated bandwidth available to the remote system (Bits/sec)
2173=Estimated bandwidth available to the remote system (Bits/sec)
2186=Telephony
2187=The Telphony System
2188=Number of Lines
2189=The number of telephone lines serviced by this computer.
2190=Number of Telephone devices
2191=The number of telephone devices serviced by this computer.
2192=Number of Active Lines
2193=the number of telephone lines serviced by this computer that are currently
active.
2194=Number of Active Telephones
2195=The number of telephone devices that are currently being monitored.
2196=Outgoing calls/sec
2197=The rate of outgoing calls made by this computer.
2198=Incoming calls/sec
2199=The rate of incoming calls answered by this computer.
2200=Number of Client Apps
2201=The number of applications that are currently using telephony services.
2202=Current Outgoing Calls
2203=Current outgoing calls being serviced by this computer.
2204=Current Incoming Calls
2205=Current incoming calls being serviced by this computer.
2206=RAS Port
2207=The RAS Object Type handles individual ports of the RAS device on your system.
2208=Bytes Transmitted
2209=The number of bytes transmitted total for this connection.
2210=Bytes Received
2211=The number of bytes received total for this connection.
2212=Frames Transmitted
2213=The number of data frames transmitted total for this connection.
2214=Frames Received
2215=The number of data frames received total for this connection.
2216=Percent Compression Out
2217=The compression ratio for bytes being transmitted.
2218=Percent Compression In
2219=The compression ratio for bytes being received.
2220=CRC Errors
2221=The total number of CRC Errors for this connection. CRC Errors occur when the
frame received contains erroneous data.
2222=Timeout Errors
2223=The total number of Timeout Errors for this connection. Timeout Errors occur
when an expected is not received in time.
2224=Serial Overrun Errors
2225=The total number of Serial Overrun Errors for this connection. Serial Overrun
Errors occur when the hardware cannot handle the rate at which data is received.
2226=Alignment Errors
2227=The total number of Alignment Errors for this connection. Alignment Errors
occur when a byte received is different from the byte expected.
2228=Buffer Overrun Errors
2229=The total number of Buffer Overrun Errors for this connection. Buffer Overrun
Errors when the software cannot handle the rate at which data is received.
2230=Total Errors
2231=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer
Overrun Errors for this connection.
2232=Bytes Transmitted/Sec
2233=The number of bytes transmitted per second.
2234=Bytes Received/Sec
2235=The number of bytes received per second.
2236=Frames Transmitted/Sec
2237=The number of frames transmitted per second.
2238=Frames Received/Sec
2239=The number of frames received per second.
2240=Total Errors/Sec
2241=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer
Overrun Errors per second.
2242=RAS Total
2243=The RAS Object Type handles all combined ports of the RAS device on your
system.
2244=Total Connections
2245=The total number of Remote Access connections.
3206=Database
3207=Database provides performance statistics for each process using the ESE high
performance embedded database management system.
3208=Pages Converted/sec
3209=Pages Converted/sec is the count of times per second a database page is
converted from an older database format
3210=Pages Converted
3211=Pages Converted is the count of database pages that have been converted from
an older format
3212=Records Converted/sec
3213=Records Converted/sec is the count of times per second a database record is
converted from an older database format
3214=Records Converted
3215=Records Converted is the count of database records that have been converted
from an older format
3216=Defragmentation Tasks
3217=Defragmentation Tasks is the count of background database defragmentation
tasks that are currently executing.
3218=Defragmentation Tasks Pending
3219=Defragmentation Tasks Pending is the count of background database
defragmentation tasks that are currently pending.
3220=Defragmentation Tasks Discarded
3221=Defragmentation Tasks Discarded is the count of background database
defragmentation tasks that could not be registered. [Dev Only]
3222=Defragmentation Tasks Scheduled/sec
3223=Defragmentation Tasks Scheduled/sec is the number of background database
defragmentation tasks scheduled for execution per second. [Dev Only]
3224=Defragmentation Tasks Completed/sec
3225=Defragmentation Tasks Completed/sec is the number of background database
defragmentation tasks completing execution per second. [Dev Only]
3226=Heap Allocs/sec
3227=Heap Allocs/sec is the number of memory allocations from the MP Heaps per
second. [Dev Only]
3228=Heap Frees/sec
3229=Heap Frees/sec is the number of memory frees to the MP Heaps per second. [Dev
Only]
3230=Heap Allocations
3231=Heap Allocations is the current number of memory allocations in the MP Heaps.
[Dev Only]
3232=Heap Bytes Allocated
3233=Heap Bytes Allocated is the size of all memory allocations in the MP Heaps
discounting heap managemnt overhead. [Dev Only]
3234=Page Bytes Reserved
3235=Page Bytes Reserved is the size of all explicitly reserved virtual address
space. [Dev Only]
3236=Page Bytes Committed
3237=Page Bytes Committed is the size of all explicitly committed virtual memory
backing store (page file and physical memory). [Dev Only]
3238=FCB Asynchronous Scan/sec
3239=FCB Asynchronous Scan/sec is the number of cached schema records (FCBs)
scanned during asynchronous schema record cleanup. These records are scanned to age
out older schema definitions. [Dev Only]
3240=FCB Asynchronous Purge/sec
3241=FCB Asynchronous Purge/sec is the number of cached schema records (FCBs)
purged during asynchronous schema record cleanup. These records are purged to age
out older schema definitions. [Dev Only]
3242=FCB Asynchronous Threshold-Scan/sec
3243=FCB Asynchronous Threshold-Scan/sec is the number of cached schema records
(FCBs) scanned during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively scanned to age out older schema definitions. [Dev Only]
3244=FCB Asynchronous Threshold-Purge/sec
3245=FCB Asynchronous Threshold-Purge/sec is the number of cached schema records
(FCBs) purged during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively purged to age out older schema definitions. [Dev Only]
3246=FCB Asynchronous Purge Conflicts/sec
3247=FCB Asynchronous Purge Conflicts/sec is the number of failed purge attempts on
cached schema records (FCBs) during asynchronous schema record cleanup. The purge
operation failed because exclusive ownership of the schema record could not be
obtained. [Dev Only]
3248=FCB Synchronous Purge/sec
3249=FCB Synchronous Purge/sec is the number of cached schema records (FCBs) being
synchronously purged each second. [Dev Only]
3250=FCB Synchronous Purge Stalls/sec
3251=FCB Synchronous Purge Stalls/sec is the number of stalls encountered while
waiting for exclusive ownership of cached schema records (FCBs) in order to
synchronously purge them. [Dev Only]
3252=FCB Allocations Wait For Version Cleanup/sec
3253=FCB Allocations Wait For Version Cleanup/sec is the number FCB allocations
that must first wait for version cleanup in an attempt to free used FCBs for re-
use. [Dev Only]
3254=FCB Purge On Cursor Close/sec
3255=FCB Purge On Cursor Close/sec is the number of cached schema records (FCBs)
being synchronously purged when the cursor is closed (instead of leaving the schema
record cached) each second. [Dev Only]
3256=FCB Cache % Hit
3257=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly
from the schema record cache. No file operations were required. [Dev Only]
3258=No name
3259=No text
3260=FCB Cache Stalls/sec
3261=FCB Cache Stalls/sec is the number of stalls encountered while waiting for
exclusive ownership of cached schema records (FCBs) in order to update their
reference count. [Dev Only]
3262=FCB Cache Maximum
3263=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs)
that can exist in the cache. [Dev Only]
3264=FCB Cache Preferred
3265=FCB Cache Preferred is the preferred maximum number of the schema records
(FCBs) that should exist in the cache. [Dev Only]
3266=FCB Cache Allocated
3267=FCB Cache Allocated is the number of cached schema records (FCBs) currently
allocated and in use. [Dev Only]
3268=FCB Cache Available
3269=FCB Cache Available is the number of cached schema records (FCBs) currently
allocated but not in use. These records will be used and/or purged as required.
[Dev Only]
3270=Sessions In Use
3271=Sessions In Use is the number of database sessions currently open for use by
client threads.
3272=Sessions % Used
3273=Sessions % Used is the percentage of database sessions currently open for use
by client threads.
3274=No name
3275=No text
3276=Table Open Cache % Hit
3277=Table Open Cache % Hit is the percentage of database tables opened using
cached schema information. If this percentage is too low, the table cache size may
be too small.
3278=No name
3279=No text
3280=Table Open Cache Hits/sec
3281=Table Open Cache Hits/sec is the number of database tables opened using cached
schema information per second. If this rate is too low, the table cache size may
be too small.
3282=Table Open Cache Misses/sec
3283=Table Open Cache Misses/sec is the number of database tables opened without
using cached schema information per second. If this rate is too high, the table
cache size may be too small.
3284=Table Opens/sec
3285=Table Opens/sec is the number of database tables opened per second.
3286=Log Bytes Write/sec
3287=Log Bytes Write per second is the rate bytes are written to the log.
3288=Log Bytes Generated/sec
3289=Log Bytes Generated per second is the rate at which data is added to the log.
This is different from Log Bytes Write per second in that each byte is generated
only once whereas each byte may be written many times.
3290=Log Buffer Bytes Used
3291=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not
yet been flushed to the logs. [Dev Only]
3292=Log Buffer Bytes Free
3293=Log Buffer Bytes Free is the amount of free space available in the log
buffers. [Dev Only]
3294=Log Threads Waiting
3295=Log Threads Waiting is the number of threads waiting for their data to be
written to the log in order to complete an update of the database. If this number
is too high, the log may be a bottleneck.
3296=Log Checkpoint Depth
3297=Log Checkpoint Depth represents the amount of work, in bytes, that will need
to be redone or undone to the database file(s) if the process crashes. [Dev Only]
3298=Log Generation Checkpoint Depth
3299=Log Generation Checkpoint Depth represents the amount of work, in count of log
files, that will need to be redone or undone to the database file(s) if the process
crashes. [Dev Only]
3300=User Read Only Transaction Commits to Level 0/sec
3301=User Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that do not modify any data
stored in the database engine. [Dev Only]
3302=User Read/Write Transaction Commits to Level 0/sec
3303=User Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that modify data stored in
the database engine. [Dev Only]
3304=User Transaction Commits to Level 0/sec
3305=User Transaction Commits to Level 0/sec is the count of fully committed
transactions started by the calling process that access data stored in the database
engine. [Dev Only]
3306=User Read Only Transaction Rollbacks to Level 0/sec
3307=User Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that do not modify any data stored in
the database engine. [Dev Only]
3308=User Read/Write Transaction Rollbacks to Level 0/sec
3309=User Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that modify data stored in the database
engine. [Dev Only]
3310=User Transaction Rollbacks to Level 0/sec
3311=User Transaction Rollbacks to Level 0/sec is the count of aborted transactions
started by the calling process that access data stored in the database engine.
[Dev Only]
3312=System Read Only Transaction Commits to Level 0/sec
3313=System Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that do not modify any data stored in the
database engine. [Dev Only]
3314=System Read/Write Transaction Commits to Level 0/sec
3315=System Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that modify data stored in the database
engine. [Dev Only]
3316=System Transaction Commits to Level 0/sec
3317=System Transaction Commits to Level 0/sec is the count of fully committed
transactions started internally that access data stored in the database engine.
[Dev Only]
3318=System Read Only Transaction Rollbacks to Level 0/sec
3319=System Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that do not modify any data stored in the database
engine. [Dev Only]
3320=System Read/Write Transaction Rollbacks to Level 0/sec
3321=System Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that modify data stored in the database engine.
[Dev Only]
3322=System Transaction Rollbacks to Level 0/sec
3323=System Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that access data stored in the database engine.
[Dev Only]
3324=Database Page Allocation File Extension Async Consumed/sec
3325=Database Page Allocation File Extension Async Consumed/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file, but which do not stall when doing doing so. [Dev Only]
3326=Database Page Allocation File Extension Stalls/sec
3327=Database Page Allocation File Extension Stalls/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file and which stall when doing so. [Dev Only]
3328=Log Records/sec
3329=Log Records/sec is the count of records written to the database log buffers
per second. [Dev Only]
3330=Log Buffer Capacity Flushes/sec
3331=Log Buffer Capacity Flushes/sec is the count of times the database log buffers
must be flushed per second because they are full. [Dev Only]
3332=Log Buffer Commit Flushes/sec
3333=Log Buffer Commit Flushes/sec is the count of times the database log buffers
must be flushed per second because a transaction is fully committing its changes.
[Dev Only]
3334=Log Buffer Flushes/sec
3335=Log Buffer Flushes/sec is the count of times the database log buffers must be
flushed per second. [Dev Only]
3336=Log Writes/sec
3337=Log Writes/sec is the number of times the log buffers are written to the log
file(s) per second. If this number approaches the maximum write rate for the media
holding the log file(s), the log may be a bottleneck.
3338=Log Record Stalls/sec
3339=Log Record Stalls/sec is the number of log records that cannot be added to the
log buffers per second because they are full. If this counter is non-zero most of
the time, the log buffer size may be a bottleneck.
3340=Version buckets allocated
3341=Total number of version buckets allocated
3342=Version buckets allocated for deletes
3343=Total number of version buckets allocated for FlagDelete RCEs [Dev Only]
3344=VER Bucket Allocations Wait For Version Cleanup/sec
3345=VER Bucket Allocations Wait For Version Cleanup/sec is the number of version
bucket allocations that must first wait for version cleanup in an attempt to free
used version buckets for re-use. [Dev Only]
3346=Version store average RCE bookmark length
3347=Average length of bookmark in RCE [Dev Only]
3348=Version store unnecessary calls/sec
3349=Number of times per second we look in the version store for a node whose
version bit is set but which has no versions [Dev Only]
3350=Version store cleanup tasks asynchronously dispatched/sec
3351=Number of times per second a version store clean task is dispatched
asynchronously to be performed [Dev Only]
3352=Version store cleanup tasks synchronously dispatched/sec
3353=Number of times per second a version store clean task is performed
synchronously [Dev Only]
3354=Version store cleanup tasks discarded/sec
3355=Number of times per second a version store clean task was discarded due to
load concerns [Dev Only]
3356=Version store cleanup tasks failures/sec
3357=Number of times per second a dispatched version store cleanup task fails [Dev
Only]
3358=Record Inserts/sec
3359=Record Inserts/sec is the rate at which records are being inserted into
database tables. [Dev Only]
3360=Record Deletes/sec
3361=Record Deletes/sec is the rate at which records in database tables are being
flagged for deletion. [Dev Only]
3362=Record Replaces/sec
3363=Record Deletes/sec is the rate at which records in database tables are being
updated. [Dev Only]
3364=Record Unnecessary Replaces/sec
3365=Record Unnecessary Replaces/sec is the rate at which updates to records in
database tables are being discarded because the update did not actually modify the
contents of the record. [Dev Only]
3366=Record Redundant Replaces/sec
3367=Record Redundant Replaces/sec is the rate at which records in database tables
are being updated with the exact same content of the original record. [Dev Only]
3368=Record Escrow-Updates/sec
3369=Record Escrow-Updates/sec is the rate at which records in database tables are
being escrow-updated. [Dev Only]
3370=Secondary Index Inserts/sec
3371=Secondary Index Inserts/sec is the rate at which entries are being inserted
into indexes of database tables. [Dev Only]
3372=Secondary Index Deletes/sec
3373=Secondary Index Deletes/sec is the rate at which entries in indexes of
database tables are being flagged for deletion. [Dev Only]
3374=False Index Column Updates/sec
3375=False Index Column Updates/sec is the number of times per second an attempt
was made to update an index because an update to at least one of the indexed
columns was detected, only to discover that none of the indexed columns had
actually changed (and therefore no index update was actually required). [Dev Only]
3376=False Tuple Index Column Updates/sec
3377=False Tuple Index Column Updates/sec is the number of times per second an
attempt was made to update a tuple index because an update to the tuple-indexed
column was detected, only to discover that the column had not actually changed (and
therefore no index update was actually required). [Dev Only]
3378=Record Intrinsic Long-Values Updated/sec
3379=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-
values are added to or replaced in records of database tables. [Dev Only]
3380=Record Separated Long-Values Added/sec
3381=Record Separated Long-Values Added/sec is the rate at which separated long-
values are normally added to records of database tables. [Dev Only]
3382=Record Separated Long-Values Forced/sec
3383=Record Separated Long-Values Forced/sec is the rate at which separated long-
values are added to records of a database table because they could not be
accommodated in the record itself. [Dev Only]
3384=Record Separated Long-Values All Forced/sec
3385=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic
long-values are separated out of a record of a database table in order to
accommodate updates to the record. [Dev Only]
3386=Record Separated Long-Values Reference All/sec
3387=Record Separated Long-Values Reference All/sec is the rate at which a
reference is added for all the separated long-values associated with a record of a
database table. [Dev Only]
3388=Record Separated Long-Values Dereference All/sec
3389=Record Separated Long-Values Dereference All/sec is the rate at which a
reference is removed for all the separated long-values associated with a record of
a database table. [Dev Only]
3390=Separated Long-Value Seeks/sec
3391=Separated Long-Value Seeks/sec is the rate at which seeks for a separated
long-value in a database table are performed. [Dev Only]
3392=Separated Long-Value Retrieves/sec
3393=Separated Long-Value Retrieves/sec is the rate at which retrievals of a
separated long-value in a database table are performed. [Dev Only]
3394=Separated Long-Value Creates/sec
3395=Separated Long-Value Creates/sec is the rate at which new separated long-
values are added to a database table. [Dev Only]
3396=Separated Long-Value Updates/sec
3397=Separated Long-Value Updates/sec is the rate at which existing separated long-
values in a database table are modified. [Dev Only]
3398=Separated Long-Value Deletes/sec
3399=Separated Long-Value Deletes/sec is the rate at which separated long-values in
a database table are flagged for deletion. [Dev Only]
3400=Separated Long-Value Copies/sec
3401=Separated Long-Value Copies/sec is the rate at which existing separated long-
values in a database table are copied. [Dev Only]
3402=Separated Long-Value Chunk Seeks/sec
3403=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a
particular chunk of a separated long-value in a database table are performed. [Dev
Only]
3404=Separated Long-Value Chunk Retrieves/sec
3405=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a
chunk of a separated long-value in a database table are performed. [Dev Only]
3406=Separated Long-Value Chunk Appends/sec
3407=Separated Long-Value Chunk Appends/sec is the rate at which chunks are
appended to separated long-values of database tables. [Dev Only]
3408=Separated Long-Value Chunk Replaces/sec
3409=Separated Long-Value Chunk Replaces/sec is the rate at which existing
separated long-value chunks in a database table are replaced. [Dev Only]
3410=Separated Long-Value Chunk Deletes/sec
3411=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-
value chunks in a database table are flagged for deletion. [Dev Only]
3412=Separated Long-Value Chunk Copies/sec
3413=Separated Long-Value Chunk Copies/sec is the rate at which existing separated
long-value chunks in a database table are copied. [Dev Only]
3414=B+ Tree Append Splits/sec
3415=B+ Tree Append Splits/sec is the count of times a page is appended to a
database B+ Tree per second. [Dev Only]
3416=B+ Tree Right Splits/sec
3417=B+ Tree Right Splits/sec is the count of times a page is split right in a
database B+ Tree per second. [Dev Only]
3418=B+ Tree Right Hotpoint Splits/sec
3419=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right
in a database B+ Tree, but which is treated as an append at a local "hotpoint" in
the B+ Tree per second. [Dev Only]
3420=B+ Tree Vertical Splits/sec
3421=B+ Tree Vertical Splits/sec is the count of times a page is split vertically
in a database B+ Tree per second. [Dev Only]
3422=B+ Tree Splits/sec
3423=B+ Tree Splits/sec is the count of times a page is appended to or split in a
database B+ Tree per second. [Dev Only]
3424=B+ Tree Empty Page Merges/sec
3425=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a
database B+ Tree per second. [Dev Only]
3426=B+ Tree Right Merges/sec
3427=Right Merges/sec is the count of pages removed from a database B+ Tree per
second by moving all its records to the next page to the right. [Dev Only]
3428=B+ Tree Partial Merges/sec
3429=B+ Tree Partial Merges/sec is the count of pages where some of its records are
moved to a page on the right in a database B+ Tree per second. [Dev Only]
3430=B+ Tree Left Merges/sec
3431=B+ Tree Left Merges/sec is the count of pages removed from a database B+ Tree
per second by moving all its records to the previous page to the left. [Dev Only]
3432=B+ Tree Partial Left Merges/sec
3433=B+ Tree Partial Left Merges/sec is the count of pages where some of its
records are moved to a page on the left in a database B+ Tree per second. [Dev
Only]
3434=B+ Tree Page Moves/sec
3435=B+ Tree Page Moves/sec is the count of B+ Tree pages per second where all the
records are moved to a new page. [Dev Only]
3436=B+ Tree Merges/sec
3437=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per
second. [Dev Only]
3438=B+ Tree Failed Simple Page Cleanup Attempts/sec
3439=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to
reclaim deleted node space on a page are unsuccessful due to a conflict when
attempting to write-latch the page. The cleanup is re-tried by locking the root of
the B+ Tree. [Dev Only]
3440=B+ Tree Seek Short Circuits/sec
3441=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same
record in a database B+ Tree that are saved by jumping directly to the cached
physical location of that record per second. [Dev Only]
3442=B+ Tree Opportune Prereads/sec
3443=B+ Tree Opportune Prereads/sec is the number of pages per second that are
preread because they are adjacent to a page read by a seek. [Dev Only]
3444=B+ Tree Unnecessary Sibling Latches/sec
3445=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched
during a database B+ Tree Delete in the hopes of performing a merge where a merge
is not possible, making that latch unnecessary. [Dev Only]
3446=B+ Tree Move Nexts/sec
3447=B+ Tree Move Nexts/sec is the count of times the database engine moves to the
next record in a B+ Tree per second. [Dev Only]
3448=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec
3449=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the next
visible record in a B+ Tree per second. [Dev Only]
3450=B+ Tree Move Prevs/sec
3451=B+ Tree Move Prevs/sec is the count of times the database engine moves to the
previous record in a B+ Tree per second. [Dev Only]
3452=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec
3453=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the previous
visible record in a B+ Tree per second. [Dev Only]
3454=B+ Tree Seeks/sec
3455=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a
database B+ Tree per second. [Dev Only]
3456=B+ Tree Inserts/sec
3457=B+ Tree Inserts/sec is the count of times a record is inserted in a database
B+ Tree per second. [Dev Only]
3458=B+ Tree Replaces/sec
3459=B+ Tree Replaces/sec is the count of times a record is replaced in a database
B+ Tree per second. [Dev Only]
3460=B+ Tree Flag Deletes/sec
3461=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a
database B+ Tree per second. [Dev Only]
3462=B+ Tree Deletes/sec
3463=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+
Tree per second. [Dev Only]
3464=B+ Tree Appends/sec
3465=B+ Tree Appends/sec is the count of times a record is appended to a database
B+ Tree per second. [Dev Only]
3466=B+ Tree Creates/sec
3467=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space
trees (if any) created per second. This can also be viewed as the number of FDP
creates per second. [Dev Only]
3468=B+ Tree Creates (Total)
3469=B+ Tree Creates (Total) is the total number of B+ Trees and their
corresponding space trees (if any) created. This can also be viewed as the total
number of FDP creates. [Dev Only]
3470=B+ Tree Destroys/sec
3471=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space
trees (if any) destroyed per second. This can also be viewed as the number of FDP
destroys per second. [Dev Only]
3472=B+ Tree Destroys (Total)
3473=B+ Tree Destroys (Total) is the total number of B+ Trees and their
corresponding space trees (if any) destroyed. This can also be viewed as the total
number of FDP destroys. [Dev Only]
3474=Database Cache Misses/sec
3475=Database Cache Misses per second is the rate at which database file page
requests were fulfilled by the database cache by causing a file operation. If this
rate is high then the database cache size may be too small.
3476=Database Cache % Hit
3477=Database Cache % Hit is the percentage of database file page requests that
were fulfilled by the database cache without causing a file operation. If this
percentage is too low, the database cache size may be too small.
3478=No name
3479=No text
3480=Database Cache Requests/sec
3481=Database Cache Requests/sec is the rate that pages are requested from the
database cache.
3482=Database Cache % Pinned
3483=Database Cache % Pinned is the percentage of the database cache that pinned in
the memory. [Dev Only]
3484=No name
3485=No text
3486=Database Cache % Clean
3487=Database Cache % Clean is the percentage of the database cache that does not
contain modified data. [Dev Only]
3488=No name
3489=No text
3490=Database Pages Read Async/sec
3491=Database Pages Read Async/sec is the rate that pages are asynchronously read
from the database file(s) into the database cache. [Dev Only]
3492=Database Pages Read Sync/sec
3493=Database Pages Read Sync/sec is the rate that pages are synchronously read
from the database file(s) into the database cache. [Dev Only]
3494=Database Pages Written/sec
3495=Database Pages Written/sec is the rate that pages are written to the database
file (s) from the database cache. [Dev Only]
3496=Database Clean Pages Written/sec
3497=Database Clean Pages Written/sec is the rate that pages are written to the
database file (s) from the database cache. [Dev Only]
3498=Database Opportune Write Issued (Total)
3499=Database Opportune Write Issued (Total) is the count of IO operationshas been
issued for opportune write. [Dev Only]
3500=Database Pages Transferred/sec
3501=Database Pages Transferred/sec is the rate that pages are transferred from the
database file(s) to the database cache and vice versa. [Dev Only]
3502=Database Page Latches/sec
3503=Database Page Latches/sec is the rate that database pages are latched for
access to their data. [Dev Only]
3504=Database Page Fast Latches/sec
3505=Database Page Fast Latches/sec is the rate that database pages are latched for
access to their data using a hint to tell the cache manager where that page might
be in memory. [Dev Only]
3506=Database Page Bad Latch Hints/sec
3507=Database Page Bad Latch Hints/sec is the rate that incorrect hints to the
location of a given page in the cache are given to the cache manager. These hints
are used to perform fast latches. [Dev Only]
3508=Database Cache % Fast Latch
3509=Database Cache % Fast Latch is the percentage of database pages latched for
access to their data using a hint to tell the cache manager where that page might
be in memory. Ideally, this percentage should match Database Cache % Hit. [Dev
Only]
3510=No name
3511=No text
3512=Database Page Latch Conflicts/sec
3513=Database Page Latch Conflicts/sec is the rate that users latching a database
page for access to its data fail due to a conflicting latch owned on that same page
by another user. [Dev Only]
3514=Database Page Latch Stalls/sec
3515=Database Page Latch Stalls/sec is the rate that users latching a database page
for access to its data must wait for another user to release a latch on that same
page. [Dev Only]
3516=Database Cache % Available
3517=Database Cache % Available is the percentage of the database cache that can be
allocated to cache database pages that are newly created or read in from the
database file(s). [Dev Only]
3518=No name
3519=No text
3520=Database Page Faults/sec
3521=Database Page Faults/sec is the rate that database file page requests require
the database cache manager to allocate a new page from the database cache.
3522=Database Page Evictions/sec
3523=Database Page Evictions/sec is the rate that database file page requests that
require the database cache manager to allocate a new page from the database cache
force another database page out of the cache. The eviction count is charged when
the page is allocated and not when the previous owner of that page was actually
evicted from the cache. If this rate is too high, the database cache size may be
too small.
3524=Database Page Fault Stalls/sec
3525=Database Page Fault Stalls/sec is the rate of page faults that cannot be
serviced because there are no pages available for allocation from the database
cache. If this counter is non-zero most of the time, the clean threshold may be
too low.
3526=Database Cache Size (MB)
3527=Database Cache Size (MB) is the amount of system memory (in MegaBytes) used by
the database cache manager to hold commonly used information from the database
file(s) to prevent file operations. If the database cache size seems to be too
small for optimal performance and there is very little available memory on the
system (see Memory/Available Bytes), adding more memory to the system may increase
performance. If there is a lot of available memory on the system and the database
cache size is not growing beyond a certain point, the database cache size may be
capped at an artificially low limit. Increasing this limit may increase
performance.
3528=Database Cache Size
3529=Database Cache Size is the amount of system memory used by the database cache
manager to hold commonly used information from the database file(s) to prevent file
operations. If the database cache size seems to be too small for optimal
performance and there is very little available memory on the system (see
Memory/Available Bytes), adding more memory to the system may increase performance.
If there is a lot of available memory on the system and the database cache size is
not growing beyond a certain point, the database cache size may be capped at an
artificially low limit. Increasing this limit may increase performance.
3530=Database Cache Size Min
3531=Database Cache Size Min is the minimum amount of system memory configured for
use by the database cache manager to hold commonly used information from the
database file(s) to prevent file operations. [Dev Only]
3532=Database Cache Size Max
3533=Database Cache Size Max is the maximum amount of system memory configured for
use by the database cache manager to hold commonly used information from the
database file(s) to prevent file operations. [Dev Only]
3534=Database Cache Size Resident
3535=Database Cache Size Resident is the amount of system memory used by the
database cache that is currently part of the working set of the process. If
Database Cache Size Resident is ever significantly smaller than Database Cache Size
then the operating system has chosen to reclaim that system memory for use in other
parts of the system. The database cache will recover from this event but if this
is a common occurrence then it can lead to significant performance problems.
3536=Database Cache Size Resident (MB)
3537=Database Cache Size Resident (MB) is the amount of system memory (in
MegaBytes) used by the database cache that is currently part of the working set of
the process. If Database Cache Size Resident (MB) is ever significantly smaller
than Database Cache Size (MB) then the operating system has chosen to reclaim that
system memory for use in other parts of the system. The database cache will
recover from this event but if this is a common occurrence then it can lead to
significant performance problems.
3538=Database Cache % Available Min
3539=Database Cache % Available Min is the minimum percentage of the database cache
that is kept to be allocated to cache database pages that are newly created or read
in from the database file(s). If the percentage of available pages drops below
this minimum, pages are thrown out of the database cache until the maximum
percentage of available pages is reached. This percentage should be set as low as
possible without causing the actual percentage to drop to zero, causing cache fault
stalls. [Dev Only]
3540=No name
3541=No text
3542=Database Cache % Available Max
3543=Database Cache % Available Max is the maximum percentage of the database cache
that is kept to be allocated to cache database pages that are newly created or read
in from the database file(s). This percentage should be set as low as possible but
far enough above the minimum percentage so that efficient production of availible
pages is possible. [Dev Only]
3544=No name
3545=No text
3546=Database Pages Preread/sec
3547=Database Pages Preread/sec is the rate that pages are read in anticipation of
future use from the database file(s) into the database cache. [Dev Only]
3548=Database Cached Pages Preread/sec
3549=Database Cached Pages Preread/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
are already cached. This is non-ideal behavior that represents a waste of
processing time. [Dev Only]
3550=Database Pages Preread Untouched/sec
3551=Database Pages Preread Untouched/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
were subsequently thrown out without being used. This is non-ideal behavior that
represents a waste of I/O bandwidth and processing time. [Dev Only]
3552=Database Pages Versioned/sec
3553=Database Pages Versioned/sec is the rate at which pages in the database cache
are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
3554=Database Pages Version Copied/sec
3555=Database Pages Version Copied/sec is the rate at which pages in the database
cache are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
3556=Database Cache % Versioned
3557=Database Cache % Versioned is the percentage of the database cache that
contains older versions of currently cached pages that have not yet been written to
disk and thrown out of the cache. [Dev Only]
3558=No name
3559=No text
3560=Database Pages Ordinarily Written/sec
3561=Database Pages Ordinarily Written/sec is the rate that pages are written to
the database file (s) from the database cache in preparation for evicting them from
the cache to make room for other data. [Dev Only]
3562=Database Pages Anomalously Written/sec
3563=Database Pages Anomalously Written/sec is the rate that pages are written to
the database file (s) from the database cache before they would ordinarily be
written. [Dev Only]
3564=Database Pages Opportunely Written/sec
3565=Database Pages Opportunely Written/sec is the rate that pages are written to
the database file (s) from the database cache because they happen to be near other
pages that must be written. These additional writes are performed before they must
happen in the hope that the total number of seeks required to write all the pages
is reduced. [Dev Only]
3566=Database Pages Repeatedly Written/sec
3567=Database Pages Repeatedly Written/sec is the rate that pages are written to
the database file (s) from the database cache more than once in their lifetime in
the cache. These page writes represent extra writes above the theoretical minimum
and can therefore be considered overhead. [Dev Only]
3568=Database Pages Idly Written/sec
3569=Database Pages Idly Written/sec is the rate that pages are written to the
database file (s) from the database cache because there is low disk activity. [Dev
Only]
3570=Database Pages Coalesced Written/sec
3571=Database Pages Coalesced Written/sec is the rate that pages are written to the
database file (s) from the database cache coalesced with another page. [Dev Only]
3572=Database Pages Coalesced Read/sec
3573=Database Pages Coalesced Read/sec is the rate that pages are read from the
database file (s) to the database cache coalesced with another page. [Dev Only]
3574=Database Page History Records
3575=Database Page History Records is the current number of database page access
history records retained for supporting the LRU-K page replacment algorithm. [Dev
Only]
3576=Database Page History % Hit
3577=Database Page History % Hit is the percentage of database page access history
record lookups that were successful. [Dev Only]
3578=No name
3579=No text
3580=Database Page Scans/sec
3581=Database Page Scans/sec is the rate at which database pages are considered for
eviction from the database page cache. [Dev Only]
3582=Database Page Scans Out-of-order/sec
3583=Database Page Scans Out-of-order/sec is the rate at which database pages are
considered for eviction from the database page cache in a priority counter to the
page replacement algorithm. [Dev Only]
3584=No name
3585=No text
3586=Database Cache % Resident
3587=Database Cache % Resident is the percentage of the database cache that are
currently in the process's working set. [Dev Only]
3588=No name
3589=No text
3590=Streaming Backup Pages Read/sec
3591=Streaming Backup Pages Read/sec is the rate of database read operations
performed for the purpose of streaming backups. [Dev Only]
3592=Online Defrag Pages Referenced/sec
3593=Online Defrag Pages Referenced/sec is the rate at which online defragmentation
is touching database pages. [Dev Only]
3594=Online Defrag Pages Read/sec
3595=Online Defrag Pages Read/sec is the rate of database read operations being
performed by online defragmentation. [Dev Only]
3596=Online Defrag Pages Preread/sec
3597=Online Defrag Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by online defragmentation. [Dev Only]
3598=Online Defrag Pages Dirtied/sec
3599=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is
modifying clean database pages. [Dev Only]
3600=Online Defrag Pages Re-Dirtied/sec
3601=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation
is modifying database pages that already contained modifications. [Dev Only]
3602=Online Defrag Pages Freed/sec
3603=Pages Freed/sec is the number of pages per second that are freed from the
database by the online defragmentation process [Dev Only]
3604=Online Defrag Data Moves/sec
3605=Data Moves/sec is the number of times per second that data is moved from one
page to another by the online defragmentation process [Dev Only]
3606=Online Defrag Page Moves/sec
3607=Page Moves/sec is the number of times per second that data is moved from one
page to a new page by the online defragmentation process [Dev Only]
3608=Online Defrag Log Records/sec
3609=Online Defrag Log Records/sec is the rate at which online defragmentation is
generating log records. [Dev Only]
3610=Online Defrag Average Log Bytes
3611=Online Defrag Average Log Bytes is the average size of the log records being
generated by online defragmentation. [Dev Only]
3612=No name
3613=No text
3614=Online Maintenance (DB Scan) Pages Read/sec
3615=Pages Read/sec is the number of pages per second that are read from the
database by the scanning process [Dev Only]
3616=Online Maintenance (DB Scan) Pages Read
3617=Pages Read is the number of pages that have been read from the database by the
scanning process [Dev Only]
3618=Online Maintenance (DB Scan) Pages Zeroed/sec
3619=Pages Read/sec is the number of pages per second that are zeroed in the
database by the scanning process [Dev Only]
3620=Online Maintenance (DB Scan) Pages Zeroed
3621=Pages Read is the number of pages that have been zeroed in the database by the
scanning process [Dev Only]
3622=Database Tasks Pages Referenced/sec
3623=Database Tasks Pages Referenced/sec is the rate at which background database
tasks are touching database pages. [Dev Only]
3624=Database Tasks Pages Read/sec
3625=Database Tasks Pages Read/sec is the rate of database read operations being
performed by background database tasks. [Dev Only]
3626=Database Tasks Pages Preread/sec
3627=Database Tasks Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by background database tasks. [Dev Only]
3628=Database Tasks Pages Dirtied/sec
3629=Database Tasks Pages Dirtied/sec is the rate at which background database
tasks are modifying clean database pages. [Dev Only]
3630=Database Tasks Pages Re-Dirtied/sec
3631=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases
tasks are modifying database pages that already contained modifications. [Dev
Only]
3632=Database Tasks Log Records/sec
3633=Database Tasks Log Records/sec is the rate at which background database tasks
are generating log records. [Dev Only]
3634=Database Tasks Average Log Bytes
3635=Database Tasks Average Log Bytes is the average size of the log records being
generated by background database tasks. [Dev Only]
3636=No name
3637=No text
3638=I/O Database Reads/sec
3639=I/O Database Reads/sec is the rate of database read operations completed.
3640=I/O Database Reads Average Latency
3641=I/O Database Reads Average Latency is the average length of time, in
milliseconds, per database read operation.
3642=No name
3643=No text
3644=I/O Database Reads Average Bytes
3645=I/O Database Reads Average Bytes is the average number of bytes transferred
per database read operation. [Dev Only]
3646=No name
3647=No text
3648=I/O Database Reads In Heap
3649=I/O Database Reads In Heap is the number of database read operations queued in
the database engine's I/O heap and waiting to be issued. [Dev Only]
3650=I/O Database Reads Async Pending
3651=I/O Database Reads Async Pending is the number of database read operations
asynchronously pending completion. [Dev Only]
3652=I/O Database Reads Abnormal Latency/sec
3653=I/O Database Reads Abnormal Latency/sec is the rate of database read
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
3654=I/O Log Reads/sec
3655=I/O Log Reads/sec is the rate of logfile read operations completed.
3656=I/O Log Reads Average Latency
3657=I/O Log Reads Average Latency is the average length of time, in milliseconds,
per logfile read operation. [Dev Only]
3658=No name
3659=No text
3660=I/O Log Reads Average Bytes
3661=I/O Log Reads Average Bytes is the average number of bytes transferred per
logfile read operation. [Dev Only]
3662=No name
3663=No text
3664=I/O Log Reads In Heap
3665=I/O Log Reads In Heap is the number of logfile read operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
3666=I/O Log Reads Async Pending
3667=I/O Log Reads Async Pending is the number of logfile read operations
asynchronously pending completion. [Dev Only]
3668=I/O Log Reads Abnormal Latency/sec
3669=I/O Log Reads Abnormal Latency/sec is the rate of logfile read operations that
take an abnormally long length of time (default is 1 minute) to be serviced by the
OS. [Dev Only]
3670=I/O Database Writes/sec
3671=I/O Database Writes/sec is the rate of database write operations completed.
3672=I/O Database Writes Average Latency
3673=I/O Database Writes Average Latency is the average length of time, in
milliseconds, per database write operation.
3674=No name
3675=No text
3676=I/O Database Writes Average Bytes
3677=I/O Database Writes Average Bytes is the average number of bytes transferred
per database write operation. [Dev Only]
3678=No name
3679=No text
3680=I/O Database Writes In Heap
3681=I/O Database Writes In Heap is the number of database write operations queued
in the database engine's I/O heap and waiting to be issued. [Dev Only]
3682=I/O Database Writes Async Pending
3683=I/O Database Writes Async Pending is the number of database write operations
asynchronously pending completion. [Dev Only]
3684=I/O Database Writes Abnormal Latency/sec
3685=I/O Database Writes Abnormal Latency/sec is the rate of database write
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
3686=I/O Log Writes/sec
3687=I/O Log Writes/sec is the rate of logfile write operations completed.
3688=I/O Log Writes Average Latency
3689=I/O Log Writes Average Latency is the average length of time, in milliseconds,
per logfile write operation.
3690=No name
3691=No text
3692=I/O Log Writes Average Bytes
3693=I/O Log Writes Average Bytes is the average number of bytes transferred per
logfile write operation. [Dev Only]
3694=No name
3695=No text
3696=I/O Log Writes In Heap
3697=I/O Log Writes In Heap is the number of logfile write operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
3698=I/O Log Writes Async Pending
3699=I/O Log Writes Async Pending is the number of logfile write operations
asynchronously pending completion. [Dev Only]
3700=I/O Log Writes Abnormal Latency/sec
3701=I/O Log Writes Abnormal Latency/sec is the rate of logfile write operations
that take an abnormally long length of time (default is 1 minute) to be serviced by
the OS. [Dev Only]
3702=Threads Blocked/sec
3703=Threads Blocked/sec is the rate at which the execution of threads are
suspended to wait for a specific event to occur or for the acquisition of a
resource currently owned by another thread. [Dev Only]
3704=Threads Blocked
3705=Threads Blocked is the current number of threads whose execution has been
suspended to wait for a specific event to occur or for the acquisition of a
resource currently owned by another thread. [Dev Only]
3706=Record Failed Compression Bytes/sec
3707=Record Failed Compression Bytes/sec is the rate of record bytes that either
failed Xpress compression or did not significantly reduce the insert/replace size
(10% or less). High results are indicative of wasted cpu resources. [Dev Only]
3708=Database ==> TableClasses
3709=Statistics for the ESE high performance embedded database management system by
Table Class
3710=Record Inserts/sec
3711=Record Inserts/sec is the rate at which records are being inserted into
database tables. [Dev Only]
3712=Record Deletes/sec
3713=Record Deletes/sec is the rate at which records in database tables are being
flagged for deletion. [Dev Only]
3714=Record Replaces/sec
3715=Record Deletes/sec is the rate at which records in database tables are being
updated. [Dev Only]
3716=Record Unnecessary Replaces/sec
3717=Record Unnecessary Replaces/sec is the rate at which updates to records in
database tables are being discarded because the update did not actually modify the
contents of the record. [Dev Only]
3718=Record Redundant Replaces/sec
3719=Record Redundant Replaces/sec is the rate at which records in database tables
are being updated with the exact same content of the original record. [Dev Only]
3720=Record Escrow-Updates/sec
3721=Record Escrow-Updates/sec is the rate at which records in database tables are
being escrow-updated. [Dev Only]
3722=Secondary Index Inserts/sec
3723=Secondary Index Inserts/sec is the rate at which entries are being inserted
into indexes of database tables. [Dev Only]
3724=Secondary Index Deletes/sec
3725=Secondary Index Deletes/sec is the rate at which entries in indexes of
database tables are being flagged for deletion. [Dev Only]
3726=False Index Column Updates/sec
3727=False Index Column Updates/sec is the number of times per second an attempt
was made to update an index because an update to at least one of the indexed
columns was detected, only to discover that none of the indexed columns had
actually changed (and therefore no index update was actually required). [Dev Only]
3728=False Tuple Index Column Updates/sec
3729=False Tuple Index Column Updates/sec is the number of times per second an
attempt was made to update a tuple index because an update to the tuple-indexed
column was detected, only to discover that the column had not actually changed (and
therefore no index update was actually required). [Dev Only]
3730=Record Intrinsic Long-Values Updated/sec
3731=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-
values are added to or replaced in records of database tables. [Dev Only]
3732=Record Separated Long-Values Added/sec
3733=Record Separated Long-Values Added/sec is the rate at which separated long-
values are normally added to records of database tables. [Dev Only]
3734=Record Separated Long-Values Forced/sec
3735=Record Separated Long-Values Forced/sec is the rate at which separated long-
values are added to records of a database table because they could not be
accommodated in the record itself. [Dev Only]
3736=Record Separated Long-Values All Forced/sec
3737=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic
long-values are separated out of a record of a database table in order to
accommodate updates to the record. [Dev Only]
3738=Record Separated Long-Values Reference All/sec
3739=Record Separated Long-Values Reference All/sec is the rate at which a
reference is added for all the separated long-values associated with a record of a
database table. [Dev Only]
3740=Record Separated Long-Values Dereference All/sec
3741=Record Separated Long-Values Dereference All/sec is the rate at which a
reference is removed for all the separated long-values associated with a record of
a database table. [Dev Only]
3742=Separated Long-Value Seeks/sec
3743=Separated Long-Value Seeks/sec is the rate at which seeks for a separated
long-value in a database table are performed. [Dev Only]
3744=Separated Long-Value Retrieves/sec
3745=Separated Long-Value Retrieves/sec is the rate at which retrievals of a
separated long-value in a database table are performed. [Dev Only]
3746=Separated Long-Value Creates/sec
3747=Separated Long-Value Creates/sec is the rate at which new separated long-
values are added to a database table. [Dev Only]
3748=Separated Long-Value Updates/sec
3749=Separated Long-Value Updates/sec is the rate at which existing separated long-
values in a database table are modified. [Dev Only]
3750=Separated Long-Value Deletes/sec
3751=Separated Long-Value Deletes/sec is the rate at which separated long-values in
a database table are flagged for deletion. [Dev Only]
3752=Separated Long-Value Copies/sec
3753=Separated Long-Value Copies/sec is the rate at which existing separated long-
values in a database table are copied. [Dev Only]
3754=Separated Long-Value Chunk Seeks/sec
3755=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a
particular chunk of a separated long-value in a database table are performed. [Dev
Only]
3756=Separated Long-Value Chunk Retrieves/sec
3757=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a
chunk of a separated long-value in a database table are performed. [Dev Only]
3758=Separated Long-Value Chunk Appends/sec
3759=Separated Long-Value Chunk Appends/sec is the rate at which chunks are
appended to separated long-values of database tables. [Dev Only]
3760=Separated Long-Value Chunk Replaces/sec
3761=Separated Long-Value Chunk Replaces/sec is the rate at which existing
separated long-value chunks in a database table are replaced. [Dev Only]
3762=Separated Long-Value Chunk Deletes/sec
3763=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-
value chunks in a database table are flagged for deletion. [Dev Only]
3764=Separated Long-Value Chunk Copies/sec
3765=Separated Long-Value Chunk Copies/sec is the rate at which existing separated
long-value chunks in a database table are copied. [Dev Only]
3766=B+ Tree Append Splits/sec
3767=B+ Tree Append Splits/sec is the count of times a page is appended to a
database B+ Tree per second. [Dev Only]
3768=B+ Tree Right Splits/sec
3769=B+ Tree Right Splits/sec is the count of times a page is split right in a
database B+ Tree per second. [Dev Only]
3770=B+ Tree Right Hotpoint Splits/sec
3771=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right
in a database B+ Tree, but which is treated as an append at a local "hotpoint" in
the B+ Tree per second. [Dev Only]
3772=B+ Tree Vertical Splits/sec
3773=B+ Tree Vertical Splits/sec is the count of times a page is split vertically
in a database B+ Tree per second. [Dev Only]
3774=B+ Tree Splits/sec
3775=B+ Tree Splits/sec is the count of times a page is appended to or split in a
database B+ Tree per second. [Dev Only]
3776=B+ Tree Empty Page Merges/sec
3777=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a
database B+ Tree per second. [Dev Only]
3778=B+ Tree Right Merges/sec
3779=Right Merges/sec is the count of pages removed from a database B+ Tree per
second by moving all its records to the next page to the right. [Dev Only]
3780=B+ Tree Partial Merges/sec
3781=B+ Tree Partial Merges/sec is the count of pages where some of its records are
moved to a page on the right in a database B+ Tree per second. [Dev Only]
3782=B+ Tree Left Merges/sec
3783=B+ Tree Left Merges/sec is the count of pages removed from a database B+ Tree
per second by moving all its records to the previous page to the left. [Dev Only]
3784=B+ Tree Partial Left Merges/sec
3785=B+ Tree Partial Left Merges/sec is the count of pages where some of its
records are moved to a page on the left in a database B+ Tree per second. [Dev
Only]
3786=B+ Tree Page Moves/sec
3787=B+ Tree Page Moves/sec is the count of B+ Tree pages per second where all the
records are moved to a new page. [Dev Only]
3788=B+ Tree Merges/sec
3789=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per
second. [Dev Only]
3790=B+ Tree Failed Simple Page Cleanup Attempts/sec
3791=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to
reclaim deleted node space on a page are unsuccessful due to a conflict when
attempting to write-latch the page. The cleanup is re-tried by locking the root of
the B+ Tree. [Dev Only]
3792=B+ Tree Seek Short Circuits/sec
3793=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same
record in a database B+ Tree that are saved by jumping directly to the cached
physical location of that record per second. [Dev Only]
3794=B+ Tree Opportune Prereads/sec
3795=B+ Tree Opportune Prereads/sec is the number of pages per second that are
preread because they are adjacent to a page read by a seek. [Dev Only]
3796=B+ Tree Unnecessary Sibling Latches/sec
3797=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched
during a database B+ Tree Delete in the hopes of performing a merge where a merge
is not possible, making that latch unnecessary. [Dev Only]
3798=B+ Tree Move Nexts/sec
3799=B+ Tree Move Nexts/sec is the count of times the database engine moves to the
next record in a B+ Tree per second. [Dev Only]
3800=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec
3801=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the next
visible record in a B+ Tree per second. [Dev Only]
3802=B+ Tree Move Prevs/sec
3803=B+ Tree Move Prevs/sec is the count of times the database engine moves to the
previous record in a B+ Tree per second. [Dev Only]
3804=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec
3805=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the previous
visible record in a B+ Tree per second. [Dev Only]
3806=B+ Tree Seeks/sec
3807=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a
database B+ Tree per second. [Dev Only]
3808=B+ Tree Inserts/sec
3809=B+ Tree Inserts/sec is the count of times a record is inserted in a database
B+ Tree per second. [Dev Only]
3810=B+ Tree Replaces/sec
3811=B+ Tree Replaces/sec is the count of times a record is replaced in a database
B+ Tree per second. [Dev Only]
3812=B+ Tree Flag Deletes/sec
3813=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a
database B+ Tree per second. [Dev Only]
3814=B+ Tree Deletes/sec
3815=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+
Tree per second. [Dev Only]
3816=B+ Tree Appends/sec
3817=B+ Tree Appends/sec is the count of times a record is appended to a database
B+ Tree per second. [Dev Only]
3818=B+ Tree Creates/sec
3819=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space
trees (if any) created per second. This can also be viewed as the number of FDP
creates per second. [Dev Only]
3820=B+ Tree Creates (Total)
3821=B+ Tree Creates (Total) is the total number of B+ Trees and their
corresponding space trees (if any) created. This can also be viewed as the total
number of FDP creates. [Dev Only]
3822=B+ Tree Destroys/sec
3823=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space
trees (if any) destroyed per second. This can also be viewed as the number of FDP
destroys per second. [Dev Only]
3824=B+ Tree Destroys (Total)
3825=B+ Tree Destroys (Total) is the total number of B+ Trees and their
corresponding space trees (if any) destroyed. This can also be viewed as the total
number of FDP destroys. [Dev Only]
3826=Database Cache Size (MB)
3827=Database Cache Size (MB) is the amount of system memory (in MegaBytes) used by
the database cache manager to hold commonly used information from the database
file(s) to prevent file operations. If the database cache size seems to be too
small for optimal performance and there is very little available memory on the
system (see Memory/Available Bytes), adding more memory to the system may increase
performance. If there is a lot of available memory on the system and the database
cache size is not growing beyond a certain point, the database cache size may be
capped at an artificially low limit. Increasing this limit may increase
performance.
3828=Database Cache Misses/sec
3829=Database Cache Misses per second is the rate at which database file page
requests were fulfilled by the database cache by causing a file operation. If this
rate is high then the database cache size may be too small.
3830=Database Cache % Hit
3831=Database Cache % Hit is the percentage of database file page requests that
were fulfilled by the database cache without causing a file operation. If this
percentage is too low, the database cache size may be too small.
3832=No name
3833=No text
3834=Database Cache Requests/sec
3835=Database Cache Requests/sec is the rate that pages are requested from the
database cache.
3836=Database Pages Read Async/sec
3837=Database Pages Read Async/sec is the rate that pages are asynchronously read
from the database file(s) into the database cache. [Dev Only]
3838=Database Pages Read Sync/sec
3839=Database Pages Read Sync/sec is the rate that pages are synchronously read
from the database file(s) into the database cache. [Dev Only]
3840=Database Pages Written/sec
3841=Database Pages Written/sec is the rate that pages are written to the database
file (s) from the database cache. [Dev Only]
3842=Database Clean Pages Written/sec
3843=Database Clean Pages Written/sec is the rate that pages are written to the
database file (s) from the database cache. [Dev Only]
3844=Database Pages Transferred/sec
3845=Database Pages Transferred/sec is the rate that pages are transferred from the
database file(s) to the database cache and vice versa. [Dev Only]
3846=Database Pages Preread/sec
3847=Database Pages Preread/sec is the rate that pages are read in anticipation of
future use from the database file(s) into the database cache. [Dev Only]
3848=Database Cached Pages Preread/sec
3849=Database Cached Pages Preread/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
are already cached. This is non-ideal behavior that represents a waste of
processing time. [Dev Only]
3850=Database Pages Preread Untouched/sec
3851=Database Pages Preread Untouched/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
were subsequently thrown out without being used. This is non-ideal behavior that
represents a waste of I/O bandwidth and processing time . [Dev Only]
3852=Database Pages Versioned/sec
3853=Database Pages Versioned/sec is the rate at which pages in the database cache
are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
3854=Database Pages Version Copied/sec
3855=Database Pages Version Copied/sec is the rate at which pages in the database
cache are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
3856=Database Pages Ordinarily Written/sec
3857=Database Pages Ordinarily Written/sec is the rate that pages are written to
the database file (s) from the database cache in preparation for evicting them from
the cache to make room for other data. [Dev Only]
3858=Database Pages Anomalously Written/sec
3859=Database Pages Anomalously Written/sec is the rate that pages are written to
the database file (s) from the database cache before they would ordinarily be
written. [Dev Only]
3860=Database Pages Opportunely Written/sec
3861=Database Pages Opportunely Written/sec is the rate that pages are written to
the database file (s) from the database cache because they happen to be near other
pages that must be written. These additional writes are performed before they must
happen in the hope that the total number of seeks required to write all the pages
is reduced. [Dev Only]
3862=Database Pages Repeatedly Written/sec
3863=Database Pages Repeatedly Written/sec is the rate that pages are written to
the database file (s) from the database cache more than once in their lifetime in
the cache. These page writes represent extra writes above the theoretical minimum
and can therefore be considered overhead. [Dev Only]
3864=Database Pages Idly Written/sec
3865=Database Pages Idly Written/sec is the rate that pages are written to the
database file (s) from the database cache because there is low disk activity. [Dev
Only]
3866=Database Pages Coalesced Written/sec
3867=Database Pages Coalesced Written/sec is the rate that pages are written to the
database file (s) from the database cache coalesced with another page. [Dev Only]
3868=Database Pages Coalesced Read/sec
3869=Database Pages Coalesced Read/sec is the rate that pages are read from the
database file (s) to the database cache coalesced with another page. [Dev Only]
3870=Database ==> Instances
3871=Instances in this process
3872=Pages Converted/sec
3873=Pages Converted/sec is the count of times per second a database page is
converted from an older database format
3874=Pages Converted
3875=Pages Converted is the count of database pages that have been converted from
an older format
3876=Records Converted/sec
3877=Records Converted/sec is the count of times per second a database record is
converted from an older database format
3878=Records Converted
3879=Records Converted is the count of database records that have been converted
from an older format
3880=Defragmentation Tasks
3881=Defragmentation Tasks is the count of background database defragmentation
tasks that are currently executing.
3882=Defragmentation Tasks Pending
3883=Defragmentation Tasks Pending is the count of background database
defragmentation tasks that are currently pending.
3884=Defragmentation Tasks Discarded
3885=Defragmentation Tasks Discarded is the count of background database
defragmentation tasks that could not be registered. [Dev Only]
3886=Defragmentation Tasks Scheduled/sec
3887=Defragmentation Tasks Scheduled/sec is the number of background database
defragmentation tasks scheduled for execution per second. [Dev Only]
3888=Defragmentation Tasks Completed/sec
3889=Defragmentation Tasks Completed/sec is the number of background database
defragmentation tasks completing execution per second. [Dev Only]
3890=FCB Asynchronous Scan/sec
3891=FCB Asynchronous Scan/sec is the number of cached schema records (FCBs)
scanned during asynchronous schema record cleanup. These records are scanned to age
out older schema definitions. [Dev Only]
3892=FCB Asynchronous Purge/sec
3893=FCB Asynchronous Purge/sec is the number of cached schema records (FCBs)
purged during asynchronous schema record cleanup. These records are purged to age
out older schema definitions. [Dev Only]
3894=FCB Asynchronous Threshold-Scan/sec
3895=FCB Asynchronous Threshold-Scan/sec is the number of cached schema records
(FCBs) scanned during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively scanned to age out older schema definitions. [Dev Only]
3896=FCB Asynchronous Threshold-Purge/sec
3897=FCB Asynchronous Threshold-Purge/sec is the number of cached schema records
(FCBs) purged during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively purged to age out older schema definitions. [Dev Only]
3898=FCB Asynchronous Purge Conflicts/sec
3899=FCB Asynchronous Purge Conflicts/sec is the number of failed purge attempts on
cached schema records (FCBs) during asynchronous schema record cleanup. The purge
operation failed because exclusive ownership of the schema record could not be
obtained. [Dev Only]
3900=FCB Synchronous Purge/sec
3901=FCB Synchronous Purge/sec is the number of cached schema records (FCBs) being
synchronously purged each second. [Dev Only]
3902=FCB Synchronous Purge Stalls/sec
3903=FCB Synchronous Purge Stalls/sec is the number of stalls encountered while
waiting for exclusive ownership of cached schema records (FCBs) in order to
synchronously purge them. [Dev Only]
3904=FCB Allocations Wait For Version Cleanup/sec
3905=FCB Allocations Wait For Version Cleanup/sec is the number of FCB allocations
that must first wait for version cleanup in an attempt to free used FCBs for re-
use. [Dev Only]
3906=FCB Purge On Cursor Close/sec
3907=FCB Purge On Cursor Close/sec is the number of cached schema records (FCBs)
being synchronously purged when the cursor is closed (instead of leaving the schema
record cached) each second. [Dev Only]
3908=FCB Cache % Hit
3909=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly
from the schema record cache. No file operations were required. [Dev Only]
3910=No name
3911=No text
3912=FCB Cache Stalls/sec
3913=FCB Cache Stalls/sec is the number of stalls encountered while waiting for
exclusive ownership of cached schema records (FCBs) in order to update their
reference count. [Dev Only]
3914=FCB Cache Maximum
3915=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs)
that can exist in the cache. [Dev Only]
3916=FCB Cache Preferred
3917=FCB Cache Preferred is the preferred maximum number of the schema records
(FCBs) that should exist in the cache. [Dev Only]
3918=FCB Cache Allocated
3919=FCB Cache Allocated is the number of cached schema records (FCBs) currently
allocated and in use. [Dev Only]
3920=FCB Cache Available
3921=FCB Cache Available is the number of cached schema records (FCBs) currently
allocated but not in use. These records will be used and/or purged as required.
[Dev Only]
3922=Sessions In Use
3923=Sessions In Use is the number of database sessions currently open for use by
client threads.
3924=Sessions % Used
3925=Sessions % Used is the percentage of database sessions currently open for use
by client threads.
3926=No name
3927=No text
3928=Table Open Cache % Hit
3929=Table Open Cache % Hit is the percentage of database tables opened using
cached schema information. If this percentage is too low, the table cache size may
be too small.
3930=No name
3931=No text
3932=Table Open Cache Hits/sec
3933=Table Open Cache Hits/sec is the number of database tables opened using cached
schema information per second. If this rate is too low, the table cache size may
be too small.
3934=Table Open Cache Misses/sec
3935=Table Open Cache Misses/sec is the number of database tables opened without
using cached schema information per second. If this rate is too high, the table
cache size may be too small.
3936=Table Opens/sec
3937=Table Opens/sec is the number of database tables opened per second.
3938=Log Bytes Write/sec
3939=Log Bytes Write per second is the rate bytes are written to the log.
3940=Log Bytes Generated/sec
3941=Log Bytes Generated per second is the rate at which data is added to the log.
This is different from Log Bytes Write per second in that each byte is generated
only once whereas each byte may be written many times.
3942=Log Buffer Size
3943=Log Buffer Size is the amount of memory, in bytes, allocated for the database
log buffers. [Dev Only]
3944=Log Buffer Bytes Used
3945=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not
yet been flushed to the logs. [Dev Only]
3946=Log Buffer Bytes Free
3947=Log Buffer Bytes Free is the amount of free space available in the log
buffers. [Dev Only]
3948=Log Threads Waiting
3949=Log Threads Waiting is the number of threads waiting for their data to be
written to the log in order to complete an update of the database. If this number
is too high, the log may be a bottleneck.
3950=Log File Size
3951=Log File Size is the size, in bytes, of the database log files. [Dev Only]
3952=Log Checkpoint Depth
3953=Log Checkpoint Depth represents the amount of work, in bytes, that will need
to be redone or undone to the database file(s) if the process crashes. [Dev Only]
3954=Log Generation Checkpoint Depth
3955=Log Generation Checkpoint Depth represents the amount of work, in count of log
files, that will need to be redone or undone to the database file(s) if the process
crashes.
3956=Log Generation Checkpoint Depth Target
3957=Log Generation Checkpoint Depth Target represents the ideal target for the
amount of work, in count of log files, that may be redone or undone to the database
file(s) if the process crashes.
3958=Log Checkpoint Depth as a % of Target
3959=Log Checkpoint Depth as a % of Target is an expression of the current
checkpoint depth in terms of a percentage of the checkpoint depth target. For
example, if the current checkpoint depth is 5 generations and the checkpoint depth
target is 4 generations then this will be reported as 125% of target.
3960=No name
3961=No text
3962=Log Generation Checkpoint Depth Max
3963=Log Generation Checkpoint Depth Max represents the maximum allowable amount of
work, in count of log files, that may be redone or undone to the database file(s)
if the process crashes.
3964=Log Generation Loss Resiliency Depth
3965=Log Generation Loss Resiliency Depth represents the amount of work, in count
of log files, that may be lost while still allowing the database file(s) to recover
(with data loss) if the process crashes.
3966=Log Files Generated
3967=Log Files Generated represents the total number of log files generated by an
instance since that instance was last initialized.
3968=Log Files Generated Prematurely
3969=Log Files Generated Prematurely represents the total number of log files
generated by an instance since that instance was last initialized and that have not
been entirely filled with useful data. Under certain conditions the database
engine will choose to switch to a new log file before it has been completely filled
with useful data.
3970=Log File Current Generation
3971=Log File Current Generation gives the generation number of the current log
file of an instance.
3972=User Read Only Transaction Commits to Level 0/sec
3973=User Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that do not modify any data
stored in the database engine. [Dev Only]
3974=User Read/Write Transaction Commits to Level 0/sec
3975=User Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that modify data stored in
the database engine. [Dev Only]
3976=User Transaction Commits to Level 0/sec
3977=User Transaction Commits to Level 0/sec is the count of fully committed
transactions started by the calling process that access data stored in the database
engine. [Dev Only]
3978=User Read Only Transaction Rollbacks to Level 0/sec
3979=User Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that do not modify any data stored in
the database engine. [Dev Only]
3980=User Read/Write Transaction Rollbacks to Level 0/sec
3981=User Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that modify data stored in the database
engine. [Dev Only]
3982=User Transaction Rollbacks to Level 0/sec
3983=User Transaction Rollbacks to Level 0/sec is the count of aborted transactions
started by the calling process that access data stored in the database engine.
[Dev Only]
3984=System Read Only Transaction Commits to Level 0/sec
3985=System Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that do not modify any data stored in the
database engine. [Dev Only]
3986=System Read/Write Transaction Commits to Level 0/sec
3987=System Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that modify data stored in the database
engine. [Dev Only]
3988=System Transaction Commits to Level 0/sec
3989=System Transaction Commits to Level 0/sec is the count of fully committed
transactions started internally that access data stored in the database engine.
[Dev Only]
3990=System Read Only Transaction Rollbacks to Level 0/sec
3991=System Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that do not modify any data stored in the database
engine. [Dev Only]
3992=System Read/Write Transaction Rollbacks to Level 0/sec
3993=System Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that modify data stored in the database engine.
[Dev Only]
3994=System Transaction Rollbacks to Level 0/sec
3995=System Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that access data stored in the database engine.
[Dev Only]
3996=Database Page Allocation File Extension Async Consumed/sec
3997=Database Page Allocation File Extension Async Consumed/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file, but which do not stall when doing doing so. [Dev Only]
3998=Database Page Allocation File Extension Stalls/sec
3999=Database Page Allocation File Extension Stalls/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file and which stall when doing so. [Dev Only]
4000=Log Records/sec
4001=Log Records/sec is the count of records written to the database log buffers
per second. [Dev Only]
4002=Log Buffer Capacity Flushes/sec
4003=Log Buffer Capacity Flushes/sec is the count of times the database log buffers
must be flushed per second because they are full. [Dev Only]
4004=Log Buffer Commit Flushes/sec
4005=Log Buffer Commit Flushes/sec is the count of times the database log buffers
must be flushed per second because a transaction is fully committing its changes.
[Dev Only]
4006=Log Buffer Flushes/sec
4007=Log Buffer Flushes/sec is the count of times the database log buffers must be
flushed per second. [Dev Only]
4008=Log Writes/sec
4009=Log Writes/sec is the number of times the log buffers are written to the log
file(s) per second. If this number approaches the maximum write rate for the media
holding the log file(s), the log may be a bottleneck.
4010=Log Record Stalls/sec
4011=Log Record Stalls/sec is the number of log records that cannot be added to the
log buffers per second because they are full. If this counter is non-zero most of
the time, the log buffer size may be a bottleneck.
4012=Version buckets allocated
4013=Total number of version buckets allocated
4014=Version buckets allocated for deletes
4015=Total number of version buckets allocated for FlagDelete RCEs [Dev Only]
4016=VER Bucket Allocations Wait For Version Cleanup/sec
4017=VER Bucket Allocations Wait For Version Cleanup/sec is the number of version
bucket allocations that must first wait for version cleanup in an attempt to free
used version buckets for re-use. [Dev Only]
4018=Version store average RCE bookmark length
4019=Average length of bookmark in RCE [Dev Only]
4020=Version store unnecessary calls/sec
4021=Number of times per second we look in the version store for a node whose
version bit is set but which has no versions [Dev Only]
4022=Version store cleanup tasks asynchronously dispatched/sec
4023=Number of times per second a version store clean task is dispatched
asynchronously to be performed [Dev Only]
4024=Version store cleanup tasks synchronously dispatched/sec
4025=Number of times per second a version store clean task is performed
synchronously [Dev Only]
4026=Version store cleanup tasks discarded/sec
4027=Number of times per second a version store clean task was discarded due to
load concerns [Dev Only]
4028=Version store cleanup tasks failures/sec
4029=Number of times per second a dispatched version store cleanup task fails [Dev
Only]
4030=Record Inserts/sec
4031=Record Inserts/sec is the rate at which records are being inserted into
database tables. [Dev Only]
4032=Record Deletes/sec
4033=Record Deletes/sec is the rate at which records in database tables are being
flagged for deletion. [Dev Only]
4034=Record Replaces/sec
4035=Record Deletes/sec is the rate at which records in database tables are being
updated. [Dev Only]
4036=Record Unnecessary Replaces/sec
4037=Record Unnecessary Replaces/sec is the rate at which updates to records in
database tables are being discarded because the update did not actually modify the
contents of the record. [Dev Only]
4038=Record Redundant Replaces/sec
4039=Record Redundant Replaces/sec is the rate at which records in database tables
are being updated with the exact same content of the original record. [Dev Only]
4040=Record Escrow-Updates/sec
4041=Record Escrow-Updates/sec is the rate at which records in database tables are
being escrow-updated. [Dev Only]
4042=Secondary Index Inserts/sec
4043=Secondary Index Inserts/sec is the rate at which entries are being inserted
into indexes of database tables. [Dev Only]
4044=Secondary Index Deletes/sec
4045=Secondary Index Deletes/sec is the rate at which entries in indexes of
database tables are being flagged for deletion. [Dev Only]
4046=False Index Column Updates/sec
4047=False Index Column Updates/sec is the number of times per second an attempt
was made to update an index because an update to at least one of the indexed
columns was detected, only to discover that none of the indexed columns had
actually changed (and therefore no index update was actually required). [Dev Only]
4048=False Tuple Index Column Updates/sec
4049=False Tuple Index Column Updates/sec is the number of times per second an
attempt was made to update a tuple index because an update to the tuple-indexed
column was detected, only to discover that the column had not actually changed (and
therefore no index update was actually required). [Dev Only]
4050=Record Intrinsic Long-Values Updated/sec
4051=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-
values are added to or replaced in records of database tables. [Dev Only]
4052=Record Separated Long-Values Added/sec
4053=Record Separated Long-Values Added/sec is the rate at which separated long-
values are normally added to records of database tables. [Dev Only]
4054=Record Separated Long-Values Forced/sec
4055=Record Separated Long-Values Forced/sec is the rate at which separated long-
values are added to records of a database table because they could not be
accommodated in the record itself. [Dev Only]
4056=Record Separated Long-Values All Forced/sec
4057=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic
long-values are separated out of a record of a database table in order to
accommodate updates to the record. [Dev Only]
4058=Record Separated Long-Values Reference All/sec
4059=Record Separated Long-Values Reference All/sec is the rate at which a
reference is added for all the separated long-values associated with a record of a
database table. [Dev Only]
4060=Record Separated Long-Values Dereference All/sec
4061=Record Separated Long-Values Dereference All/sec is the rate at which a
reference is removed for all the separated long-values associated with a record of
a database table. [Dev Only]
4062=Separated Long-Value Seeks/sec
4063=Separated Long-Value Seeks/sec is the rate at which seeks for a separated
long-value in a database table are performed. [Dev Only]
4064=Separated Long-Value Retrieves/sec
4065=Separated Long-Value Retrieves/sec is the rate at which retrievals of a
separated long-value in a database table are performed. [Dev Only]
4066=Separated Long-Value Creates/sec
4067=Separated Long-Value Creates/sec is the rate at which new separated long-
values are added to a database table. [Dev Only]
4068=Separated Long-Value Updates/sec
4069=Separated Long-Value Updates/sec is the rate at which existing separated long-
values in a database table are modified. [Dev Only]
4070=Separated Long-Value Deletes/sec
4071=Separated Long-Value Deletes/sec is the rate at which separated long-values in
a database table are flagged for deletion. [Dev Only]
4072=Separated Long-Value Copies/sec
4073=Separated Long-Value Copies/sec is the rate at which existing separated long-
values in a database table are copied. [Dev Only]
4074=Separated Long-Value Chunk Seeks/sec
4075=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a
particular chunk of a separated long-value in a database table are performed. [Dev
Only]
4076=Separated Long-Value Chunk Retrieves/sec
4077=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a
chunk of a separated long-value in a database table are performed. [Dev Only]
4078=Separated Long-Value Chunk Appends/sec
4079=Separated Long-Value Chunk Appends/sec is the rate at which chunks are
appended to separated long-values of database tables. [Dev Only]
4080=Separated Long-Value Chunk Replaces/sec
4081=Separated Long-Value Chunk Replaces/sec is the rate at which existing
separated long-value chunks in a database table are replaced. [Dev Only]
4082=Separated Long-Value Chunk Deletes/sec
4083=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-
value chunks in a database table are flagged for deletion. [Dev Only]
4084=Separated Long-Value Chunk Copies/sec
4085=Separated Long-Value Chunk Copies/sec is the rate at which existing separated
long-value chunks in a database table are copied. [Dev Only]
4086=B+ Tree Append Splits/sec
4087=B+ Tree Append Splits/sec is the count of times a page is appended to a
database B+ Tree per second. [Dev Only]
4088=B+ Tree Right Splits/sec
4089=B+ Tree Right Splits/sec is the count of times a page is split right in a
database B+ Tree per second. [Dev Only]
4090=B+ Tree Right Hotpoint Splits/sec
4091=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right
in a database B+ Tree, but which is treated as an append at a local "hotpoint" in
the B+ Tree per second. [Dev Only]
4092=B+ Tree Vertical Splits/sec
4093=B+ Tree Vertical Splits/sec is the count of times a page is split vertically
in a database B+ Tree per second. [Dev Only]
4094=B+ Tree Splits/sec
4095=B+ Tree Splits/sec is the count of times a page is appended to or split in a
database B+ Tree per second. [Dev Only]
4096=B+ Tree Empty Page Merges/sec
4097=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a
database B+ Tree per second. [Dev Only]
4098=B+ Tree Right Merges/sec
4099=Right Merges/sec is the count of pages removed from a database B+ Tree per
second by moving all its records to the next page to the right. [Dev Only]
4100=B+ Tree Partial Merges/sec
4101=B+ Tree Partial Merges/sec is the count of pages where some of its records are
moved to a page on the right in a database B+ Tree per second. [Dev Only]
4102=B+ Tree Left Merges/sec
4103=B+ Tree Left Merges/sec is the count of pages removed from a database B+ Tree
per second by moving all its records to the previous page to the left. [Dev Only]
4104=B+ Tree Partial Left Merges/sec
4105=B+ Tree Partial Left Merges/sec is the count of pages where some of its
records are moved to a page on the left in a database B+ Tree per second. [Dev
Only]
4106=B+ Tree Page Moves/sec
4107=B+ Tree Page Moves/sec is the count of B+ Tree pages per second where all the
records are moved to a new page. [Dev Only]
4108=B+ Tree Merges/sec
4109=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per
second. [Dev Only]
4110=B+ Tree Failed Simple Page Cleanup Attempts/sec
4111=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to
reclaim deleted node space on a page are unsuccessful due to a conflict when
attempting to write-latch the page. The cleanup is re-tried by locking the root of
the B+ Tree. [Dev Only]
4112=B+ Tree Seek Short Circuits/sec
4113=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same
record in a database B+ Tree that are saved by jumping directly to the cached
physical location of that record per second. [Dev Only]
4114=B+ Tree Opportune Prereads/sec
4115=B+ Tree Opportune Prereads/sec is the number of pages per second that are
preread because they are adjacent to a page read by a seek. [Dev Only]
4116=B+ Tree Unnecessary Sibling Latches/sec
4117=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched
during a database B+ Tree Delete in the hopes of performing a merge where a merge
is not possible, making that latch unnecessary. [Dev Only]
4118=B+ Tree Move Nexts/sec
4119=B+ Tree Move Nexts/sec is the count of times the database engine moves to the
next record in a B+ Tree per second. [Dev Only]
4120=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec
4121=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the next
visible record in a B+ Tree per second. [Dev Only]
4122=B+ Tree Move Prevs/sec
4123=B+ Tree Move Prevs/sec is the count of times the database engine moves to the
previous record in a B+ Tree per second. [Dev Only]
4124=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec
4125=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the previous
visible record in a B+ Tree per second. [Dev Only]
4126=B+ Tree Seeks/sec
4127=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a
database B+ Tree per second. [Dev Only]
4128=B+ Tree Inserts/sec
4129=B+ Tree Inserts/sec is the count of times a record is inserted in a database
B+ Tree per second. [Dev Only]
4130=B+ Tree Replaces/sec
4131=B+ Tree Replaces/sec is the count of times a record is replaced in a database
B+ Tree per second. [Dev Only]
4132=B+ Tree Flag Deletes/sec
4133=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a
database B+ Tree per second. [Dev Only]
4134=B+ Tree Deletes/sec
4135=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+
Tree per second. [Dev Only]
4136=B+ Tree Appends/sec
4137=B+ Tree Appends/sec is the count of times a record is appended to a database
B+ Tree per second. [Dev Only]
4138=B+ Tree Creates/sec
4139=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space
trees (if any) created per second. This can also be viewed as the number of FDP
creates per second. [Dev Only]
4140=B+ Tree Creates (Total)
4141=B+ Tree Creates (Total) is the total number of B+ Trees and their
corresponding space trees (if any) created. This can also be viewed as the total
number of FDP creates. [Dev Only]
4142=B+ Tree Destroys/sec
4143=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space
trees (if any) destroyed per second. This can also be viewed as the number of FDP
destroys per second. [Dev Only]
4144=B+ Tree Destroys (Total)
4145=B+ Tree Destroys (Total) is the total number of B+ Trees and their
corresponding space trees (if any) destroyed. This can also be viewed as the total
number of FDP destroys. [Dev Only]
4146=Database Cache Size (MB)
4147=Database Cache Size (MB) is the amount of system memory (in MegaBytes) used by
the database cache manager to hold commonly used information from the database
file(s) to prevent file operations. If the database cache size seems to be too
small for optimal performance and there is very little available memory on the
system (see Memory/Available Bytes), adding more memory to the system may increase
performance. If there is a lot of available memory on the system and the database
cache size is not growing beyond a certain point, the database cache size may be
capped at an artificially low limit. Increasing this limit may increase
performance.
4148=Database Cache Misses/sec
4149=Database Cache Misses per second is the rate at which database file page
requests were fulfilled by the database cache by causing a file operation. If this
rate is high then the database cache size may be too small.
4150=Database Cache % Hit
4151=Database Cache % Hit is the percentage of database file page requests that
were fulfilled by the database cache without causing a file operation. If this
percentage is too low, the database cache size may be too small.
4152=No name
4153=No text
4154=Database Cache Requests/sec
4155=Database Cache Requests/sec is the rate that pages are requested from the
database cache.
4156=Database Pages Read Async/sec
4157=Database Pages Read Async/sec is the rate that pages are asynchronously read
from the database file(s) into the database cache. [Dev Only]
4158=Database Pages Read Sync/sec
4159=Database Pages Read Sync/sec is the rate that pages are synchronously read
from the database file(s) into the database cache. [Dev Only]
4160=Database Pages Written/sec
4161=Database Pages Written/sec is the rate that pages are written to the database
file (s) from the database cache. [Dev Only]
4162=Database Clean Pages Written/sec
4163=Database Clean Pages Written/sec is the rate that pages are written to the
database file (s) from the database cache. [Dev Only]
4164=Database Pages Transferred/sec
4165=Database Pages Transferred/sec is the rate that pages are transferred from the
database file(s) to the database cache and vice versa. [Dev Only]
4166=Database Pages Preread/sec
4167=Database Pages Preread/sec is the rate that pages are read in anticipation of
future use from the database file(s) into the database cache. [Dev Only]
4168=Database Cached Pages Preread/sec
4169=Database Cached Pages Preread/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
are already cached. This is non-ideal behavior that represents a waste of
processing time. [Dev Only]
4170=Database Pages Preread Untouched/sec
4171=Database Pages Preread Untouched/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
were subsequently thrown out without being used. This is non-ideal behavior that
represents a waste of I/O bandwidth and processing time. [Dev Only]
4172=Database Pages Versioned/sec
4173=Database Pages Versioned/sec is the rate at which pages in the database cache
are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
4174=Database Pages Version Copied/sec
4175=Database Pages Version Copied/sec is the rate at which pages in the database
cache are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
4176=Database Pages Ordinarily Written/sec
4177=Database Pages Ordinarily Written/sec is the rate that pages are written to
the database file (s) from the database cache in preparation for evicting them from
the cache to make room for other data. [Dev Only]
4178=Database Pages Anomalously Written/sec
4179=Database Pages Anomalously Written/sec is the rate that pages are written to
the database file (s) from the database cache before they would ordinarily be
written. [Dev Only]
4180=Database Pages Opportunely Written/sec
4181=Database Pages Opportunely Written/sec is the rate that pages are written to
the database file (s) from the database cache because they happen to be near other
pages that must be written. These additional writes are performed before they must
happen in the hope that the total number of seeks required to write all the pages
is reduced. [Dev Only]
4182=Database Pages Repeatedly Written/sec
4183=Database Pages Repeatedly Written/sec is the rate that pages are written to
the database file (s) from the database cache more than once in their lifetime in
the cache. These page writes represent extra writes above the theoretical minimum
and can therefore be considered overhead. [Dev Only]
4184=Database Pages Idly Written/sec
4185=Database Pages Idly Written/sec is the rate that pages are written to the
database file (s) from the database cache because there is low disk activity. [Dev
Only]
4186=Database Pages Coalesced Written/sec
4187=Database Pages Coalesced Written/sec is the rate that pages are written to the
database file (s) from the database cache coalesced with another page. [Dev Only]
4188=Database Pages Coalesced Read/sec
4189=Database Pages Coalesced Read/sec is the rate that pages are read from the
database file (s) to the database cache coalesced with another page. [Dev Only]
4190=Streaming Backup Pages Read/sec
4191=Streaming Backup Pages Read/sec is the rate of database read operations
performed for the purpose of streaming backups.
4192=Online Defrag Pages Referenced/sec
4193=Online Defrag Pages Referenced/sec is the rate at which online defragmentation
is touching database pages. [Dev Only]
4194=Online Defrag Pages Read/sec
4195=Online Defrag Pages Read/sec is the rate of database read operations being
performed by online defragmentation. [Dev Only]
4196=Online Defrag Pages Preread/sec
4197=Online Defrag Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by online defragmentation. [Dev Only]
4198=Online Defrag Pages Dirtied/sec
4199=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is
modifying clean database pages. [Dev Only]
4200=Online Defrag Pages Re-Dirtied/sec
4201=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation
is modifying database pages that already contained modifications. [Dev Only]
4202=Online Defrag Pages Freed/sec
4203=Pages Freed/sec is the number of pages per second that are freed from the
database by the online defragmentation process [Dev Only]
4204=Online Defrag Data Moves/sec
4205=Data Moves/sec is the number of times per second that data is moved from one
page to another by the online defragmentation process [Dev Only]
4206=Online Defrag Page Moves/sec
4207=Page Moves/sec is the number of times per second that data is moved from one
page to a new page by the online defragmentation process [Dev Only]
4208=Online Defrag Log Records/sec
4209=Online Defrag Log Records/sec is the rate at which online defragmentation is
generating log records. [Dev Only]
4210=Online Defrag Average Log Bytes
4211=Online Defrag Average Log Bytes is the average size of the log records being
generated by online defragmentation. [Dev Only]
4212=No name
4213=No text
4214=Online Maintenance (DB Scan) Pages Read/sec
4215=Pages Read/sec is the number of pages per second that are read from the
database by the scanning process [Dev Only]
4216=Online Maintenance (DB Scan) Pages Read
4217=Pages Read is the number of pages that have been read from the database by the
scanning process [Dev Only]
4218=Online Maintenance (DB Scan) Pages Zeroed/sec
4219=Pages Read/sec is the number of pages per second that are zeroed in the
database by the scanning process [Dev Only]
4220=Online Maintenance (DB Scan) Pages Zeroed
4221=Pages Read is the number of pages that have been zeroed in the database by the
scanning process [Dev Only]
4222=Database Tasks Pages Referenced/sec
4223=Database Tasks Pages Referenced/sec is the rate at which background database
tasks are touching database pages. [Dev Only]
4224=Database Tasks Pages Read/sec
4225=Database Tasks Pages Read/sec is the rate of database read operations being
performed by background database tasks. [Dev Only]
4226=Database Tasks Pages Preread/sec
4227=Database Tasks Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by background database tasks. [Dev Only]
4228=Database Tasks Pages Dirtied/sec
4229=Database Tasks Pages Dirtied/sec is the rate at which background database
tasks are modifying clean database pages. [Dev Only]
4230=Database Tasks Pages Re-Dirtied/sec
4231=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases
tasks are modifying database pages that already contained modifications. [Dev
Only]
4232=Database Tasks Log Records/sec
4233=Database Tasks Log Records/sec is the rate at which background database tasks
are generating log records. [Dev Only]
4234=Database Tasks Average Log Bytes
4235=Database Tasks Average Log Bytes is the average size of the log records being
generated by background database tasks. [Dev Only]
4236=No name
4237=No text
4238=I/O Database Reads/sec
4239=I/O Database Reads/sec is the rate of database read operations completed.
4240=I/O Database Reads Average Latency
4241=I/O Database Reads Average Latency is the average length of time, in
milliseconds, per database read operation.
4242=No name
4243=No text
4244=I/O Database Reads Average Bytes
4245=I/O Database Reads Average Bytes is the average number of bytes transferred
per database read operation. [Dev Only]
4246=No name
4247=No text
4248=I/O Database Reads In Heap
4249=I/O Database Reads In Heap is the number of database read operations queued in
the database engine's I/O heap and waiting to be issued. [Dev Only]
4250=I/O Database Reads Async Pending
4251=I/O Database Reads Async Pending is the number of database read operations
asynchronously pending completion. [Dev Only]
4252=I/O Database Reads Abnormal Latency/sec
4253=I/O Database Reads Abnormal Latency/sec is the rate of database read
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
4254=I/O Log Reads/sec
4255=I/O Log Reads/sec is the rate of logfile read operations completed.
4256=I/O Log Reads Average Latency
4257=I/O Log Reads Average Latency is the average length of time, in milliseconds,
per logfile read operation. [Dev Only]
4258=No name
4259=No text
4260=I/O Log Reads Average Bytes
4261=I/O Log Reads Average Bytes is the average number of bytes transferred per
logfile read operation. [Dev Only]
4262=No name
4263=No text
4264=I/O Log Reads In Heap
4265=I/O Log Reads In Heap is the number of logfile read operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
4266=I/O Log Reads Async Pending
4267=I/O Log Reads Async Pending is the number of logfile read operations
asynchronously pending completion. [Dev Only]
4268=I/O Log Reads Abnormal Latency/sec
4269=I/O Log Reads Abnormal Latency/sec is the rate of logfile read operations that
take an abnormally long length of time (default is 1 minute) to be serviced by the
OS. [Dev Only]
4270=I/O Database Writes/sec
4271=I/O Database Writes/sec is the rate of database write operations completed.
4272=I/O Database Writes Average Latency
4273=I/O Database Writes Average Latency is the average length of time, in
milliseconds, per database write operation.
4274=No name
4275=No text
4276=I/O Database Writes Average Bytes
4277=I/O Database Writes Average Bytes is the average number of bytes transferred
per database write operation. [Dev Only]
4278=No name
4279=No text
4280=I/O Database Writes In Heap
4281=I/O Database Writes In Heap is the number of database write operations queued
in the database engine's I/O heap and waiting to be issued. [Dev Only]
4282=I/O Database Writes Async Pending
4283=I/O Database Writes Async Pending is the number of database write operations
asynchronously pending completion. [Dev Only]
4284=I/O Database Writes Abnormal Latency/sec
4285=I/O Database Writes Abnormal Latency/sec is the rate of database write
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
4286=I/O Log Writes/sec
4287=I/O Log Writes/sec is the rate of logfile write operations completed.
4288=I/O Log Writes Average Latency
4289=I/O Log Writes Average Latency is the average length of time, in milliseconds,
per logfile write operation.
4290=No name
4291=No text
4292=I/O Log Writes Average Bytes
4293=I/O Log Writes Average Bytes is the average number of bytes transferred per
logfile write operation. [Dev Only]
4294=No name
4295=No text
4296=I/O Log Writes In Heap
4297=I/O Log Writes In Heap is the number of logfile write operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
4298=I/O Log Writes Async Pending
4299=I/O Log Writes Async Pending is the number of logfile write operations
asynchronously pending completion. [Dev Only]
4300=I/O Log Writes Abnormal Latency/sec
4301=I/O Log Writes Abnormal Latency/sec is the rate of logfile write operations
that take an abnormally long length of time (default is 1 minute) to be serviced by
the OS. [Dev Only]
4302=Record Failed Compression Bytes/sec
4303=Record Failed Compression Bytes/sec is the rate of record bytes that either
failed Xpress compression or did not significantly reduce the insert/replace size
(10% or less). High results are indicative of wasted cpu resources. [Dev Only]
4304=Distributed Transaction Coordinator
4305=Microsoft Distributed Transaction Coordinator performance counters
4306=Active Transactions
4307=Number of currently active transactions
4308=Committed Transactions
4309=Number of committed transactions
4310=Aborted Transactions
4311=Number of aborted transactions
4312=In Doubt Transactions
4313=Number of in doubt transactions
4314=Active Transactions Maximum
4315=Maximum number of transactions ever concurrently active
4316=Force Committed Transactions
4317=Number of transactions committed by the system administrator
4318=Force Aborted Transactions
4319=Number of transactions aborted by the system administrator
4320=Response Time -- Minimum
4321=Minimum time delta between transaction begin and commit
4322=Response Time -- Average
4323=Average time delta between transaction begin and commit
4324=Response Time -- Maximum
4325=Maximum time delta between transaction begin and commit
4326=Transactions/sec
4327=Transactions performed per second
4328=Committed Transactions/sec
4329=Transactions committed per second
4330=Aborted Transactions/sec
4331=Transactions aborted per second
4332=Terminal Services Session
4333=Terminal Services per-session resource monitoring.
4334=Input WdBytes
4335=Number of bytes input on this session after all protocol overhead has been
removed.
4336=Input WdFrames
4337=The number of frames input after any additional protocol added frames have
been removed.
4338=Input WaitForOutBuf
4339=The number of times that a wait for an available send buffer was done by the
protocols on the client side of the connection.
4340=Input Frames
4341=Number of frames (packets) input on this Session.
4342=Input Bytes
4343=Number of bytes input on this session that includes all protocol overhead.
4344=Input Compressed Bytes
4345=Number of bytes input after compression. This number compared with the Total
Bytes input is the compression ratio.
4346=Input Compress Flushes
4347=Number of input compression dictionary flushes. When the data can not be
compressed, the compression dictionary is flushed so that newer data has a better
chance of being compressed. Some causes of data not compressing includes
transferring compressed files over Client Drive Mapping.
4348=Input Errors
4349=Number of input errors of all types. Some example input errors are lost ACK's,
badly formed packets, etc.
4350=Input Timeouts
4351=The total number of timeouts on the communication line as seen from the client
side of the connection. These are typically the result of a noisy line. On some
high latency networks, this could be the result of the protocol timeout being too
short. Increasing the protocol timeout on these types of lines will improve
performance by reducing needless re-transmissions.
4352=Input Async Frame Error
4353=Number of input async framing errors. These can be caused by a noisy
transmission line. Using a smaller packet size may help in some cases.
4354=Input Async Overrun
4355=Number of input async overrun errors. These can be caused by the baud rate
being faster than the computer can handle, or a non-16550 serial line is used.
Overruns can also occur if too many high speed serial lines are active at one time
for the processor's power.
4356=Input Async Overflow
4357=Number of input async overflow errors. These can be caused by a lack of buffer
space available on the host.
4358=Input Async Parity Error
4359=Number of input async parity errors. These can be caused by a noisy
transmission line
4360=Input Transport Errors
4361=Number of Terminal Services transport-level errors on input.
4362=Output WdBytes
4363=Number of bytes output on this session after all protocol overhead has been
removed.
4364=Output WdFrames
4365=The number of frames output before any additional protocol frames have been
added.
4366=Output WaitForOutBuf
4367=This is the number of times that a wait for an available send buffer was done
by the protocol on the server side of the connection.
4368=Output Frames
4369=Number of frames (packets) output on this session.
4370=Output Bytes
4371=Number of bytes output on this Session that includes all protocol overhead.
4372=Output Compressed Bytes
4373=Number of bytes output after compression. This number compared with the Total
Bytes output is the compression ratio.
4374=Output Compress Flushes
4375=Number of output compression dictionary flushes. When the data can not be
compressed, the compression dictionary is flushed so that newer data has a better
chance of being compressed. Some causes of data not compressing includes
transfering compressed files over Client Drive Mapping.
4376=Output Errors
4377=Number of output errors of all types. Some example output errors are lost
ACK's, badly formed packets, etc.
4378=Output Timeouts
4379=The total number of timeouts on the communication line from the host side of
the connection. These are typically the result of a noisy line. On some high
latency networks, this could be the result of the protocol timeout being too short.
Increasing the protocol timeout on these types of lines will improve performance by
reducing needless re-transmissions.
4380=Output Async Frame Error
4381=Number of output async framing errors. This could be caused by a hardware or
line problem.
4382=Output Async Overrun
4383=Number of output async overrun errors.
4384=Output Async Overflow
4385=Number of output async overflow errors.
4386=Output Async Parity Error
4387=Number of output async parity errors. These can be caused by a hardware or
line problem.
4388=Output Transport Errors
4389=Number of Terminal Services transport-level errors on output.
4390=Total WdBytes
4391=Total number of bytes on this Session after all protocol overhead has been
removed.
4392=Total WdFrames
4393=The total number of frames input and output before any additional protocol
frames have been added.
4394=Total WaitForOutBuf
4395=The number of times that a wait for an available send buffer was done by the
protocols on both the server and client sides of the connection.
4396=Total Frames
4397=Total number of frames (packets) on this Session.
4398=Total Bytes
4399=Total number of bytes on this Session that includes all protocol overhead.
4400=Total Compressed Bytes
4401=Total number of bytes after compression. This number compared with the total
bytes is the compression ratio.
4402=Total Compress Flushes
4403=Total number of compression dictionary flushes. When the data can not be
compressed, the compression dictionary is flushed so that newer data has a better
chance of being compressed. Some causes of data not compressing includes
transfering compressed files over Client Drive Mapping.
4404=Total Errors
4405=Total number of errors of all types. Some example errors are lost ACK's, badly
formed packets, etc.
4406=Total Timeouts
4407=The total number of timeouts on the communication line from both the host and
client sides of the connection. These are typically the result of a noisy line. On
some high latency networks, this could be the result of the protocol timeout being
too short. Increasing the protocol timeout on these types of lines will improve
performance by reducing needless re-transmissions.
4408=Total Async Frame Error
4409=Total number of async framing errors. These can be caused by a noisy
transmission line. Using a smaller packet size may help in some cases.
4410=Total Async Overrun
4411=Total number of async overrun errors. These can be caused by the baud rate
being faster than the computer can handle, or a non-16550 serial line is used.
Overruns can also occur if too many high speed serial lines are active at one time
for the processor's power.
4412=Total Async Overflow
4413=Total number of async overflow errors. These can be caused by a lack of buffer
space available on the host.
4414=Total Async Parity Error
4415=Total number of async parity errors. These can be caused by a noisy
transmission line.
4416=Total Transport Errors
4417=Total number of Terminal Services transport-level errors.
4418=Total Protocol Cache Reads
4419=Total references to all protocol caches.
4420=Total Protocol Cache Hits
4421=Total hits in all protocol caches. The protocol caches Windows objects that
are likely to be re-used to avoid having to re-send them on the transmission line.
Example objects are Windows icons and brushes. Hits in the cache represent objects
that did not need to be re-sent.
4422=Total Protocol Cache Hit Ratio
4423=Overall hit ratio for all protocol caches.
4424=Protocol Bitmap Cache Reads
4425=Number of references to the protocol bitmap cache.
4426=Protocol Bitmap Cache Hits
4427=Number of hits in the protocol bitmap cache.
4428=Protocol Bitmap Cache Hit Ratio
4429=Hit ratio in the protocol bitmap cache. A higher hit ratio means better
performance since data transmissions are reduced. Low hit ratios are due to the
screen updating with new information that is either not re-used, or is flushed out
of the client cache.
4430=Protocol Glyph Cache Reads
4431=Number of references to the protocol glyph cache.
4432=Protocol Glyph Cache Hits
4433=Number of hits in the protocol glyph cache.
4434=Protocol Glyph Cache Hit Ratio
4435=Hit ratio in the protocol glyph cache. A higher hit ratio means better
performance since data transmissions are reduced. Low hit ratios are due to the
screen updating with new information that is either not re-used, or is flushed out
of the client cache.
4436=Protocol Brush Cache Reads
4437=Number of references to the protocol brush cache.
4438=Protocol Brush Cache Hits
4439=Number of hits in the protocol brush cache.
4440=Protocol Brush Cache Hit Ratio
4441=Hit ratio in the protocol brush cache. A higher hit ratio means better
performance since data transmissions are reduced. Low hit ratios are due to the
screen updating with new information that is either not re-used, or is flushed out
of the client cache.
4442=Protocol Save Screen Bitmap Cache Reads
4443=Number of references to the protocol save screen bitmap cache.
4444=Protocol Save Screen Bitmap Cache Hits
4445=Number of hits in the protocol save screen bitmap cache.
4446=Protocol Save Screen Bitmap Cache Hit Ratio
4447=Hit ratio in the protocol save screen bitmap cache. A higher hit ratio means
better performance since data transmissions are reduced. Low hit ratios are due to
the screen updating with new information that is either not re-used, or is flushed
out of the client cache.
4448=Input Compression Ratio
4449=Compression ratio of the server input data stream.
4450=Output Compression Ratio
4451=Compression ratio of the server output data stream.
4452=Total Compression Ratio
4453=Total compression ratio of the server data stream.
4950=Bulk Bytes/Sec
4951=Displays the current bulk transfer rate in bytes/sec.
4952=Isochronous Bytes/Sec
4953=Displays the current isochronous transfer rate in bytes/sec.
4954=Interrupt Bytes/Sec
4955=Displays the current interrupt transfer rate in bytes/sec.
4956=Control Data Bytes/Sec
4957=Displays the current control transfer rate in bytes/sec.
4958=Controller PCI Interrupts/Sec
4959=Displays the rate of PCI interrupt generation by the USB controller. For
controller instances only.
4960=Controller WorkSignals/Sec
4961=Displays the current rate Work Signals generated per second by the usbport
driver. For controller instances only.
4962=% Total Bandwidth Used for Interrupt
4963=Displays the percentage of BW reserved for interrupt transfers
4964=% Total Bandwidth Used for Iso
4965=Displays the percentage of BW reserved for ISO transfers
4966=USB
4967=USB I/O Counters
4968=Avg. Bytes/Transfer
4969=Displays the average size of all transfer URBs. For device instances only.
4970=Iso Packet Errors/Sec
4971=Number of ISO packets that are NOT late, but complete with an error. For
device instances only.
4972=Avg ms latency for ISO transfers
4973=Avg number of ms between the current frame and the start frame of an ISO
transfer when scheduled. For device instances only.
4974=Transfer Errors/Sec
4975=Number of Transfer URBs completing with an error status. For device instances
only.
4976=Host Controller Idle
4977=Non-zero value if the host controller is not running(idle).
4978=Host Controller Async Idle
4979=Non-Zero value if the host controller async schedule is not running(idle).
4980=Host Controller Async Cache Flush Count
4981=Incremented each time the controller async cache is flushed.
4982=Host Controller Periodic Idle
4983=Non-Zero if the periodic schedule is not running(idle).
4984=Host Controller Periodic Cache Flush Count
4985=Incremented each time the controller periodic cache is flushed.
4986=.NET CLR Networking
4987=Help not available.
4988=Connections Established
4989=The cumulative total number of socket connections established for this process
since the process was started.
4990=Bytes Received
4991=The cumulative total number of bytes received over all open socket connections
since the process was started. This number includes data and any protocol
information that is not defined by the TCP/IP protocol.
4992=Bytes Sent
4993=The cumulative total number of bytes sent over all open socket connections
since the process was started. This number includes data and any protocol
information that is not defined by the TCP/IP protocol.
4994=Datagrams Received
4995=The cumulative total number of datagram packets received since the process was
started.
4996=Datagrams Sent
4997=The cumulative total number of datagram packets sent since the process was
started.
4998=.NET Data Provider for SqlServer
4999=Counters for System.Data.SqlClient
5000=HardConnectsPerSecond
5001=The number of actual connections per second that are being made to servers
5002=HardDisconnectsPerSecond
5003=The number of actual disconnects per second that are being made to servers
5004=SoftConnectsPerSecond
5005=The number of connections we get from the pool per second
5006=SoftDisconnectsPerSecond
5007=The number of connections we return to the pool per second
5008=NumberOfNonPooledConnections
5009=The number of connections that are not using connection pooling
5010=NumberOfPooledConnections
5011=The number of connections that are managed by the connection pooler
5012=NumberOfActiveConnectionPoolGroups
5013=The number of unique connection strings
5014=NumberOfInactiveConnectionPoolGroups
5015=The number of unique connection strings waiting for pruning
5016=NumberOfActiveConnectionPools
5017=The number of active connection pools
5018=NumberOfInactiveConnectionPools
5019=The number of inactive connection pools
5020=NumberOfActiveConnections
5021=The number of connections currently in-use
5022=NumberOfFreeConnections
5023=The number of connections currently available for use
5024=NumberOfStasisConnections
5025=The number of connections currently waiting to be made ready for use
5026=NumberOfReclaimedConnections
5027=The number of connections we reclaim from GCed external connections
5028=.NET CLR Data
5029=.Net CLR Data
5030=SqlClient: Current # pooled and nonpooled connections
5031=Current number of connections, pooled or not.
5032=SqlClient: Current # pooled connections
5033=Current number of connections in all pools associated with the process.
5034=SqlClient: Current # connection pools
5035=Current number of pools associated with the process.
5036=SqlClient: Peak # pooled connections
5037=The highest number of connections in all pools since the process started.
5038=SqlClient: Total # failed connects
5039=The total number of connection open attempts that have failed for any reason.
5040=SqlClient: Total # failed commands
5041=The total number of command executes that have failed for any reason.
5042=.NET CLR Memory
5043=Counters for CLR Garbage Collected heap.
5044=# Gen 0 Collections
5045=This counter displays the number of times the generation 0 objects (youngest;
most recently allocated) are garbage collected (Gen 0 GC) since the start of the
application. Gen 0 GC occurs when the available memory in generation 0 is not
sufficient to satisfy an allocation request. This counter is incremented at the end
of a Gen 0 GC. Higher generation GCs include all lower generation GCs. This counter
is explicitly incremented when a higher generation (Gen 1 or Gen 2) GC occurs.
_Global_ counter value is not accurate and should be ignored. This counter displays
the last observed value.
5046=# Gen 1 Collections
5047=This counter displays the number of times the generation 1 objects are garbage
collected since the start of the application. The counter is incremented at the end
of a Gen 1 GC. Higher generation GCs include all lower generation GCs. This counter
is explicitly incremented when a higher generation (Gen 2) GC occurs. _Global_
counter value is not accurate and should be ignored. This counter displays the last
observed value.
5048=# Gen 2 Collections
5049=This counter displays the number of times the generation 2 objects (older) are
garbage collected since the start of the application. The counter is incremented at
the end of a Gen 2 GC (also called full GC). _Global_ counter value is not accurate
and should be ignored. This counter displays the last observed value.
5050=Promoted Memory from Gen 0
5051=This counter displays the bytes of memory that survive garbage collection (GC)
and are promoted from generation 0 to generation 1; objects that are promoted just
because they are waiting to be finalized are not included in this counter. This
counter displays the value observed at the end of the last GC; its not a cumulative
counter.
5052=Promoted Memory from Gen 1
5053=This counter displays the bytes of memory that survive garbage collection (GC)
and are promoted from generation 1 to generation 2; objects that are promoted just
because they are waiting to be finalized are not included in this counter. This
counter displays the value observed at the end of the last GC; its not a cumulative
counter. This counter is reset to 0 if the last GC was a Gen 0 GC only.
5054=Gen 0 Promoted Bytes/Sec
5055=This counter displays the bytes per second that are promoted from generation 0
(youngest) to generation 1; objects that are promoted just because they are waiting
to be finalized are not included in this counter. Memory is promoted when it
survives a garbage collection. This counter was designed as an indicator of
relatively long-lived objects being created per sec. This counter displays the
difference between the values observed in the last two samples divided by the
duration of the sample interval.
5056=Gen 1 Promoted Bytes/Sec
5057=This counter displays the bytes per second that are promoted from generation 1
to generation 2 (oldest); objects that are promoted just because they are waiting
to be finalized are not included in this counter. Memory is promoted when it
survives a garbage collection. Nothing is promoted from generation 2 since it is
the oldest. This counter was designed as an indicator of very long-lived objects
being created per sec. This counter displays the difference between the values
observed in the last two samples divided by the duration of the sample interval.
5058=Promoted Finalization-Memory from Gen 0
5059=This counter displays the bytes of memory that are promoted from generation 0
to generation 1 just because they are waiting to be finalized. This counter
displays the value observed at the end of the last GC; its not a cumulative
counter.
5060=Process ID
5061=This counter displays the process ID of the CLR process instance being
monitored.
5062=Gen 0 heap size
5063=This counter displays the maximum bytes that can be allocated in generation 0
(Gen 0); its does not indicate the current number of bytes allocated in Gen 0. A
Gen 0 GC is triggered when the allocations since the last GC exceed this size. The
Gen 0 size is tuned by the Garbage Collector and can change during the execution of
the application. At the end of a Gen 0 collection the size of the Gen 0 heap is
infact 0 bytes; this counter displays the size (in bytes) of allocations that would
trigger the next Gen 0 GC. This counter is updated at the end of a GC; its not
updated on every allocation.
5064=Gen 1 heap size
5065=This counter displays the current number of bytes in generation 1 (Gen 1);
this counter does not display the maximum size of Gen 1. Objects are not directly
allocated in this generation; they are promoted from previous Gen 0 GCs. This
counter is updated at the end of a GC; its not updated on every allocation.
5066=Gen 2 heap size
5067=This counter displays the current number of bytes in generation 2 (Gen 2).
Objects are not directly allocated in this generation; they are promoted from Gen 1
during previous Gen 1 GCs. This counter is updated at the end of a GC; its not
updated on every allocation.
5068=Large Object Heap size
5069=This counter displays the current size of the Large Object Heap in bytes.
Objects greater than 20 KBytes are treated as large objects by the Garbage
Collector and are directly allocated in a special heap; they are not promoted
through the generations. This counter is updated at the end of a GC; its not
updated on every allocation.
5070=Finalization Survivors
5071=This counter displays the number of garbage collected objects that survive a
collection because they are waiting to be finalized. If these objects hold
references to other objects then those objects also survive but are not counted by
this counter; the "Promoted Finalization-Memory from Gen 0" and "Promoted
Finalization-Memory from Gen 1" counters represent all the memory that survived due
to finalization. This counter is not a cumulative counter; its updated at the end
of every GC with count of the survivors during that particular GC only. This
counter was designed to indicate the extra overhead that the application might
incur because of finalization.
5072=# GC Handles
5073=This counter displays the current number of GC Handles in use. GCHandles are
handles to resources external to the CLR and the managed environment. Handles
occupy small amounts of memory in the GCHeap but potentially expensive unmanaged
resources.
5074=Allocated Bytes/sec
5075=This counter displays the rate of bytes per second allocated on the GC Heap.
This counter is updated at the end of every GC; not at each allocation. This
counter is not an average over time; it displays the difference between the values
observed in the last two samples divided by the duration of the sample interval.
5076=# Induced GC
5077=This counter displays the peak number of times a garbage collection was
performed because of an explicit call to GC.Collect. Its a good practice to let the
GC tune the frequency of its collections.
5078=% Time in GC
5079=% Time in GC is the percentage of elapsed time that was spent in performing a
garbage collection (GC) since the last GC cycle. This counter is usually an
indicator of the work done by the Garbage Collector on behalf of the application to
collect and compact memory. This counter is updated only at the end of every GC and
the counter value reflects the last observed value; its not an average.
5080=Not Displayed
5081=Not Displayed.
5082=# Bytes in all Heaps
5083=This counter is the sum of four other counters; Gen 0 Heap Size; Gen 1 Heap
Size; Gen 2 Heap Size and the Large Object Heap Size. This counter indicates the
current memory allocated in bytes on the GC Heaps.
5084=# Total committed Bytes
5085=This counter displays the amount of virtual memory (in bytes) currently
committed by the Garbage Collector. (Committed memory is the physical memory for
which space has been reserved on the disk paging file).
5086=# Total reserved Bytes
5087=This counter displays the amount of virtual memory (in bytes) currently
reserved by the Garbage Collector. (Reserved memory is the virtual memory space
reserved for the application but no disk or main memory pages have been used.)
5088=# of Pinned Objects
5089=This counter displays the number of pinned objects encountered in the last GC.
This counter tracks the pinned objects only in the heaps that were garbage
collected e.g. a Gen 0 GC would cause enumeration of pinned objects in the
generation 0 heap only. A pinned object is one that the Garbage Collector cannot
move in memory.
5090=# of Sink Blocks in use
5091=This counter displays the current number of sync blocks in use. Sync blocks
are per-object data structures allocated for storing synchronization information.
Sync blocks hold weak references to managed objects and need to be scanned by the
Garbage Collector. Sync blocks are not limited to storing synchronization
information and can also store COM interop metadata. This counter was designed to
indicate performance problems with heavy use of synchronization primitives.
5092=.NET CLR Loading
5093=Statistics for CLR Class Loader.
5094=Total Classes Loaded
5095=This counter displays the cumulative number of classes loaded in all
Assemblies since the start of this application.
5096=% Time Loading
5097=Reserved for future use.
5098=Assembly Search Length
5099=Reserved for future use.
5100=Total # of Load Failures
5101=This counter displays the peak number of classes that have failed to load
since the start of the application. These load failures could be due to many
reasons like inadequate security or illegal format. Full details can be found in
the profiling services help.
5102=Rate of Load Failures
5103=This counter displays the number of classes that failed to load per second.
This counter is not an average over time; it displays the difference between the
values observed in the last two samples divided by the duration of the sample
interval. These load failures could be due to many reasons like inadequate security
or illegal format. Full details can be found in the profiling services help.
5104=Bytes in Loader Heap
5105=This counter displays the current size (in bytes) of the memory committed by
the class loader across all AppDomains. (Committed memory is the physical memory
for which space has been reserved on the disk paging file.)
5106=Total appdomains unloaded
5107=This counter displays the total number of AppDomains unloaded since the start
of the application. If an AppDomain is loaded and unloaded multiple times this
counter would count each of those unloads as separate.
5108=Rate of appdomains unloaded
5109=This counter displays the number of AppDomains unloaded per second. This
counter is not an average over time; it displays the difference between the values
observed in the last two samples divided by the duration of the sample interval.
5110=Current Classes Loaded
5111=This counter displays the current number of classes loaded in all Assemblies.
5112=Rate of Classes Loaded
5113=This counter displays the number of classes loaded per second in all
Assemblies. This counter is not an average over time; it displays the difference
between the values observed in the last two samples divided by the duration of the
sample interval.
5114=Current appdomains
5115=This counter displays the current number of AppDomains loaded in this
application. AppDomains (application domains) provide a secure and versatile unit
of processing that the CLR can use to provide isolation between applications
running in the same process.
5116=Total Appdomains
5117=This counter displays the peak number of AppDomains loaded since the start of
this application. AppDomains (application domains) provide a secure and versatile
unit of processing that the CLR can use to provide isolation between applications
running in the same process.
5118=Rate of appdomains
5119=This counter displays the number of AppDomains loaded per second. AppDomains
(application domains) provide a secure and versatile unit of processing that the
CLR can use to provide isolation between applications running in the same process.
This counter is not an average over time; it displays the difference between the
values observed in the last two samples divided by the duration of the sample
interval.
5120=Current Assemblies
5121=This counter displays the current number of Assemblies loaded across all
AppDomains in this application. If the Assembly is loaded as domain-neutral from
multiple AppDomains then this counter is incremented once only. Assemblies can be
loaded as domain-neutral when their code can be shared by all AppDomains or they
can be loaded as domain-specific when their code is private to the AppDomain.
5122=Total Assemblies
5123=This counter displays the total number of Assemblies loaded since the start of
this application. If the Assembly is loaded as domain-neutral from multiple
AppDomains then this counter is incremented once only. Assemblies can be loaded as
domain-neutral when their code can be shared by all AppDomains or they can be
loaded as domain-specific when their code is private to the AppDomain.
5124=Rate of Assemblies
5125=This counter displays the number of Assemblies loaded across all AppDomains
per second. If the Assembly is loaded as domain-neutral from multiple AppDomains
then this counter is incremented once only. Assemblies can be loaded as domain-
neutral when their code can be shared by all AppDomains or they can be loaded as
domain-specific when their code is private to the AppDomain. This counter is not an
average over time; it displays the difference between the values observed in the
last two samples divided by the duration of the sample interval.
5126=.NET CLR Jit
5127=Stats for CLR Jit.
5128=# of Methods Jitted
5129=This counter displays the total number of methods compiled Just-In-Time (JIT)
by the CLR JIT compiler since the start of the application. This counter does not
include the pre-jitted methods.
5130=# of IL Bytes Jitted
5131=This counter displays the total IL bytes jitted since the start of the
application. This counter is exactly equivalent to the "Total # of IL Bytes Jitted"
counter.
5132=Total # of IL Bytes Jitted
5133=This counter displays the total IL bytes jitted since the start of the
application. This counter is exactly equivalent to the "# of IL Bytes Jitted"
counter.
5134=IL Bytes Jitted / sec
5135=This counter displays the rate at which IL bytes are jitted per second. This
counter is not an average over time; it displays the difference between the values
observed in the last two samples divided by the duration of the sample interval.
5136=Standard Jit Failures
5137=This counter displays the peak number of methods the JIT compiler has failed
to JIT since the start of the application. This failure can occur if the IL cannot
be verified or if there was an internal error in the JIT compiler.
5138=% Time in Jit
5139=This counter displays the percentage of elapsed time spent in JIT compilation
since the last JIT compilation phase. This counter is updated at the end of every
JIT compilation phase. A JIT compilation phase is the phase when a method and its
dependencies are being compiled.
5140=Not Displayed
5141=Not Displayed.
5142=.NET CLR Interop
5143=Stats for CLR interop.
5144=# of CCWs
5145=This counter displays the current number of Com-Callable-Wrappers (CCWs). A
CCW is a proxy for the .NET managed object being referenced from unmanaged COM
client(s). This counter was designed to indicate the number of managed objects
being referenced by unmanaged COM code.
5146=# of Stubs
5147=This counter displays the current number of stubs created by the CLR. Stubs
are responsible for marshalling arguments and return values from managed to
unmanaged code and vice versa; during a COM Interop call or PInvoke call.
5148=# of marshalling
5149=This counter displays the total number of times arguments and return values
have been marshaled from managed to unmanaged code and vice versa since the start
of the application. This counter is not incremented if the stubs are inlined.
(Stubs are responsible for marshalling arguments and return values). Stubs usually
get inlined if the marshalling overhead is small.
5150=# of TLB imports / sec
5151=Reserved for future use.
5152=# of TLB exports / sec
5153=Reserved for future use.
5154=.NET CLR LocksAndThreads
5155=Stats for CLR Locks and Threads.
5156=Total # of Contentions
5157=This counter displays the total number of times threads in the CLR have
attempted to acquire a managed lock unsuccessfully. Managed locks can be acquired
in many ways; by the "lock" statement in C# or by calling System.Monitor.Enter or
by using MethodImplOptions.Synchronized custom attribute.
5158=Contention Rate / sec
5159=Rate at which threads in the runtime attempt to acquire a managed lock
unsuccessfully. Managed locks can be acquired in many ways; by the "lock" statement
in C# or by calling System.Monitor.Enter or by using MethodImplOptions.Synchronized
custom attribute.
5160=Current Queue Length
5161=This counter displays the total number of threads currently waiting to acquire
some managed lock in the application. This counter is not an average over time; it
displays the last observed value.
5162=Queue Length Peak
5163=This counter displays the total number of threads that waited to acquire some
managed lock since the start of the application.
5164=Queue Length / sec
5165=This counter displays the number of threads per second waiting to acquire some
lock in the application. This counter is not an average over time; it displays the
difference between the values observed in the last two samples divided by the
duration of the sample interval.
5166=# of current logical Threads
5167=This counter displays the number of current .NET thread objects in the
application. A .NET thread object is created either by new System.Threading.Thread
or when an unmanaged thread enters the managed environment. This counters maintains
the count of both running and stopped threads. This counter is not an average over
time; it just displays the last observed value.
5168=# of current physical Threads
5169=This counter displays the number of native OS threads created and owned by the
CLR to act as underlying threads for .NET thread objects. This counters value does
not include the threads used by the CLR in its internal operations; it is a subset
of the threads in the OS process.
5170=# of current recognized threads
5171=This counter displays the number of threads that are currently recognized by
the CLR; they have a corresponding .NET thread object associated with them. These
threads are not created by the CLR; they are created outside the CLR but have since
run inside the CLR at least once. Only unique threads are tracked; threads with
same thread ID re-entering the CLR or recreated after thread exit are not counted
twice.
5172=# of total recognized threads
5173=This counter displays the total number of threads that have been recognized by
the CLR since the start of this application; these threads have a corresponding
.NET thread object associated with them. These threads are not created by the CLR;
they are created outside the CLR but have since run inside the CLR at least once.
Only unique threads are tracked; threads with same thread ID re-entering the CLR or
recreated after thread exit are not counted twice.
5174=rate of recognized threads / sec
5175=This counter displays the number of threads per second that have been
recognized by the CLR; these threads have a corresponding .NET thread object
associated with them. These threads are not created by the CLR; they are created
outside the CLR but have since run inside the CLR at least once. Only unique
threads are tracked; threads with same thread ID re-entering the CLR or recreated
after thread exit are not counted twice. This counter is not an average over time;
it displays the difference between the values observed in the last two samples
divided by the duration of the sample interval.
5176=.NET CLR Security
5177=Stats for CLR Security.
5178=Total Runtime Checks
5179=This counter displays the total number of runtime Code Access Security (CAS)
checks performed since the start of the application. Runtime CAS checks are
performed when a caller makes a call to a callee demanding a particular permission;
the runtime check is made on every call by the caller; the check is done by
examining the current thread stack of the caller. This counter used together with
"Stack Walk Depth" is indicative of performance penalty for security checks.
5180=% Time Sig. Authenticating
5181=Reserved for future use.
5182=# Link Time Checks
5183=This counter displays the total number of linktime Code Access Security (CAS)
checks since the start of the application. Linktime CAS checks are performed when a
caller makes a call to a callee demanding a particular permission at JIT compile
time; linktime check is performed once per caller. This count is not indicative of
serious performance issues; its indicative of the security system activity.
5184=% Time in RT checks
5185=This counter displays the percentage of elapsed time spent in performing
runtime Code Access Security (CAS) checks since the last such check. CAS allows
code to be trusted to varying degrees and enforces these varying levels of trust
depending on code identity. This counter is updated at the end of a runtime
security check; it represents the last observed value; its not an average.
5186=Not Displayed
5187=Not Displayed.
5188=Stack Walk Depth
5189=This counter displays the depth of the stack during that last runtime Code
Access Security check. Runtime Code Access Security check is performed by crawling
the stack. This counter is not an average; it just displays the last observed
value.
5190=.NET CLR Remoting
5191=Stats for CLR Remoting.
5192=Remote Calls/sec
5193=This counter displays the number of remote procedure calls invoked per second.
A remote procedure call is a call on any object outside the caller;s AppDomain.
This counter is not an average over time; it displays the difference between the
values observed in the last two samples divided by the duration of the sample
interval.
5194=Channels
5195=This counter displays the total number of remoting channels registered across
all AppDomains since the start of the application. Channels are used to transport
messages to and from remote objects.
5196=Context Proxies
5197=This counter displays the total number of remoting proxy objects created in
this process since the start of the process. Proxy object acts as a representative
of the remote objects and ensures that all calls made on the proxy are forwarded to
the correct remote object instance.
5198=Context-Bound Classes Loaded
5199=This counter displays the current number of context-bound classes loaded.
Classes that can be bound to a context are called context-bound classes; context-
bound classes are marked with Context Attributes which provide usage rules for
synchronization; thread affinity; transactions etc.
5200=Context-Bound Objects Alloc / sec
5201=This counter displays the number of context-bound objects allocated per
second. Instances of classes that can be bound to a context are called context-
bound objects; context-bound classes are marked with Context Attributes which
provide usage rules for synchronization; thread affinity; transactions etc. This
counter is not an average over time; it displays the difference between the values
observed in the last two samples divided by the duration of the sample interval.
5202=Contexts
5203=This counter displays the current number of remoting contexts in the
application. A context is a boundary containing a collection of objects with the
same usage rules like synchronization; thread affinity; transactions etc.
5204=Total Remote Calls
5205=This counter displays the total number of remote procedure calls invoked since
the start of this application. A remote procedure call is a call on any object
outside the caller;s AppDomain.
5206=.NET CLR Exceptions
5207=Runtime statistics on CLR exception handling.
5208=# of Exceps Thrown
5209=This counter displays the total number of exceptions thrown since the start of
the application. These include both .NET exceptions and unmanaged exceptions that
get converted into .NET exceptions e.g. null pointer reference exception in
unmanaged code would get re-thrown in managed code as a .NET
System.NullReferenceException; this counter includes both handled and unhandled
exceptions. Exceptions that are re-thrown would get counted again. Exceptions
should only occur in rare situations and not in the normal control flow of the
program.
5210=# of Exceps Thrown / sec
5211=This counter displays the number of exceptions thrown per second. These
include both .NET exceptions and unmanaged exceptions that get converted into .NET
exceptions e.g. null pointer reference exception in unmanaged code would get re-
thrown in managed code as a .NET System.NullReferenceException; this counter
includes both handled and unhandled exceptions. Exceptions should only occur in
rare situations and not in the normal control flow of the program; this counter was
designed as an indicator of potential performance problems due to large (>100s)
rate of exceptions thrown. This counter is not an average over time; it displays
the difference between the values observed in the last two samples divided by the
duration of the sample interval.
5212=# of Filters / sec
5213=This counter displays the number of .NET exception filters executed per
second. An exception filter evaluates whether an exception should be handled or
not. This counter tracks the rate of exception filters evaluated; irrespective of
whether the exception was handled or not. This counter is not an average over time;
it displays the difference between the values observed in the last two samples
divided by the duration of the sample interval.
5214=# of Finallys / sec
5215=This counter displays the number of finally blocks executed per second. A
finally block is guaranteed to be executed regardless of how the try block was
exited. Only the finally blocks that are executed for an exception are counted;
finally blocks on normal code paths are not counted by this counter. This counter
is not an average over time; it displays the difference between the values observed
in the last two samples divided by the duration of the sample interval.
5216=Throw To Catch Depth / sec
5217=This counter displays the number of stack frames traversed from the frame that
threw the .NET exception to the frame that handled the exception per second. This
counter resets to 0 when an exception handler is entered; so nested exceptions
would show the handler to handler stack depth. This counter is not an average over
time; it displays the difference between the values observed in the last two
samples divided by the duration of the sample interval.
5218=.NET Data Provider for Oracle
5219=Counters for System.Data.OracleClient
5220=HardConnectsPerSecond
5221=The number of actual connections per second that are being made to servers
5222=HardDisconnectsPerSecond
5223=The number of actual disconnects per second that are being made to servers
5224=SoftConnectsPerSecond
5225=The number of connections we get from the pool per second
5226=SoftDisconnectsPerSecond
5227=The number of connections we return to the pool per second
5228=NumberOfNonPooledConnections
5229=The number of connections that are not using connection pooling
5230=NumberOfPooledConnections
5231=The number of connections that are managed by the connection pooler
5232=NumberOfActiveConnectionPoolGroups
5233=The number of unique connection strings
5234=NumberOfInactiveConnectionPoolGroups
5235=The number of unique connection strings waiting for pruning
5236=NumberOfActiveConnectionPools
5237=The number of active connection pools
5238=NumberOfInactiveConnectionPools
5239=The number of inactive connection pools
5240=NumberOfActiveConnections
5241=The number of connections currently in-use
5242=NumberOfFreeConnections
5243=The number of connections currently available for use
5244=NumberOfStasisConnections
5245=The number of connections currently waiting to be made ready for use
5246=NumberOfReclaimedConnections
5247=The number of connections we reclaim from GCed external connections
5354=Search Gatherer Projects
5355=Counters for the Windows Search Service Gatherer Project object
5356=Document Additions
5357=The number of add notifications.
5358=Document Add Rate
5359=The number of document additions per second.
5360=Document Deletes
5361=The number of delete notifications.
5362=Document Delete Rate
5363=The number of document deletes per second.
5364=Document Modifies
5365=The number of modify notifications.
5366=Document Modifies Rate
5367=The number of modify notifications per second.
5368=Waiting Documents
5369=The number of documents waiting to be processed. When this number goes to zero
the catalog is idle. This number indicates the total queue size of unprocessed
documents in the gatherer.
5370=Documents In Progress
5371=The number of documents in progress.
5372=Documents On Hold
5373=The number of documents on hold because a document with the same URL is
currently in process.
5374=Delayed Documents
5375=The number of documents delayed due to site hit frequency rules.
5376=URLs in History
5377=The number of files (URLs) in the history list. This indicates the total size
of your document corpus that was indexed.
5378=Processed Documents
5379=The number of documents processed since the history has been reset.
5380=Processed Documents Rate
5381=The number of documents processed per second.
5382=Status Success
5383=The number of successfully filtered documents.
5384=Success Rate
5385=The number of successfully filtered documents per second.
5386=Status Error
5387=The number of filtered documents which returned an error.
5388=Error Rate
5389=The number of filtered documents which returned an error per second.
5394=File Errors
5395=The number of file protocol errors received while getting documents.
5396=File Errors Rate
5397=The number of file protocol errors received per second.
5402=Accessed Files
5403=The number of documents accessed via file system.
5404=Accessed File Rate
5405=The number of documents accessed via file system per second.
5410=Filtered Office
5411=The number of office documents filtered.
5412=Filtered Office Rate
5413=The number of office documents filtered per second.
5414=Filtered Text
5415=The number of text documents filtered.
5416=Filtered Text Rate
5417=The number of text documents filtered per second.
5418=Crawls in progress
5419=Number of crawls in progress.
5420=Gatherer Paused Flag
5421=The Gatherer paused flag indicates if the Gatherer has been paused.
5422=Recovery In Progress Flag
5423=The recovery in progress flag indicates if recovery is currently in progress.
Indexing will not be resumed until this flag is off.
5424=Not Modified
5425=The number of documents which were not filtered because no modification was
detected since the last crawl.
5426=Iterating History In Progress Flag
5427=The Iterating history in progress flag indicates if the Gatherer is currently
iterating over the URL history.
5428=Incremental Crawls
5429=Number of incremental crawls in progress.
5430=Filtering Documents
5431=The number of documents currently being filtered.
5432=Started Documents
5433=The number of documents initiated into the Gatherer service. This includes the
number of documents on hold, in the active queue, and currently filtered. When this
number goes to zero during a crawl, it means the crawl will be done soon.
5434=Retries
5435=The total number of times a document access has been retried. Having this
number high may indicate a problem with accessing the data.
5436=Retries Rate
5437=The number of retries per second.
5444=Adaptive Crawl Errors
5445=Documents incorrectly rejected by adaptive crawl
5450=Changed Documents
5451=Documents which have changed since the last crawl
5452=Document Moves/Renames
5453=The number of Move/Rename notifications.
5454=Document Move and Rename Rate
5455=The number of document Moves and Renames per second.
5456=Unique Documents
5457=Number of unique documents in the system. Documents are considered not unique
if their contents is the same.
5458=History Recovery Progress
5459=Percentage of the history recovery completed
5460=Search Gatherer
5461=Counters for the Windows Search Service Gathering service object
5462=Notification Sources
5463=Currently connected external notification sources.
5464=Ext. Notifications Received
5465=The total number of notifications received from all notification sources
excluding file system.
5466=Ext. Notifications Rate
5467=The rate of external notifications received per second.
5468=Admin Clients
5469=The number of currently connected administrative clients.
5470=Heartbeats
5471=The total number of heartbeats counted since startup. A heartbeat occurs once
every 10 seconds while the service is running. If the service is not running there
will be no heartbeat and the number of ticks will not be incremented.
5472=Heartbeats Rate
5473=Displays one heartbeat every 10 seconds.
5474=Filtering Threads
5475=The total number of filtering threads in the system. This number is calculated
based on your system resources.
5476=Idle Threads
5477=The number of threads waiting for documents.
5478=Document Entries
5479=The number of document entries currently in memory. Zero means no indexing
activity is going on.
5480=Performance Level
5481=Indicates the level of the amount of system resources that the Gatherer
service is allowed to use.
5482=Active Queue Length
5483=The number of documents waiting for robot threads. If this number is not 0,
all threads should be filtering.
5484=Filter Processes
5485=The number of filtering processes in the system.
5486=Filter Processes Max
5487=The maximum number of filtering processes that have existed in the system
since startup.
5488=Filter Process Created
5489=The total number of times a filter process was created or restarted. Having
too many filter processes created indicates that filtering is having trouble with
the data in the documents.
5490=Delayed Documents
5491=The number of documents delayed due to site hit frequency rules.
5492=Server Objects
5493=The number of servers recently accessed by the system.
5494=Server Objects Created
5495=The number of times a new server object had to be created.
5496=Filter Objects
5497=The number of filter objects in the system. Each filter object corresponds to
a URL currently being filtered.
5498=Documents Filtered
5499=The number of times a filter object was created. This corresponds to the total
number of documents filtered in the system since startup.
5500=Documents Filtered Rate
5501=The number of documents filtered per second.
5502=Time Outs
5503=The total number of timeouts detected by the system since startup.
5504=Servers Currently Unavailable
5505=A server becomes unavailable when a number of requests to that server time
out.
5506=Servers Unavailable
5507=A server becomes unavailable when a number of requests to that server time
out.
5508=Threads Accessing Network
5509=The number of threads waiting for a response from the filter process. If no
activity is going on and this number is equal to number of filtering threads, it
may indicate a network problem or unavailability of the server it is crawling.
5510=Threads In Plug-ins
5511=The number of threads waiting for plug-ins to complete an operation.
5512=Documents Successfully Filtered
5513=The number of documents successfully filtered.
5514=Documents Successfully Filtered Rate
5515=The number of successfully filtered documents per second.
5516=Documents Delayed Retry
5517=The number of documents that will be retried after time-out. When this is non-
zero, it means that the local server it is crawling is shut down.
5518=Word Breakers Cached
5519=Number of available cached word breakers instances
5520=Stemmers Cached
5521=Number of available cached stemmer instances. Too many may indicate a resource
usage problem.
5522=All Notifications Received
5523=The total number of notifications received from all notification sources
including file system.
5524=Notifications Rate
5525=The rate of external notifications received per second.
5526=System IO traffic rate
5527=System IO (disk) traffic rate in KB/s detected by back off logic
5528=Reason to back off
5529=The code describing why the Gatherer service went into back off state. 0 - up
and running 1 - high system IO traffic 2 - high notifications rate 3 - delayed
recovery in progress (not implemented) 4 - back off due to user activity 5 -
Battery Low 6 - Memory Low 99 - back off for some internal reason (forced by Search
itself) While backing off, no indexing is performed. To resume the indexing you
must eliminate the reason for back off. If the Gatherer service is in back off
state, the Search service is paused and there is a message in the event log.
5530=Threads blocked due to back off
5531=The number of threads blocked due to back off event
5532=Search Indexer
5533=Indexer PlugIn statistics
5534=Master Index Level.
5535=The level of the master index.
5536=Master Merges to Date
5537=Number of Master Merges to Date
5538=Master Merge Progress
5539=Master Merge Progress
5540=Shadow Merge Levels
5541=Shadow Merge Levels
5542=Shadow Merge Levels Threshold
5543=Shadow Merge Levels Threshold
5544=Persistent Indexes
5545=Number of Persistent Indexes
5546=Index Size
5547=Size of Index
5548=Unique Keys
5549=Number of Unique Keys
5550=Documents Filtered
5551=Number of Documents Filtered
5552=Work Items Created
5553=Number of invalidator work items that were created
5554=Work Items Deleted
5555=Number of invalidator work items that were deleted
5556=Clean WidSets
5557=Number of clean WidSets
5558=Dirty WidSets
5559=Number of dirty WidSets
5560=Master Merges Now.
5561=Indicator if a master merge is going on.
5562=Active Connections
5563=Active Connections
5564=Queries
5565=Number of Queries
5566=Queries Failed
5567=Number of Queries Failed
5568=Queries Succeeded
5569=Number of Queries Succeeded
5570=L0 Indexes (Wordlists)
5571=The number of L0 Indexes (Wordlists)
5572=L0 Merges (flushes) Now.
5573=The number of L0 merges (flushes) in progress at any one moment.
5574=L0 Merge (Flush) Speed - Average
5575=The average value [documents/hour] computed for the speed of L0 merges
(flushes) since the catalog has been loaded
5576=L0 Merge (Flush) - Count
5577=The number of L0 merges (flushes) since the catalog was loaded
5578=L0 Merge (Flush) Speed - Last
5579=The last value [documents/hour] computed for the speed of L0 merges (flushes).
5580=Persistent Indexes L1
5581=The number of L1 Indexes
5582=L1 Merges Now.
5583=The number of L1 merges in progress at any one moment.
5584=L1 Merge Speed - average
5585=The average value [documents/hour] computed for the speed of L1 merges since
the catalog has been loaded
5586=L1 Merge - Count
5587=The number of L1 merges since the catalog was loaded
5588=L1 Merge Speed - last
5589=The last value [documents/hour] computed for the speed of L1 merges.
5590=Persistent Indexes L2
5591=The number of L2 Indexes
5592=L2 Merges Now.
5593=The number of L2 merges in progress at any one moment.
5594=L2 Merge Speed - average
5595=The average value [documents/hour] computed for the speed of L2 merges since
the catalog has been loaded
5596=L2 Merge - Count
5597=The number of L2 merges since the catalog was loaded
5598=L2 Merge Speed - last
5599=The last value [documents/hour] computed for the speed of L2 merges.
5600=Persistent Indexes L3
5601=The number of L3 Indexes
5602=L3 Merges Now.
5603=The number of L3 merges in progress at any one moment.
5604=L3 Merge Speed - average
5605=The average value [documents/hour] computed for the speed of L3 merges since
the catalog has been loaded
5606=L3 Merge - Count
5607=The number of L3 merges since the catalog was loaded
5608=L3 Merge Speed - last
5609=The last value [documents/hour] computed for the speed of L3 merges.
5610=Persistent Indexes L4
5611=The number of L4 Indexes
5612=L4 Merges Now.
5613=The number of L4 merges in progress at any one moment.
5614=L4 Merge Speed - average
5615=The average value [documents/hour] computed for the speed of L4 merges since
the catalog has been loaded
5616=L4 Merge - Count
5617=The number of L4 merges since the catalog was loaded
5618=L4 Merge Speed - last
5619=The last value [documents/hour] computed for the speed of L4 merges.
5620=Persistent Indexes L5
5621=The number of L5 Indexes
5622=L5 Merges Now.
5623=The number of L5 merges in progress at any one moment.
5624=L5 Merge Speed - average
5625=The average value [documents/hour] computed for the speed of L5 merges since
the catalog has been loaded
5626=L5 Merge - Count
5627=The number of L5 merges since the catalog was loaded
5628=L5 Merge Speed - last
5629=The last value [documents/hour] computed for the speed of L5 merges.
5630=Persistent Indexes L6
5631=The number of L6 Indexes
5632=L6 Merges Now.
5633=The number of L6 merges in progress at any one moment.
5634=L6 Merge Speed - average
5635=The average value [documents/hour] computed for the speed of L6 merges since
the catalog has been loaded
5636=L6 Merge - Count
5637=The number of L6 merges since the catalog was loaded
5638=L6 Merge Speed - last
5639=The last value [documents/hour] computed for the speed of L6 merges.
5640=Persistent Indexes L7
5641=The number of L7 Indexes
5642=L7 Merges Now.
5643=The number of L7 merges in progress at any one moment.
5644=L7 Merge Speed - average
5645=The average value [documents/hour] computed for the speed of L7 merges since
the catalog has been loaded
5646=L7 Merge - Count
5647=The number of L7 merges since the catalog was loaded
5648=L7 Merge Speed - last
5649=The last value [documents/hour] computed for the speed of L7 merges.
5650=Persistent Indexes L8
5651=The number of L8 Indexes
5652=L8 Merges Now.
5653=The number of L8 merges in progress at any one moment.
5654=L8 Merge Speed - average
5655=The average value [documents/hour] computed for the speed of L8 merges since
the catalog has been loaded
5656=L8 Merge - Count
5657=The number of L8 merges since the catalog was loaded
5658=L8 Merge Speed - last
5659=The last value [documents/hour] computed for the speed of L8 merges.
5660=ReadyBoost Cache
5661=Displays performance statistics about ReadyBoost Caches.
5662=Bytes cached
5663=The total (uncompressed) amount of data currently stored in ReadyBoost caches.
5664=Cache space used
5665=Amount of space in bytes taken by data cached in ReadyBoost caches.
5666=Compression Ratio
5667=(Cache space used) / (Bytes cached)
5668=Total cache size bytes
5669=Total size, in bytes, of all caches regardless of how much data they contain.
5670=Cache reads/sec
5671=Number of I/Os satisfied from ReadyBoost caches per second.
5672=Cache read bytes/sec
5673=Bytes of I/Os satisfied from ReadyBoost caches per second.
5674=Skipped reads/sec
5675=Number of read I/Os ignored by ReadyBoost due to policy.
5676=Skipped read bytes/sec
5677=Bytes of read I/Os ignored by ReadyBoost due to policy.
5678=Total reads/sec
5679=Number of read I/Os that are received by ReadyBoost. This counter includes all
reads whether or not they were satisfied by ReadyBoost caches.
5680=Total read bytes/sec
5681=Bytes of read I/Os that are received by ReadyBoost. This counter includes all
reads whether or not they were satisfied by ReadyBoost caches.
5908=Windows Workflow Foundation
5909=Windows Workflow Foundation Performance Counters
5910=Workflows Created
5911=Total number of workflows created.
5912=Workflows Created/sec
5913=Rate of workflows created per second.
5914=Workflows Unloaded
5915=Total number of workflows unloaded.
5916=Workflows Unloaded/sec
5917=Rate of workflows unloaded per second.
5918=Workflows Loaded
5919=Total number of workflows loaded.
5920=Workflows Loaded/sec
5921=Rate of workflows loaded per second.
5922=Workflows Completed
5923=Total number of workflows completed.
5924=Workflows Completed/sec
5925=Rate of workflows completed per second.
5926=Workflows Suspended
5927=Total number of workflows suspended.
5928=Workflows Suspended/sec
5929=Rate of workflows suspended per second.
5930=Workflows Terminated
5931=Total number of workflows terminated.
5932=Workflows Terminated/sec
5933=Rate of workflows terminated per second.
5934=Workflows In Memory
5935=Total number of workflows in memory.
5936=Workflows Aborted
5937=Total number of workflows aborted.
5938=Workflows Aborted/sec
5939=Rate of workflows aborted per second.
5940=Workflows Persisted
5941=Total number of workflows persisted.
5942=Workflows Persisted/sec
5943=Rate of workflows persisted per second.
5944=Workflows Executing
5945=Total number of workflow instances actively executing.
5946=Workflows Idle/sec
5947=Rate of workflows becoming idle per second.
5948=Workflows Runnable
5949=Total number of workflows ready to execute.
5950=Workflows Pending
5951=Total number of workflows waiting for a thread.
5952=ServiceModelEndpoint 3.0.0.0
5953=ServiceModelEndpoint 3.0.0.0 performance counters
5954=Calls
5955=The number of calls to this endpoint. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.Calls.aspx
5956=Calls Per Second
5957=The number of calls to this endpoint per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsPerSec
ond.aspx
5958=Calls Outstanding
5959=The number of calls to this endpoint that are in progress.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsOutsta
nding.aspx
5960=Calls Failed
5961=The number of calls with unhandled exceptions at this endpoint.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailed
.aspx
5962=Calls Failed Per Second
5963=The number of calls with unhandled exceptions at this endpoint per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailed
PerSecond.aspx
5964=Calls Faulted
5965=The number of calls to this endpoint that returned faults.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaulte
d.aspx
5966=Calls Faulted Per Second
5967=The number of calls to this endpoint that returned faults per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaulte
dPerSecond.aspx
5968=Calls Duration
5969=The average duration of calls to this endpoint. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallDuratio
n.aspx
5970=Calls Duration Base
5971=Base counter for the 'Calls Duration' counter.
5972=Transactions Flowed
5973=The number of transactions that flowed to operations at this endpoint. This
counter is incremented any time a transaction ID is present in the message that is
sent to the endpoint. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowed.as
px
5974=Transactions Flowed Per Second
5975=The number of transactions that flowed to operations at this endpoint per
second. This counter is incremented any time a transaction ID is present in the
message that is sent to the endpoint. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowedPer
Second.aspx
5976=Security Validation and Authentication Failures
5977=The number of calls to this endpoint that failed validation or authentication.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityVal
idationAuthenticationFailures.aspx
5978=Security Validation and Authentication Failures Per Second
5979=The number of calls to this endpoint that failed validation or authentication
per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityVal
idationAuthenticationFailuresPerSecond.aspx
5980=Security Calls Not Authorized
5981=The number of calls to this endpoint that failed authorization.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCal
lsNotAuthorized.aspx
5982=Security Calls Not Authorized Per Second
5983=The number of calls to this endpoint that failed authorization per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCal
lsNotAuthorizedPerSecond.aspx
5984=Reliable Messaging Sessions Faulted
5985=The number of reliable messaging sessions that faulted at this endpoint.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsF
aulted.aspx
5986=Reliable Messaging Sessions Faulted Per Second
5987=The number of reliable messaging sessions that faulted at this endpoint per
second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsF
aultedPerSecond.aspx
5988=Reliable Messaging Messages Dropped
5989=The number of reliable messaging messages that were dropped at this endpoint.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesD
ropped.aspx
5990=Reliable Messaging Messages Dropped Per Second
5991=The number of reliable messaging messages that were dropped at this endpoint
per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesD
roppedPerSecond.aspx
6046=ServiceModelService 3.0.0.0
6047=ServiceModelService 3.0.0.0 performance counters
6048=Calls
6049=The number of calls to this service. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Calls.aspx
6050=Calls Per Second
6051=The number of calls to this service per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsPerSeco
nd.aspx
6052=Calls Outstanding
6053=The number of calls to this service that are in progress.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsOutstan
ding.aspx
6054=Calls Failed
6055=The number of calls with unhandled exceptions in this service.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailed.
aspx
6056=Calls Failed Per Second
6057=The number of calls with unhandled exceptions in this service per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailedP
erSecond.aspx
6058=Calls Faulted
6059=The number of calls to this service that returned faults.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaulted
.aspx
6060=Calls Faulted Per Second
6061=The number of calls to this service that returned faults per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaulted
PerSecond.aspx
6062=Calls Duration
6063=The average duration of calls to this service. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallDuration
.aspx
6064=Calls Duration Base
6065=Base counter for the 'Calls Duration' counter.
6066=Transactions Flowed
6067=The number of transactions that flowed to operations in this service. This
counter is incremented any time a transaction ID is present in the message that is
sent to the service. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowed.asp
x
6068=Transactions Flowed Per Second
6069=The number of transactions that flowed to operations in this service per
second. This counter is incremented any time a transaction ID is present in the
message that is sent to the service. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowedPerS
econd.aspx
6070=Transacted Operations Committed
6071=The number of transacted operations with the outcome committed in this
service. Work done under such operations is fully committed. Resources are updated
in accordance with the work done in the operation. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommitted.
aspx
6072=Transacted Operations Committed Per Second
6073=The number of transacted operations with the outcome committed in this service
per second. Work done under such operations is fully committed. Resources are
updated in accordance with the work done in the operation.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommittedP
erSecond.aspx
6074=Transacted Operations Aborted
6075=The number of transacted operations with the outcome aborted in this service.
Work done under such operations is rolled back. Resources are reverted to their
previous state. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAborted.as
px
6076=Transacted Operations Aborted Per Second
6077=The number of transacted operations with the outcome aborted in this service
per second. Work done under such operations is rolled back. Resources are reverted
to their previous state. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAbortedPer
Second.aspx
6078=Transacted Operations In Doubt
6079=The number of transacted operations with an outcome in doubt in this service.
Work done with an outcome in doubt is in an indeterminate state. Resources are held
pending outcome. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubt.as
px
6080=Transacted Operations In Doubt Per Second
6081=The number of transacted operations with an outcome in doubt in this service
per second. Work done with an outcome in doubt is in an indeterminate state.
Resources are held pending outcome. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubtPer
Second.aspx
6082=Security Validation and Authentication Failures
6083=The number of calls to this service that failed validation or authentication.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityVali
dationAuthenticationFailures.aspx
6084=Security Validation and Authentication Failures Per Second
6085=The number of calls to this service that failed validation or authentication
per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityVali
dationAuthenticationFailuresPerSecond.aspx
6086=Security Calls Not Authorized
6087=The number of calls to this service that failed authorization.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCall
sNotAuthorized.aspx
6088=Security Calls Not Authorized Per Second
6089=The number of calls to this service that failed authorization per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCall
sNotAuthorizedPerSecond.aspx
6090=Instances
6091=The total number of instances of the service. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Instances.as
px
6092=Instances Created Per Second
6093=The creation rate of service instances per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.InstancesPer
Second.aspx
6094=Reliable Messaging Sessions Faulted
6095=The number of reliable messaging sessions that were faulted in this service.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFa
ulted.aspx
6096=Reliable Messaging Sessions Faulted Per Second
6097=The number of reliable messaging sessions that were faulted in this service
per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFa
ultedPerSecond.aspx
6098=Reliable Messaging Messages Dropped
6099=The number of reliable messaging messages that were dropped in this service.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDr
opped.aspx
6100=Reliable Messaging Messages Dropped Per Second
6101=The number of reliable messaging messages that were dropped in this service
per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDr
oppedPerSecond.aspx
6102=Queued Poison Messages
6103=The number of messages to this service that were marked poisoned by the queued
transport. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonM
essages.aspx
6104=Queued Poison Messages Per Second
6105=The number of messages to this service that were marked poisoned by the queued
transport per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonM
essagesPerSecond.aspx
6106=Queued Messages Rejected
6107=The number of messages to this servcie that were rejected by the queued
transport. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejecte
dMessages.aspx
6108=Queued Messages Rejected Per Second
6109=The number of messages to this service that were rejected by the queued
transport per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejecte
dMessagesPerSecond.aspx
6110=Queued Messages Dropped
6111=The number of messages to this service that were dropped by the queued
transport. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDropped
Messages.aspx
6112=Queued Messages Dropped Per Second
6113=The number of messages to this service that were dropped by the queued
transport per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDropped
MessagesPerSecond.aspx
6114=ServiceModelOperation 3.0.0.0
6115=ServiceModelOperation 3.0.0.0 performance counters
6116=Calls
6117=The number of calls to this operation. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.Calls.aspx
6118=Calls Per Second
6119=The number of calls to this operation per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsPerSe
cond.aspx
6120=Calls Outstanding
6121=The number of calls to this operation that are in progress.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsOutst
anding.aspx
6122=Calls Failed
6123=The number of calls with unhandled exceptions in this operation.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaile
d.aspx
6124=Call Failed Per Second
6125=The number of calls with unhandled exceptions in this operation per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaile
dPerSecond.aspx
6126=Calls Faulted
6127=The number of calls to this operation that returned faults.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFault
ed.aspx
6128=Calls Faulted Per Second
6129=The number of calls to this operation that returned faults per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFault
edPerSecond.aspx
6130=Calls Duration
6131=The average duration of calls to this operation. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallDurati
on.aspx
6132=Calls Duration Base
6133=Base counter for the 'Calls Duration' counter.
6134=Transactions Flowed
6135=The number of transactions that flowed to this operation. This counter is
incremented any time a transaction ID is present in the message sent to the
operation. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowed.a
spx
6136=Transactions Flowed Per Second
6137=The number of transactions that flowed to this operation per second. This
counter is incremented any time a transaction ID is present in the message sent to
the operation. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowedPe
rSecond.aspx
6138=Security Validation and Authentication Failures
6139=The number of calls to this operation that failed validation or
authentication. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityVa
lidationAuthenticationFailures.aspx
6140=Security Validation and Authentication Failures Per Second
6141=The number of calls to this operation that failed validation or authentication
per second. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityVa
lidationAuthenticationFailuresPerSecond.aspx
6142=Security Calls Not Authorized
6143=The number of calls to this operation that failed authorization.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCa
llsNotAuthorized.aspx
6144=Security Calls Not Authorized Per Second
6145=The number of calls to this operation that failed authorization per second.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCa
llsNotAuthorizedPerSecond.aspx
6146=SMSvcHost 3.0.0.0
6147=SMSvcHost 3.0.0.0 performance counters
6148=Protocol Failures over net.tcp
6149=The total number of failures at the protocol layer of net.tcp.
6150=Protocol Failures over net.pipe
6151=The total number of failures at the protocol layer of net.pipe.
6152=Dispatch Failures over net.tcp
6153=The total number of failures dispatching messages received over net.tcp.
6154=Dispatch Failures over net.pipe
6155=The total number of failures dispatching messages received over net.pipe.
6156=Connections Dispatched over net.tcp
6157=The total number of connections dispatched over net.tcp.
6158=Connections Dispatched over net.pipe
6159=The total number of connections dispatched over net.pipe.
6160=Connections Accepted over net.tcp
6161=The total number of TCP connections accepted over net.tcp.
6162=Connections Accepted over net.pipe
6163=The total number of named pipe connections accepted over net.pipe.
6164=Registrations Active for net.tcp
6165=The number of uri registrations currently active for net.tcp.
6166=Registrations Active for net.pipe
6167=The number of uri registrations currently active for net.pipe.
6168=Uris Registered for net.tcp
6169=The total number of uris that were succesfully registered for net.tcp.
6170=Uris Registered for net.pipe
6171=The total number of uris that were succesfully registered for net.pipe.
6172=Uris Unregistered for net.tcp
6173=The total number of uris that were succesfully unregistered for net.tcp.
6174=Uris Unregistered for net.pipe
6175=The total number of uris that were succesfully unregistered for net.pipe.
6176=MSDTC Bridge 3.0.0.0
6177=MSDTC Bridge 3.0.0.0 performance counters
6178=Message send failures/sec
6179=The number of WS-AT protocol messages that the WS-AT service failed to send
per second.
6180=Prepare retry count/sec
6181=The number of Prepare retry messages that the WS-AT service has sent per
second.
6182=Commit retry count/sec
6183=The number of Commit retry messages that the WS-AT service has sent per
second.
6184=Prepared retry count/sec
6185=The number of Prepared retry messages that the WS-AT service has sent per
second.
6186=Replay retry count/sec
6187=The number of Replay retry messages that the WS-AT service has sent per
second.
6188=Faults received count/sec
6189=The number of Fault messages that the WS-AT service has received per second.
6190=Faults sent count/sec
6191=The number of Fault messages that the WS-AT service has sent per second.
6192=Average participant prepare response time
6193=Average time in milliseconds for the WS-AT service to receive a Prepare
message response from a participant.
6194=Average participant prepare response time Base
6195=Base counter for the 'Average participant prepare response time' counter.
6196=Average participant commit response time
6197=Average time in milliseconds for the WS-AT service to receive a Commit message
response from a participant.
6198=Average participant commit response time Base
6199=Base counter for the 'Average participant commit response time' counter.
6622=Smart Scan Client Scanning Counters
6623=Performance indicators for smart scan clients
6624=Files Scanned
6625=The total number of files scanned
6626=Malware Detected
6627=The total number of viruses/malware detected
6628=Suspicious Files Detected
6629=The total number of files suspected to be infected with virus/malware
6630=Location Switches
6631=The number of times clients switch locations (between internal and external)
6632=Smart Scan Client Queries
6633=Performance indicators for in-the-cloud queries and the Smart Query Filter
6634=HTTP Requests
6635=The total number of HTTP requests from OfficeScan clients to Smart Scan
servers
6636=Update Requests
6637=The total number of update requests (through HTTP) from OfficeScan clients to
Smart Scan servers
6638=HTTP Query Time (Total)
6639=The total amount of time OfficeScan clients took to perform HTTP queries
6640=HTTP Query Time (Minimum)
6641=The minimum amount of time it took to perform an HTTP query
6642=HTTP Query Time (Average)
6643=The average amount of time it took to perform an HTTP query
6644=HTTP Query Time (Maximum)
6645=The maximum amount of time it took to perform an HTTP query
6646=CRC Queries
6647=The total number of cyclic redundancy check (CRC) queries from OfficeScan
clients to Smart Scan servers
6648=CRC Query Errors (Network)
6649=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen when network problems prevent OfficeScan client and
Smart Scan server communication.
6650=CRC Query Errors (Server)
6651=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen because there is a problem with the Smart Scan server.
6652=CRC Query Errors (Timeout)
6653=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen because the query timed out before it can be
completed.
6654=CRC Query Errors (Others)
6655=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen for many reasons but are not caused by the following
(there are separate counters for these items): unsynchronized pattern, network
problems, Smart Scan server error, and query timeout.
6656=Unsynchronized Smart Query Filter Pattern
6657=The number of times the Smart Query Filter Pattern versions on the OfficeScan
client and Smart Scan server are not synchronized when performing cyclic redundancy
check (CRC) queries.
6658=CRC Query Time (Total)
6659=The total amount of time (in milliseconds) OfficeScan clients took to perform
cyclic redundancy check (CRC) queries
6660=CRC Query Time (Minimum)
6661=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query
6662=CRC Query Time (Average)
6663=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query
6664=CRC Query Time (Maximum)
6665=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query
6666=CRC Query Volume Sent
6667=The total amount of data (in bytes) OfficeScan clients sent to perform cyclic
redundancy check (CRC) queries
6668=CRC Query Overhead Volume Sent
6669=The total amount of overhead data (in bytes) OfficeScan clients sent to
perform cyclic redundancy check (CRC) queries
6670=CRC Query Volume Received
6671=The total amount of data (in bytes) OfficeScan clients received when
performing cyclic redundancy check (CRC) queries
6672=CRC Query Overhead Volume Received
6673=The total amount of overhead data (in bytes) OfficeScan clients received when
performing cyclic redundancy check (CRC) queries
6674=CRC Query Volume
6675=The total amount of data (in bytes) OfficeScan clients sent and received when
performing cyclic redundancy check (CRC) queries
6676=TCP Connections
6677=The total number of TCP connections during in-the-cloud queries
6678=Smart Query Filter Queries
6679=The total number of Smart Query Filter queries
6680=Smart Query Filter Hits
6681=The total number of recorded hits for Smart Query Filter queries
6682=Smart Query Filter False Positives
6683=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
6684=CRC Cached Items
6685=The number of items in the CRC cache
6686=CRC Cache Hits
6687=The total number of recorded hits for the CRC cache when performing queries
6688=CRC Cache Hit Rate
6689=The ratio of CRC cache hits to total CRC queries
6690=CRC Diff. Purged Count
6691=The amount of CRC items purged by comparing CRC differences.
6692=Async CRC Cached Item Purged Count
6693=The amount of Async CRC items purged
6694=Smart Query Filter Pattern (full) Downloads
6695=The number of times the full version of the Smart Query Filter Pattern was
downloaded. The full version is downloaded when the client has less than 14 of the
latest incremental patterns, which happens when the client is not updated for an
extended period of time.
6696=Smart Query Filter Pattern and CRC Diff. File (full) Volume
6697=The total amount of data (in bytes) received when the full versions of the
Smart Query Filter Pattern and CRC Diff. File were downloaded
6698=Smart Query Filter Pattern and CRC Diff. File (full) Overhead Volume
6699=The total amount of overhead data (in bytes) received when the full version of
the Smart Query Filter Pattern and CRC Diff. File were downloaded
6700=Smart Query Filter Pattern (incremental) Downloads
6701=The number of times the incremental version of the Smart Query Filter Pattern
was downloaded. The incremental versions are downloaded when the client is updated
frequently. Incremental versions are smaller in size than the full version, which
means that less computer resources are required to complete the download.
6702=Smart Query Filter Pattern and CRC Diff. File (incremental) Volume
6703=The total amount of data (in bytes) received when the incremental version of
the Smart Query Filter Pattern and CRC Diff. File were downloaded
6704=Smart Query Filter Pattern and CRC Diff. File (incremental) Overhead Volume
6705=The total amount of overhead data (in bytes) received when the incremental
version of the Smart Query Filter Pattern and CRC Diff. File were downloaded
6706=Smart Query Filter Pattern Version
6707=The version number of Smart Query Filter Pattern is used by the client.
6708=CRC Diff. File Downloads
6709=The number of times the CRC Diff. File was downloaded
6710=CRC Diff. File Size
6711=The size (in bytes) of the CRC Diff. File
6712=Smart Query Filter Pattern (full) Volume
6713=The total amount of data (in bytes) received when the full version of the
Smart Query Filter Pattern was downloaded
6714=Smart Query Filter Pattern (incremental) Volume
6715=The total amount of data (in bytes) received when the incremental version of
the Smart Query Filter Pattern was downloaded
6716=CRC Query Queue Size
6717=The current size of CRC queries in the queue
6718=Update Queue Size
6719=The current size of update requests in the queue
6720=Event Callback Queue Size
6721=The current size of event callbacks in the queue
6722=Smart Scan Mode
6723=The client is using smart scan.
6724=HTTP Query External Cache Count (Hit)
6725=The total number of the http query hit external cache
6726=HTTP Query External Cache Count (Miss)
6727=The total number of the http query miss external cache
6728=Smart Query Filter Update Checking Queries
6729=The total number of send the request for Smart Query Filter Pattern update
checking.
6898=Outlook
6899=Gives performance metrics for outlook server connectivity.
6900=RPCs Attempted
6901=Number of RPCs that outlook attempted to send to the server.
6902=RPCs Succeeded
6903=Number of RPCs that outlook successfully sent to the server.
6904=RPCs Failed
6905=Number of RPCs that were attempted, but failed.
6906=RPCs Cancelled
6907=Number of RPCs that were sent to the server, but the user cancelled.
6908=RPCs UI Shown
6909=Number of RPCs that were sent to the server, and took long enough to show
progress UI.
6910=RPCs Attempted - UI
6911=Number of RPCs that outlook attempted that blocked the UI.
6912=Time Avg (all)
6913=The average amount of time (ms) it took for all RPCs to complete successfully.
6914=Time Avg (10)
6915=The average amount of time (ms)it took for the last 10 RPCs to complete
successfully.
6916=Time Avg (50)
6917=The average amount of time (ms) it took for the last 50 RPCs to complete
successfully.
6918=Time Avg (200)
6919=The average amount of time (ms) it took for the last 200 RPCs to complete
successfully.
6920=Time Min
6921=The minimum amount of time (ms) it took for an RPC to complete successfully.
6922=Time Max
6923=The maximum amount of time (ms) it took for an RPC to complete successfully.
6924=Count obj connection
6925=The number of connection objects that are currently being used.
6926=Count obj hcot table
6927=The number of active objects in the hcot/hsot table.
6928=Count handle (AD) context
6929=The number of context handles (AD) that are currently open on the client.
6930=Count handle (AD) binding
6931=The number of binding handles (AD) that are currently open on the client.
6932=Count handle (store) context
6933=The number of context handles (store) that are currently open on the client.
6934=Count handle (store) binding
6935=The number of binding handles (store) that are currently open on the client.
7104=Intel Storage Counters
7105=Performance counters for Intel (R) Storage driver.
7106=Psi Initial Storage Data Load Time (Ms)
7107=Time in milliseconds to load the inital storage data model.
7108=Psi Snapshot Count
7109=Number of static storage data model snapshots held in memory.
7110=Psi Update Count
7111=Number of times Intel Storage PSI has updated the storage data model.
7112=Psi Average Storage Data Update Time (Ms)
7113=Average time in milliseconds to update the storage data model.
7114=Psi Data Update Time Base
7115=Average time in milliseconds to update the storage data model.
7116=Psi Storage Driver Busy Count
7117=Number of times the driver has returned "Busy".
7118=Psi Storage Driver Error Count
7119=Number of times a error was returned from the Storage Driver.
7288=Smart Scan Client Scanning Counters
7289=Performance indicators for smart scan clients
7290=Files Scanned
7291=The total number of files scanned
7292=Malware Detected
7293=The total number of viruses/malware detected
7294=Suspicious Files Detected
7295=The total number of files suspected to be infected with virus/malware
7296=Location Switches
7297=The number of times clients switch locations (between internal and external)
7298=Smart Scan Client Queries
7299=Performance indicators for in-the-cloud queries and the Smart Query Filter
7300=HTTP Requests
7301=The total number of HTTP requests from clients to Smart Protection servers.
7302=Update Requests
7303=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
7304=HTTP Query Time (Total)
7305=The total amount of time clients took to perform HTTP queries.
7306=HTTP Query Time (Minimum)
7307=The minimum amount of time it took to perform an HTTP query.
7308=HTTP Query Time (Average)
7309=The average amount of time it took to perform an HTTP query.
7310=HTTP Query Time (Maximum)
7311=The maximum amount of time it took to perform an HTTP query.
7312=CRC Queries
7313=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
7314=CRC Query Errors (Network)
7315=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
7316=CRC Query Errors (Server)
7317=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur for many reasons but are not caused by the following
(there are separate counters for these items): unsynchronized patterns, network
problems, Smart Protection server errors, and query timeouts.
7318=CRC Query Errors (Timeout)
7319=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because the query timed out before it completed a
query.
7320=CRC Query Errors (Others)
7321=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because there is a problem with the Smart Protection
server.
7322=Unsynchronized Smart Query Filter Pattern
7323=The number of times the Smart Query Filter Pattern versions on the client and
Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
7324=CRC Query Time (Total)
7325=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
7326=CRC Query Time (Minimum)
7327=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7328=CRC Query Time (Average)
7329=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7330=CRC Query Time (Maximum)
7331=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7332=CRC Query Volume Sent
7333=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
7334=CRC Query Overhead Volume Sent
7335=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
7336=CRC Query Volume Received
7337=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
7338=CRC Query Overhead Volume Received
7339=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
7340=CRC Query Volume
7341=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
7342=TCP Connections
7343=The total number of TCP connections during in-the-cloud queries.
7344=Smart Query Filter Queries
7345=The total number of Smart Query Filter queries.
7346=Smart Query Filter Hits (Miss)
7347=The total number of query hits not recognized by the Smart Query Filter.
7348=Smart Query Filter False Positives
7349=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
7350=CRC Cached Items
7351=The number of items in the CRC cache.
7352=CRC Cache Hits
7353=The total number of recorded hits for the CRC cache when performing queries.
7354=CRC Cache Hit Rate
7355=The ratio of CRC cache hits to total CRC queries.
7356=CRC Diff. Purged Count
7357=The amount of CRC items purged by comparing CRC differences.
7358=Async CRC Cached Item Purged Count
7359=The amount of Async CRC items purged.
7360=Smart Query Filter Pattern Downloads
7361=The number of times that a Smart Query Filter Pattern was downloaded.
7362=Smart Query Filter Pattern Downloaded Volume
7363=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
7364=Smart Query Filter Pattern Downloaded Overhead Volume
7365=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
7366=Smart Query Filter Pattern Version
7367=The version number of Smart Query Filter Pattern that is used by the client.
7368=CRC Query Queue Size
7369=The current size of CRC queries in the queue.
7370=Update Queue Size
7371=The current size of update requests in the queue.
7372=Event Callback Queue Size
7373=The current size of event callbacks in the queue.
7374=Smart Scan Mode
7375=The client is using smart scan.
7376=HTTP Query External Cache Count (Hit)
7377=The total number of http queries that hit external cache.
7378=HTTP Query External Cache Count (Miss)
7379=The total number of http queries that miss external cache.
7380=Check Server Status Count
7381=The total number of Check Server Status query.
7382=Smart Query Filter Hits (Main)
7383=The total number of query hits matching the main table of the Smart Query
Filter.
7384=Smart Query Filter Hits (Diff)
7385=The total number of query hits matching the diff table of the Smart Query
Filter.
7386=Smart Query Filter Pattern Version (Main)
7387=The pattern version of the main table.
7388=Smart Query Filter Pattern Diff Version Count
7389=The number of available diff patterns.
7390=Smart Query Filter Pattern Diff Entry Count
7391=The number of entries inside the diff pattern table.
7392=Forced Query Count
7393=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
7394=Full Purge CRC Cache (Full Update)
7395=CRC cache was purged because the full pattern was updated.
7396=Full Purge CRC Cache Count (Incomplete)
7397=CRC cache was purged because of an incomplete pattern.
7398=Full Purge CRC Cache Count (API)
7399=CRC cache was purged because of an API call.
7400=Vinfo Cached Items Purge Count
7401=The number of Vinfo cached items purged.
7402=Address Family Selector Last Refresh Time
7403=Last Refresh Time to select the family by the address family selector
7404=Address Family Selector Selected IP
7405=The IP selected by the address family selector
7406=Address Family Selector Selected Family
7407=The family selected by the address family selector
7408=Address Family Selector Connection Spent Time
7409=Time spent for making connection to select the family
7410=Address Family Selector Decision Spent Time
7411=Time spent for making decision of selecting the family
7580=Smart Scan Client Scanning Counters
7581=Performance indicators for smart scan clients
7582=Files Scanned
7583=The total number of files scanned
7584=Malware Detected
7585=The total number of viruses/malware detected
7586=Suspicious Files Detected
7587=The total number of files suspected to be infected with virus/malware
7588=Location Switches
7589=The number of times clients switch locations (between internal and external)
7590=Smart Scan Client Queries
7591=Performance indicators for in-the-cloud queries and the Smart Query Filter
7592=HTTP Requests
7593=The total number of HTTP requests from clients to Smart Protection servers.
7594=Update Requests
7595=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
7596=HTTP Query Time (Total)
7597=The total amount of time clients took to perform HTTP queries.
7598=HTTP Query Time (Minimum)
7599=The minimum amount of time it took to perform an HTTP query.
7600=HTTP Query Time (Average)
7601=The average amount of time it took to perform an HTTP query.
7602=HTTP Query Time (Maximum)
7603=The maximum amount of time it took to perform an HTTP query.
7604=CRC Queries
7605=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
7606=CRC Query Errors (Network)
7607=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
7608=CRC Query Errors (Server)
7609=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur for many reasons but are not caused by the following
(there are separate counters for these items): unsynchronized patterns, network
problems, Smart Protection server errors, and query timeouts.
7610=CRC Query Errors (Timeout)
7611=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because the query timed out before it completed a
query.
7612=CRC Query Errors (Others)
7613=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because there is a problem with the Smart Protection
server.
7614=Unsynchronized Smart Query Filter Pattern
7615=The number of times the Smart Query Filter Pattern versions on the client and
Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
7616=CRC Query Time (Total)
7617=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
7618=CRC Query Time (Minimum)
7619=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7620=CRC Query Time (Average)
7621=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7622=CRC Query Time (Maximum)
7623=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7624=CRC Query Volume Sent
7625=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
7626=CRC Query Overhead Volume Sent
7627=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
7628=CRC Query Volume Received
7629=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
7630=CRC Query Overhead Volume Received
7631=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
7632=CRC Query Volume
7633=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
7634=TCP Connections
7635=The total number of TCP connections during in-the-cloud queries.
7636=Smart Query Filter Queries
7637=The total number of Smart Query Filter queries.
7638=Smart Query Filter Hits (Miss)
7639=The total number of query hits not recognized by the Smart Query Filter.
7640=Smart Query Filter False Positives
7641=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
7642=CRC Cached Items
7643=The number of items in the CRC cache.
7644=CRC Cache Hits
7645=The total number of recorded hits for the CRC cache when performing queries.
7646=CRC Cache Hit Rate
7647=The ratio of CRC cache hits to total CRC queries.
7648=CRC Diff. Purged Count
7649=The amount of CRC items purged by comparing CRC differences.
7650=Async CRC Cached Item Purged Count
7651=The amount of Async CRC items purged.
7652=Smart Query Filter Pattern Downloads
7653=The number of times that a Smart Query Filter Pattern was downloaded.
7654=Smart Query Filter Pattern Downloaded Volume
7655=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
7656=Smart Query Filter Pattern Downloaded Overhead Volume
7657=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
7658=Smart Query Filter Pattern Version
7659=The version number of Smart Query Filter Pattern that is used by the client.
7660=CRC Query Queue Size
7661=The current size of CRC queries in the queue.
7662=Update Queue Size
7663=The current size of update requests in the queue.
7664=Event Callback Queue Size
7665=The current size of event callbacks in the queue.
7666=Smart Scan Mode
7667=The client is using smart scan.
7668=HTTP Query External Cache Count (Hit)
7669=The total number of http queries that hit external cache.
7670=HTTP Query External Cache Count (Miss)
7671=The total number of http queries that miss external cache.
7672=Check Server Status Count
7673=The total number of Check Server Status query.
7674=Smart Query Filter Hits (Main)
7675=The total number of query hits matching the main table of the Smart Query
Filter.
7676=Smart Query Filter Hits (Diff)
7677=The total number of query hits matching the diff table of the Smart Query
Filter.
7678=Smart Query Filter Pattern Version (Main)
7679=The pattern version of the main table.
7680=Smart Query Filter Pattern Diff Version Count
7681=The number of available diff patterns.
7682=Smart Query Filter Pattern Diff Entry Count
7683=The number of entries inside the diff pattern table.
7684=Forced Query Count
7685=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
7686=Full Purge CRC Cache (Full Update)
7687=CRC cache was purged because the full pattern was updated.
7688=Full Purge CRC Cache Count (Incomplete)
7689=CRC cache was purged because of an incomplete pattern.
7690=Full Purge CRC Cache Count (API)
7691=CRC cache was purged because of an API call.
7692=Vinfo Cached Items Purge Count
7693=The number of Vinfo cached items purged.
7694=Address Family Selector Last Refresh Time
7695=Last Refresh Time to select the family by the address family selector
7696=Address Family Selector Selected IP
7697=The IP selected by the address family selector
7698=Address Family Selector Selected Family
7699=The family selected by the address family selector
7700=Address Family Selector Connection Spent Time
7701=Time spent for making connection to select the family
7702=Address Family Selector Decision Spent Time
7703=Time spent for making decision of selecting the family
7872=.NET Memory Cache 4.0
7873=System.Runtime.Caching.MemoryCache Performance Counters
7874=Cache Hits
7875=The number of cache hits.
7876=Cache Misses
7877=The number of cache misses.
7878=Cache Hit Ratio
7879=The percentage of cache hits in the total number of cache requests.
7880=Cache Hit Ratio Base
7881=Cache Hit Ratio Base
7882=Cache Trims
7883=Total number of entries removed from the cache due to memory pressure or Trim
invocations.
7884=Cache Entries
7885=The number of entries within the cache.
7886=Cache Turnover Rate
7887=The number of entries added to the cache or removed from the cache per second.
8122=ASP.NET v4.0.30319
8123=ASP.NET global performance counters
8124=ASP.NET Apps v4.0.30319
8125=ASP.NET application performance counters
8126=Application Restarts
8127=Number of times the application has been restarted during the web server's
lifetime.
8128=Applications Running
8129=Number of currently running web applications.
8130=Requests Disconnected
8131=The number of requests disconnected due to communication errors or user
terminated.
8132=Request Execution Time
8133=The number of milliseconds that it took to execute the most recent request.
8134=Requests Rejected
8135=The number of requests rejected because the request queue was full.
8136=Requests Queued
8137=The number of requests waiting to be processed.
8138=Worker Processes Running
8139=Number of worker processes running on the machine.
8140=Worker Process Restarts
8141=Number of times a worker process has restarted on the machine.
8142=Request Wait Time
8143=The number of milliseconds the most recent request was waiting in the queue.
8144=State Server Sessions Active
8145=The current number of sessions currently active.
8146=State Server Sessions Abandoned
8147=The number of sessions that have been explicitly abandoned.
8148=State Server Sessions Timed Out
8149=The number of sessions timed out.
8150=State Server Sessions Total
8151=The number of sessions total.
8152=Requests Current
8153=The current number of requests, including those that are queued, currently
executing, or waiting to be written to the client. Under the ASP.NET process
model, when this counter exceeds the requestQueueLimit defined in the processModel
configuration section, ASP.NET will begin rejecting requests.
8154=Audit Success Events Raised
8155=Number of audit successes in the application since it was started.
8156=Audit Failure Events Raised
8157=Number of audit failures in the application since it was started.
8158=Error Events Raised
8159=Number of error events raised since the application was started.
8160=Request Error Events Raised
8161=Number of runtime error events raised since the application was started.
8162=Infrastructure Error Events Raised
8163=Number of HTTP error events raised since the application was started.
8164=Requests In Native Queue
8165=Requests queued because the concurrency limits have been exceeded.
8166=Anonymous Requests
8167=Number of requests utilizing anonymous authentication.
8168=Anonymous Requests/Sec
8169=Number of Authentication Anonymous Requests/Sec
8170=Cache Total Entries
8171=Total number of entries within the cache (both internal and user added)
8172=Cache Total Turnover Rate
8173=Number of additions and removals to the total cache per second.
8174=Cache Total Hits
8175=Total number of hits from the cache.
8176=Cache Total Misses
8177=Total number of cache misses.
8178=Cache Total Hit Ratio
8179=Ratio of hits from all cache calls.
8180=Cache Total Hit Ratio Base
8181=Cache Total Hit Ratio Base
8182=Cache API Entries
8183=Total number of entries within the cache added by the user.
8184=Cache API Turnover Rate
8185=Number of additions and removals to the API cache per second.
8186=Cache API Hits
8187=Number of cache hits from user code.
8188=Cache API Misses
8189=Number of cache misses called from user code.
8190=Cache API Hit Ratio
8191=Ratio of hits called from user code.
8192=Cache API Hit Ratio Base
8193=Cache API Hit Ratio Base
8194=Output Cache Entries
8195=Current number of entries in the output cache.
8196=Output Cache Turnover Rate
8197=Number of additions and removals to the output cache per second.
8198=Output Cache Hits
8199=Total number of output cacheable requests served from the output cache.
8200=Output Cache Misses
8201=Total number of output cacheable requests not served from the output cache.
8202=Output Cache Hit Ratio
8203=Ratio of hits to requests for output cacheable requests.
8204=Output Cache Hit Ratio Base
8205=Output Cache Hit Ratio Base
8206=Compilations Total
8207=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically
compiled.
8208=Debugging Requests
8209=Number of debugging requests processed.
8210=Errors During Preprocessing
8211=Number of errors that have occurred during parsing and configuration.
8212=Errors During Compilation
8213=Number of errors that have occurred during compilation.
8214=Errors During Execution
8215=Number of errors that have occurred during the processing of a request.
8216=Errors Unhandled During Execution
8217=Number of errors not handled by user code, but by the default error handler.
8218=Errors Unhandled During Execution/Sec
8219=Rate of unhandled errors.
8220=Errors Total
8221=Total number of errors occurred.
8222=Errors Total/Sec
8223=Rate of errors occurred.
8224=Pipeline Instance Count
8225=Number of active pipeline instances.
8226=Request Bytes In Total
8227=The total size, in bytes, of all requests.
8228=Request Bytes Out Total
8229=The total size, in bytes, of responses sent to a client. This does not
include standard HTTP response headers.
8230=Requests Executing
8231=The number of requests currently executing.
8232=Requests Failed
8233=Total number of failed requests.
8234=Requests Not Found
8235=The number of requests for resources that were not found.
8236=Requests Not Authorized
8237=Number of requests failed due to unauthorized access.
8238=Requests In Application Queue
8239=The number of requests in the application request queue.
8240=Requests Timed Out
8241=The number of requests that timed out.
8242=Requests Succeeded
8243=The number of requests that executed successfully.
8244=Requests Total
8245=The total number of requests since the application was started.
8246=Requests/Sec
8247=The number of requests executed per second.
8248=Sessions Active
8249=The current number of sessions currently active.
8250=Sessions Abandoned
8251=The number of sessions that have been explicitly abandoned.
8252=Sessions Timed Out
8253=The number of sessions timed out.
8254=Sessions Total
8255=Total number of sessions since the application was started.
8256=Transactions Aborted
8257=The number of transactions aborted.
8258=Transactions Committed
8259=The number of transactions committed.
8260=Transactions Pending
8261=Number of transactions in progress.
8262=Transactions Total
8263=The total number of transactions since the application was started.
8264=Transactions/Sec
8265=Transactions started per second.
8266=Session State Server connections total
8267=The total number of connections to the State Server used by session state.
8268=Session SQL Server connections total
8269=The total number of connections to the SQL Server used by session state.
8270=Events Raised
8271=Total number of instrumentation events raised since the application was
started.
8272=Events Raised/Sec
8273=Total number of instrumentation events per second.
8274=Application Lifetime Events
8275=Number of application events raised since the application was started.
8276=Application Lifetime Events/Sec
8277=Number of application events raised per second.
8278=Error Events Raised
8279=Number of error events raised since the application was started.
8280=Error Events Raised/Sec
8281=Number of error events per second.
8282=Request Error Events Raised
8283=Number of runtime error events raised since the application was started.
8284=Request Error Events Raised/Sec
8285=Number of runtime error events per second.
8286=Infrastructure Error Events Raised
8287=Number of HTTP error events raised since the application was started.
8288=Infrastructure Error Events Raised/Sec
8289=Number of HTTP error events raised per second.
8290=Request Events Raised
8291=Number of request events raised since the application was started
8292=Request Events Raised/Sec
8293=Number of request events raised per second.
8294=Audit Success Events Raised
8295=Number of audit successes in the application since it was started.
8296=Audit Failure Events Raised
8297=Number of audit failures in the application since it was started.
8298=Membership Authentication Success
8299=Number of successful membership credential validations since the application
was started.
8300=Membership Authentication Failure
8301=Number of failed membership credential validations since the application was
started.
8302=Forms Authentication Success
8303=Number of successful forms authentication ticket validations since the
application was started.
8304=Forms Authentication Failure
8305=Number of failed forms authentication ticket validations since the application
was started.
8306=Viewstate MAC Validation Failure
8307=Number of viewstate MAC validations that failed since the application was
started.
8308=Request Execution Time
8309=The number of milliseconds that it took to execute the most recent request.
8310=Requests Disconnected
8311=The number of requests disconnected due to communication errors or user
terminated.
8312=Requests Rejected
8313=The number of requests rejected because the application request queue was
full.
8314=Request Wait Time
8315=The number of milliseconds the most recent request was waiting in the queue.
8316=Cache % Machine Memory Limit Used
8317=The amount of physical memory used by the machine divided by the physical
memory limit for the cache, as a percentage. When this reaches 100%, half of the
cache entries will be forcibly removed. The __Total__ instance is the average of
all instances, and therefore cannot be used to determine when cache entries will be
forcibly removed.
8318=Cache % Machine Memory Limit Used Base
8319=Cache % Machine Memory Limit Used Base
8320=Cache % Process Memory Limit Used
8321=The value of private bytes for the worker process divided by the private bytes
memory limit for the cache, as a percentage. When this reaches 100%, half of the
cache entries will be forcibly removed. The __Total__ instance is the average of
all instances, and therefore cannot be used to determine when cache entries will be
forcibly removed.
8322=Cache % Process Memory Limit Used Base
8323=Cache % Process Memory Limit Used Base
8324=Cache Total Trims
8325=Total number of entries forcibly removed from the cache due to memory
pressure.
8326=Cache API Trims
8327=Total number of entries forcibly removed from the cache due to memory pressure
that were originally inserted into the cache using one of the public cache APIs.
8328=Output Cache Trims
8329=Total number of entries forcibly removed from the cache due to memory pressure
that were originally inserted into the cache by the output cache feature.
8330=% Managed Processor Time (estimated)
8331=Estimated percentage of elapsed time that the processor spends executing
managed application code. This counter only tracks processor time of managed
threads in the application. It does not include additional processor time spent
executing on non-managed threads. Note that this counter is only updated with new
data every five seconds.
8332=% Managed Processor Time Base (estimated)
8333=% Managed Processor Time Base (estimated)
8334=Managed Memory Used (estimated)
8335=Estimated managed heap memory consumption (in KB) by the application. The
accuracy of this counter varies depending on the duration of elapsed time since the
last full managed memory heap collection. Note that this counter is only updated
with new data every five seconds.
8336=Request Bytes In Total (WebSockets)
8337=The total size, in bytes, of data received by ASP.NET on WebSocket
connections.
8338=Request Bytes Out Total (WebSockets)
8339=The total size, in bytes, of data sent to a client on WebSocket connections.
8340=Requests Executing (WebSockets)
8341=The number of WebSocket requests currently executing.
8342=Requests Failed (WebSockets)
8343=Total number of WebSocket requests that ended up in an aborted state.
8344=Requests Succeeded (WebSockets)
8345=Total number of WebSocket requests that completed gracefully.
8346=Requests Total (WebSockets)
8347=The total number of WebSocket requests since the application was started.
8974=SMSvcHost 4.0.0.0
8975=SMSvcHost 4.0.0.0 performance counters
8976=Protocol Failures over net.tcp
8977=The total number of failures at the protocol layer of net.tcp.
8978=Protocol Failures over net.pipe
8979=The total number of failures at the protocol layer of net.pipe.
8980=Dispatch Failures over net.tcp
8981=The total number of failures dispatching messages received over net.tcp.
8982=Dispatch Failures over net.pipe
8983=The total number of failures dispatching messages received over net.pipe.
8984=Connections Dispatched over net.tcp
8985=The total number of connections dispatched over net.tcp.
8986=Connections Dispatched over net.pipe
8987=The total number of connections dispatched over net.pipe.
8988=Connections Accepted over net.tcp
8989=The total number of TCP connections accepted over net.tcp.
8990=Connections Accepted over net.pipe
8991=The total number of named pipe connections accepted over net.pipe.
8992=Registrations Active for net.tcp
8993=The number of uri registrations currently active for net.tcp.
8994=Registrations Active for net.pipe
8995=The number of uri registrations currently active for net.pipe.
8996=Uris Registered for net.tcp
8997=The total number of uris that were succesfully registered for net.tcp.
8998=Uris Registered for net.pipe
8999=The total number of uris that were succesfully registered for net.pipe.
9000=Uris Unregistered for net.tcp
9001=The total number of uris that were succesfully unregistered for net.tcp.
9002=Uris Unregistered for net.pipe
9003=The total number of uris that were succesfully unregistered for net.pipe.
9004=MSDTC Bridge 4.0.0.0
9005=MSDTC Bridge 4.0.0.0 performance counters
9006=Message send failures/sec
9007=The number of WS-AT protocol messages that the WS-AT service failed to send
per second.
9008=Prepare retry count/sec
9009=The number of Prepare retry messages that the WS-AT service has sent per
second.
9010=Commit retry count/sec
9011=The number of Commit retry messages that the WS-AT service has sent per
second.
9012=Prepared retry count/sec
9013=The number of Prepared retry messages that the WS-AT service has sent per
second.
9014=Replay retry count/sec
9015=The number of Replay retry messages that the WS-AT service has sent per
second.
9016=Faults received count/sec
9017=The number of Fault messages that the WS-AT service has received per second.
9018=Faults sent count/sec
9019=The number of Fault messages that the WS-AT service has sent per second.
9020=Average participant prepare response time
9021=Average time in milliseconds for the WS-AT service to receive a Prepare
message response from a participant.
9022=Average participant prepare response time Base
9023=Base counter for the 'Average participant prepare response time' counter.
9024=Average participant commit response time
9025=Average time in milliseconds for the WS-AT service to receive a Commit message
response from a participant.
9026=Average participant commit response time Base
9027=Base counter for the 'Average participant commit response time' counter.
9028=WF (System.Workflow) 4.0.0.0
9029=Windows Workflow Foundation Performance Counters
9030=Workflows Created
9031=Total number of workflows created.
9032=Workflows Created/sec
9033=Rate of workflows created per second.
9034=Workflows Unloaded
9035=Total number of workflows unloaded.
9036=Workflows Unloaded/sec
9037=Rate of workflows unloaded per second.
9038=Workflows Loaded
9039=Total number of workflows loaded.
9040=Workflows Loaded/sec
9041=Rate of workflows loaded per second.
9042=Workflows Completed
9043=Total number of workflows completed.
9044=Workflows Completed/sec
9045=Rate of workflows completed per second.
9046=Workflows Suspended
9047=Total number of workflows suspended.
9048=Workflows Suspended/sec
9049=Rate of workflows suspended per second.
9050=Workflows Terminated
9051=Total number of workflows terminated.
9052=Workflows Terminated/sec
9053=Rate of workflows terminated per second.
9054=Workflows In Memory
9055=Total number of workflows in memory.
9056=Workflows Aborted
9057=Total number of workflows aborted.
9058=Workflows Aborted/sec
9059=Rate of workflows aborted per second.
9060=Workflows Persisted
9061=Total number of workflows persisted.
9062=Workflows Persisted/sec
9063=Rate of workflows persisted per second.
9064=Workflows Executing
9065=Total number of workflow instances actively executing.
9066=Workflows Idle/sec
9067=Rate of workflows becoming idle per second.
9068=Workflows Runnable
9069=Total number of workflows ready to execute.
9070=Workflows Pending
9071=Total number of workflows waiting for a thread.
9072=.NET CLR Networking 4.0.0.0
9073=Counters for classes in the System.Net namespace.
9074=Connections Established
9075=The cumulative total number of socket connections established for this process
since the process was started.
9076=Bytes Received
9077=The cumulative total number of bytes received over all open socket connections
since the process was started. This number includes data and any protocol
information that is not defined by the TCP/IP protocol.
9078=Bytes Sent
9079=The cumulative total number of bytes sent over all open socket connections
since the process was started. This number includes data and any protocol
information that is not defined by the TCP/IP protocol.
9080=Datagrams Received
9081=The cumulative total number of datagram packets received since the process was
started.
9082=Datagrams Sent
9083=The cumulative total number of datagram packets sent since the process was
started.
9084=HttpWebRequests Created/Sec
9085=The number of HttpWebRequest objects created during the last sample interval
(typically 1 sec).
9086=HttpWebRequests Average Lifetime
9087=The average lifetime of all web requests completed during the last sample
interval. The lifetime is defined as the time between the creation of the
HttpWebRequest object and the closing of either the HttpWebResponse object or the
response stream object. Values are shown in milliseconds.
9088=HttpWebRequests Average Lifetime Base
9089=HttpWebRequests Average Lifetime Base
9090=HttpWebRequests Queued/Sec
9091=The number of HttpWebRequest objects added to a waiting queue during the last
sample interval (typically 1 sec). A request is added to a waiting queue if all
connections to the server are already in use when the request is submitted.
9092=HttpWebRequests Average Queue Time
9093=The average time HttpWebRequest objects spent in a waiting queue. A request is
added to a waiting queue if all connections to the server are already in use when
the request is submitted, and remains there until a connection becomes available.
Values are shown in milliseconds.
9094=HttpWebRequests Average Queue Time Base
9095=HttpWebRequests Average Queue Time Base
9096=HttpWebRequests Aborted/Sec
9097=The number of HttpWebRequest objects aborted during the last sample interval
(typically 1 sec). Typically requests are aborted either by calling
HttpWebRequest.Abort() or if the request times out.
9098=HttpWebRequests Failed/Sec
9099=The number of HttpWebRequest objects failed during the last sample interval
(typically 1 sec). A request is considered failed, if after starting the request
processing one of the following methods throw an exception:
HttpWebRequest.EndGetRequestStream(), HttpWebRequest.GetRequestStream(),
HttpWebRequest.EndGetResponse(), HttpWebRequest.GetResponse()
9896=ASP.NET State Service
9897=ASP.NET State Service
10122=State Server Sessions Active
10123=The current number of sessions currently active.
10124=State Server Sessions Abandoned
10125=The number of sessions that have been explicitly abandoned.
10126=State Server Sessions Timed Out
10127=The number of sessions timed out.
10128=State Server Sessions Total
10129=The number of sessions total.
10130=ASP.NET
10131=ASP.NET global performance counters
10132=ASP.NET Applications
10133=ASP.NET application performance counters
10134=Application Restarts
10135=Number of times the application has been restarted during the web server's
lifetime.
10136=Applications Running
10137=Number of currently running web applications.
10138=Requests Disconnected
10139=The number of requests disconnected due to communication errors or user
terminated.
10140=Request Execution Time
10141=The number of milliseconds that it took to execute the most recent request.
10142=Requests Rejected
10143=The number of requests rejected because the request queue was full.
10144=Requests Queued
10145=The number of requests waiting to be processed.
10146=Worker Processes Running
10147=Number of worker processes running on the machine.
10148=Worker Process Restarts
10149=Number of times a worker process has restarted on the machine.
10150=Request Wait Time
10151=The number of milliseconds the most recent request was waiting in the queue.
10152=State Server Sessions Active
10153=The current number of sessions currently active.
10154=State Server Sessions Abandoned
10155=The number of sessions that have been explicitly abandoned.
10156=State Server Sessions Timed Out
10157=The number of sessions timed out.
10158=State Server Sessions Total
10159=The number of sessions total.
10160=Requests Current
10161=The current number of requests, including those that are queued, currently
executing, or waiting to be written to the client. Under the ASP.NET process
model, when this counter exceeds the requestQueueLimit defined in the processModel
configuration section, ASP.NET will begin rejecting requests.
10162=Audit Success Events Raised
10163=Number of audit successes in the application since it was started.
10164=Audit Failure Events Raised
10165=Number of audit failures in the application since it was started.
10166=Error Events Raised
10167=Number of error events raised since the application was started.
10168=Request Error Events Raised
10169=Number of runtime error events raised since the application was started.
10170=Infrastructure Error Events Raised
10171=Number of HTTP error events raised since the application was started.
10172=Requests In Native Queue
10173=Requests queued because the concurrency limits have been exceeded.
10174=Anonymous Requests
10175=Number of requests utilizing anonymous authentication.
10176=Anonymous Requests/Sec
10177=Number of Authentication Anonymous Requests/Sec
10178=Cache Total Entries
10179=Total number of entries within the cache (both internal and user added)
10180=Cache Total Turnover Rate
10181=Number of additions and removals to the total cache per second.
10182=Cache Total Hits
10183=Total number of hits from the cache.
10184=Cache Total Misses
10185=Total number of cache misses.
10186=Cache Total Hit Ratio
10187=Ratio of hits from all cache calls.
10188=Cache Total Hit Ratio Base
10189=Cache Total Hit Ratio Base
10190=Cache API Entries
10191=Total number of entries within the cache added by the user.
10192=Cache API Turnover Rate
10193=Number of additions and removals to the API cache per second.
10194=Cache API Hits
10195=Number of cache hits from user code.
10196=Cache API Misses
10197=Number of cache misses called from user code.
10198=Cache API Hit Ratio
10199=Ratio of hits called from user code.
10200=Cache API Hit Ratio Base
10201=Cache API Hit Ratio Base
10202=Output Cache Entries
10203=Current number of entries in the output cache.
10204=Output Cache Turnover Rate
10205=Number of additions and removals to the output cache per second.
10206=Output Cache Hits
10207=Total number of output cacheable requests served from the output cache.
10208=Output Cache Misses
10209=Total number of output cacheable requests not served from the output cache.
10210=Output Cache Hit Ratio
10211=Ratio of hits to requests for output cacheable requests.
10212=Output Cache Hit Ratio Base
10213=Output Cache Hit Ratio Base
10214=Compilations Total
10215=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically
compiled.
10216=Debugging Requests
10217=Number of debugging requests processed.
10218=Errors During Preprocessing
10219=Number of errors that have occurred during parsing and configuration.
10220=Errors During Compilation
10221=Number of errors that have occurred during compilation.
10222=Errors During Execution
10223=Number of errors that have occurred during the processing of a request.
10224=Errors Unhandled During Execution
10225=Number of errors not handled by user code, but by the default error handler.
10226=Errors Unhandled During Execution/Sec
10227=Rate of unhandled errors.
10228=Errors Total
10229=Total number of errors occurred.
10230=Errors Total/Sec
10231=Rate of errors occurred.
10232=Pipeline Instance Count
10233=Number of active pipeline instances.
10234=Request Bytes In Total
10235=The total size, in bytes, of all requests.
10236=Request Bytes Out Total
10237=The total size, in bytes, of responses sent to a client. This does not
include standard HTTP response headers.
10238=Requests Executing
10239=The number of requests currently executing.
10240=Requests Failed
10241=Total number of failed requests.
10242=Requests Not Found
10243=The number of requests for resources that were not found.
10244=Requests Not Authorized
10245=Number of requests failed due to unauthorized access.
10246=Requests In Application Queue
10247=The number of requests in the application request queue.
10248=Requests Timed Out
10249=The number of requests that timed out.
10250=Requests Succeeded
10251=The number of requests that executed successfully.
10252=Requests Total
10253=The total number of requests since the application was started.
10254=Requests/Sec
10255=The number of requests executed per second.
10256=Sessions Active
10257=The current number of sessions currently active.
10258=Sessions Abandoned
10259=The number of sessions that have been explicitly abandoned.
10260=Sessions Timed Out
10261=The number of sessions timed out.
10262=Sessions Total
10263=Total number of sessions since the application was started.
10264=Transactions Aborted
10265=The number of transactions aborted.
10266=Transactions Committed
10267=The number of transactions committed.
10268=Transactions Pending
10269=Number of transactions in progress.
10270=Transactions Total
10271=The total number of transactions since the application was started.
10272=Transactions/Sec
10273=Transactions started per second.
10274=Session State Server connections total
10275=The total number of connections to the State Server used by session state.
10276=Session SQL Server connections total
10277=The total number of connections to the SQL Server used by session state.
10278=Events Raised
10279=Total number of instrumentation events raised since the application was
started.
10280=Events Raised/Sec
10281=Total number of instrumentation events per second.
10282=Application Lifetime Events
10283=Number of application events raised since the application was started.
10284=Application Lifetime Events/Sec
10285=Number of application events raised per second.
10286=Error Events Raised
10287=Number of error events raised since the application was started.
10288=Error Events Raised/Sec
10289=Number of error events per second.
10290=Request Error Events Raised
10291=Number of runtime error events raised since the application was started.
10292=Request Error Events Raised/Sec
10293=Number of runtime error events per second.
10294=Infrastructure Error Events Raised
10295=Number of HTTP error events raised since the application was started.
10296=Infrastructure Error Events Raised/Sec
10297=Number of HTTP error events raised per second.
10298=Request Events Raised
10299=Number of request events raised since the application was started
10300=Request Events Raised/Sec
10301=Number of request events raised per second.
10302=Audit Success Events Raised
10303=Number of audit successes in the application since it was started.
10304=Audit Failure Events Raised
10305=Number of audit failures in the application since it was started.
10306=Membership Authentication Success
10307=Number of successful membership credential validations since the application
was started.
10308=Membership Authentication Failure
10309=Number of failed membership credential validations since the application was
started.
10310=Forms Authentication Success
10311=Number of successful forms authentication ticket validations since the
application was started.
10312=Forms Authentication Failure
10313=Number of failed forms authentication ticket validations since the
application was started.
10314=Viewstate MAC Validation Failure
10315=Number of viewstate MAC validations that failed since the application was
started.
10316=Request Execution Time
10317=The number of milliseconds that it took to execute the most recent request.
10318=Requests Disconnected
10319=The number of requests disconnected due to communication errors or user
terminated.
10320=Requests Rejected
10321=The number of requests rejected because the application request queue was
full.
10322=Request Wait Time
10323=The number of milliseconds the most recent request was waiting in the queue.
10324=Cache % Machine Memory Limit Used
10325=The amount of physical memory used by the machine divided by the physical
memory limit for the cache, as a percentage. When this reaches 100%, half of the
cache entries will be forcibly removed. The __Total__ instance is the average of
all instances, and therefore cannot be used to determine when cache entries will be
forcibly removed.
10326=Cache % Machine Memory Limit Used Base
10327=Cache % Machine Memory Limit Used Base
10328=Cache % Process Memory Limit Used
10329=The value of private bytes for the worker process divided by the private
bytes memory limit for the cache, as a percentage. When this reaches 100%, half of
the cache entries will be forcibly removed. The __Total__ instance is the average
of all instances, and therefore cannot be used to determine when cache entries will
be forcibly removed.
10330=Cache % Process Memory Limit Used Base
10331=Cache % Process Memory Limit Used Base
10332=Cache Total Trims
10333=Total number of entries forcibly removed from the cache due to memory
pressure.
10334=Cache API Trims
10335=Total number of entries forcibly removed from the cache due to memory
pressure that were originally inserted into the cache using one of the public cache
APIs.
10336=Output Cache Trims
10337=Total number of entries forcibly removed from the cache due to memory
pressure that were originally inserted into the cache by the output cache feature.
10338=% Managed Processor Time (estimated)
10339=Estimated percentage of elapsed time that the processor spends executing
managed application code. This counter only tracks processor time of managed
threads in the application. It does not include additional processor time spent
executing on non-managed threads. Note that this counter is only updated with new
data every five seconds.
10340=% Managed Processor Time Base (estimated)
10341=% Managed Processor Time Base (estimated)
10342=Managed Memory Used (estimated)
10343=Estimated managed heap memory consumption (in KB) by the application. The
accuracy of this counter varies depending on the duration of elapsed time since the
last full managed memory heap collection. Note that this counter is only updated
with new data every five seconds.
10344=Request Bytes In Total (WebSockets)
10345=The total size, in bytes, of data received by ASP.NET on WebSocket
connections.
10346=Request Bytes Out Total (WebSockets)
10347=The total size, in bytes, of data sent to a client on WebSocket connections.
10348=Requests Executing (WebSockets)
10349=The number of WebSocket requests currently executing.
10350=Requests Failed (WebSockets)
10351=Total number of WebSocket requests that ended up in an aborted state.
10352=Requests Succeeded (WebSockets)
10353=Total number of WebSocket requests that completed gracefully.
10354=Requests Total (WebSockets)
10355=The total number of WebSocket requests since the application was started.
10524=Smart Scan Client Scanning Counters
10525=Performance indicators for smart scan clients
10526=Files Scanned
10527=The total number of files scanned
10528=Malware Detected
10529=The total number of viruses/malware detected
10530=Suspicious Files Detected
10531=The total number of files suspected to be infected with virus/malware
10532=Location Switches
10533=The number of times clients switch locations (between internal and external)
10534=Smart Scan Client Queries
10535=Performance indicators for in-the-cloud queries and the Smart Query Filter
10536=HTTP Requests
10537=The total number of HTTP requests from clients to Smart Protection servers.
10538=Update Requests
10539=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
10540=HTTP Query Time (Total)
10541=The total amount of time clients took to perform HTTP queries.
10542=HTTP Query Time (Minimum)
10543=The minimum amount of time it took to perform an HTTP query.
10544=HTTP Query Time (Average)
10545=The average amount of time it took to perform an HTTP query.
10546=HTTP Query Time (Maximum)
10547=The maximum amount of time it took to perform an HTTP query.
10548=CRC Queries
10549=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
10550=CRC Query Errors (Network)
10551=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
10552=CRC Query Errors (Server)
10553=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur for many reasons but are not caused by the
following (there are separate counters for these items): unsynchronized patterns,
network problems, Smart Protection server errors, and query timeouts.
10554=CRC Query Errors (Timeout)
10555=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because the query timed out before it completed a
query.
10556=CRC Query Errors (Others)
10557=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because there is a problem with the Smart
Protection server.
10558=Unsynchronized Smart Query Filter Pattern
10559=The number of times the Smart Query Filter Pattern versions on the client
and Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
10560=CRC Query Time (Total)
10561=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
10562=CRC Query Time (Minimum)
10563=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10564=CRC Query Time (Average)
10565=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10566=CRC Query Time (Maximum)
10567=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10568=CRC Query Volume Sent
10569=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
10570=CRC Query Overhead Volume Sent
10571=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
10572=CRC Query Volume Received
10573=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
10574=CRC Query Overhead Volume Received
10575=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
10576=CRC Query Volume
10577=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
10578=TCP Connections
10579=The total number of TCP connections during in-the-cloud queries.
10580=Smart Query Filter Queries
10581=The total number of Smart Query Filter queries.
10582=Smart Query Filter Hits (Miss)
10583=The total number of query hits not recognized by the Smart Query Filter.
10584=Smart Query Filter False Positives
10585=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
10586=CRC Cached Items
10587=The number of items in the CRC cache.
10588=CRC Cache Hits
10589=The total number of recorded hits for the CRC cache when performing queries.
10590=CRC Cache Hit Rate
10591=The ratio of CRC cache hits to total CRC queries.
10592=CRC Diff. Purged Count
10593=The amount of CRC items purged by comparing CRC differences.
10594=Async CRC Cached Item Purged Count
10595=The amount of Async CRC items purged.
10596=Smart Query Filter Pattern Downloads
10597=The number of times that a Smart Query Filter Pattern was downloaded.
10598=Smart Query Filter Pattern Downloaded Volume
10599=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
10600=Smart Query Filter Pattern Downloaded Overhead Volume
10601=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
10602=Smart Query Filter Pattern Version
10603=The version number of Smart Query Filter Pattern that is used by the client.
10604=CRC Query Queue Size
10605=The current size of CRC queries in the queue.
10606=Update Queue Size
10607=The current size of update requests in the queue.
10608=Event Callback Queue Size
10609=The current size of event callbacks in the queue.
10610=Smart Scan Mode
10611=The client is using smart scan.
10612=HTTP Query External Cache Count (Hit)
10613=The total number of http queries that hit external cache.
10614=HTTP Query External Cache Count (Miss)
10615=The total number of http queries that miss external cache.
10616=Check Server Status Count
10617=The total number of Check Server Status query.
10618=Smart Query Filter Hits (Main)
10619=The total number of query hits matching the main table of the Smart Query
Filter.
10620=Smart Query Filter Hits (Diff)
10621=The total number of query hits matching the diff table of the Smart Query
Filter.
10622=Smart Query Filter Pattern Version (Main)
10623=The pattern version of the main table.
10624=Smart Query Filter Pattern Diff Version Count
10625=The number of available diff patterns.
10626=Smart Query Filter Pattern Diff Entry Count
10627=The number of entries inside the diff pattern table.
10628=Forced Query Count
10629=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
10630=Full Purge CRC Cache (Full Update)
10631=CRC cache was purged because the full pattern was updated.
10632=Full Purge CRC Cache Count (Incomplete)
10633=CRC cache was purged because of an incomplete pattern.
10634=Full Purge CRC Cache Count (API)
10635=CRC cache was purged because of an API call.
10636=Vinfo Cached Items Purge Count
10637=The number of Vinfo cached items purged.
10638=Address Family Selector Last Refresh Time
10639=Last Refresh Time to select the family by the address family selector
10640=Address Family Selector Selected IP
10641=The IP selected by the address family selector
10642=Address Family Selector Selected Family
10643=The family selected by the address family selector
10644=Address Family Selector Connection Spent Time
10645=Time spent for making connection to select the family
10646=Address Family Selector Decision Spent Time
10647=Time spent for making decision of selecting the family
10648=FullDwnMode in full download mode
10649=Ignore FullMergeMark if InFullDownloadMode
10650=FullDwnMode target time start
10651=In the format of timestampTo do full download if CurrentTime in
[TargetTimeStart , TargetTimeEnd]
10652=FullDwnMode target time end
10653=TargetTimeEnd = TargetTimeStart + PeriodOfTargetTime
10654=FullDwnMode target time force
10655=TargetTimeForce = EnterTime + IntervalToForceDownload
10656=FullDwnMode randomized interval
10657=A record of randomized result of interval
10658=FullDwnMode enter time
10659=A record of when does it enter full download mode (merge failed time)
10660=FullDwnMode recalculate time
10661=A record of when does it recalculate TargetTimeStart
10662=FullDwnMode leave time
10663=A record of when does it leave full download mode
10664=True DNS Query Count
10665=The total number of True DNS queries
10834=Smart Scan Client Scanning Counters
10835=Performance indicators for smart scan clients
10836=Files Scanned
10837=The total number of files scanned
10838=Malware Detected
10839=The total number of viruses/malware detected
10840=Suspicious Files Detected
10841=The total number of files suspected to be infected with virus/malware
10842=Location Switches
10843=The number of times clients switch locations (between internal and external)
10844=Smart Scan Client Queries
10845=Performance indicators for in-the-cloud queries and the Smart Query Filter
10846=HTTP Requests
10847=The total number of HTTP requests from clients to Smart Protection servers.
10848=Update Requests
10849=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
10850=HTTP Query Time (Total)
10851=The total amount of time clients took to perform HTTP queries.
10852=HTTP Query Time (Minimum)
10853=The minimum amount of time it took to perform an HTTP query.
10854=HTTP Query Time (Average)
10855=The average amount of time it took to perform an HTTP query.
10856=HTTP Query Time (Maximum)
10857=The maximum amount of time it took to perform an HTTP query.
10858=CRC Queries
10859=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
10860=CRC Query Errors (Network)
10861=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
10862=CRC Query Errors (Server)
10863=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur for many reasons but are not caused by the
following (there are separate counters for these items): unsynchronized patterns,
network problems, Smart Protection server errors, and query timeouts.
10864=CRC Query Errors (Timeout)
10865=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because the query timed out before it completed a
query.
10866=CRC Query Errors (Others)
10867=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because there is a problem with the Smart
Protection server.
10868=Unsynchronized Smart Query Filter Pattern
10869=The number of times the Smart Query Filter Pattern versions on the client
and Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
10870=CRC Query Time (Total)
10871=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
10872=CRC Query Time (Minimum)
10873=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10874=CRC Query Time (Average)
10875=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10876=CRC Query Time (Maximum)
10877=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10878=CRC Query Volume Sent
10879=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
10880=CRC Query Overhead Volume Sent
10881=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
10882=CRC Query Volume Received
10883=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
10884=CRC Query Overhead Volume Received
10885=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
10886=CRC Query Volume
10887=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
10888=TCP Connections
10889=The total number of TCP connections during in-the-cloud queries.
10890=Smart Query Filter Queries
10891=The total number of Smart Query Filter queries.
10892=Smart Query Filter Hits (Miss)
10893=The total number of query hits not recognized by the Smart Query Filter.
10894=Smart Query Filter False Positives
10895=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
10896=CRC Cached Items
10897=The number of items in the CRC cache.
10898=CRC Cache Hits
10899=The total number of recorded hits for the CRC cache when performing queries.
10900=CRC Cache Hit Rate
10901=The ratio of CRC cache hits to total CRC queries.
10902=CRC Diff. Purged Count
10903=The amount of CRC items purged by comparing CRC differences.
10904=Async CRC Cached Item Purged Count
10905=The amount of Async CRC items purged.
10906=Smart Query Filter Pattern Downloads
10907=The number of times that a Smart Query Filter Pattern was downloaded.
10908=Smart Query Filter Pattern Downloaded Volume
10909=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
10910=Smart Query Filter Pattern Downloaded Overhead Volume
10911=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
10912=Smart Query Filter Pattern Version
10913=The version number of Smart Query Filter Pattern that is used by the client.
10914=CRC Query Queue Size
10915=The current size of CRC queries in the queue.
10916=Update Queue Size
10917=The current size of update requests in the queue.
10918=Event Callback Queue Size
10919=The current size of event callbacks in the queue.
10920=Smart Scan Mode
10921=The client is using smart scan.
10922=HTTP Query External Cache Count (Hit)
10923=The total number of http queries that hit external cache.
10924=HTTP Query External Cache Count (Miss)
10925=The total number of http queries that miss external cache.
10926=Check Server Status Count
10927=The total number of Check Server Status query.
10928=Smart Query Filter Hits (Main)
10929=The total number of query hits matching the main table of the Smart Query
Filter.
10930=Smart Query Filter Hits (Diff)
10931=The total number of query hits matching the diff table of the Smart Query
Filter.
10932=Smart Query Filter Pattern Version (Main)
10933=The pattern version of the main table.
10934=Smart Query Filter Pattern Diff Version Count
10935=The number of available diff patterns.
10936=Smart Query Filter Pattern Diff Entry Count
10937=The number of entries inside the diff pattern table.
10938=Forced Query Count
10939=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
10940=Full Purge CRC Cache (Full Update)
10941=CRC cache was purged because the full pattern was updated.
10942=Full Purge CRC Cache Count (Incomplete)
10943=CRC cache was purged because of an incomplete pattern.
10944=Full Purge CRC Cache Count (API)
10945=CRC cache was purged because of an API call.
10946=Vinfo Cached Items Purge Count
10947=The number of Vinfo cached items purged.
10948=Address Family Selector Last Refresh Time
10949=Last Refresh Time to select the family by the address family selector
10950=Address Family Selector Selected IP
10951=The IP selected by the address family selector
10952=Address Family Selector Selected Family
10953=The family selected by the address family selector
10954=Address Family Selector Connection Spent Time
10955=Time spent for making connection to select the family
10956=Address Family Selector Decision Spent Time
10957=Time spent for making decision of selecting the family
10958=FullDwnMode in full download mode
10959=Ignore FullMergeMark if InFullDownloadMode
10960=FullDwnMode target time start
10961=In the format of timestampTo do full download if CurrentTime in
[TargetTimeStart , TargetTimeEnd]
10962=FullDwnMode target time end
10963=TargetTimeEnd = TargetTimeStart + PeriodOfTargetTime
10964=FullDwnMode target time force
10965=TargetTimeForce = EnterTime + IntervalToForceDownload
10966=FullDwnMode randomized interval
10967=A record of randomized result of interval
10968=FullDwnMode enter time
10969=A record of when does it enter full download mode (merge failed time)
10970=FullDwnMode recalculate time
10971=A record of when does it recalculate TargetTimeStart
10972=FullDwnMode leave time
10973=A record of when does it leave full download mode
10974=True DNS Query Count
10975=The total number of True DNS queries

[PerfStrings_00A]
1=1847
2=Sistema
3=El objeto de rendimiento Sistema incluye los contadores aplicables a m�s de una
instancia de procesador de componentes en el equipo.
4=Memoria
5=El objeto de rendimiento Memoria incluye los contadores que describen el
comportamiento de la memoria f�sica y virtual en el equipo. La memoria f�sica es la
cantidad de memoria de acceso aleatorio del equipo. La memoria virtual es el
espacio en memoria f�sica y en el disco. Muchos de los contadores de memoria
supervisan la paginaci�n, es decir, el movimiento de p�ginas de c�digo y datos
entre la memoria en disco y la f�sica. La paginaci�n excesiva, s�ntoma de falta de
memoria, puede causar retrasos que interfieren con todos los procesos del sistema.
6=% de tiempo de procesador
7=% de tiempo de procesador es el porcentaje del tiempo transcurrido que el
procesador emplea en ejecutar un subproceso activo. Se calcula midiendo el
porcentaje de tiempo que el procesador emplea en ejecutar el subproceso inactivo y
restando este valor de 100%. Cada procesador tiene un subproceso inactivo que
consume ciclos cuando no hay ning�n otro subproceso preparado para ejecutarse. Este
contador es el indicador principal de la actividad del procesador, y muestra el
porcentaje promedio del tiempo ocupado observado durante el intervalo de muestra.
Debe tenerse en cuenta que el c�lculo de si el procesador est� inactivo se realiza
en un intervalo de muestra interno del reloj del sistema (10 ms). Por tanto, en los
procesadores r�pidos disponibles actualmente, % de tiempo de procesador puede
infravalorar el uso del procesador, ya que es posible que el procesador emplee
mucho tiempo en atender subprocesos entre el intervalo de muestra del reloj del
sistema. Las aplicaciones de temporizador basadas en cargas de trabajo son un
ejemplo de aplicaciones que se pueden medir de forma inexacta, puesto que los
temporizadores se se�alan justo despu�s de tomar la muestra.
9=% de tiempo total de DPC es el promedio del porcentaje de tiempo invertido por
todos los procesadores en recibir y atender llamadas a procedimiento diferidas
(DPC). Las DPC son interrupciones que se ejecutan con una prioridad inferior a la
de las interrupciones est�ndar. Es la suma de Procesador: % de tiempo de DPC para
todos los procesadores del equipo, dividida por el n�mero de procesadores. Sistema:
% de tiempo total de DPC es un componente de Sistema: % de tiempo total
privilegiado, puesto que las DPC se ejecutan en modo privilegiado. Las DPC se
cuentan por separado y no forman parte del recuento de interrupciones. Este
contador muestra el tiempo ocupado promedio como un porcentaje del tiempo de
muestra.
10=Operaciones de lectura de archivo/s
11=Operaciones de lectura de archivo/s es la velocidad combinada de las solicitudes
de lectura del sistema de archivos a todos los dispositivos del equipo, incluidas
las solicitudes de lectura de la cach� del sistema de archivos. Se mide en n�mero
de lecturas. Este contador muestra la diferencia entre los valores observados en
las dos �ltimas muestras, dividida por la duraci�n del intervalo de muestra.
12=Operaciones de escritura de archivo/s
13=Operaciones de escritura de archivo/s es la velocidad combinada de las
solicitudes de escritura del sistema de archivos a todos los dispositivos del
equipo, incluidas las solicitudes de escritura en la cach� del sistema de archivos.
Se mide en n�mero de escrituras. Este contador muestra la diferencia entre los
valores observados en las dos �ltimas muestras, dividida por la duraci�n del
intervalo de muestra.
14=Operaciones de control de archivo/s
15=Operaciones de control de archivo/s es la velocidad combinada de las operaciones
del sistema de archivos que no son de lectura ni escritura, como solicitudes de
control del sistema de archivos y solicitudes de informaci�n acerca de las
caracter�sticas o el estado de los dispositivos. Es lo contrario de Sistema:
Operaciones con datos de archivo/s y se mide en n�mero de operaciones realizadas
por segundo. Este contador muestra la diferencia entre los valores observados en
las dos �ltimas muestras, dividida por la duraci�n del intervalo de muestra.
16=Bytes de lectura de archivo/s
17=Bytes de lectura de archivo/s es la velocidad global a la que se leen los bytes
para satisfacer las solicitudes de lectura del sistema de archivos a todos los
dispositivos del equipo, incluidas lecturas de la cach� del sistema de archivos. Se
mide en n�mero de bytes por segundo. Este contador muestra la diferencia entre los
valores observados en las dos �ltimas muestras, dividida por la duraci�n del
intervalo de muestra.
18=Bytes de escritura de archivo/s
19=Bytes de escritura de archivo/s es la velocidad global a la que se escriben los
bytes para satisfacer las solicitudes de escritura del sistema de archivos a todos
los dispositivos del equipo, incluidas escrituras en la cach� del sistema de
archivos. Se mide en n�mero de bytes por segundo. Este contador muestra la
diferencia entre los valores observados en las dos �ltimas muestras, dividida por
la duraci�n del intervalo de muestra.
20=Bytes de control de archivo/s
21=Bytes de control de archivo/s es la velocidad global a la que se transfieren los
bytes para todas las operaciones del sistema de archivos que no son de lectura ni
escritura, incluidas solicitudes de control del sistema de archivos y solicitudes
de informaci�n acerca de las caracter�sticas o el estado de los dispositivos. Se
mide en n�mero de bytes. Este contador muestra la diferencia entre los valores
observados en las dos �ltimas muestras, dividida por la duraci�n del intervalo de
muestra.
23=% de tiempo total de interrupci�n es el porcentaje promedio del tiempo que todos
los procesadores emplean en recibir y atender interrupciones de hardware durante
los intervalos de muestra, donde el valor es un indicador indirecto de la actividad
de los dispositivos que generan interrupciones. Es la suma de Procesador: % de
tiempo de interrupci�n de todos los procesadores del equipo, dividida por el n�mero
de procesadores. Las DPC se cuentan por separado y no forman parte del recuento de
interrupciones. Este valor es un indicador indirecto de la actividad de los
dispositivos que generan interrupciones, como el temporizador del sistema, el
mouse, los controladores de disco, las l�neas de comunicaci�n de datos, las
tarjetas de interfaz de red y otros dispositivos perif�ricos.
24=Bytes disponibles
25=Bytes disponibles es la cantidad de memoria f�sica, en bytes, disponible
inmediatamente para su asignaci�n a un proceso o para uso del sistema. Equivale a
la suma de la memoria asignada a las listas de p�ginas en modo de espera (en
cach�), libres y cero. Para obtener una explicaci�n completa acerca del
administrador de memoria, consulte la informaci�n pertinente en MSDN o en el
cap�tulo de la gu�a de rendimiento del sistema y soluci�n de errores del Kit de
recursos de Windows Server 2003.
26=Bytes confirmados
27=Bytes confirmados es la cantidad de memoria virtual confirmada, en bytes. La
memoria confirmada es la memoria f�sica que tiene espacio reservado en los archivos
de paginaci�n de disco. Puede haber uno o m�s archivos de paginaci�n en cada unidad
f�sica. Este contador muestra solamente el �ltimo valor observado. No es un
promedio.
28=Errores de p�gina/s
29=Errores de p�gina/s es el n�mero promedio de p�ginas con errores por segundo. Se
mide en n�mero de p�ginas err�neas por segundo porque s�lo hay una p�gina err�nea
en cada operaci�n err�nea, por lo tanto, equivale tambi�n al n�mero de operaciones
de p�ginas con errores. Este contador incluye tanto errores severos (aquellos que
requieren acceso al disco) como errores flexibles (donde la p�gina con errores se
encuentra en alg�n otro sitio de la memoria f�sica). La mayor�a de los procesadores
pueden tratar grandes cantidades de errores flexibles sin consecuencias
significativas. Sin embargo, los errores severos, que requieren acceso al disco,
pueden producir retrasos importantes.
30=L�mite de confirmaci�n
31=L�mite de confirmaci�n es la cantidad de memoria virtual que se puede confirmar
sin tener que extender los archivos de paginaci�n. Se mide en bytes. La memoria
confirmada es la memoria f�sica que tiene espacio reservado en los archivos de
paginaci�n de disco. Puede haber un archivo de paginaci�n en cada unidad f�sica. Si
los archivos de paginaci�n se expanden, el l�mite se incrementar�. Este contador
muestra solamente el �ltimo valor observado. No es un promedio.
32=Copias de escritura/s
33=Copias de escritura/s es la velocidad a la cual se producen errores de p�gina se
producen al hacer una copia de una p�gina cuando se intenta escribir en ella desde
cualquier sitio en la memoria f�sica. Es una forma econ�mica de compartir datos ya
que la copia s�lo se realiza en los intentos de escritura; en los dem�s casos, se
comparte la p�gina. Este contador muestra el n�mero de copias sin hacer referencia
al n�mero de p�ginas copiadas en cada operaci�n.
34=Errores de transici�n/s
35=Errores de transici�n/s es la velocidad a la cual se resuelven los errores de
p�gina mediante la recuperaci�n de p�ginas usadas por otro proceso que compart�a la
p�gina que formaban parte de la lista de p�ginas modificadas o de la lista de
elementos en espera, o bien que se escrib�an en el disco al mismo tiempo que el
error de p�gina. Las p�ginas se recuperaron sin actividad adicional de disco. Los
errores de transici�n se contabilizan en n�mero de errores. Tambi�n equivalen al
n�mero de p�ginas con errores, puesto que solamente una p�gina obtiene errores en
cada operaci�n.
36=Errores de cach�/s
37=Errores de cach�/s es la velocidad a la cual se producen errores cuando una
p�gina buscada en la cach� del sistema de archivos no se encuentra y debe
recuperarse desde alg�n otro sitio en la memoria (un error flexible) o desde el
disco (un error severo). La cach� de sistema de archivos es un �rea de la memoria
f�sica que almacena p�ginas de datos recientemente usadas para aplicaciones. La
actividad de la cach� es un indicador confiable de la mayor�a de las operaciones de
E/S de aplicaci�n. Este contador muestra el n�mero de errores sin hacer referencia
al n�mero de p�ginas con errores en cada operaci�n.
38=Errores de solicitud de cero/s
39=Errores de solicitud de cero/s es la velocidad a la cual se requiere que una
p�gina a cero satisfaga el error. Las p�ginas a cero, que son p�ginas cuyos datos
se vac�an y se rellenan con ceros, son una caracter�stica de seguridad de Windows
que impide que los procesos vean datos almacenados por otros procesos anteriores
que usaron el espacio en memoria. Windows mantiene una lista de p�ginas a cero para
acelerar este proceso. Este contador muestra el n�mero de errores sin hacer
referencia al n�mero de p�ginas recuperadas para satisfacer el error. Este contador
muestra la diferencia entre los valores observados en las dos �ltimas muestras,
dividida por la duraci�n del intervalo de muestra.
40=P�ginas/s
41=P�ginas/s es la velocidad a la que las p�ginas se leen o se escriben en disco
para resolver errores severos de p�gina. Este contador es un indicador primario de
los tipos de errores que causan retrasos en todo el sistema. Es la suma de
Memoria\\Entrada de p�ginas/s y Memoria\\Salida de p�ginas/s. Se calcula en n�mero
de p�ginas, por lo que puede compararse con otros recuentos de p�ginas, como
Memoria\\Errores de p�gina/s, sin conversi�n. Incluye las p�ginas recuperadas para
satisfacer errores en la cach� del sistema de archivos (normalmente solicitadas por
aplicaciones) y en archivos de memoria asignada no almacenados en cach�.
42=Lecturas de p�ginas/s
43=Lecturas de p�ginas/s es la velocidad a la que se ley� el disco con el objetivo
de resolver errores severos de p�gina. Muestra el n�mero de operaciones de lectura
sin hacer referencia al n�mero de p�ginas recuperadas en cada operaci�n. Los
errores severos de p�gina ocurren cuando un proceso hace referencia a una p�gina en
la memoria virtual que no est� en un espacio de trabajo o en cualquier otro sitio
en la memoria f�sica, y debe recuperarse desde el disco. Este contador es un
indicador primario de los tipos de errores que causan retrasos en todo el sistema.
Incluye operaciones de lectura para satisfacer errores en la cach� del sistema de
archivos (normalmente solicitadas por aplicaciones) y en archivos de memoria
asignados no almacenados en cach�. Compare el valor de Memoria\\Lecturas de
p�gina/s con el valor de Memoria\\Entrada de p�ginas/s para determinar el n�mero
promedio de p�ginas le�das durante cada operaci�n.
44=Longitud de la cola del procesador
45=Longitud de la cola del procesador es el n�mero de subprocesos en la cola del
procesador. Diferenci�ndose de los contadores de disco, este contador s�lo muestra
subprocesos listos, no muestra subprocesos que se est�n ejecutando. Hay una �nica
cola para el tiempo del procesador incluso en equipos con varios procesadores. Por
consiguiente, si un equipo tiene varios procesadores, debe dividir este valor por
el n�mero de procesadores que atienden la carga de trabajo. Una cola de procesador
ininterrumpida de menos de 10 subprocesos por procesador es normalmente aceptable,
en funci�n de la carga de trabajo.
46=Estado de subproceso
47=Estado de subproceso es el estado en el que se encuentra el subproceso
actualmente. El estado es 0 para inicializado, 1 cuando el proceso est� listo para
ejecutarse, 2 para ejecuci�n, 3 cuando se mantiene en espera, 4 para terminado, 5
para espera, 6 para transici�n y 7 en caso de un estado desconocido. Un subproceso
en ejecuci�n est� usando un procesador, mientras que cuando se mantiene en espera
simplemente lo tiene asignado. Un proceso listo para ejecutarse est� en espera de
un procesador, ya que no hay ninguno disponible en esos momentos. Cuando el
subproceso est� en transici�n, se encuentra a la espera de alg�n recurso; por
ejemplo, se encuentra a la espera de la paginaci�n desde el disco de su pila de
ejecuci�n. Un subproceso en espera no usa el procesador, puesto que est� esperando
a que se complete alguna operaci�n en dispositivos perif�ricos o que alg�n recurso
quede disponible.
48=Salida de p�ginas/s
49=Salida de p�ginas/s es la velocidad a la cual se escriben las p�ginas en el
disco para liberar espacio en la memoria f�sica. Las p�ginas se devuelven al disco
s�lo si se cambian en la memoria f�sica, por lo que es probable que contengan
datos, no c�digo. Una velocidad alta de salida de p�ginas puede indicar escasez de
memoria. Windows devuelve m�s p�ginas al disco para liberar espacio cuando escasea
la memoria f�sica. Este contador muestra el n�mero de p�ginas y se puede comparar
con otros recuentos de p�ginas, sin conversi�n.
50=Escrituras de p�ginas/s
51=Escrituras de p�ginas/s es la velocidad a la cual se escriben las p�ginas en el
disco para liberar espacio en la memoria f�sica. Las p�ginas se escriben en el
disco s�lo si se cambian en la memoria f�sica, por lo que es probable que contengan
datos, no c�digo. Este contador muestra operaciones de escritura, sin hacer
referencia al n�mero de p�ginas escritas en cada operaci�n. Este contador muestra
la diferencia entre los valores observados en las dos �ltimas muestras, dividida
por la duraci�n del intervalo de muestra.
52=Explorador
53=El objeto de rendimiento Explorador incluye los contadores que miden la
velocidad de los anuncios, las enumeraciones y otras transmisiones de Explorador.
54=Anuncios de servidor/s
55=Anuncios de servidor/s es la velocidad a la que los servidores de este dominio
se anunciaron a este servidor.
56=Bytes de bloque paginado
57=Bytes de bloque paginado es el tama�o, en bytes, del bloque paginado, un �rea de
la memoria del sistema (memoria f�sica usada por el sistema operativo) para los
objetos que se pueden escribir en el disco cuando no se usan. Memoria\\Bytes de
bloque paginado se calcula de forma diferente a Proceso\\Bytes de bloque paginado,
por lo que su valor puede ser distinto a Proceso\\Bytes de bloque paginado
\\_Total. Este contador muestra solamente el �ltimo valor observado. No es un
promedio.
58=Bytes de bloque no paginado
59=Bytes de bloque no paginado es el tama�o, en bytes, del bloque no paginado, un
�rea la memoria del sistema (memoria f�sica usada por el sistema operativo) para
los objetos que no se pueden escribir en el disco, pero que deben permanecer en la
memoria f�sica mientras est�n asignados. Memoria\\Bytes de bloque no paginado se
calcula de forma diferente a Proceso\\Bytes de bloque no paginado, por lo que su
valor puede ser distinto a Proceso\\Bytes de bloque no paginado\\_Total. Este
contador muestra solamente el �ltimo valor observado. No es un promedio.
60=Asignaciones de bloque paginado
61=Asignaciones de bloque paginado es el n�mero de llamadas para asignar espacio en
el bloque paginado. El bloque paginado es un �rea de la memoria del sistema
(memoria f�sica usada por el sistema operativo) para los objetos que se pueden
escribir en el disco cuando no se usan. Se mide en n�mero de llamadas para asignar
espacio, independientemente de la cantidad de espacio asignado en cada llamada.
Este contador muestra solamente el �ltimo valor observado. No es un promedio.
63=Bytes residentes de bloque paginado es el tama�o actual, en bytes, del bloque
paginado. El bloque paginado es un �rea del la memoria del sistema (memoria f�sica
usada por el sistema operativo) para los objetos que se pueden escribir en el disco
cuando no se usan. El espacio usado por el bloque paginado y el bloque no paginado
se toma de la memoria f�sica, por lo que un bloque muy grande deniega espacio de
memoria al los procesos. Este contador muestra solamente el �ltimo valor observado.
No es un promedio.
64=Asignaciones de bloque no paginado
65=Asignaciones de bloque no paginado es el n�mero de llamadas para asignar espacio
en el bloque no paginado. El bloque no paginado es un �rea de la memoria del
sistema para los objetos que no se pueden escribir en el disco, pero que deben
permanecer en la memoria f�sica mientras est�n asignados. Se mide en n�mero de
llamadas para asignar espacio, independientemente de la cantidad de espacio
asignado en cada llamada. Este contador muestra solamente el �ltimo valor
observado. No es un promedio.
66=Bytes residentes de bloque paginado
67=Total de bytes/s es la velocidad total de los bytes enviados o recibidos desde
la red por el protocolo, pero s�lo para las tramas (paquetes) que contienen datos.
Es la suma de Bytes de trama/s y Bytes de datagrama/s.
68=Total de bytes de c�digo del sistema
69=Total de bytes de c�digo del sistema es el tama�o, en bytes, del c�digo del
sistema operativo paginable que se encuentra actualmente en la memoria virtual. Es
una medida de la cantidad de memoria virtual que el sistema operativo est� usando y
que se puede escribir en el disco cuando no est� en uso. Este valor se calcula
sumando los bytes de Ntoskrnl.exe, Hal.dll, los controladores de arranque y los
sistemas de archivos cargados por Ntldr/osloader. Este contador no incluye el
c�digo que debe permanecer en la memoria f�sica y no se puede escribir en el disco.
Este contador muestra solamente el �ltimo valor observado. No es un promedio.
70=Bytes residentes de c�digo del sistema
71=Bytes residentes de c�digo del sistema es el tama�o, en bytes, del c�digo del
sistema operativo que se encuentra actualmente en la memoria f�sica y que se puede
escribir en el disco cuando no est� en uso. Este valor es un componente de
Memoria\\Total de bytes de c�digo del sistema, que tambi�n incluye c�digo del
sistema operativo en el disco. Memoria\\Bytes residentes de c�digo del sistema y
Memoria\\Total de bytes de c�digo del sistema no incluyen el c�digo que debe
permanecer en la memoria f�sica y no se puede escribir en el disco. Este contador
muestra solamente el �ltimo valor observado. No es un promedio.
72=Total de bytes de controladores del sistema
73=Total de bytes de controladores del sistema es el tama�o, en bytes, de la
memoria virtual paginable usada actualmente por controladores de dispositivo. La
memoria paginable puede escribirse en el disco cuando no est� en uso. Incluye
memoria f�sica (Memoria\\Bytes residentes de controladores del sistema), c�digo y
datos paginados en disco. Es un componente de Memoria\\Total de bytes de c�digo del
sistema. Este contador muestra solamente el �ltimo valor observado. No es un
promedio.
74=Bytes residentes de controladores del sistema
75=Bytes residentes de controladores del sistema es el tama�o, en bytes, de la
memoria f�sica paginable usada actualmente por controladores de dispositivo. Esta
cantidad es el espacio de trabajo (�rea de la memoria f�sica) de los controladores.
Este valor es un componente de la Memoria\\Total de bytes de controladores del
sistema, que tambi�n incluye memoria de controladores que se escribi� en el disco.
Memoria\\Bytes residentes de controladores del sistema y Memoria\\Total de bytes de
controladores del sistema no incluyen memoria que no se pueda escribir en el disco.
76=Bytes residentes de cach� del sistema
77=Bytes residentes de cach� del sistema es el tama�o, en bytes, del c�digo del
sistema operativo paginable en la cach� del sistema de archivos. Este valor incluye
s�lo p�ginas f�sicas actuales y no incluye ninguna p�gina de memoria virtual no
residente actualmente. Es igual al valor de Cach� del sistema mostrado en el
Administrador de tareas. Como resultado, este valor puede ser m�s peque�o que la
cantidad real de memoria virtual usada por la cach� del sistema de archivos. Este
valor es un componente de Memoria\\Bytes residentes de c�digo del sistema, que
representa todo el c�digo del sistema operativo paginable que est� actualmente en
la memoria f�sica. Este contador muestra solamente el �ltimo valor observado. No es
un promedio.
78=Anuncios de dominio/s
79=Anuncios de dominio/s es la velocidad a la que se anuncia un dominio a la red.
80=Paquetes de elecci�n/s
81=Paquetes de elecci�n/s es la velocidad a la que los paquetes de elecci�n del
explorador se recibieron en esta estaci�n de trabajo.
82=Escrituras de buz�n interproceso/s
83=Escrituras de buz�n interproceso/s es la velocidad a la que se recibieron
correctamente los mensajes de buz�n interproceso.
84=Solicitudes de lista de servidores/s
85=Solicitudes de lista de servidores/s es la velocidad a la que se procesaron las
solicitudes para obtener una lista de servidores de explorador en esta estaci�n de
trabajo.
86=Cach�
87=El objeto de rendimiento Cach� incluye los contadores que supervisan la cach�
del sistema de archivos, un �rea de memoria f�sica que almacena datos recientemente
usados durante el mayor tiempo posible para permitir el acceso a los datos sin
tener que leerlos desde el disco. Ya que normalmente las aplicaciones usan la
cach�, �sta se supervisa como un indicador de operaciones de E/S de las
aplicaciones. Cuando la memoria es abundante, la cach� puede crecer, pero cuando la
memoria es escasa la cach� puede reducirse demasiado y no ser eficaz.
88=Asignaciones de datos/s
89=Asignaciones de datos/s es la frecuencia con que un sistema de archivos, como
NTFS, asigna una p�gina de un archivo a la cach� del sistema de archivos para leer
la p�gina.
90=Asignaciones sincr�nicas de datos/s
91=Asignaciones sincr�nicas de datos/s es la frecuencia con que un sistema de
archivos, como NTFS, asigna una p�gina de un archivo a la cach� del sistema de
archivos para leer la p�gina y desea esperar a que se recupere la p�gina si no se
encuentra en la memoria principal.
92=Asignaciones asincr�nicas de datos/s
93=Asignaciones asincr�nicas de datos/s es la frecuencia con que una aplicaci�n que
usa sistema de archivos, como NTFS, asigna una p�gina de un archivo a la cach� del
sistema de archivos para leer la p�gina y no espera a que se recupere la p�gina si
no se encuentra en la memoria principal.
94=% de aciertos en asignaciones de datos
95=% de aciertos en asignaciones de datos es el porcentaje de asignaciones de datos
en la cach� del sistema de archivos que pudieron resolverse sin tener que recuperar
una p�gina del disco; es decir, la p�gina ya se encontraba en la memoria f�sica.
96=Asignaciones de datos ancladas/s
97=Asignaciones de datos ancladas/s es la frecuencia de asignaciones de datos en la
cach� del sistema de archivos que dieron como resultado el anclaje de una p�gina en
la memoria principal, acci�n normalmente preparatoria para escribir el archivo en
disco. Durante el anclaje, no se alterar� la direcci�n f�sica de una p�gina en la
memoria principal ni la direcci�n virtual en la cach� del sistema de archivos.
98=Lecturas de anclaje/s
99=Lecturas de anclaje/s es la frecuencia de lectura de datos en la cach� del
sistema de archivos previa a la escritura de datos en el disco. Las p�ginas le�das
de esta forma se anclan en memoria al final de la lectura. Durante el anclaje, no
se alterar� la direcci�n f�sica de una p�gina de la cach� del sistema de archivos.
100=Lecturas sincr�nicas de anclaje/s
101=Lecturas sincr�nicas de anclaje/s es la frecuencia de lectura de datos en la
cach� del sistema de archivos previa a la escritura de datos en el disco. Las
p�ginas le�das de esta forma se anclan en memoria al final de la lectura. El
sistema de archivos no recobrar� el control hasta que la p�gina se ancle en la
cach� del sistema de archivos, en particular si se necesita tener acceso al disco
para recuperar la p�gina. Durante el anclaje, no se alterar� la direcci�n f�sica de
una p�gina de la cach� del sistema de archivos.
102=Lecturas asincr�nicas de anclaje/s
103=Lecturas asincr�nicas de anclaje/s es la frecuencia de lectura de datos en la
cach� del sistema de archivos previa a la escritura de datos en el disco. Las
p�ginas le�das de esta forma se anclan en memoria al final de la lectura. El
sistema de archivos recobrar� el control inmediatamente, incluso aunque se necesite
tener acceso al disco para recuperar la p�gina. Durante el anclaje, no se alterar�
la direcci�n f�sica de una p�gina.
104=% de aciertos de lecturas de anclaje
105=% de aciertos de lecturas de anclaje es el porcentaje de solicitudes de
lecturas de anclaje que "acertaron" en la cach� del sistema de archivos; es decir,
no se requiri� leer el disco para proporcionar acceso a la p�gina en la cach� del
sistema de archivos. Durante el anclaje, no se alterar� la direcci�n f�sica de una
p�gina de la cach� del sistema de archivos. El Redirector de LAN usa este m�todo
para recuperar informaci�n de cach�, al igual que hace el servidor de LAN para
peque�as transferencias. Tambi�n es el m�todo usado normalmente por los sistemas de
archivos de disco.
106=Lecturas de copia/s
107=Lecturas de copia/s es la frecuencia de lecturas desde p�ginas de la cach� del
sistema de archivos que implican una copia en memoria de los datos desde la cach�
al b�fer de la aplicaci�n. El Redirector de LAN usa este m�todo para recuperar
informaci�n de la cach� del sistema de archivos, al igual que hace el servidor de
LAN para peque�as transferencias. Tambi�n es el m�todo usado normalmente por los
sistemas de archivos de disco.
108=Lecturas sincr�nicas de copia/s
109=Lecturas sincr�nicas de copia/s es la frecuencia de lecturas desde p�ginas de
la cach� del sistema de archivos que implican una copia en memoria de los datos
desde la cach� al b�fer de la aplicaci�n. El sistema de archivos no recobrar� el
control hasta que se complete la operaci�n, incluso aunque se necesite tener acceso
al disco para recuperar la p�gina.
110=Lecturas asincr�nicas de copia/s
111=Lecturas asincr�nicas de copia/s es la frecuencia de lecturas desde p�ginas de
la cach� del sistema de archivos que implican una copia en memoria de los datos
desde la cach� al b�fer de la aplicaci�n. La aplicaci�n recobrar� el control
inmediatamente, incluso aunque se necesite tener acceso al disco para recuperar la
p�gina.
112=% de aciertos de lecturas de copia
113=% de aciertos de lecturas de copia es el porcentaje de solicitudes de lecturas
de copias de cach� que "acertaron" en la memoria cach�; es decir, no se requiri�
leer el disco para proporcionar la p�gina en la cach�. Una lectura de copia es una
operaci�n de lectura de archivo que se satisface mediante una copia en memoria
desde una p�gina de la cach� al b�fer de la aplicaci�n. El Redirector de LAN usa
este m�todo para recuperar informaci�n de cach�, al igual que hace el servidor de
LAN para peque�as transferencias. Tambi�n es el m�todo usado normalmente por los
sistemas de archivos de disco.
114=Lecturas mediante MDL/s
115=Lecturas mediante MDL/s es la frecuencia de lecturas desde la cach� del sistema
de archivos que usan una lista de descriptores de memoria (MDL) para tener acceso a
los datos. La MDL contiene la direcci�n f�sica de cada p�gina involucrada en la
transferencia y as� puede usar un dispositivo de hardware de acceso directo a
memoria (DMA) para realizar la copia. El servidor de LAN usa este m�todo para
grandes transferencias fuera del servidor.
116=Lecturas sincr�nicas mediante MDL/s
117=Lecturas sincr�nicas mediante MDL/s es la frecuencia de lecturas desde la cach�
del sistema de archivos que usan una lista de descriptores de memoria (MDL) para
tener acceso a las p�ginas. La MDL contiene la direcci�n f�sica de cada p�gina de
la transferencia, lo cual permite el acceso directo a memoria (DMA) de las p�ginas.
Si la p�gina a la que se obtuvo acceso no est� en la memoria principal, el programa
que realiz� la llamada esperar� a que se obtenga del disco.
118=Lecturas asincr�nicas mediante MDL/s
119=Lecturas asincr�nicas mediante MDL/s es la frecuencia de lecturas desde la
cach� del sistema de archivos que usan una lista de descriptores de memoria (MDL)
para tener acceso a las p�ginas. La MDL contiene la direcci�n f�sica de cada p�gina
de la transferencia, lo cual permite el acceso directo a memoria (DMA) de las
p�ginas. Si la p�gina a la que se obtuvo acceso no est� en la memoria principal, el
programa que realiz� la llamada no esperar� a que se obtenga del disco.
120=% de aciertos de lecturas mediante MDL
121=% de aciertos de lecturas mediante MDL es el porcentaje de solicitudes de
lecturas mediante la lista de descriptores de memoria (MDL) realizadas a la cach�
del sistema de archivos que "acertaron" en la cach�; es decir, no se necesit� tener
acceso al disco para proporcionar acceso a memoria a las p�ginas de la cach�.
122=Lecturas anticipadas/s
123=Lecturas anticipadas/s es la frecuencia de lecturas desde la cach� del sistema
de archivos en las que la cach� detecta acceso secuencial a un archivo. Las
lecturas por adelantado permiten que los datos se transfieran en bloques mayores
que los solicitados por la aplicaci�n, lo cual reduce la sobrecarga por acceso.
124=Lecturas r�pidas/s
125=Lecturas r�pidas/s es la frecuencia de lecturas desde la cach� del sistema de
archivos que eluden el sistema de archivos instalado y obtienen los datos
directamente de la cach�. Normalmente, las solicitudes de E/S de archivos llaman al
sistema de archivos apropiado para obtener los datos de un archivo, pero esta ruta
de acceso permite obtener directamente datos de la cach� sin la participaci�n del
sistema de archivos si los datos est�n en la cach�. Incluso aunque no est�n en
ella, se evita una llamada al sistema de archivos.
126=Lecturas sincr�nicas r�pidas/s
127=Lecturas sincr�nicas r�pidas/s es la frecuencia de lecturas desde la cach� del
sistema de archivos que eluden el sistema de archivos instalado y obtienen los
datos directamente de la cach�. Normalmente, las solicitudes de E/S de archivos
llaman al sistema de archivos apropiado para obtener los datos de un archivo, pero
esta ruta de acceso permite obtener directamente datos de la cach� sin la
participaci�n del sistema de archivos si los datos est�n en la cach�. Incluso
aunque no est�n en ella, se evita una llamada al sistema de archivos. Si los datos
no est�n en la cach�, la solicitud (llamada del programa de aplicaci�n) esperar�
hasta que los datos se hayan obtenido del disco.
128=Lecturas asincr�nicas r�pidas/s
129=Lecturas asincr�nicas r�pidas/s es la frecuencia de lecturas desde la cach� del
sistema de archivos que eluden el sistema de archivos instalado y obtienen los
datos directamente de la cach�. Normalmente, las solicitudes de E/S de archivos
llaman al sistema de archivos apropiado para obtener los datos de un archivo, pero
esta ruta de acceso permite obtener directamente datos de la cach� sin la
participaci�n del sistema de archivos si los datos est�n en la cach�. Incluso
aunque no est�n en ella, se evita una llamada al sistema de archivos. Si los datos
no est�n en la cach�, la solicitud (llamada del programa de aplicaci�n) no esperar�
hasta que los datos se hayan obtenido del disco, sino que obtendr� el control de
inmediato.
130=Errores de recursos de lecturas r�pidas/s
131=Errores de recursos de lecturas r�pidas/s es la frecuencia de errores de cach�
debidos a una falta de recursos disponibles para satisfacer la solicitud.
132=Lecturas r�pidas no posibles/s
133=Lecturas r�pidas no posibles/s es la frecuencia de los intentos de eludir el
sistema de archivos para obtener acceso a datos de la cach� del sistema de
archivos, realizados por una llamada de funci�n de la interfaz de programaci�n de
aplicaciones (API), que no pudieron llevarse a cabo sin llamar al sistema de
archivos.
134=Vaciados de escritura lenta/s
135=Vaciados de escritura lenta/s es la velocidad a la que el subproceso de
escritura lenta escribi� en disco. La escritura lenta es el proceso de
actualizaci�n del disco despu�s de que la p�gina cambie en memoria; as� la
aplicaci�n que realiz� el cambio en el archivo no tiene que esperar a que se
complete la escritura en disco para continuar. Se puede transferir m�s de una
p�gina en cada operaci�n de escritura.
136=P�ginas de escritura lenta/s
137=P�ginas de escritura lenta/s es la velocidad a la que el subproceso de
escritura lenta escribi� en disco. La escritura lenta es el proceso de
actualizaci�n del disco despu�s de que la p�gina cambie en memoria; as� la
aplicaci�n que realiz� el cambio en el archivo no tiene que esperar a que se
complete la escritura en disco para continuar. Se puede transferir m�s de una
p�gina en una �nica operaci�n de escritura en disco.
138=Vaciados de datos/s
139=Vaciados de datos/s es la velocidad a la que la cach� del sistema de archivos
vaci� su contenido en el disco como resultado de una solicitud de vaciado o para
resolver una solicitud de escritura de un archivo de escritura a trav�s. Se puede
transferir m�s de una p�gina en cada operaci�n de vaciado.
140=P�ginas de vaciado de datos/s
141=P�ginas de vaciado de datos/s es el n�mero de p�ginas vaciadas por la cach� del
sistema de archivos en el disco como resultado de una solicitud de vaciado o para
resolver una solicitud de escritura de un archivo de escritura a trav�s. Se puede
transferir m�s de una p�gina en cada operaci�n de vaciado.
142=% de tiempo de usuario
143=% de tiempo de usuario es el porcentaje de tiempo de procesador empleado en
modo usuario. El modo usuario es un modo de proceso restringido dise�ado para
aplicaciones, subsistemas de entorno y subsistemas integrales. La alternativa, el
modo privilegiado, est� dise�ado para componentes de sistema operativo y permite
acceso directo al hardware y a toda la memoria. El sistema operativo cambia los
subprocesos de las aplicaciones al modo privilegiado para tener acceso a los
servicios del sistema operativo. Este contador muestra el tiempo ocupado promedio
como un porcentaje del tiempo de muestra.
144=% de tiempo privilegiado
145=% de tiempo privilegiado es el porcentaje de tiempo que los subprocesos del
proceso invirtieron en ejecutar c�digo en modo privilegiado. Cuando se llama a un
servicio del sistema Windows, con frecuencia el servicio se ejecuta en modo
privilegiado para poder tener acceso a los datos privados del sistema. Estos datos
est�n protegidos contra el acceso por parte de subprocesos que se est�n ejecutando
en modo usuario. Las llamadas al sistema pueden ser expl�citas o impl�citas, como
sucede cuando tiene lugar un error de p�gina o una interrupci�n. A diferencia de
algunos sistemas operativos anteriores, Windows delimita los procesos para la
protecci�n de subsistemas, adem�s de la protecci�n tradicional mediante los modos
de usuario y privilegiado. En otros procesos del subsistema puede aparecer trabajo
realizado por Windows para la aplicaci�n, adem�s del tiempo privilegiado del
proceso.
146=Cambios de contexto/s
147=Cambios de contexto/s es la velocidad combinada a la que todos los procesadores
del equipo cambian de un subproceso a otro. Los cambios de contexto se producen
cuando un subproceso en ejecuci�n abandona voluntariamente el procesador, es
adelantado por un subproceso preparado de prioridad mayor o cambia entre el modo
usuario y el modo privilegiado (kernel) para usar un servicio ejecutivo o del
subsistema. Es la suma de Subproceso\\Cambios de contexto/s para todos los
subprocesos que se ejecutan en todos los procesadores en el equipo y se mide en
n�mero de cambios. Hay contadores de cambio de contexto en los objetos Sistema y
Subproceso. Este contador muestra la diferencia entre los valores observados en las
dos �ltimas muestras, dividida por la duraci�n del intervalo de muestra.
148=Interrupciones/s
149=Interrupciones/s es la velocidad promedio, en incidentes por segundo, a la que
el procesador recibi� y atendi� las interrupciones de hardware. No incluye llamadas
a procedimiento diferidas (DPC), que se cuentan separadamente. Este valor es un
indicador indirecto de la actividad de los dispositivos que generan interrupciones,
como el reloj del sistema, el mouse, los controladores de disco, las l�neas de
comunicaci�n de datos, las tarjetas de interfaz de red y otros dispositivos
perif�ricos. Normalmente, estos dispositivos interrumpen al procesador cuando
completan una tarea o necesitan atenci�n. La ejecuci�n de subprocesos normales se
suspende. El reloj del sistema interrumpe normalmente al procesador cada 10
milisegundos, creando un fondo de actividad interrumpida. Este contador muestra la
diferencia entre los valores observados en las dos �ltimas muestras, dividida por
la duraci�n del intervalo de muestra.
150=Llamadas al sistema/s
151=Llamadas al sistema/s es la velocidad combinada de las llamadas a rutinas de
servicio del sistema operativo realizadas por todos los procesos que se ejecutan en
el equipo. Estas rutinas realizan todas las sincronizaciones y programaciones
b�sicas de las actividades del equipo, y proporcionan acceso a dispositivos no
gr�ficos, administraci�n de memoria y administraci�n de espacio de nombres. Este
contador muestra la diferencia entre los valores observados en las dos �ltimas
muestras, dividida por la duraci�n del intervalo de muestra.
152=Cargas de TLB de nivel 1/s
153=Cargas de TLB de nivel 1/s es la frecuencia de errores que ocurren al hacer una
referencia a memoria cuya entrada de la tabla de p�ginas (PTE) no est� en el b�fer
de traducci�n de direcciones (TLB). En algunos equipos, el software controla este
error al cargar la PTE en el TLB y se incrementa este contador.
154=Cargas de TLB de nivel 2/s
155=Cargas de TLB de nivel 2/s es la frecuencia de errores que ocurren al hacer una
referencia a memoria cuya entrada de la tabla de p�ginas (PTE) no est� en el b�fer
de traducci�n de direcciones (TLB), ni es la p�gina que contiene la PTE. En algunos
equipos, el software controla este error al cargar la PTE en el TLB y se incrementa
este contador.
156=Enumeraciones de servidor/s
157=% de tiempo de usuario es el porcentaje de tiempo que los subprocesos del
proceso invirtieron en ejecutar c�digo en modo usuario. Las aplicaciones, los
subsistemas de entorno y los subsistemas integrales se ejecutan en modo usuario. El
c�digo ejecutado en modo usuario no puede da�ar la integridad de los controladores
de dispositivo y los servicios ejecutivos y de kernel de Windows. A diferencia de
algunos sistemas operativos anteriores, Windows delimita los procesos para la
protecci�n de subsistemas, adem�s de la protecci�n tradicional mediante los modos
de usuario y privilegiado. En otros procesos del subsistema puede aparecer trabajo
realizado por Windows para la aplicaci�n, adem�s del tiempo privilegiado del
proceso.
158=Enumeraciones de dominio/s
159=% de tiempo privilegiado es el porcentaje de tiempo que los subprocesos del
proceso invirtieron en ejecutar c�digo en modo privilegiado. Cuando se llama a un
servicio del sistema Windows, con frecuencia el servicio se ejecuta en modo
privilegiado para poder tener acceso a los datos privados del sistema. Estos datos
est�n protegidos contra el acceso por parte de subprocesos que se est�n ejecutando
en modo usuario. Las llamadas al sistema pueden ser expl�citas o impl�citas, como
sucede cuando tiene lugar un error de p�gina o una interrupci�n. A diferencia de
algunos sistemas operativos anteriores, Windows delimita los procesos para la
protecci�n de subsistemas, adem�s de la protecci�n tradicional mediante los modos
de usuario y privilegiado. En otros procesos del subsistema puede aparecer trabajo
realizado por Windows para la aplicaci�n, adem�s del tiempo privilegiado del
proceso.
160=Enumeraciones de otros/s
161=Enumeraciones de servidor/s es la velocidad a la que esta estaci�n de trabajo
proces� las solicitudes para examinar servidores.
162=Anuncios de servidor perdidos
163=Enumeraciones de dominio/s es la velocidad a la que esta estaci�n de trabajo
proces� las solicitudes para examinar dominios.
164=Datagramas de buz�n interproceso perdidos
165=Enumeraciones de otros/s es la velocidad a la que esta estaci�n de trabajo
proces� las solicitudes para examinar elementos distintos de los servidores y los
dominios.
166=Solicitudes de lista de servidores perdidas
167=Anuncios de servidor perdidos es el n�mero de anuncios de servidor que se
perdieron debido a limitaciones de asignaci�n o configuraci�n.
168=Asignaciones de anuncios de servidor con errores/s
169=Datagramas de buz�n interproceso perdidos es el n�mero de datagramas de buz�n
interproceso que se descartaron debido a limitaciones de asignaci�n o
configuraci�n.
170=Asignaciones de buz�n interproceso con errores
171=Solicitudes de lista de servidores perdidas el n�mero de solicitudes para
obtener una lista de servidores para el explorador recibidas por esta estaci�n de
trabajo que no se pudieron procesar.
172=Uso m�ximo de bytes virtuales
173=Uso m�ximo de bytes virtuales es el tama�o m�ximo, en bytes, de espacio de
direcciones virtuales que el proceso us� en un momento concreto. El uso del espacio
de direcciones virtuales no implica necesariamente correspondencia con el uso del
disco o de las p�ginas de memoria principal. Sin embargo, el espacio virtual es
limitado y el proceso puede reducir su capacidad de cargar bibliotecas.
174=Bytes virtuales
175=Bytes virtuales es el tama�o actual, en bytes, del espacio de direcciones
virtuales que el proceso est� usando. El uso del espacio de direcciones virtuales
no implica necesariamente correspondencia con el uso del disco o de las p�ginas de
memoria principal. Sin embargo, el espacio virtual es limitado y el proceso puede
reducir su capacidad de cargar bibliotecas.
177=Errores de p�gina/s es la velocidad a la que ocurren errores de p�gina
producidos por los subprocesos ejecutados en este proceso. Un error de p�gina se
produce cuando un subproceso hace referencia a una p�gina de memoria virtual que no
est� en su espacio de trabajo de la memoria principal. La p�gina no se obtendr� del
disco si est� en la lista de elementos en espera (y por tanto en la memoria
principal) o si otro proceso con el que se comparte la p�gina est� us�ndola.
178=Uso m�ximo del espacio de trabajo
179=Uso m�ximo del espacio de trabajo es el tama�o m�ximo, en bytes, del espacio de
trabajo de este proceso alcanzado en un momento determinado. El espacio de trabajo
es el conjunto de p�ginas de memoria usadas recientemente por los subprocesos del
proceso. Si la memoria disponible del equipo est� por encima de un umbral, las
p�ginas se mantienen en el espacio de trabajo de un proceso incluso si no est�n
siendo usadas. Cuando la memoria disponible pasa a estar por debajo del umbral, se
recuperan las p�ginas desde los espacios de trabajo. Si son necesarias se producir�
un error flexible y se devolver�n al espacio de trabajo antes de abandonar la
memoria principal.
180=Espacio de trabajo
181=Espacio de trabajo es el tama�o actual, en bytes, del espacio de trabajo de
este proceso. El espacio de trabajo es el conjunto de p�ginas de memoria usadas
recientemente por los subprocesos del proceso. Si la memoria disponible del equipo
est� por encima de un umbral, las p�ginas se mantienen en el espacio de trabajo de
un proceso incluso si no est�n siendo usadas. Cuando la memoria disponible pasa a
estar por debajo del umbral, se recuperan las p�ginas desde los espacios de
trabajo. Si son necesarias se producir� un error flexible y se devolver�n al
espacio de trabajo antes de abandonar la memoria principal.
182=Uso m�ximo de los bytes del archivo de paginaci�n
183=Uso m�ximo de los bytes del archivo de paginaci�n es la cantidad m�xima de
memoria virtual, en bytes, que este proceso reserv� para usar en los archivos de
paginaci�n. Los archivos de paginaci�n se usan para almacenar p�ginas de memoria
usadas por el proceso que no se incluyen en otros archivos. Todos los procesos
comparten los archivos de paginaci�n, y la falta de espacio en los archivos de
paginaci�n puede impedir la asignaci�n de memoria por parte de otros procesos. Si
no hay archivo de paginaci�n, este contador indicar� la cantidad m�xima de memoria
virtual que el proceso reserv� para usar en la memoria f�sica.
184=Bytes del archivo de paginaci�n
185=Bytes del archivo de paginaci�n es la cantidad actual de memoria virtual, en
bytes, que este proceso reserv� para usar en los archivos de paginaci�n. Los
archivos de paginaci�n se usan para almacenar p�ginas de memoria usadas por el
proceso que no se incluyen en otros archivos. Todos los procesos comparten los
archivos de paginaci�n, y la falta de espacio en los archivos de paginaci�n puede
impedir la asignaci�n de memoria por parte de otros procesos. Si no hay archivo de
paginaci�n, este contador indicar� la cantidad m�xima de memoria virtual que el
proceso reserv� para usar en la memoria f�sica.
186=Bytes privados
187=Bytes privados es el tama�o actual, en bytes, de la memoria que este proceso
tiene asignada que no puede compartirse con otros procesos.
188=Total de anuncios/s
189=% de tiempo de procesador es el porcentaje de tiempo transcurrido durante el
cual todos los subprocesos del proceso usaron el procesador para la ejecuci�n de
instrucciones. Una instrucci�n es la unidad b�sica de ejecuci�n en un equipo, un
subproceso es el objeto que ejecuta instrucciones y un proceso es el objeto creado
cuando se ejecuta un programa. Este recuento incluye el c�digo ejecutado para
controlar ciertas interrupciones de hardware o condiciones de captura.
190=Total de enumeraciones/s
191=% de tiempo de procesador es el porcentaje de tiempo transcurrido durante el
cual todos los subprocesos del proceso usaron el procesador para la ejecuci�n de
instrucciones. Una instrucci�n es la unidad b�sica de ejecuci�n en un equipo, un
subproceso es el objeto que ejecuta instrucciones y un proceso es el objeto creado
cuando se ejecuta un programa. Este recuento incluye el c�digo ejecutado para
controlar ciertas interrupciones de hardware o condiciones de captura.
193=% de tiempo de usuario es el porcentaje de tiempo que este subproceso invirti�
en ejecutar c�digo en modo usuario. Las aplicaciones, los subsistemas de entorno y
los subsistemas integrales se ejecutan en modo usuario. El c�digo ejecutado en modo
usuario no puede da�ar la integridad de los controladores de dispositivo y los
servicios ejecutivos y de kernel de Windows NT. A diferencia de algunos sistemas
operativos anteriores, Windows NT delimita los procesos para la protecci�n de
subsistemas, adem�s de la protecci�n tradicional mediante los modos de usuario y
privilegiado. Estos procesos del subsistema proporcionan protecci�n adicional. Por
consiguiente, en otros procesos del subsistema puede aparecer trabajo realizado por
Windows NT para la aplicaci�n, adem�s del tiempo privilegiado del proceso.
195=% de tiempo privilegiado es el porcentaje de tiempo que los subprocesos del
proceso invirtieron en ejecutar c�digo en modo privilegiado. Cuando se llama a un
servicio del sistema Windows, con frecuencia el servicio se ejecuta en modo
privilegiado para poder tener acceso a los datos privados del sistema. Estos datos
est�n protegidos contra el acceso por parte de subprocesos que se est�n ejecutando
en modo usuario. Las llamadas al sistema pueden ser expl�citas o impl�citas, como
sucede cuando tiene lugar un error de p�gina o una interrupci�n. A diferencia de
algunos sistemas operativos anteriores, Windows delimita los procesos para la
protecci�n de subsistemas, adem�s de la protecci�n tradicional mediante los modos
de usuario y privilegiado. En otros procesos del subsistema puede aparecer trabajo
realizado por Windows para la aplicaci�n, adem�s del tiempo privilegiado del
proceso.
197=Cambios de contexto/s es la velocidad de los cambios de un subproceso a otro.
Los cambios de subprocesos pueden producirse dentro de un mismo proceso o entre
distintos procesos. Un cambio de subprocesos puede deberse a que un subproceso haya
pedido informaci�n a otro o a que un subproceso haya sido adelantado por otro de
mayor prioridad que est� listo para ejecutarse. A diferencia de algunos sistemas
operativos anteriores, Windows NT delimita los procesos para la protecci�n de
subsistemas, adem�s de la protecci�n tradicional mediante los modos de usuario y
privilegiado. Estos procesos del subsistema proporcionan protecci�n adicional. Por
consiguiente, en otros procesos del subsistema puede aparecer trabajo realizado por
Windows NT para la aplicaci�n, adem�s del tiempo privilegiado de la aplicaci�n.
Cambiar al proceso del subsistema provoca un cambio de contexto en el subproceso de
aplicaci�n. Volver al proceso inicial provoca otro cambio de contexto en dicho
subproceso.
198=Longitud actual de la cola de disco
199=Longitud actual de la cola de disco es el n�mero de solicitudes pendientes en
el disco en el instante en que se recopilan los datos de rendimiento. Incluye
tambi�n las solicitudes en servicio en el momento de la recopilaci�n. Es una
instant�nea, no un promedio obtenido en un intervalo de tiempo. Los dispositivos de
cilindro de discos pueden tener varias solicitudes activas al mismo tiempo,
mientras otras solicitudes simult�neas esperan servicio. Este contador puede
reflejar una longitud de cola alta o baja transitoria pero, si la unidad de disco
est� sometida a una carga de trabajo continua, lo m�s probable es que sea casi
siempre alta. Las solicitudes experimentan retrasos proporcionales a la longitud de
la cola menos el n�mero de discos que compongan el cilindro. Para un buen
rendimiento, esta diferencia deber�a ser inferior a dos, como promedio.
200=% de tiempo de disco
201=% de tiempo de disco es el porcentaje de tiempo durante el cual la unidad de
disco seleccionada estuvo ocupada atendiendo solicitudes de lectura o escritura.
202=% de tiempo de lectura de disco
203=% de tiempo de lectura de disco es el porcentaje de tiempo durante el cual la
unidad de disco seleccionada estuvo ocupada atendiendo solicitudes de lectura.
204=% de tiempo de escritura en disco
205=% de tiempo de escritura en disco es el porcentaje de tiempo durante el cual la
unidad de disco seleccionada estuvo ocupada atendiendo solicitudes de escritura.
206=Promedio de segundos de disco/transferencia
207=Promedio de segundos de disco/transferencia es el tiempo, en segundos, de la
transferencia de disco promedio.
208=Promedio de segundos de disco/lectura
209=Promedio de segundos de disco/lectura es la duraci�n media, en segundos, de una
lectura de datos del disco.
210=Promedio de segundos de disco/escritura
211=Promedio de segundos de disco/escritura es la duraci�n media, en segundos, de
una escritura de datos en el disco.
212=Transferencias de disco/s
213=Transferencias de disco/s es la velocidad de las operaciones de lectura y
escritura en el disco.
214=Lecturas de disco/s
215=Lecturas de disco/s es la velocidad de las operaciones de lectura del disco.
216=Escrituras en disco/s
217=Escrituras en disco/s es la velocidad de las operaciones de escritura en el
disco.
218=Bytes de disco/s
219=Bytes de disco/s es la velocidad de transferencia de bytes desde o hacia el
disco durante las operaciones de lectura y escritura.
220=Bytes de lectura de disco/s
221=Bytes de lectura de disco/s es la velocidad de transferencia de bytes desde el
disco durante las operaciones de lectura.
222=Bytes de escritura en disco/s
223=Bytes de escritura en disco/s es la velocidad de transferencia de bytes al
disco durante las operaciones de escritura.
224=Promedio de bytes de disco/transferencia
225=Promedio de bytes de disco/transferencia es el promedio de bytes transferidos
desde o hacia el disco durante las operaciones de lectura o escritura.
226=Promedio de bytes de disco/lectura
227=Promedio de bytes de disco/lectura es el promedio de bytes transferidos desde
el disco durante las operaciones de lectura.
228=Promedio de bytes de disco/escritura
229=Promedio de bytes de disco/escritura es el promedio de bytes transferidos al
disco durante las operaciones de escritura.
230=Proceso
231=El objeto de rendimiento Proceso incluye los contadores que supervisan los
procesos del sistema y de los programas de aplicaci�n en ejecuci�n. Todos los
subprocesos de un proceso comparten el mismo espacio de direcciones y tienen acceso
a los mismos datos.
232=Subproceso
233=El objeto de rendimiento Subproceso incluye los contadores que miden aspectos
del comportamiento de los subprocesos. Un subproceso es el objeto b�sico que
ejecuta instrucciones en un procesador. Todos los procesos en ejecuci�n tienen como
m�nimo un subproceso.
234=Disco f�sico
235=El objeto de rendimiento Disco f�sico incluye los contadores que supervisan las
unidades de disco duro o fijo en un equipo. Los discos se usan para almacenar datos
de paginaci�n, programas y archivos, se leen para recuperar estos elementos y se
escribe en ellos para registrar cambios. Los valores de los contadores de disco
f�sico son las sumas de los valores de los discos l�gicos (o particiones) en los
que se dividen.
236=Disco l�gico
237=El objeto de rendimiento Disco l�gico incluye los contadores que supervisan las
particiones l�gicas de unidades de disco duro o fijo. El Monitor de rendimiento
identifica los discos l�gicos por su letra de unidad, como C.
238=Procesador
239=El objeto de rendimiento Procesador incluye los contadores que miden aspectos
de la actividad de los procesadores. El procesador es la parte del equipo que
realiza c�lculos aritm�ticos y l�gicos, inicia operaciones en perif�ricos y ejecuta
los subprocesos de los procesos. Un equipo puede tener varios procesadores. El
objeto Procesador representa cada procesador como una instancia del objeto.
240=% de tiempo total de procesador
241=% de tiempo total de procesador es el porcentaje promedio del tiempo que todos
los procesadores del equipo emplean en ejecutar subprocesos activos. Este contador
se dise�� como el indicador principal de la actividad del procesador en equipos
multiprocesador. Es igual a la suma de Proceso: % de tiempo de procesador para
todos los procesadores, dividida por el n�mero de procesadores. Se calcula sumando
el tiempo que todos los procesadores emplean en ejecutar el subproceso del proceso
inactivo de cada intervalo de muestra, restando ese valor del 100% y dividiendo la
diferencia por el n�mero de procesadores del equipo. Cada procesador tiene un
subproceso inactivo que consume ciclos cuando no hay ning�n otro subproceso
preparado para ejecutarse. Por ejemplo, en un equipo multiprocesador, el valor 50%
significa que todos los procesadores est�n ocupados durante la mitad del intervalo
de muestra o que la mitad de los procesadores est�n ocupados durante todo el
intervalo de muestra. Este contador muestra el porcentaje promedio del tiempo
ocupado observado durante el intervalo de muestra. Se calcula supervisando el
tiempo durante el cual el sistema estuvo inactivo y restando este valor del 100%.
242=% de tiempo total de usuario
243=% de tiempo total de usuario es el porcentaje promedio de tiempo activo que
todos los procesadores emplean en el modo usuario. Es la suma de Procesador: % de
tiempo de usuario para todos los procesadores del equipo, dividida por el n�mero de
procesadores. Sistema: % de tiempo total de usuario y Sistema: % de tiempo total
privilegiado se suman a % de tiempo total de procesador, pero no siempre hasta el
100%. El modo usuario es un modo de procesamiento restringido dise�ado para
aplicaciones, subsistemas de entorno y subsistemas integrales. La alternativa, modo
privilegiado, est� dise�ada para componentes del sistema operativo y permite tener
acceso directo al hardware y a toda la memoria. El sistema operativo cambia los
subprocesos de las aplicaciones a modo privilegiado para tener acceso a los
servicios del sistema operativo. Este contador muestra el tiempo ocupado promedio
como un porcentaje del tiempo de muestra.
244=% de tiempo total privilegiado
245=% de tiempo total privilegiado es el porcentaje promedio de tiempo activo que
todos los procesadores emplean en el modo privilegiado (kernel). Es la suma de
Procesador: % de tiempo privilegiado para todos los procesadores del equipo,
dividida por el n�mero de procesadores. Sistema: % tiempo total de usuario y
Sistema: % de tiempo total privilegiado se suman a % de tiempo total de procesador,
pero no siempre hasta el 100%. El modo privilegiado es un modo de procesamiento
dise�ado para componentes del sistema operativo que permite acceso directo al
hardware y a toda la memoria. El sistema operativo cambia los subprocesos de las
aplicaciones a modo privilegiado para tener acceso a los servicios del sistema
operativo. La alternativa, modo usuario, es un modo de procesamiento restringido
dise�ado para aplicaciones y subsistemas de entorno. Este contador muestra el
tiempo ocupado promedio como un porcentaje del tiempo de muestra.
246=Total de interrupciones/s
247=Total de interrupciones/s es la velocidad combinada de interrupciones de
hardware recibidas y atendidas por todos los procesadores del equipo. Es la suma de
Procesador: interrupciones/s para todos los procesadores dividida por el n�mero de
procesadores y se mide por n�mero de interrupciones. No incluye las DPC, que se
cuentan por separado. Este valor es un indicador indirecto de la actividad de los
dispositivos que generan interrupciones, como el temporizador del sistema, el
mouse, los controladores de disco, las l�neas de comunicaci�n de datos, las
tarjetas de interfaz de red y otros dispositivos perif�ricos. Normalmente, estos
dispositivos interrumpen al procesador cuando completan una tarea o requieren
atenci�n. La ejecuci�n normal de los subprocesos se suspende durante las
interrupciones. La mayor�a de los relojes del sistema interrumpen al procesador
cada 10 milisegundos, lo que crea un fondo de actividad de interrupci�n. Este
contador muestra la diferencia entre los valores observados en las dos �ltimas
muestras, dividida por la duraci�n del intervalo de muestra.
248=Procesos
249=Procesos es el n�mero de procesos existentes en el equipo en el instante de la
recopilaci�n de datos. Se trata de un recuento instant�neo y no de un promedio a lo
largo de un intervalo de tiempo. Cada proceso representa la ejecuci�n de un
programa.
250=Subprocesos
251=Subprocesos es el n�mero de subprocesos existentes en el equipo en el momento
de la recopilaci�n de datos. Se trata de un recuento instant�neo y no de un
promedio a lo largo de un intervalo de tiempo. Un subproceso es la unidad
ejecutable b�sica capaz de ejecutar instrucciones en un procesador.
252=Eventos
253=Eventos es el n�mero de eventos existentes en el equipo en el momento de la
recopilaci�n de datos. Se trata de un recuento instant�neo y no de un promedio a lo
largo de un intervalo de tiempo. Un evento se usa cuando dos o m�s subprocesos
tratan de sincronizar su ejecuci�n.
254=Sem�foros
255=Sem�foros es el n�mero de sem�foros existentes en el equipo en el momento de la
recopilaci�n de datos. Se trata de un recuento instant�neo y no de un promedio a lo
largo de un intervalo de tiempo. Los subprocesos usan sem�foros para obtener el
acceso exclusivo a las estructuras de datos que comparten con otros subprocesos.
256=Exclusiones mutuas
257=Exclusiones mutuas muestra el n�mero de exclusiones mutuas existentes en el
equipo en el momento de la recopilaci�n de datos. Se trata de un recuento
instant�neo y no de un promedio a lo largo de un intervalo de tiempo. Los
subprocesos usan exclusiones mutuas para garantizar que s�lo un subproceso est�
ejecutando una secci�n de c�digo concreta.
258=Secciones
259=Secciones es el n�mero de secciones existentes en el equipo en el momento de la
recopilaci�n de datos. Se trata de un recuento instant�neo y no de un promedio a lo
largo de un intervalo de tiempo. Una secci�n es una parte de la memoria virtual
creada por un proceso para almacenar datos. Un proceso puede compartir secciones
con otros procesos.
260=Objetos
261=El objeto de rendimiento Objetos incluye los contadores que supervisan los
objetos l�gicos del sistema, como los procesos, los subprocesos, las exclusiones
mutuas y los sem�foros. Esta informaci�n puede usarse para detectar el consumo
innecesario de recursos del equipo. Cada objeto requiere memoria para almacenar
informaci�n b�sica sobre s� mismo.
262=Redirector
263=El objeto de rendimiento Redirector incluye los contadores administran las
conexiones de red que se originen en el equipo local.
264=Bytes recibidos/s
265=Bytes recibidos/s es la velocidad de llegada de bytes al Redirector desde la
red. En esta cifra se incluyen todos los datos de las aplicaciones, as� como la
informaci�n relativa al protocolo de red (por ejemplo, los encabezados de
paquetes).
266=Paquetes recibidos/s
267=Paquetes recibidos/s es la velocidad de recepci�n de paquetes en el Redirector
(tambi�n conocidos como SMB o Bloques de mensajes del servidor). Las transmisiones
de red se dividen en paquetes. Es posible obtener el promedio de bytes recibidos en
un paquete, dividiendo la cifra del contador Bytes recibidos/s por el valor de este
contador. Es posible que algunos paquetes recibidos no contengan ning�n dato de
entrada (por ejemplo, una se�al de reconocimiento de una operaci�n de escritura
realizada por el Redirector se contar�a como un paquete entrante).
268=Bytes le�dos de paginaci�n/s
269=Bytes le�dos de paginaci�n/s es la velocidad a la que el Redirector intenta
leer bytes en respuesta a errores de p�gina. Los errores de p�gina son provocados
por la carga de m�dulos (por ejemplo, programas y bibliotecas), por un error en la
cach� (consulte Bytes le�dos de la cach�/s) o por los archivos asignados
directamente en el espacio de direcciones de las aplicaciones (funci�n de alto
rendimiento de Windows NT).
270=Bytes le�dos que no son de paginaci�n/s
271=Bytes le�dos que no son de paginaci�n/s son los bytes le�dos por el Redirector
en respuesta a solicitudes normales de archivos, realizadas por una aplicaci�n,
cuando se redirigen de modo que procedan de otro equipo. Adem�s de las solicitudes
de archivos, este contador incluye otros m�todos de lectura a trav�s de la red,
como canalizaciones con nombre y transacciones. El valor de este contador no
incluye la informaci�n sobre el protocolo de red, sino �nicamente los datos de la
aplicaci�n.
272=Bytes le�dos de la cach�/s
273=Bytes le�dos de la cach�/s es la velocidad de acceso de las aplicaciones del
equipo a la cach� del sistema de archivos con el Redirector. Algunas de estas
solicitudes de datos se satisfacen simplemente recuperando los datos de la cach�.
Las solicitudes que no "aciertan" en la cach� provocar�n un error de p�gina
(consulte Bytes le�dos de paginaci�n/s).
274=Bytes le�dos de la red/s
275=Bytes le�dos de la red/s es la velocidad a la que las aplicaciones est�n
leyendo datos a trav�s de la red. Esto sucede cuando los datos que se buscaban en
la cach� del sistema de archivos no se encuentran en ella y deben obtenerse de la
red. La divisi�n de este valor por Bytes recibidos/s indica la proporci�n de los
datos de las aplicaciones que se transmiten por la red (consulte Bytes
recibidos/s).
276=Bytes transmitidos/s
277=Bytes transmitidos/s es la velocidad a la que los bytes abandonan el Redirector
para dirigirse a la red. En esta cifra se incluyen todos los datos de las
aplicaciones, as� como la informaci�n relativa al protocolo de red (por ejemplo,
los encabezados de paquetes).
278=Paquetes transmitidos/s
279=Paquetes transmitidos/s es la velocidad de env�o de paquetes del Redirector
(tambi�n conocidos como SMB o Bloques de mensajes del servidor). Las transmisiones
de red se dividen en paquetes. Es posible obtener el promedio de bytes transmitidos
en un paquete, dividiendo la cifra del contador Bytes transmitidos/s por el valor
de este contador.
280=Bytes escritos en paginaci�n/s
281=Bytes escritos en paginaci�n/s es la velocidad a que el Redirector est�
intentando escribir bytes modificados en p�ginas que usan las aplicaciones. Los
datos de programa cambiados por m�dulos (por ejemplo, programas y bibliotecas) y
cargados a trav�s de la red se transferir�n al archivo de paginaci�n cuando ya no
sean necesarios. Otras p�ginas de salida proceden de la cach� del sistema (consulte
Bytes escritos en la cach�/s).
282=Bytes escritos que no son de la paginaci�n/s
283=Bytes escritos que no son de paginaci�n/s es la velocidad de escritura de bytes
por parte del Redirector en respuesta a salidas normales de archivos, realizadas
por una aplicaci�n, cuando se redirigen a otro equipo. Adem�s de las solicitudes de
archivos, este contador incluye otros m�todos de escritura a trav�s de la red, como
canalizaciones con nombre y transacciones. El valor de este contador no incluye la
informaci�n sobre el protocolo de red, sino �nicamente los datos de la aplicaci�n.
284=Bytes escritos en la cach�/s
285=Bytes escritos en la cach�/s es la velocidad de escritura de las aplicaciones
del equipo en la memoria cach� con el Redirector. Es posible que los datos no
abandonen inmediatamente el equipo, sino que se retengan en la cach� para su
posterior modificaci�n, antes de escribirse en la red. De este modo se reduce el
tr�fico en la red. En este recuento se incluyen todas las operaciones de escritura
de bytes en la cach�.
286=Bytes escritos en la red/s
287=Bytes escritos en la red/s es la velocidad a la que las aplicaciones est�n
escribiendo datos a trav�s de la red. Esto sucede cuando se elude la cach� del
sistema de archivos, como sucede con las canalizaciones con nombre o con las
transacciones, o cuando la cach� escribe los bytes en disco a fin de dejar espacio
para otros datos. La divisi�n de este contador por Bytes transmitidos/s indica la
proporci�n de los datos de las aplicaciones que se transmiten por la red (consulte
Bytes transmitidos/s).
288=Operaciones de lectura/s
289=Operaciones de lectura/s es la velocidad a la que las aplicaciones solicitan
datos al Redirector. Cada una de las llamadas a un sistema de archivos u otra
llamada similar de la interfaz de programaci�n de aplicaciones (API) se cuenta como
una sola operaci�n.
290=Operaciones aleatorias de lectura/s
291=Operaciones aleatorias de lectura/s calcula la velocidad a la que se realizan
lecturas no secuenciales, archivo por archivo. Si se realiza una lectura con un
determinado identificador de archivo y posteriormente esta operaci�n va seguida por
otra lectura no referida al byte inmediatamente contiguo, este contador se
incrementa en una unidad.
292=Paquetes de lectura/s
293=Paquetes de lectura/s es la velocidad a la que se est�n enviando paquetes de
lectura a la red. Cada vez que se env�a un paquete individual con una solicitud de
lectura remota de datos, este contador se incrementa en una unidad.
294=Operaciones de lectura grandes/s
295=Operaciones de lectura grandes/s es la velocidad a la que las aplicaciones
realizan lecturas cuyo tama�o es mayor que el doble del tama�o del b�fer negociado
con el servidor. Si se realizan demasiadas operaciones de este tipo, puede verse
reducida la disponibilidad de recursos del servidor. Este contador se incrementar�
en una unidad en cada operaci�n de lectura. No se cuentan los paquetes.
296=Paquetes de lectura peque�os/s
297=Paquetes de lectura peque�os/s es la velocidad a la que las aplicaciones
realizan lecturas cuyo tama�o es inferior a un cuarto del tama�o del b�fer
negociado con el servidor. Si se realizan demasiadas operaciones de este tipo, es
se�al de que se est�n desperdiciando b�feres en el servidor. Este contador se
incrementar� en una unidad en cada operaci�n de lectura. No se cuentan los
paquetes.
298=Operaciones de escritura/s
299=Operaciones de escritura/s es la velocidad a la que las aplicaciones env�an
datos al Redirector. Cada una de las llamadas a un sistema de archivos u otra
llamada similar de la interfaz de programaci�n de aplicaciones (API) se cuenta como
una sola operaci�n.
300=Operaciones aleatorias de escritura/s
301=Operaciones aleatorias de escritura/s es la velocidad a la que se realizan
escrituras no secuenciales, archivo por archivo. Si se realiza una escritura con un
determinado identificador de archivo y posteriormente esta operaci�n va seguida por
otra escritura no referida al byte inmediatamente contiguo, este contador se
incrementa en una unidad.
302=Paquetes de escritura/s
303=Paquetes de escritura/s es la velocidad a la que se est�n enviando paquetes de
escritura a la red. Cada vez que se env�a un paquete individual con una solicitud
de escritura remota de datos, este contador se incrementa en una unidad.
304=Operaciones de escritura grandes/s
305=Operaciones de escritura grandes/s es la velocidad a la que las aplicaciones
realizan escrituras cuyo tama�o es mayor que el doble del tama�o del b�fer
negociado con el servidor. Si se realizan demasiadas operaciones de este tipo,
puede verse reducida la disponibilidad de recursos del servidor. Este contador se
incrementar� en una unidad en cada operaci�n de escritura: cuenta las operaciones
de escritura, no los paquetes.
306=Paquetes de escritura peque�os/s
307=Paquetes de escritura peque�os/s es la velocidad a la que las aplicaciones
realizan escrituras cuyo tama�o es inferior a un cuarto del tama�o del b�fer
negociado con el servidor. Si se realizan demasiadas operaciones de este tipo, es
se�al de que se est�n desperdiciando b�feres en el servidor. Este contador se
incrementar� en una unidad en cada operaci�n de escritura: cuenta las operaciones
de escritura, no los paquetes.
308=Lecturas denegadas/s
309=Lecturas denegadas/s es la velocidad a la que el servidor no puede atender
solicitudes de Lectura sin formato. Cuando una lectura es mucho mayor que el tama�o
del b�fer negociado con el servidor, el Redirector solicita una se�al de Lectura
sin formato que, si se concede, permitir� la transferencia de datos sin un exceso
de sobrecarga de protocolo en cada paquete. Para poder hacer esto, el servidor debe
bloquear todas las dem�s solicitudes, por lo que la solicitud se denegar� si el
servidor est� realmente ocupado.
310=Escrituras denegadas/s
311=Escrituras denegadas/s es la velocidad a la que el servidor no puede atender
solicitudes de Escritura sin formato. Cuando una escritura es mucho mayor que el
tama�o del b�fer negociado con el servidor, el Redirector solicita una se�al de
Escritura sin formato que, si se concede, permitir� la transferencia de datos sin
un exceso de sobrecarga de protocolo en cada paquete. Para poder hacer esto, el
servidor debe bloquear todas las dem�s solicitudes, por lo que la solicitud se
denegar� si el servidor est� realmente ocupado.
312=Errores de red/s
313=Errores de red/s es la velocidad a la que se producen errores graves de forma
inesperada. Estos errores normalmente indican que el Redirector y uno o m�s
servidores est�n teniendo problemas de comunicaci�n graves. Por ejemplo, un error
de protocolo SMB (bloque del administrador de servidor) es un error de red. Esto
provocar� una anotaci�n en el Registro de eventos del sistema, donde podr�
encontrar m�s informaci�n.
314=Sesiones del servidor
315=Sesiones del servidor cuenta el n�mero total de objetos de seguridad
administrados por Redirector. Por ejemplo, una solicitud de inicio de sesi�n en un
servidor seguida de un acceso a la red al mismo servidor establecer� una sola
conexi�n, pero dos sesiones.
316=Reconexiones del servidor
317=Reconexiones del servidor cuenta el n�mero de veces que su Redirector tuvo que
reconectarse a un servidor para completar una nueva solicitud activa. Si un usuario
permanece inactivo durante demasiado tiempo, el servidor puede desconectarlo.
Localmente, incluso aunque est�n cerrados todos los archivos remotos de un usuario,
el Redirector mantendr� sus conexiones intactas durante diez minutos (intervalo
nominal). Estas conexiones inactivas se conocen como Conexiones latentes. La
reconexi�n exige bastante tiempo.
318=Conexiones de n�cleo
319=Conexiones de n�cleo cuenta el n�mero de conexiones con servidores existentes
que usen el protocolo SMB original MS-Net, incluido el propio MS-Net, Xenix o VAX.
320=Conexiones LAN Manager 2.0
321=Conexiones LAN Manager 2.0 cuenta el n�mero de conexiones con servidores LAN
Manager 2.0, incluidos los servidores LMX.
322=Conexiones LAN Manager 2.1
323=Conexiones LAN Manager 2.1 cuenta el n�mero de conexiones con servidores LAN
Manager 2.1, incluidos los servidores LMX.
324=Conexiones Windows NT
325=Conexiones Windows NT cuenta el n�mero de conexiones con equipos con Windows
2000 o versiones anteriores.
326=Desconexiones del servidor
327=Desconexiones del servidor cuenta el n�mero de veces que un servidor desconect�
al Redirector. Consulte tambi�n Reconexiones del servidor.
328=Sesiones suspendidas del servidor
329=Sesiones suspendidas del servidor cuenta el n�mero de sesiones activas que
agotaron el tiempo de espera y que no pueden continuar por falta de respuesta del
servidor remoto.
330=Servidor
331=El objeto de rendimiento Servidor incluye los contadores que miden la
comunicaci�n entre el equipo local y la red.
333=N�mero de bytes recibidos por el servidor desde la red. Indica el grado de
ocupaci�n del servidor.
335=N�mero de bytes enviados por el servidor a la red. Indica el grado de ocupaci�n
del servidor.
336=Raz�n de espera del subproceso
337=Raz�n de espera del subproceso s�lo se aplica cuando el subproceso est� en
estado de espera (consulte Estado de subproceso). El valor es 0 o 7 si el
subproceso est� esperando al servicio ejecutivo; 1 u 8 si espera una p�gina
disponible; 2 o 9 si espera una recepci�n de p�gina; 3 o 10 si espera una
asignaci�n de bloque; 4 u 11 si espera un retraso de ejecuci�n; 5 o 12 si espera
una condici�n suspendida; 6 o 13 si espera una solicitud de usuario; 14 si espera
un par de evento alto y 15 uno bajo; 16 si espera una recepci�n de LPC; 17 si
espera una respuesta de LPC; 18 si espera memoria virtual y 19 si espera una salida
de p�gina. Los valores 20 y superiores no est�n asignados. Los pares de eventos se
usan para la comunicaci�n con subsistemas protegidos (consulte Cambios de
contexto).
339=% de tiempo de DPC es el porcentaje de tiempo que el procesador emple� en la
recepci�n y la atenci�n de llamadas a procedimiento diferidas (DPC) durante el
intervalo de muestra. Las DPC son interrupciones que se ejecutan con una prioridad
inferior a la de las interrupciones est�ndar. % de tiempo de DPC es un componente
de % de tiempo privilegiado, puesto que las DPC se ejecutan en modo privilegiado.
Se cuentan por separado y no forman parte del recuento de interrupciones. Este
contador muestra el tiempo ocupado promedio como porcentaje del tiempo de muestra.
340=Sesiones cuyo tiempo de espera termin�
341=N�mero de sesiones cerradas porque su tiempo de inactividad super� el valor del
par�metro de desconexi�n autom�tica del servidor. Indica si el valor de desconexi�n
autom�tica est� ayudando a conservar recursos.
342=Sesiones cerradas por un error
343=N�mero de sesiones cerradas debido a condiciones de error imprevistas o
sesiones que alcanzaron el tiempo de espera de desconexi�n autom�tica y se
desconectaron con normalidad.
344=Sesiones cerradas
345=N�mero de sesiones que terminaron de forma normal. Resulta �til para
interpretar las estad�sticas Sesiones cuyo tiempo de espera termin� y Sesiones
cerradas por un error. Permite realizar c�lculos de porcentajes.
346=Sesiones cerradas forzadamente
347=N�mero de sesiones cuyo cierre se forz�. Puede indicar la cantidad de sesiones
cerradas debido a restricciones de tiempo para el inicio de sesi�n.
348=Errores de inicio de sesi�n
349=N�mero de intentos de inicio de sesi�n err�neos en el servidor. Puede indicar
si se est� usando alg�n programa de averiguaci�n de contrase�as para infringir la
seguridad del servidor.
350=Errores de permisos de acceso
351=N�mero de veces que no se pudo realizar correctamente alguna operaci�n de
apertura para alg�n cliente, con un c�digo STATUS_ACCESS_DENIED. Puede indicar si
alguien est� intentando tener acceso aleatoriamente a distintos archivos con el
objeto de obtener acceso a informaci�n no debidamente protegida.
352=Errores de acceso concedido
353=N�mero de veces que se deneg� el acceso a archivos abiertos correctamente.
Puede indicar intentos de acceso a archivos sin disponer de la correspondiente
autorizaci�n de acceso.
354=Errores del sistema
355=N�mero de veces que se detect� un error de servidor interno. Los errores
inesperados suelen indicar la existencia de un problema en el servidor.
356=Solicitudes de bloqueo rechazadas
357=N�mero de veces que el servidor rechaz� el bloqueo de SMB debido a una falta de
elementos de trabajo disponibles. Indica si puede ser necesario ajustar los
par�metros MaxWorkItem o MinFreeWorkItems del servidor.
358=Falta de elementos de trabajo
359=N�mero de veces que se devolvi� el c�digo STATUS_DATA_NOTACCEPTED en el momento
de indicar la recepci�n. Esto sucede cuando no hay ning�n elemento de trabajo
disponible o no es posible asignar ninguno para atender la solicitud entrante.
Indica si puede ser necesario ajustar los par�metros InitWorkItems o MaxWorkItems.
360=Total de archivos abiertos
361=N�mero de intentos de apertura correctos realizados por el servidor en
representaci�n de clientes. Resulta �til para determinar la cantidad de operaciones
de E/S de archivos, para determinar la sobrecarga asociada a operaciones basadas en
rutas de acceso y para determinar la eficacia de los bloqueos de apertura.
362=Archivos abiertos
363=N�mero de archivos que est�n abiertos actualmente en el servidor. Indica la
actividad actual del servidor.
365=N�mero de sesiones que est�n activas actualmente en el servidor. Indica la
actividad actual del servidor.
366=B�squedas de directorio de archivos
367=N�mero de b�squedas de archivos activas actualmente en el servidor. Indica la
actividad actual del servidor.
369=N�mero de bytes de memoria no paginable del equipo que est� usando el servidor.
Este valor es �til para determinar los valores de la entrada del valor
MaxNonpagedMemoryUsage en el Registro de Windows NT.
370=Errores de bloque no paginado
371=N�mero de asignaciones err�neas a partir del bloque no paginado. Indica que la
memoria f�sica del equipo es demasiado peque�a.
372=Uso m�ximo del bloque no paginado
373=N�mero m�ximo de bytes del bloque no paginado que el servidor us� en un momento
dado. Indica la cantidad de memoria f�sica que deber�a tener el equipo.
375=N�mero de bytes de memoria paginable del equipo que est� usando el servidor.
Puede ayudar a determinar los valores id�neos para el par�metro
MaxPagedMemoryUsage.
376=Errores de bloque paginado
377=N�mero de asignaciones err�neas a partir del bloque paginado. Indica que la
memoria f�sica del equipo o el archivo de paginaci�n son demasiado peque�os.
378=Uso m�ximo del bloque paginado
379=N�mero m�ximo de bytes del bloque paginado que el servidor tuvo asignados.
Indica los tama�os adecuados del archivo de paginaci�n y de la memoria f�sica.
381=Asignaciones de anuncios de servidor con errores/s es la velocidad a la que se
produjeron errores en los anuncios de servidor (o dominio) debido a la falta de
memoria.
383=Asignaciones de buz�n interproceso con errores es el n�mero de veces que el
receptor de datagramas no pudo asignar un b�fer para una escritura de buz�n
interproceso de un usuario.
385=Recepciones de buz�n interproceso con errores indica el n�mero de mensajes que
no se pudieron recibir debido a errores de transporte.
387=Escrituras de buz�n interproceso con errores es el n�mero total de mensajes de
correo recibidos correctamente, pero que no se pudieron escribir en el buz�n
interproceso.
388=Total de bytes/s
389=Total de bytes/s es la velocidad a la que el Redirector procesa bytes de datos.
Esto incluye todos los datos de archivos y aplicaciones adem�s de la informaci�n de
protocolo, como los encabezados de paquetes.
391=Operaciones con datos de archivo/s es la velocidad a la que el Redirector
procesa operaciones de datos. Una operaci�n debe incluir gran cantidad de bytes, ya
que cada operaci�n tiene sobrecarga. La eficacia de esta ruta de acceso puede
determinarse dividiendo Bytes/s por este contador para obtener el n�mero promedio
de bytes transferidos por operaci�n.
392=Comandos actuales
393=El contador Comandos actuales indica el n�mero de comandos pendientes del
equipo local a todos los servidores de destino. Si el contador Comandos actuales
muestra un n�mero elevado y el equipo local est� inactivo, esto puede indicar un
problema relacionado con la red o un cuello de botella de redirecci�n en el equipo
local.
395=N�mero de bytes que el servidor envi� y recibi� de la red. Este valor
proporciona una indicaci�n global del grado de ocupaci�n del servidor.
397=% de tiempo de interrupci�n es el tiempo que el procesador invierte recibiendo
y atendiendo interrupciones de hardware durante los intervalos de muestra. Este
valor es un indicador indirecto de la actividad de los dispositivos que generan
interrupciones, como el reloj del sistema, el mouse, los controladores de disco,
las l�neas de comunicaci�n de datos, las tarjetas de interfaz de red y otros
dispositivos perif�ricos. Normalmente, estos dispositivos interrumpen al procesador
cuando completan una tarea o necesitan atenci�n. La ejecuci�n normal de los
subprocesos se suspende durante las interrupciones. La mayor�a de los relojes del
sistema interrumpen el procesador cada 10 milisegundos, lo que crea un fondo de
actividad de interrupci�n. Este contador muestra el tiempo ocupado promedio como un
porcentaje del tiempo de muestra.
398=NetBIOS de NWLink
399=El objeto de rendimiento NetBIOS de NWLink incluye los contadores que
supervisan las velocidades de transporte y conexiones IPX.
400=Paquetes/s
401=Paquetes/s es la velocidad a la que el Redirector est� procesando paquetes de
datos. Cada paquete deber�a incluir gran cantidad de bytes. Se indica "deber�a"
porque cada paquete tiene sobrecarga de protocolo. Puede determinar la eficiencia
de esta ruta de acceso si divide Bytes/s por este contador para calcular el n�mero
promedio de bytes transferidos por paquete. Tambi�n puede dividir este contador por
Operaciones/s para calcular el n�mero promedio de paquetes por operaci�n, que es
otra medici�n de la eficiencia.
404=Bloques de contexto en cola/s
405=Bloques de contexto en cola/s es la velocidad a la que se colocaron bloques de
contexto de trabajo en la cola FSP del servidor, en espera de su ejecuci�n por
parte del servidor.
406=Operaciones con datos de archivo/s
407=Operaciones con datos de archivo/s es la velocidad combinada de las operaciones
de lectura y escritura en todos los discos l�gicos del equipo. Es lo contrario de
Sistema: Operaciones de control de archivo/s. Este contador muestra la diferencia
entre los valores observados en las dos �ltimas muestras, dividida por la duraci�n
del intervalo de muestra.
408=% de espacio disponible
409=% de espacio disponible es el porcentaje de espacio total utilizable en la
unidad de disco l�gica seleccionada que estaba disponible.
410=Megabytes disponibles
411=Megabytes disponibles muestra el espacio no asignado en la unidad de disco, en
megabytes. Un megabyte equivale a 1.048.576 bytes.
412=Conexiones abiertas
413=Conexiones abiertas es el n�mero de conexiones que est�n abiertas en este
momento para este protocolo. Este contador muestra �nicamente el recuento actual y
no un valor acumulado a lo largo del tiempo.
414=Conexiones sin reintentos
415=Conexiones sin reintentos es el n�mero total de conexiones que se realizaron
correctamente en el primer intento. Este n�mero es un acumulador y muestra un total
acumulativo.
416=Conexiones con reintentos
417=Conexiones con reintentos es el n�mero total de conexiones se realizaron
despu�s de reintentarlo. Un reintento tiene lugar cuando el primer intento de
conexi�n tiene un error. Este n�mero es un acumulador y muestra un total
acumulativo.
418=Desconexiones locales
419=Desconexiones locales es el n�mero de desconexiones de sesi�n iniciadas por el
equipo local. Este n�mero es un acumulador y muestra un total acumulativo.
420=Desconexiones remotas
421=Desconexiones remotas es el n�mero de desconexiones de sesi�n iniciadas por el
equipo remoto. Este n�mero es un acumulador y muestra un total acumulativo.
422=Errores de vinculaci�n
423=Errores de vinculaci�n es el n�mero de conexiones que se descartaron debido a
un error en el v�nculo. Este n�mero es un acumulador y muestra un total
acumulativo.
424=Errores en el adaptador
425=Errores en el adaptador es el n�mero de conexiones que se descartaron debido a
un error en el adaptador. Este n�mero es un acumulador y muestra un total
acumulativo.
426=Tiempos de espera agotados de sesi�n de conexi�n
427=Tiempos de espera agotados de sesi�n de conexi�n es el n�mero de conexiones que
se descartaron al agotarse el tiempo de espera de una sesi�n. Este n�mero es un
acumulador y muestra un total acumulativo.
428=Conexiones canceladas
429=Conexiones canceladas es el n�mero de conexiones que se cancelaron. Este n�mero
es un acumulador y muestra un total acumulativo.
430=Errores de recursos remotos
431=Errores de recursos remotos es el n�mero de conexiones err�neas debido a
problemas de recursos o a la escasez de los mismos en el equipo remoto. Este n�mero
es un acumulador y muestra un total acumulativo.
432=Errores de recursos locales
433=Errores de recursos locales es el n�mero de conexiones err�neas debido a
problemas de recursos o a escasez de los mismos en el equipo local. Este n�mero es
un acumulador y muestra un total acumulativo.
434=Errores no encontrados
435=Errores no encontrados es el n�mero de intentos de conexi�n err�neos por no
haberse podido encontrar el equipo remoto. Este n�mero es un acumulador y muestra
un total acumulativo.
436=Errores por no haber escucha
437=Errores por no haber escucha es el n�mero de conexiones que fueron rechazadas
porque el equipo remoto no estaba a la escucha de solicitudes de conexi�n.
438=Datagramas/s
439=Datagramas/s es la velocidad a la que el equipo procesa datagramas. Este
contador muestra el total de datagramas enviados y recibidos. Un datagrama es un
paquete sin conexi�n cuya entrega a un equipo remoto no est� garantizada.
440=Bytes de datagrama/s
441=Bytes de datagrama/s es la velocidad a la que el equipo procesa bytes de
datagrama. Este contador es la suma de los bytes de datagramas enviados y
recibidos. Un datagrama es un paquete sin conexi�n cuya entrega a un equipo remoto
no est� garantizada.
442=Datagramas enviados/s
443=Datagramas enviados/s es la velocidad a la que el equipo env�a datagramas. Un
datagrama es un paquete sin conexi�n cuya entrega a un equipo remoto no est�
garantizada.
444=Bytes de datagrama enviados/s
445=Bytes de datagrama enviados/s es la velocidad a la que el equipo env�a bytes de
datagrama. Un datagrama es un paquete sin conexi�n cuya entrega a un equipo remoto
no est� garantizada.
446=Datagramas recibidos/s
447=Datagramas recibidos/s es la velocidad a la que el equipo recibe datagramas. Un
datagrama es un paquete sin conexi�n cuya entrega a un equipo remoto no est�
garantizada.
448=Bytes de datagrama recibidos/s
449=Bytes de datagrama recibidos/s es la velocidad a la que el equipo recibe bytes
de datagrama. Un datagrama es un paquete sin conexi�n cuya entrega a un equipo
remoto no est� garantizada.
451=Paquetes/s es la velocidad a la que el equipo procesa los paquetes. Este n�mero
es la suma de Paquetes enviados/s y Paquetes recibidos/s. Este contador incluye
todos los paquetes procesados, es decir, tanto los de control como los de datos.
452=Paquetes enviados/s
453=Paquetes enviados/s es la velocidad a la que el equipo env�a paquetes. Este
contador incluye todos los paquetes enviados por el equipo, es decir, tanto los de
control como los de datos.
455=Paquetes recibidos/s es la velocidad a la que el equipo recibe paquetes. Este
contador incluye todos los paquetes procesados, es decir, tanto los de control como
los de datos.
456=Tramas/s
457=Tramas/s es la velocidad a la que el equipo procesa tramas de datos (o
paquetes). Este contador es la suma de las tramas de datos enviadas y las
recibidas. Este contador s�lo incluye las tramas (paquetes) que transportan datos.
458=Bytes de trama/s
459=Bytes de trama/s es la velocidad a la que el equipo procesa bytes de datos.
Este contador es la suma de los bytes de tramas de datos enviados y recibidos. S�lo
incluye los bytes de las tramas (paquetes) que transportan datos.
460=Tramas enviadas/s
461=Tramas enviadas/s es la velocidad a la que el equipo env�a tramas de datos.
Este contador s�lo incluye las tramas (paquetes) que transportan datos.
462=Bytes de trama enviados/s
463=Bytes de trama enviados/s es la velocidad a la que el equipo env�a bytes de
datos. Este contador s�lo incluye los bytes de las tramas (paquetes) que
transportan datos.
464=Tramas recibidas/s
465=Tramas recibidas/s es la velocidad a la que el equipo recibe tramas de datos.
Este contador s�lo incluye las tramas (paquetes) que transportan datos.
466=Bytes de trama recibidos/s
467=Bytes de trama recibidos/s es la velocidad a la que el equipo recibe bytes de
datos. Este contador s�lo incluye las tramas (paquetes) que transportan datos.
468=Tramas reenviadas/s
469=Tramas reenviadas/s es la velocidad a la que el equipo reenv�a tramas de datos
(paquetes). Este contador s�lo incluye las tramas o paquetes que transportan datos.
470=Bytes de trama reenviados/s
471=Bytes de trama reenviados/s es la velocidad a la que el equipo reenv�a bytes de
datos. Este contador s�lo incluye los bytes de las tramas que transportan datos.
472=Tramas rechazadas/s
473=Tramas rechazadas/s es la velocidad a la que se rechazan tramas de datos. Este
contador s�lo incluye las tramas (paquetes) que transportan datos.
474=Bytes de trama rechazados/s
475=Bytes de trama rechazados/s es la velocidad a la que se rechazan bytes de
datos. Este contador s�lo incluye los bytes de las tramas de datos (paquetes) que
transportan datos.
476=Expiraciones de respuesta
477=Expiraciones de respuesta es el n�mero de veces que expir� el plazo del
temporizador T1.
478=Expiraciones de confirmaci�n
479=Expiraciones de confirmaci�n es el n�mero de veces que expir� el plazo del
temporizador T2.
480=Ventana de env�o m�xima
481=Ventana de env�o m�xima es el n�mero m�ximo de bytes de datos que se enviar�n
antes de esperar una se�al de reconocimiento procedente del equipo remoto.
482=Ventana de env�o media
483=Ventana de env�o media es el n�mero medio de bytes de datos enviados antes de
esperar una se�al de reconocimiento procedente del equipo remoto.
484=Reconocimientos superpuestos en cola/s
485=Reconocimientos superpuestos en cola/s es la velocidad a la que se colocan en
la cola los reconocimientos superpuestos. Los reconocimientos superpuestos son
reconocimientos de paquetes recibidos que se incluir�n en el pr�ximo paquete de
salida hacia el equipo remoto.
486=Tiempos de espera agotados de reconocimientos superpuestos
487=Tiempos de espera agotados de reconocimientos superpuestos es el n�mero de
veces que no se pudo enviar un reconocimiento superpuesto porque no hab�a ning�n
paquete de salida apropiado en el equipo remoto en el que hacerlo. Un
reconocimiento superpuesto es un reconocimiento de un paquete recibido que se
incluir� en el pr�ximo paquete de salida hacia el equipo remoto. Si no se env�a
ning�n paquete de salida durante el correspondiente tiempo de espera, se env�a un
paquete de reconocimiento y se incrementa este contador.
488=IPX de NWLink
489=El objeto de rendimiento IPX de NWLink incluye los contadores que miden la
transmisi�n de datagramas a equipos que usan el protocolo IPX y desde �stos.
490=SPX de NWLink
491=El objeto de rendimiento SPX de NWLink incluye los contadores que miden la
transmisi�n de datos y las conexiones de sesi�n para equipos que usan el protocolo
SPX.
492=NetBEUI
493=El objeto de rendimiento NetBEUI incluye los contadores que miden la
transmisi�n de datos en la actividad de red que cumple el est�ndar Interfaz de
usuario final de NetBIOS.
494=Recurso NetBEUI
495=El objeto de rendimiento Recurso NetBEUI incluye los contadores que realizan un
seguimiento del uso de b�feres por parte del protocolo NetBEUI.
496=Uso m�ximo
497=Uso m�ximo es el n�mero m�ximo de recursos NetBEUI (b�feres) en uso al mismo
tiempo. Este valor es �til al dimensionar los recursos m�ximos proporcionados. El
n�mero entre par�ntesis que se encuentra despu�s del nombre de recurso se usa para
identificar el recurso en los mensajes del Registro de eventos.
498=Uso medio
499=Uso medio es el n�mero de recursos (b�feres) en uso actualmente. El n�mero
entre par�ntesis que se encuentra despu�s del nombre de recurso se usa para
identificar el recurso en los mensajes del Registro de eventos.
500=Recursos agotados
501=Recursos agotados es el n�mero de veces que se usaron todos los recursos
(b�feres). El n�mero entre par�ntesis que se encuentra despu�s del nombre de
recurso se usa para identificar el recurso en los mensajes del Registro de eventos.
502=Conexi�n NBT
503=El objeto de rendimiento Conexi�n NBT incluye los contadores que miden la
velocidad a la que se reciben y env�an bytes a trav�s de una conexi�n NBT entre el
equipo local y un equipo remoto. La conexi�n se identifica por el nombre del equipo
remoto.
505=Bytes recibidos/s es la velocidad a la que el equipo local recibe bytes a
trav�s de una conexi�n NBT con alg�n equipo remoto. El contador incluye todos los
bytes recibidos por el equipo local a trav�s de esta conexi�n NBT concreta.
506=Bytes enviados/s
507=Bytes enviados/s es la velocidad a la que el equipo local env�a bytes a trav�s
de una conexi�n NBT con alg�n equipo remoto. El contador incluye todos los bytes
enviados por el equipo local a trav�s de esta conexi�n NBT concreta.
508=Total de bytes/s
509=Total de bytes/s es la velocidad a la que el equipo env�a o recibe bytes a
trav�s de una conexi�n NBT con alg�n equipo remoto. El contador incluye todos los
bytes enviados o recibidos por el equipo local a trav�s de esta conexi�n NBT
concreta.
510=Interfaz de red
511=El objeto de rendimiento Interfaz de red incluye los contadores que miden la
velocidad a la que se env�an y reciben bytes y paquetes a trav�s de una conexi�n de
red TCP/IP. Tambi�n incluye contadores que supervisan los errores de la conexi�n.
512=Bytes/s
513=Total de bytes/s es la velocidad a la que se env�an y reciben bytes a trav�s de
cada adaptador de red, incluidos los caracteres de tramas. Interfaz de red\Total de
bytes/s es la suma de Interfaz de red\Bytes recibidos/s e Interfaz de red\Bytes
enviados/s.
515=Paquetes/ es la velocidad a la que se env�an y reciben paquetes en la interfaz
de red.
517=Paquetes recibidos/s es la velocidad a la que se reciben paquetes en la
interfaz de red.
519=Paquetes enviados/s es la velocidad a la que se env�an paquetes en la interfaz
de red.
520=Ancho de banda actual
521=Ancho de banda actual es una estimaci�n del ancho de banda actual de la
interfaz de red en bits por segundo (bps). Para las interfaces que no puedan variar
el ancho de banda o para las que no se pueda realizar una estimaci�n precisa, este
valor ser� el ancho de banda nominal.
523=Bytes recibidos/s es la velocidad a la que se reciben bytes a trav�s de cada
adaptador de red, incluidos los caracteres de tramas. Interfaz de red\Bytes
recibidos/s es un subconjunto de Interfaz de red\Total de bytes/s.
524=Paquetes de unidifusi�n recibidos/s
525=Paquetes de unidifusi�n recibidos/s es la velocidad a la que se entregan
paquetes de unidifusi�n (subred) a un protocolo de nivel superior.
526=Paquetes de no unidifusi�n recibidos/s
527=Paquetes de no unidifusi�n recibidos/s es la velocidad a la que se entregan
paquetes que no son de unidifusi�n (es decir, paquetes de difusi�n de subred o de
multidifusi�n de subred) a un protocolo de nivel superior.
528=Paquetes recibidos descartados
529=Paquetes recibidos descartados es el n�mero de paquetes entrantes que se
decidi� descartar, aunque no se detectara ning�n error que impidiera entregarlos a
un protocolo de nivel superior. Un motivo para descartar paquetes puede ser la
necesidad de liberar espacio en el b�fer.
530=Paquetes recibidos con errores
531=Paquetes recibidos con errores es el n�mero de paquetes entrantes que conten�an
errores que imped�an entregarlos a un protocolo de nivel superior.
532=Paquetes recibidos desconocidos
533=Paquetes recibidos desconocidos es el n�mero de paquetes recibidos a trav�s de
la interfaz que se descartaron porque correspond�an a un protocolo desconocido o no
compatible.
535=Bytes enviados/s es la velocidad a la que se env�an bytes a trav�s de cada
adaptador de red, incluidos los caracteres de tramas. Interfaz de red\Bytes
enviados/s es un subconjunto de Interfaz de red\Total de bytes/s.
536=Paquetes de unidifusi�n enviados/s
537=Paquetes de unidifusi�n enviados/s es la velocidad a la que los protocolos de
nivel superior solicitan la transmisi�n de paquetes a direcciones de unidifusi�n de
subred. Esta velocidad incluye los paquetes que se descartaron o que no se
enviaron.
538=Paquetes de no unidifusi�n enviados/s
539=Paquetes de no unidifusi�n enviados/s es la velocidad a la que los protocolos
de nivel superior solicitan la transmisi�n de paquetes a direcciones que no son de
unidifusi�n (es decir, difusiones de subred o multidifusiones de subred). Esta
velocidad incluye los paquetes que se descartaron o que no se enviaron.
540=Paquetes de salida descartados
541=Paquetes de salida descartados es el n�mero de paquetes salientes que se
decidi� descartar, aunque no se detectara ning�n error en ellos que impidiera su
transmisi�n. Un motivo para descartar paquetes puede ser la necesidad de liberar
espacio en el b�fer.
542=Paquetes de salida con errores
543=Paquetes de salida con errores es el n�mero de paquetes salientes que no
pudieron transmitirse debido a errores.
544=Longitud de la cola de salida
545=Longitud de la cola de salida es la longitud de la cola de paquetes de salida
(en paquetes). Si es superior a dos, se producen retrasos y debe encontrarse y
eliminarse el cuello de botella existente, si es posible. Teniendo en cuenta que la
especificaci�n de interfaz de controlador de red (NDIS) pone en cola las
solicitudes en esta implementaci�n, este contador ser� siempre 0.
546=IPv4
547=El objeto de rendimiento IP incluye los contadores que miden las velocidades a
las que se env�an y reciben datagramas IP con protocolos IP. Tambi�n incluye
contadores que supervisan los errores de protocolo IP.
548=IPv6
549=Datagramas/s es la velocidad, en incidentes por segundo, a la que se recibieron
o enviaron datagramas IP a las interfaces, incluidos los que conten�an errores.
Esta velocidad no incluye los datagramas reenviados.
551=Datagramas recibidos/s es la velocidad, en incidentes por segundo, a la que se
reciben datagramas IP desde las interfaces, incluidos los que contienen errores.
Datagramas recibidos/s es un subconjunto de Datagramas/s.
552=Datagramas recibidos con errores de encabezado
553=Datagramas recibidos con errores de encabezado es el n�mero de datagramas de
entrada que se descartaron debido a errores en los encabezados IP, como sumas de
comprobaci�n err�neas, incoherencias en el n�mero de versi�n, errores diversos de
formato, expiraci�n de su per�odo de vida, detecci�n de errores en el momento de
procesar sus opciones para IP, etc.
554=Datagramas recibidos con errores de direcci�n
555=Datagramas recibidos con errores de direcci�n es el n�mero de datagramas de
entrada que se descartaron porque la direcci�n IP que figuraba en el campo de
destino de su encabezado IP no era v�lida para el equipo. Este recuento incluye las
direcciones no v�lidas (por ejemplo, 0.0.0.0) y las direcciones de clases no
compatibles (por ejemplo, clase E). Para las entidades que no sean puertas de
enlace IP y que no reenv�en datagramas, este contador incluye los datagramas que se
descartaron porque la direcci�n de destino no era una direcci�n local.
556=Datagramas reenviados/s
557=Datagramas reenviados/s es la velocidad, en incidentes por segundo, a la que se
realizaron intentos para encontrar rutas para reenviar datagramas de entrada a su
destino final, porque el servidor local no era la IP final de destino. En
servidores que no act�an como puertas de enlace IP, esta velocidad incluye s�lo
paquetes que se enrutaron originariamente a trav�s de esta entidad, donde el
procesamiento de la opci�n de ruta de origen se realiz� correctamente.
558=Datagramas recibidos con protocolo desconocido
559=Datagramas recibidos con protocolo desconocido es el n�mero de datagramas con
direcci�n local recibidos correctamente pero descartados por corresponder a un
protocolo desconocido o no compatible.
560=Datagramas recibidos descartados
561=Datagramas recibidos descartados es el n�mero de datagramas IP de entrada que
se descartaron aunque se no se encontraron problemas que imped�an su procesamiento
(por ejemplo, por falta de espacio en el b�fer). Este contador no incluye ninguno
de los datagramas descartados cuando estaban en espera de ser reensamblados.
562=Datagramas recibidos entregados/s
563=Datagramas recibidos entregados/s es la velocidad, en incidentes por segundo, a
la que los datagramas de entrada se entregaron correctamente a los protocolos de
usuario IP, incluido el Protocolo de mensajes de control de Internet (ICMP).
565=Datagramas enviados/s es la velocidad, en incidentes por segundo, a la que se
proporcionaron datagramas IP para su transmisi�n por protocolos de usuario IP
locales (incluido ICMP). Este contador no incluye los datagramas incluidos en el
contador Datagramas reenviados/s. Datagramas enviados/s es un subconjunto de
Datagramas/s.
566=Datagramas de salida descartados
567=Datagramas de salida descartados es el n�mero de datagramas IP de salida que se
descartaron aunque no se encontraron problemas que impidieran su transmisi�n a su
destino (por ejemplo, por falta de espacio en el b�fer). Este contador incluye los
datagramas contados en Datagramas reenviados/s que cumplen con ese criterio.
568=Datagramas de salida sin enrutamiento
569=Datagramas de salida sin enrutamiento es el n�mero de datagramas IP que se
descartaron porque no se pudo encontrar ninguna ruta para transmitirlos a su
destino. Este contador incluye todos los paquetes contados en Datagramas
reenviados/s que cumplen con este criterio "sin ruta".
570=Fragmentos recibidos/s
571=Fragmentos recibidos/s es la velocidad, en incidentes por segundo, a la que se
reciben fragmentos IP que tienen que reensamblarse en esta entidad.
572=Fragmentos reensamblados/s
573=Fragmentos reensamblados/s es la velocidad, en incidentes por segundo, a la que
se reensamblaron correctamente los fragmentos IP.
574=Errores de reensamblado de fragmentos
575=Errores de reensamblado de fragmentos es el n�mero de errores detectados por el
algoritmo de reensamblado de IP, como tiempos de espera agotados, errores, etc.
�ste no es necesariamente un recuento de los fragmentos IP descartados, ya que
ciertos algoritmos (especialmente RFC 815) pueden perder la cuenta del n�mero de
fragmentos al combinarlos en el momento en que se reciben.
576=Datagramas fragmentados/s
577=Datagramas fragmentados/s es la velocidad, en incidentes por segundo, a la que
los datagramas se fragmentan correctamente.
578=Errores de fragmentaci�n
579=Errores de fragmentaci�n es el n�mero de datagramas IP que se descartaron
porque no se pudieron fragmentar, aunque esto era necesario (por ejemplo, porque
estaba establecido la marca "No fragmentar").
580=Fragmentos creados/s
581=Fragmentos creados/s es la velocidad, en incidentes por segundo, a la que se
generaron fragmentos de datagramas IP como resultado de la fragmentaci�n.
582=ICMP
583=El objeto de rendimiento ICMP incluye los contadores que miden las velocidades
a las que se env�an y reciben mensajes con protocolos ICMP. Tambi�n incluye
contadores que supervisan errores de protocolo ICMP.
584=Mensajes/s
585=Mensajes/s es la velocidad total, en incidentes por segundo, a la que la
entidad envi� y recibi� mensajes ICMP. Esta velocidad incluye los mensajes
recibidos o enviados con errores.
586=Mensajes recibidos/s
587=Mensajes recibidos/s es la velocidad, en incidentes por segundo, a la que se
recibieron mensajes ICMP. Esta velocidad incluye los mensajes recibidos con
errores.
588=Mensajes recibidos con errores
589=Mensajes recibidos con errores es el n�mero de mensajes ICMP que recibi� la
entidad pero que ten�an errores, como sumas de comprobaci�n ICMP incorrectas,
longitud inadecuada, etc.
590=Mensajes de destino inaccesible recibidos
591=Mensajes de destino inaccesible recibidos es el n�mero de mensajes ICMP de
destino inaccesible recibidos.
592=Mensajes de tiempo superado recibidos
593=Mensajes de tiempo superado recibidos es el n�mero de mensajes ICMP de tiempo
superado recibidos.
594=Mensajes de problemas de par�metros recibidos
595=Mensajes de problemas de par�metros recibidos es el n�mero de mensajes ICMP de
problemas de par�metros recibidos.
596=Mensajes de control de flujo (source quench) recibidos
597=Mensajes de control de flujo (source quench) recibidos es el n�mero de mensajes
ICMP de control de flujo (source quench) recibidos.
598=Mensajes de redirecci�n recibidos/s
599=Mensajes de redirecci�n recibidos/s es la velocidad, en incidentes por segundo,
a la que se recibieron mensajes ICMP de redirecci�n.
600=Mensajes de eco recibidos/s
601=Mensajes de eco recibidos/s es la velocidad, en incidentes por segundo, a la
que se recibieron mensajes ICMP de eco.
602=Mensajes de respuesta al eco recibidos/s
603=Mensajes de respuesta al eco recibidos/s es la velocidad, en incidentes por
segundo, a la que se recibieron mensajes ICMP de respuesta al eco.
604=Mensajes de marca de tiempo recibidos/s
605=Mensajes de marca de tiempo recibidos/s es la velocidad, en incidentes por
segundo, a la que se recibieron mensajes ICMP de solicitud de marca de tiempo.
606=Mensajes de respuesta a marca de tiempo recibidos/s
607=Mensajes de respuesta a marca de tiempo recibidos/s es la velocidad a la que se
recibieron mensajes ICMP de respuesta a marca de tiempo.
608=Mensajes de m�scara de direcci�n recibidos
609=Mensajes de m�scara de direcci�n recibidos es el n�mero de mensajes ICMP de
solicitud de m�scara de direcci�n recibidos.
610=Mensajes de respuesta a m�scara de direcci�n recibidos
611=Mensajes de respuesta a m�scara de direcci�n recibidos es el n�mero de mensajes
ICMP de respuesta a m�scara de direcci�n recibidos.
612=Mensajes enviados/s
613=Mensajes enviados/s es la velocidad, en incidentes por segundo, a la que el
servidor intent� enviar mensajes. Esta velocidad incluye los mensajes enviados con
errores.
614=Mensajes enviados con errores
615=Mensajes enviados con errores es el n�mero de mensajes ICMP que no se enviaron
debido a problemas en ICMP, como la falta de b�feres. Este valor no incluye los
errores detectados fuera del nivel ICMP, como la imposibilidad por parte del
protocolo IP de enrutar el datagrama resultante. En algunas implementaciones no se
incluye ninguno de los tipos de error en el valor de este contador.
616=Mensajes de destino inaccesible enviados
617=Mensajes de destino inaccesible enviados es el n�mero de mensajes ICMP de
destino inaccesible enviados.
618=Mensajes de tiempo superado enviados
619=Mensajes de tiempo superado enviados es el n�mero de mensajes ICMP de tiempo
superado enviados.
620=Mensajes de problemas de par�metros enviados
621=Mensajes de problemas de par�metros enviados es el n�mero de mensajes ICMP de
problemas de par�metros enviados.
622=Mensajes de control de flujo (source quench) enviados
623=Mensajes de control de flujo (source quench) enviados es el n�mero de mensajes
ICMP de control de flujo (source quench) enviados.
624=Mensajes de redirecci�n enviados/s
625=Mensajes de redirecci�n enviados/s es la velocidad, en incidentes por segundo,
a la que se enviaron mensajes de redirecci�n ICMP.
626=Mensajes de eco enviados/s
627=Mensajes de eco enviados/s es la velocidad, en incidentes por segundo, a la que
se enviaron mensajes ICMP de eco.
628=Mensajes de respuesta al eco enviados/s
629=Mensajes de respuesta al eco enviados/s es la velocidad, en incidentes por
segundo, a la que se enviaron mensajes ICMP de respuesta al eco.
630=Mensajes de marca de tiempo enviados/s
631=Mensajes de marca de tiempo enviados/s es la velocidad, en incidentes por
segundo, a la que se enviaron mensajes ICMP de solicitud de marca de tiempo.
632=Mensajes de respuesta a marca de tiempo enviados/s
633=Mensajes de respuesta a marca de tiempo enviados/s es la velocidad, en
incidentes por segundo, a la que se enviaron mensajes ICMP de respuesta a marca de
tiempo.
634=Mensajes de m�scara de direcci�n enviados
635=Mensajes de m�scara de direcci�n enviados es el n�mero de mensajes ICMP de
solicitud de m�scara de direcci�n enviados.
636=Mensajes de respuesta a m�scara de direcci�n enviados
637=Mensajes de respuesta a m�scara de direcci�n enviados es el n�mero de mensajes
ICMP de respuesta a m�scara de direcci�n enviados.
638=TCPv4
639=El objeto de rendimiento TCP incluye los contadores que miden las velocidades a
las que se env�an y reciben segmentos TCP mediante el protocolo TCP. Incluye
contadores que supervisan el n�mero de conexiones TCP que se encuentran en cada uno
de los posibles estados de conexi�n TCP.
640=Segmentos/s
641=Segmentos/s es la velocidad a la que se env�an o reciben segmentos TCP mediante
el protocolo TCP.
642=Conexiones establecidas
643=Conexiones establecidas es el n�mero de conexiones TCP para las cuales el
estado actual es ESTABLISHED o CLOSE-WAIT.
644=Conexiones activas
645=Conexiones activas es el n�mero de veces que las conexiones TCP realizaron una
transici�n directa al estado SYN-SENT desde el estado CLOSED. Es decir, muestra un
n�mero de conexiones iniciadas por el equipo local. El valor es un total
acumulativo.
646=Conexiones pasivas
647=Conexiones pasivas es el n�mero de veces que las conexiones TCP realizaron una
transici�n directa al estado SYN-RCVD desde el estado LISTEN. Es decir, muestra un
n�mero de conexiones al equipo local iniciadas por equipos remotos. El valor es un
total acumulativo.
648=Errores de conexi�n
649=Errores de conexi�n es el n�mero de veces que las conexiones TCP realizaron una
transici�n directa al estado CLOSED desde el estado SYN-SENT o SYN-RCVD, sumado al
n�mero de veces que las conexiones TCP realizaron una transici�n directa al estado
LISTEN desde el estado SYN- RCVD.
650=Conexiones reinicializadas
651=Conexiones reinicializadas es el n�mero de veces que las conexiones TCP
realizaron una transici�n directa al estado CLOSED desde el estado ESTABLISHED o
desde el estado CLOSED-WAIT.
652=Segmentos recibidos/s
653=Segmentos recibidos/s es la velocidad a la que se reciben segmentos, incluidos
los err�neos. Este recuento incluye los segmentos recibidos en las conexiones
establecidas actualmente.
654=Segmentos enviados/s
655=Segmentos enviados/s es la velocidad a la que se env�an segmentos, incluidos
los de las conexiones actuales pero sin contar los que contienen �nicamente bytes
retransmitidos.
656=Segmentos retransmitidos/s
657=Segmentos retransmitidos/s es la velocidad a la que se retransmiten segmentos,
es decir, segmentos transmitidos que contienen uno o m�s bytes transmitidos con
anterioridad.
658=UDPv4
659=El objeto de rendimiento UDP incluye los contadores que miden las velocidades a
las que se env�an y reciben datagramas UDP mediante el protocolo UDP. Incluye
contadores que supervisan los errores de protocolo UDP.
660=% de tiempo total de DPC
661=Datagramas/s es la velocidad a la que la entidad env�a o recibe datagramas UDP.
662=% de tiempo total de interrupci�n
663=Datagramas recibidos/s es la velocidad a la que los datagramas UDP se entregan
a los usuarios de UDP.
664=Datagramas sin puerto/s
665=Datagramas sin puerto/s es la velocidad a la que se recibieron datagramas UDP
para los cuales no exist�a ninguna aplicaci�n en el puerto de destino.
666=Datagramas recibidos con errores
667=Datagramas recibidos con errores es el n�mero de datagramas UDP recibidos que
no pudieron entregarse por motivos distintos de la falta de una aplicaci�n en el
puerto de destino.
669=Datagramas enviados/s es la velocidad a la que se env�an datagramas UDP desde
la entidad.
670=Unidad de almacenamiento en disco
671=Estad�sticas del dispositivo de almacenamiento en disco procedentes del equipo
externo
672=Errores de asignaci�n
673=N�mero de errores de asignaci�n comunicados por el dispositivo de
almacenamiento en disco
674=Tiempo de actividad del sistema
675=Tiempo de actividad del sistema es el tiempo (en segundos) de ejecuci�n del
equipo transcurrido desde la �ltima vez que se inici�. Este contador muestra la
diferencia entre la hora de inicio y la hora actual.
676=N�mero de identificadores del sistema
677=N�mero actual de identificadores del sistema que se est�n usando.
678=Entradas libres de la tabla de p�ginas del sistema
679=Entradas libres de la tabla de p�ginas del sistema es el n�mero de entradas de
la tabla de p�ginas que el sistema no est� usando actualmente. Este contador
muestra solamente el �ltimo valor observado. No es un promedio.
680=N�mero de subprocesos
681=N�mero de subprocesos que se encuentran activos actualmente en este proceso. La
unidad b�sica de ejecuci�n en un procesador es una instrucci�n; un subproceso es el
objeto que ejecuta instrucciones. Todo proceso en ejecuci�n tiene al menos un
subproceso.
682=Prioridad base
683=Prioridad base actual de este proceso. Los subprocesos de un proceso pueden
aumentar o disminuir su propia prioridad base relativa a la del proceso.
684=Tiempo transcurrido
685=El tiempo total, en segundos, que este proceso ha estado ejecut�ndose.
686=Correcciones de alineaci�n/s
687=Correcciones de alineaci�n/s es la velocidad, en incidentes por segundo, de los
errores de alineaci�n que fueron corregidos por el sistema.
688=Env�os de excepciones/s
689=Env�os de excepciones/s es la velocidad, en incidentes por segundo, a la que el
sistema envi� excepciones.
690=Emulaciones de punto flotante/s
691=Emulaciones de punto flotante/s es la velocidad de las emulaciones de punto
flotante realizadas por el sistema. Este contador muestra la diferencia entre los
valores observados en las dos �ltimas muestras, dividida por la duraci�n del
intervalo de muestra.
692=Inicios de sesi�n/s
693=Inicios de sesi�n/s es la velocidad de inicios de sesi�n en todos los
servidores.
694=Prioridad actual
695=Prioridad din�mica actual de este subproceso. El sistema puede aumentar la
prioridad din�mica del subproceso por encima de la prioridad base si el subproceso
procesa entradas de usuario, o disminuirla si el subproceso pasa a realizar c�lculo
de datos.
696=% de tiempo de DPC
697=Prioridad base actual de este subproceso. El sistema puede aumentar la
prioridad din�mica del subproceso por encima de la prioridad base si el subproceso
procesa entradas de usuario, o disminuirla si el subproceso pasa a realizar c�lculo
de datos.
698=% de tiempo de interrupci�n
699=Tiempo total (en segundos) transcurrido en que este subproceso ha estado en
ejecuci�n.
700=Archivo de paginaci�n
701=El objeto de rendimiento Archivo de paginaci�n incluye los contadores que
supervisan los archivos de paginaci�n del equipo. El archivo de paginaci�n es un
espacio reservado en el disco que hace copias de seguridad de la memoria f�sica
asignada del equipo.
702=% de uso
703=Porcentaje de archivos de paginaci�n que est�n siendo usados. Consulte tambi�n
Proceso\\Bytes del archivo de paginaci�n.
704=% de uso m�ximo
705=Porcentaje de uso m�ximo del archivo de paginaci�n. Consulte tambi�n
Proceso\\Uso m�ximo de los bytes del archivo de paginaci�n.
706=Direcci�n de inicio
707=Direcci�n virtual de inicio para este subproceso.
708=Contador de programa del usuario
709=Contador de programa del usuario actual para este subproceso.
710=Espacio asignado en Sin acceso
711=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La protecci�n Sin acceso impide que un proceso pueda
escribir o leer en estas p�ginas, y generar� un error de infracci�n de acceso si se
intenta realizar alguna de estas operaciones.
712=Espacio asignado en S�lo lectura
713=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La protecci�n S�lo lectura impide la modificaci�n del
contenido de estas p�ginas. Cualquier intento de escribir o modificar estas p�ginas
generar� un error de infracci�n de acceso.
714=Espacio asignado en Lectura/escritura
715=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La protecci�n Lectura/escritura permite a un proceso leer,
modificar y escribir en estas p�ginas.
716=Espacio asignado en Escritura en copia
717=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La protecci�n Escritura en copia se usa cuando la memoria
est� compartida para lectura pero no para escritura. Cuando los procesos est�n
leyendo esta memoria, podr�n compartirla, pero cuando un proceso que est�
comparti�ndola intente tener acceso de escritura a esta memoria compartida, se
crear� una copia de la misma.
718=Espacio asignado en Ejecuci�n
719=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La memoria de Ejecuci�n es la memoria que pueden ejecutar
los programas, pero que no se puede leer ni escribir. Este tipo de protecci�n no es
compatible con todos los tipos de procesadores.
720=Espacio asignado en Ejecuci�n y s�lo lectura
721=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La memoria de Ejecuci�n y de solo lectura es la que se puede
ejecutar y leer.
722=Espacio asignado en Ejecuci�n y lectura/escritura
723=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La memoria de Ejecuci�n y lectura/escritura es la que puede
ser ejecutada por programas, al igual que le�da y modificada.
724=Espacio asignado en Ejecuci�n y escritura en copia
725=Espacio asignado es la memoria virtual que se asign� a una determinada
direcci�n virtual (o intervalo de direcciones virtuales) del espacio de direcciones
virtuales del proceso. La memoria de Ejecuci�n y escritura en copia es la que puede
ser ejecutada por programas, al igual que le�da y escrita. Este tipo de protecci�n
se usa cuando se necesita compartir la memoria entre varios procesos. Si los
procesos comparten la memoria �nicamente para leerla, todos ellos usar�n la misma
memoria. Sin embargo, si uno de los procesos que la comparten desea tener acceso a
ella para escritura, se crear� una copia de esta memoria a tal efecto.
726=Espacio reservado en Sin acceso
727=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La
protecci�n Sin acceso impide que un proceso pueda escribir o leer en estas p�ginas,
y generar� un error de infracci�n de acceso si se intenta realizar alguna de estas
operaciones.
728=Espacio reservado en S�lo lectura
729=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La
protecci�n S�lo lectura impide la modificaci�n del contenido de estas p�ginas.
Cualquier intento de escribir o modificar estas p�ginas generar� un error de
infracci�n de acceso.
730=Espacio reservado en Lectura/escritura
731=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La
protecci�n Lectura/escritura permite a un proceso leer, modificar y escribir en
estas p�ginas.
732=Espacio reservado en Escritura en copia
733=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La
protecci�n Escritura en copia se usa cuando la memoria est� compartida para lectura
pero no para escritura. Cuando los procesos est�n leyendo esta memoria, podr�n
compartirla, pero cuando un proceso que est� comparti�ndola intente tener acceso de
escritura a esta memoria compartida, se crear� una copia de la misma.
734=Espacio reservado en Ejecuci�n
735=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La memoria
de Ejecuci�n es la memoria que pueden ejecutar los programas, pero que no se puede
leer ni escribir. Este tipo de protecci�n no es compatible con todos los tipos de
procesadores.
736=Espacio reservado en Ejecuci�n y s�lo lectura
737=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La memoria
de Ejecuci�n y de solo lectura es la que se puede ejecutar y leer.
738=Espacio reservado en Ejecuci�n y lectura/escritura
739=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La memoria
de Ejecuci�n y lectura/escritura es la que puede ser ejecutada por programas, al
igual que le�da y modificada.
740=Imagen
741=El objeto de rendimiento Imagen incluye los contadores que supervisan el uso de
direcciones virtuales de las im�genes ejecutadas por procesos en el equipo.
742=Espacio reservado en Ejecuci�n y escritura en copia
743=Espacio reservado es la memoria virtual que se reserv� para su uso en el futuro
por parte de un proceso, pero que a�n no ha sido asignada ni confirmada. La memoria
de Ejecuci�n y escritura en copia es la que puede ser ejecutada por programas, al
igual que le�da y escrita. Este tipo de protecci�n se usa cuando se necesita
compartir la memoria entre varios procesos. Si los procesos comparten la memoria
�nicamente para leerla, todos ellos usar�n la misma memoria. Sin embargo, si uno de
los procesos que la comparten desea tener acceso a ella para escritura, se crear�
una copia de esta memoria a tal efecto.
744=Espacio no asignado en Sin acceso
745=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La protecci�n Sin acceso impide que un proceso pueda escribir o leer en
estas p�ginas, y generar� un error de infracci�n de acceso si se intenta realizar
alguna de estas operaciones.
746=Espacio no asignado en S�lo lectura
747=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La protecci�n S�lo lectura impide la modificaci�n del contenido de estas
p�ginas. Cualquier intento de escribir o modificar estas p�ginas generar� un error
de infracci�n de acceso.
748=Espacio no asignado en Lectura/escritura
749=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La protecci�n Lectura/escritura permite a un proceso leer, modificar y
escribir en estas p�ginas.
750=Espacio no asignado en Escritura en copia
751=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La protecci�n Escritura en copia se usa cuando la memoria est� compartida
para lectura pero no para escritura. Cuando los procesos est�n leyendo esta
memoria, podr�n compartirla, pero cuando un proceso que est� comparti�ndola intente
tener acceso de lectura y escritura a esta memoria compartida, se crear� una copia
de la misma.
752=Espacio no asignado en Ejecuci�n
753=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La memoria de Ejecuci�n es la memoria que pueden ejecutar los programas,
pero que no se puede leer ni escribir. Este tipo de protecci�n no es compatible con
todos los tipos de procesadores.
754=Espacio no asignado en Ejecuci�n y s�lo lectura
755=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La memoria de Ejecuci�n y de solo lectura es la que se puede ejecutar y
leer.
756=Espacio no asignado en Ejecuci�n y lectura/escritura
757=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La memoria de Ejecuci�n y lectura/escritura es la que puede ser ejecutada
por programas, al igual que leerse y escribirse.
758=Espacio no asignado en Ejecuci�n y escritura en copia
759=Espacio no asignado es la memoria virtual asignada y confirmada que est� usando
el proceso y que no es atribuible a ninguna imagen concreta que est� ejecutando el
proceso. La memoria de Ejecuci�n y escritura en copia es la que puede ser ejecutada
por programas, al igual que le�da y escrita. Este tipo de protecci�n se usa cuando
se necesita compartir la memoria entre varios procesos. Si los procesos comparten
la memoria �nicamente para leerla, todos ellos usar�n la misma memoria. Sin
embargo, si uno de los procesos que la comparten desea tener acceso a ella para
escritura, se crear� una copia de esta memoria a tal efecto.
760=Espacio de imagen en Sin acceso
761=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La protecci�n Sin acceso impide que un proceso pueda
escribir o leer en estas p�ginas, y generar� un error de infracci�n de acceso si se
intenta realizar alguna de estas operaciones.
762=Espacio de imagen en S�lo lectura
763=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La protecci�n S�lo lectura impide la modificaci�n del
contenido de estas p�ginas. Cualquier intento de escribir o modificar estas p�ginas
generar� un error de infracci�n de acceso.
764=Espacio de imagen en Lectura/escritura
765=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La protecci�n Lectura/escritura permite a un proceso
leer, modificar y escribir en estas p�ginas.
766=Espacio de im�genes en Escritura en copia
767=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La protecci�n Escritura en copia se usa cuando la
memoria est� compartida para lectura pero no para escritura. Cuando los procesos
est�n leyendo esta memoria, podr�n compartirla, pero cuando un proceso que est�
comparti�ndola intente tener acceso de lectura y escritura a esta memoria
compartida, se crear� una copia de la misma.
768=Espacio de imagen en Ejecuci�n
769=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La memoria de Ejecuci�n es la memoria que pueden
ejecutar los programas, pero que no se puede leer ni escribir. Este tipo de
protecci�n no es compatible con todos los tipos de procesadores.
770=Espacio de imagen en Ejecuci�n y s�lo lectura
771=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La memoria de Ejecuci�n y de solo lectura es la que se
puede ejecutar y leer.
772=Espacio de imagen en Ejecuci�n y lectura/escritura
773=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La memoria de Ejecuci�n y lectura/escritura es la que
puede ser ejecutada por programas, al igual que leerse, escribirse y modificarse.
774=Espacio de imagen en Ejecuci�n y escritura en copia
775=Espacio de imagen es el espacio de direcciones virtuales que est�n usando las
im�genes ejecutadas por el proceso. Este valor es la suma de todos los espacios de
direcciones a los cuales las im�genes ejecutadas por el proceso seleccionado
asignaron esta protecci�n. La memoria de Ejecuci�n y escritura en copia es la que
puede ser ejecutada por programas, al igual que le�da y escrita. Este tipo de
protecci�n se usa cuando se necesita compartir la memoria entre varios procesos. Si
los procesos comparten la memoria �nicamente para leerla, todos ellos usar�n la
misma memoria. Sin embargo, si uno de los procesos que la comparten desea tener
acceso a ella para escritura, se crear� una copia de esta memoria a tal efecto.
776=Bytes de imagen reservados
777=Bytes de imagen reservados es la suma de toda la memoria virtual reservada por
las im�genes en este proceso.
778=Bytes de imagen disponibles
779=Bytes de imagen disponibles es la cantidad de espacio de direcciones virtuales
que no est� en uso ni reservado por las im�genes de este proceso.
780=Bytes reservados
781=Bytes reservados es la cantidad total de memoria virtual reservada para su uso
en el futuro por parte de este proceso.
782=Bytes disponibles
783=Bytes disponibles es el espacio de direcciones virtuales total no usado de este
proceso.
784=Id. de proceso
785=Id. de proceso es el identificador �nico de este proceso. Los n�meros de id. de
proceso se reutilizan, por lo que s�lo identifican a un proceso durante la vigencia
del mismo.
786=Espacio de direcciones de proceso
787=El objeto de rendimiento Espacio de direcciones de proceso incluye contadores
que supervisan la asignaci�n de memoria y su uso para un proceso seleccionado.
788=Sin acceso
789=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La protecci�n Sin acceso impide que un proceso
pueda escribir o leer en estas p�ginas, y generar� un error de infracci�n de acceso
si se intenta realizar alguna de estas operaciones.
790=S�lo lectura
791=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La protecci�n S�lo lectura impide la modificaci�n
del contenido de estas p�ginas. Cualquier intento de escribir o modificar estas
p�ginas generar� un error de infracci�n de acceso.
792=Lectura/escritura
793=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La protecci�n Lectura/escritura permite a un
proceso leer, modificar y escribir en estas p�ginas.
794=Escritura en copia
795=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La protecci�n Escritura en copia se usa cuando la
memoria est� compartida para lectura pero no para escritura. Cuando los procesos
est�n leyendo esta memoria, podr�n compartirla, pero cuando un proceso que est�
comparti�ndola intente tener acceso de lectura y escritura a esta memoria
compartida, se crear� una copia de la misma.
796=Ejecuci�n
797=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La memoria de Ejecuci�n es la memoria que pueden
ejecutar los programas, pero que no se puede leer ni escribir. Este tipo de
protecci�n no es compatible con todos los tipos de procesadores.
798=Ejecuci�n y s�lo lectura
799=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La memoria de Ejecuci�n y de solo lectura es la
que se puede ejecutar y leer.
800=Ejecuci�n y lectura/escritura
801=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La memoria de Ejecuci�n y lectura/escritura es la
que puede ser ejecutada por programas, al igual que leerse y escribirse.
802=Ejecuci�n y escritura en copia
803=Espacio de imagen es el espacio de direcciones virtuales que usa la imagen
seleccionada con esta protecci�n. La memoria de Ejecuci�n y escritura en copia es
la que puede ser ejecutada por programas, al igual que le�da y escrita. Este tipo
de protecci�n se usa cuando se necesita compartir la memoria entre varios procesos.
Si los procesos comparten la memoria �nicamente para leerla, todos ellos usar�n la
misma memoria. Sin embargo, si uno de los procesos que la comparten desea tener
acceso a ella para escritura, se crear� una copia de esta memoria a tal efecto.
804=Id. de subproceso
805=Id. de subproceso es el identificador �nico de este proceso. Los n�meros de id.
de subproceso se reutilizan, por lo que s�lo identifican a un subproceso durante la
vigencia del mismo.
806=Recepciones de buz�n interproceso con errores
807=Aperturas de buz�n interproceso con errores/s indica la velocidad a la que se
reciben en esta estaci�n de trabajo los mensajes que deben entregarse a buzones
interproceso que no existen.
808=Escrituras de buz�n interproceso con errores
809=Anuncios maestros duplicados indica el n�mero de veces que el explorador
maestro detect� otro explorador maestro en el mismo dominio.
810=Aperturas de buz�n interproceso con errores/s
811=Datagramas incorrectos/s es la velocidad a la que se recibieron en la estaci�n
de trabajo datagramas con un formato incorrecto.
812=Anuncios maestros duplicados
813=Total de anuncios/s es la suma de Anuncios de servidor/s y Anuncios de
dominio/s.
814=Datagramas incorrectos/s
815=Total de enumeraciones/s es la velocidad a la que esta estaci�n de trabajo
proces� solicitudes de exploraci�n. Es la suma de Enumeraciones de servidor/s,
Enumeraciones de dominio/s y Enumeraciones de otros/s.
816=Detalles de subprocesos
817=El objeto de rendimiento Detalles de subprocesos incluye los contadores que
miden aspectos del comportamiento de los subprocesos que tardan mucho tiempo o
resultan dif�ciles de recopilar. Estos contadores se distinguen de los del objeto
Subproceso por su elevada sobrecarga.
818=Bytes de cach�
819=Bytes de cach� es la suma de los contadores Memoria\\Bytes residentes de cach�
del sistema, Memoria\\Bytes residentes de controladores del sistema, Memoria\\Bytes
residentes de c�digo del sistema y Memoria\\Bytes residentes de bloque paginado.
Este contador muestra solamente el �ltimo valor observado. No es un promedio.
820=Uso m�ximo de los bytes de cach�
821=Uso m�ximo de los bytes de cach� es el n�mero m�ximo de bytes usados por la
cach� del sistema de archivos desde la �ltima vez que se reinici� el sistema. Puede
ser mayor que el tama�o actual de la cach�. Este contador muestra solamente el
�ltimo valor observado. No es un promedio.
822=Entrada de p�ginas/s
823=Entrada de p�ginas/s es la velocidad a la que se leen las p�ginas desde el
disco para resolver errores de p�gina severos. Los errores de p�gina severos se
producen cuando un proceso hace referencia a una p�gina en la memoria virtual que
no est� en su espacio de trabajo o en cualquier otro sitio de la memoria f�sica y
debe recuperarse desde el disco. Cuando una p�gina tiene errores, el sistema
intenta leer varias p�ginas contiguas en la memoria para maximizar el beneficio de
la operaci�n de lectura. Compare el valor de Memoria\\Entrada de p�ginas/s con el
valor de Memoria\\Lecturas de p�gina/s para determinar el n�mero promedio de
p�ginas le�das en la memoria durante cada operaci�n de lectura.
824=P�ginas de transici�n reasignadas/s
825=P�ginas de transici�n reasignadas/s es la velocidad a la que las p�ginas de
cach� de transici�n se reutilizaron para un prop�sito diferente. De lo contrario,
estas p�ginas se habr�an mantenido en la cach� de p�ginas para proporcionar un
error flexible (r�pido), en vez de recuperarlas del dispositivo de copia de
seguridad, en el caso de que se tuviera acceso a las p�ginas en el futuro. Tenga en
cuenta que estas p�ginas pueden contener memoria privada o compartida.
872=Bytes transmitidos
873=N�mero total de bytes transmitidos por esta conexi�n.
874=Bytes recibidos
875=N�mero total de bytes recibidos por esta conexi�n.
876=Tramas transmitidas
877=N�mero total de tramas transmitidas por esta conexi�n.
878=Tramas recibidas
879=N�mero total de tramas recibidas por esta conexi�n.
880=Porcentaje de compresi�n de salida
881=Raz�n de compresi�n de los bytes que se est�n enviando.
882=Porcentaje de compresi�n de entrada
883=Raz�n de compresi�n de los bytes que se est�n recibiendo.
884=Errores de CRC
885=N�mero total de errores de CRC para esta conexi�n. Un error de CRC ocurre
cuando se recibe una trama con datos err�neos.
886=Errores de tiempo de espera
887=N�mero total de errores de tiempo de espera para esta conexi�n. Un error de
tiempo de espera ocurre cuando se est� esperando que llegue una trama y esto no
ocurre.
888=Errores de saturaci�n serie
889=N�mero total de errores de saturaci�n serie para esta conexi�n. Un error de
saturaci�n serie ocurre cuando el hardware no puede procesar los datos a la
velocidad a la que se reciben.
890=Errores de alineaci�n
891=N�mero total de errores de alineaci�n para esta conexi�n. Un error de
alineaci�n ocurre cuando se recibe un byte que no es el esperado.
892=Errores de saturaci�n del b�fer
893=N�mero total de errores de saturaci�n del b�fer para esta conexi�n. Un error de
saturaci�n del b�fer ocurre cuando el software no puede procesar los datos a la
velocidad a la que se reciben.
894=Total de errores
895=N�mero total de errores de CRC, tiempo de espera, saturaci�n serie, alineaci�n
y saturaci�n del b�fer en esta conexi�n.
896=Bytes transmitidos/s
897=N�mero de bytes transmitidos por segundo.
898=Bytes recibidos/s
899=N�mero de bytes recibidos por segundo.
900=Tramas transmitidas/s
901=N�mero de tramas transmitidas por segundo.
902=Tramas recibidas/s
903=N�mero de tramas recibidas por segundo.
904=Total de errores/s
905=N�mero total de errores de CRC, tiempo de espera, saturaci�n serie, alineaci�n
y saturaci�n del b�fer por segundo.
908=Total de conexiones
909=N�mero total de conexiones de acceso remoto.
920=Servidor WINS
921=El objeto de rendimiento Servidor WINS incluye los contadores que supervisan
las comunicaciones con el servicio Servidor WINS.
922=Registros �nicos/s
923=Registros �nicos/s es la velocidad a la que el servidor WINS recibe registros
�nicos.
924=Registros de grupo/s
925=Registros de grupo/s es la velocidad a la que el servidor WINS recibe registros
de grupo.
926=N�mero total de registros/s
927=N�mero total de registros/s es la suma de registros individuales y de grupo por
segundo. Es la velocidad total a la que el servidor WINS recibe registros.
928=Renovaciones �nicas/s
929=Renovaciones �nicas/s es la velocidad a la que el servidor WINS recibe
renovaciones �nicas.
930=Renovaciones de grupo/s
931=Renovaciones de grupo/s es la velocidad a la que el servidor WINS recibe
renovaciones de grupo.
932=N�mero total de renovaciones/s
933=N�mero total de renovaciones/s es la suma de Renovaciones �nicas/s y
Renovaciones de grupo/s. Es la velocidad total a la que el servidor WINS recibe
renovaciones.
934=Liberaciones/s
935=Liberaciones/s es la velocidad a la que el servidor WINS recibe liberaciones.
936=Consultas/s
937=Consultas/s es la velocidad a la que el servidor WINS recibe consultas.
938=Conflictos �nicos/s
939=Conflictos �nicos/s es la velocidad a la que el servidor WINS recibe
renovaciones o registros �nicos que tienen conflictos con registros de la base de
datos.
940=Conflictos de grupo/s
941=Conflictos de grupo/s es la velocidad a la que el servidor WINS recibe
registros de grupo que tienen conflictos con registros de la base de datos.
942=N�mero total de conflictos/s
943=N�mero total de conflictos/s es la suma de los conflictos �nicos y de grupo por
segundo. Es la velocidad total a la que el servidor WINS detecta conflictos.
944=Liberaciones correctas/s
945=N�mero total de liberaciones correctas/s
946=Liberaciones con errores/s
947=N�mero total de liberaciones con errores/s
948=Consultas correctas/s
949=N�mero total de consultas correctas/s
950=Consultas con errores/s
951=N�mero total de consultas con errores/s
952=N�mero de identificadores
953=N�mero total de identificadores abiertos actualmente por este proceso. Este
n�mero es igual a la suma de los identificadores abiertos actualmente por cada
subproceso de este proceso.
1000=Servidor MacFile
1001=Servidor de archivos AFP de Servicios para Macintosh.
1002=M�ximo de memoria paginada
1003=Cantidad m�xima de recursos de memoria paginada usados por el servidor
MacFile.
1004=Memoria paginada actual
1005=Cantidad actual de recursos de memoria paginada usados por el servidor
MacFile.
1006=M�ximo de memoria no paginada
1007=Cantidad m�xima de recursos de memoria no paginada usados por el servidor
MacFile.
1008=Memoria no paginada actual
1009=Cantidad actual de recursos de memoria no paginada usados por el servidor
MacFile.
1010=Sesiones actuales
1011=N�mero de sesiones conectadas actualmente al servidor MacFile. Indica la
actividad actual del servidor.
1012=M�ximo de sesiones
1013=N�mero m�ximo de sesiones conectadas simult�neamente al servidor MacFile.
Indica el nivel de uso del servidor.
1014=Archivos abiertos actuales
1015=N�mero de archivos internos abiertos actualmente en el servidor MacFile. No
incluye los archivos abiertos en nombre de los clientes Macintosh.
1016=M�ximo de archivos abiertos
1017=N�mero m�ximo de archivos internos abiertos simult�neamente en el servidor
MacFile. No incluye los archivos abiertos en nombre de los clientes Macintosh.
1018=Inicios de sesi�n con errores
1019=N�mero de intentos de inicio de sesi�n en el servidor MacFile con errores.
Puede indicar que se est�n usando programas que tratan de averiguar las contrase�as
para poner en peligro la seguridad del servidor.
1020=Datos le�dos/s
1021=N�mero de bytes le�dos del disco por segundo.
1022=Datos escritos/s
1023=N�mero de bytes escritos en el disco por segundo.
1024=Datos recibidos/s
1025=N�mero de bytes recibidos desde la red por segundo. Indica el grado de
ocupaci�n del servidor.
1026=Datos transmitidos/s
1027=N�mero de bytes enviados por la red por segundo. Indica el grado de ocupaci�n
del servidor.
1028=Longitud de cola actual
1029=N�mero de elementos de trabajo pendientes que esperan a ser procesados.
1030=Longitud m�xima de cola
1031=N�mero m�ximo de elementos de trabajo pendientes en espera a la vez.
1032=Subprocesos actuales
1033=N�mero actual de subprocesos usados por el servidor MacFile. Indica el grado
de ocupaci�n del servidor.
1034=M�ximo de subprocesos
1035=N�mero m�ximo de subprocesos usados por el servidor MacFile. Indica el nivel
m�ximo de uso del servidor.
1050=AppleTalk
1051=Protocolo AppleTalk
1052=Paquetes de entrada/s
1053=N�mero de paquetes recibidos por segundo por Appletalk en este puerto.
1054=Paquetes de salida/s
1055=N�mero de paquetes enviados por segundo por Appletalk en este puerto.
1056=Bytes de entrada/s
1057=N�mero de bytes recibidos por segundo por Appletalk en este puerto.
1058=Bytes de salida/s
1059=N�mero de bytes enviados por segundo por Appletalk en este puerto.
1060=Tiempo promedio/paquete DDP
1061=Tiempo promedio en milisegundos para procesar un paquete DDP en este puerto.
1062=Paquetes DDP/s
1063=N�mero de paquetes DDP recibidos por segundo por Appletalk en este puerto.
1064=Tiempo promedio/paquete AARP
1065=Tiempo promedio en milisegundos para procesar un paquete AARP en este puerto.
1066=Paquetes AARP/s
1067=N�mero de paquetes AARP recibidos por segundo por Appletalk en este puerto.
1068=Tiempo promedio/paquete ATP
1069=Tiempo promedio en milisegundos para procesar un paquete ATP en este puerto.
1070=Paquetes ATP/s
1071=N�mero de paquetes ATP recibidos por segundo por Appletalk en este puerto.
1072=Tiempo promedio/paquete NBP
1073=Tiempo promedio en milisegundos para procesar un paquete NBP en este puerto.
1074=Paquetes NBP/s
1075=N�mero de paquetes NBP recibidos por segundo por Appletalk en este puerto.
1076=Tiempo promedio/paquete ZIP
1077=Tiempo promedio en milisegundos para procesar un paquete ZIP en este puerto.
1078=Paquetes ZIP/s
1079=N�mero de paquetes ZIP recibidos por segundo por Appletalk en este puerto.
1080=Tiempo promedio/paquete RTMP
1081=Tiempo promedio en milisegundos para procesar un paquete RTMP en este puerto.
1082=Paquetes RTMP/s
1083=N�mero de paquetes RTMP recibidos por segundo por Appletalk en este puerto.
1084=Reintentos locales ATP
1085=N�mero de solicitudes ATP retransmitidas en este puerto.
1086=Tiempos de espera agotados de respuestas ATP
1087=N�mero de temporizadores de liberaci�n ATP que expiraron en este puerto.
1088=Respuestas ATP XO/s
1089=N�mero de respuestas a transacciones ATP XO (exactamente una vez) por segundo
en este puerto.
1090=Respuestas ATP ALO/s
1091=N�mero de respuestas a transacciones ATP ALO (por lo menos una vez) por
segundo en este puerto.
1092=Liberaciones de ATP recibidas/s
1093=N�mero de paquetes de liberaci�n de transacciones ATP recibidos por segundo en
este puerto.
1094=Bloque no paginado actual
1095=Cantidad actual de recursos de memoria no paginada usados por AppleTalk.
1096=Paquetes de entrada enrutados/s
1097=N�mero de paquetes de entrada enrutados en este puerto.
1098=Paquetes descartados
1099=N�mero de paquetes descartados debido a limitaciones de recursos en este
puerto.
1100=Reintentos remotos de ATP
1101=N�mero de solicitudes ATP retransmitidas a este puerto.
1102=Paquetes de salida enrutados/s
1103=N�mero de paquetes de salida enrutados en este puerto.
1110=Segmento de red
1111=Proporciona estad�sticas de red para el segmento de red local a trav�s del
servicio Monitor de red.
1112=Total de tramas recibidas/s
1113=N�mero total de tramas recibidas por segundo en este segmento de red.
1114=Total de bytes recibidos/s
1115=N�mero de bytes recibidos por segundo en este segmento de red.
1116=Tramas de difusi�n recibidas/s
1117=N�mero de tramas de difusi�n recibidas por segundo en este segmento de red.
1118=Tramas de multidifusi�n recibidas/s
1119=N�mero de tramas de multidifusi�n recibidas por segundo en este segmento de
red.
1120=% de uso de red
1121=Porcentaje de ancho de banda de red usado en este segmento de red.
1124=% de tramas de difusi�n
1125=Porcentaje de ancho de banda que representa el tr�fico de difusi�n en este
segmento de red.
1126=% de tramas de multidifusi�n
1127=Porcentaje de ancho de banda que representa el tr�fico de multidifusi�n en
este segmento de red.
1150=Telefon�a
1151=Sistema de telefon�a
1152=L�neas
1153=N�mero de l�neas telef�nicas atendidas por este equipo.
1154=Dispositivos telef�nicos
1155=N�mero de dispositivos telef�nicos atendidos por este equipo.
1156=L�neas activas
1157=N�mero de l�neas telef�nicas atendidas por este equipo que est�n activas
actualmente.
1158=Tel�fonos activos
1159=N�mero de dispositivos telef�nicos que est�n siendo supervisados actualmente.
1160=Llamadas salientes/s
1161=La frecuencia de llamadas efectuadas por este equipo.
1162=Llamadas entrantes/s
1163=La frecuencia de llamadas contestadas por este equipo.
1164=Aplicaciones cliente
1165=N�mero de aplicaciones que usan actualmente servicios de telefon�a.
1166=Llamadas salientes actuales
1167=Llamadas telef�nicas salientes actualmente atendidas por este equipo.
1168=Llamadas entrantes actuales
1169=Llamadas telef�nicas entrantes actualmente atendidas por este equipo.
1232=N�mero de solicitudes de NCP de lectura de Packet Burst/s
1233=N�mero de solicitudes de NCP de lectura de Packet Burst/s es la velocidad a la
que el protocolo de n�cleo de NetWare (NCP) solicita lecturas de Packet Burst.
Packet Burst es un protocolo de ventana que mejora el rendimiento.
1234=Tiempos de espera agotados de lectura de Packet Burst/s
1235=Tiempos de espera agotados de lectura de Packet Burst/s es la velocidad a la
que el servicio NetWare tiene que retransmitir una solicitud de lectura de Packet
Burst porque el servidor NetWare tard� demasiado en responder.
1236=N�mero de solicitudes de NCP de escritura de Packet Burst/s
1237=N�mero de solicitudes de NCP de escritura de Packet Burst/s es la velocidad a
la que el protocolo de n�cleo de NetWare (NCP) solicita escrituras de Packet Burst.
Packet Burst es un protocolo de ventana que mejora el rendimiento.
1238=Tiempos de espera agotados de escritura de Packet Burst/s
1239=Tiempos de espera agotados de escritura de Packet Burst/s es la velocidad a la
que el servicio NetWare tiene que retransmitir una solicitud de escritura de Packet
Burst porque el servidor NetWare tard� demasiado en responder.
1240=ES de Packet Burst/s
1241=ES de Packet Burst/s es la suma de N�mero de solicitudes de NCP de lectura de
Packet Burst/s y N�mero de solicitudes de NCP de lectura de Packet Burst/s.
1260=Total de inicios de sesi�n
1261=Total de inicios de sesi�n es el total de inicios de sesi�n interactivos, de
red, de servicio, correctos y err�neos desde la �ltima vez que se reinici� el
equipo.
1262=Total de identificadores duraderos
1263=N�mero de identificadores duraderos, que indica cu�ntos identificadores
duraderos son persistentes cuando se desconectan las sesiones SMB2.
1264=Identificadores duraderos reconectados
1265=N�mero de identificadores duraderos reconectados; la proporci�n de
"identificadores duraderos reconectados"/"total de identificadores duraderos"
indica el aumento del rendimiento al reconectar los identificadores duraderos.
1266=Solicitudes de encabezado de hash de BranchCache para SMB
1267=El n�mero de solicitudes hash de BranchCache para SMB s�lo para el encabezado
que recibi� el servidor. Indica cu�ntas solicitudes se realizan para validar los
hash que ya est�n en la memoria cach� del cliente.
1268=Solicitudes de generaci�n de hash de BranchCache para SMB
1269=El n�mero de solicitudes de generaci�n de hash de BranchCache para SMB
enviadas por SRV2 al servicio de generaci�n de hash de SMB porque un cliente
solicit� hash para el archivo y el archivo no ten�a contenido de hash o los hash
existentes no estaban actualizados.
1270=Solicitudes hash recibidas de BranchCache para SMB
1271=El n�mero de solicitudes hash de BranchCache para SMB que recibi� el servidor.
1272=Respuestas hash enviadas de BranchCache para SMB
1273=El n�mero de respuestas hash de BranchCache para SMB enviadas desde el
servidor.
1274=Bytes hash enviados de BranchCache para SMB
1275=La cantidad de datos hash de BranchCache para SMB enviados desde el servidor.
Incluye los bytes transferidos para las solicitudes de encabezado de hash y las
solicitudes de datos hash completas.
1276=Total de identificadores resistentes
1277=N�mero de identificadores resistentes, que indica cu�ntos identificadores
resistentes son persistentes cuando se desconectan las sesiones SMB2.
1278=Identificadores resistentes reconectados
1279=N�mero de identificadores resistentes reconectados; la proporci�n de
"identificadores resistentes reconectados"/"total de identificadores resistentes"
indica el aumento del rendimiento al reconectar los identificadores resistentes.
1300=Colas de trabajo del servidor
1301=El objeto de rendimiento Colas de trabajo del servidor incluye los contadores
que supervisan la longitud de las colas y los objetos en las colas.
1302=Longitud de cola
1303=Longitud de cola es la longitud actual de la cola de trabajo del servidor para
esta CPU. Una longitud de cola que de manera constante es superior a cuatro puede
indicar congesti�n del procesador. �ste es un c�lculo instant�neo, no un promedio
realizado a lo largo de un per�odo de tiempo.
1304=Subprocesos activos
1305=Subprocesos activos es el n�mero de subprocesos que est�n trabajando en
solicitudes desde el cliente del servidor para esta CPU. El sistema mantiene este
n�mero tan bajo como sea posible para minimizar cambios de contexto innecesarios.
�ste es un c�lculo instant�neo para la CPU, no un promedio realizado a lo largo de
un per�odo de tiempo.
1306=Subprocesos disponibles
1307=Subprocesos disponibles es el n�mero de subprocesos del servidor en esta CPU
que no est�n trabajando en solicitudes de clientes. El servidor ajusta
din�micamente el n�mero de instancias para maximizar el rendimiento del servidor.
1308=Elementos de trabajo disponibles
1309=Cada solicitud de un cliente se representa en el servidor como un 'elemento de
trabajo'; el servidor mantiene un bloque de elementos de trabajo disponibles por
CPU para agilizar el procesamiento. �ste es el n�mero instant�neo de elementos de
trabajo disponibles para esta CPU. Un valor sostenido cercano a cero indica la
necesidad de aumentar el valor del valor del Registro MinFreeWorkItems para el
servicio Servidor. Este valor ser� siempre 0 en la instancia de cola de bloqueo.
1310=Elementos de trabajo prestados
1311=Cada solicitud de un cliente se representa en el servidor como un 'elemento de
trabajo'; el servidor mantiene un bloque de elementos de trabajo disponibles por
CPU para agilizar el procesamiento. Cuando una CPU se queda sin elementos de
trabajo, toma prestado un elemento de trabajo libre de otra CPU. Un valor en
aumento de este contador puede indicar la necesidad de aumentar el valor de los
valores del Registro 'MaxWorkItems' o 'MinWorkItems' para el servicio Servidor.
Este valor ser� siempre 0 en la instancia de cola de bloqueo.
1312=Falta de elementos de trabajo
1313=Cada solicitud de un cliente se representa en el servidor como un 'elemento de
trabajo'; el servidor mantiene un bloque de elementos de trabajo disponibles por
CPU para agilizar el procesamiento. Un valor sostenido mayor que cero indica la
necesidad de aumentar el valor del valor del Registro 'MaxWorkItems' para el
servicio Servidor. Este valor ser� siempre 0 en la instancia de cola de bloqueo.
1314=Clientes actuales
1315=Clientes actuales es el n�mero instant�neo de clientes atendidos por esta CPU.
El servidor equilibra de forma activa la carga de clientes entre todas las CPU del
sistema. Este valor ser� siempre 0 en la instancia de cola de bloqueo.
1317=Velocidad a la que el servidor est� recibiendo bytes de los clientes de red en
esta CPU. Este valor indica el grado de ocupaci�n del servidor.
1319=Velocidad a la que el servidor est� enviando bytes a los clientes de red en
esta CPU. Este valor indica el grado de ocupaci�n del servidor.
1320=Bytes transferidos/s
1321=Velocidad a la que el servidor est� enviando y recibiendo bytes desde los
clientes de red en esta CPU. Este valor indica el grado de ocupaci�n del servidor.
1323=Operaciones de lectura/s es la velocidad a la que el servidor est� realizando
operaciones de lectura en archivos para los clientes en esta CPU. Este valor indica
el grado de ocupaci�n del servidor. Este valor ser� siempre 0 en la instancia de
cola de bloqueo.
1324=Bytes le�dos/s
1325=Bytes le�dos/s es la velocidad a la que el servidor est� leyendo datos de
archivos para los clientes en esta CPU. Este valor indica el grado de ocupaci�n del
servidor.
1327=Operaciones de escritura/s es la velocidad a la que el servidor est�
realizando operaciones de escritura en archivos para los clientes en esta CPU. Este
valor indica el grado de ocupaci�n del servidor. Este valor ser� siempre 0 en la
instancia de cola de bloqueo.
1328=Bytes escritos/s
1329=Bytes escritos/s es la velocidad a la que el servidor est� escribiendo datos
en archivos para los clientes de esta CPU. Este valor indica el grado de ocupaci�n
del servidor.
1331=Total de bytes/s es la velocidad a la que el servidor est� leyendo y
escribiendo datos en los archivos para los clientes en esta CPU. Este valor indica
el grado de ocupaci�n del servidor.
1332=Total de operaciones/s
1333=Total de operaciones/s es la velocidad a la que el servidor est� realizando
operaciones de lectura y escritura en archivos para los clientes en esta CPU. Este
valor indica el grado de ocupaci�n del servidor. Este valor ser� siempre 0 en la
instancia de cola de bloqueo.
1334=DPC en cola/s
1335=DPC en cola/s es la velocidad promedio, en incidentes por segundo, a la que se
agregaron llamadas a procedimiento diferidas (DPC) a la cola de DPC del procesador.
Las DPC son interrupciones que se ejecutan con una prioridad inferior a la de las
interrupciones est�ndar. Cada procesador tiene su propia cola de DPC. Este contador
mide la velocidad a la que las DPC se agregan a la cola, no el n�mero de DPC en la
cola. Este contador muestra la diferencia entre los valores observados en las dos
�ltimas muestras, dividida por la duraci�n del intervalo de muestra.
1336=Velocidad de DPC
1337=Velocidad de DPC es la velocidad a la que se agregaron llamadas a
procedimiento diferidas (DPC) a las colas de DPC del procesador entre tics del
temporizador del reloj del procesador. Las DPC son interrupciones que se ejecutan
con una prioridad inferior a la de las interrupciones est�ndar. Cada procesador
tiene su propia cola de DPC. Este contador mide la velocidad a la que las DPC se
agregan a la cola, no es el n�mero de DPC en la cola. Este contador muestra
solamente el �ltimo valor observado. No es un promedio.
1342=Total de DPC en cola/s
1343=Total de DPC en cola/s es la velocidad combinada a la que se agregan llamadas
a procedimiento diferidas (DPC) a la cola de DPC de todos los procesadores del
equipo. Las DPC son interrupciones que se ejecutan con una prioridad inferior a la
de las interrupciones est�ndar. Cada procesador tiene su propia cola de DPC. Este
contador mide la velocidad a la que las DPC se agregan a la cola, no el n�mero de
DPC en la cola. Es la suma de Procesador: DPC en cola/s para todos los procesadores
del equipo, dividida por el n�mero de procesadores. Este contador muestra la
diferencia entre los valores observados en las dos �ltimas muestras, dividida por
la duraci�n del intervalo de muestra.
1344=Velocidad total de DPC
1345=Velocidad total de DPC es la velocidad combinada a la que se agregan llamadas
a procedimiento diferidas (DPC) a las colas de DPC de todos los procesadores entre
los tics del temporizador del reloj del sistema de cada procesador. Las DPC son
interrupciones que se ejecutan con una prioridad inferior a la de las
interrupciones est�ndar. Cada procesador tiene su propia cola de DPC. Este contador
mide la velocidad a la que las DPC se agregan a la cola, no el n�mero de DPC en la
cola. Es la suma de Procesador: Velocidad de DPC para todos los procesadores del
equipo, dividida por el n�mero de procesadores. Este contador muestra solamente el
�ltimo valor observado. No es un promedio.
1350=% de cuota de Registro en uso
1351=% de cuota de Registro en uso es el porcentaje de la cuota de Registro total
permitida que el sistema est� usando actualmente. Este contador s�lo muestra el
valor del porcentaje actual. No es un promedio.
1360=Memoria VL
1361=Contadores que indican el estado de las asignaciones de memoria muy grande
(VLM) locales y de sistema.
1362=% de tama�o virtual VLM en uso
1363=% de tama�o virtual VLM en uso
1364=Tama�o virtual VLM
1365=Tama�o actual del espacio de memoria virtual VLM de proceso en bytes.
1366=Uso m�ximo de tama�o virtual VLM
1367=Tama�o m�ximo del espacio de memoria virtual VLM de proceso en bytes. Este
valor indica el tama�o m�ximo de la memoria virtual VLM de proceso desde que se
inici� el proceso.
1368=Tama�o virtual VLM disponible
1369=Tama�o actual del espacio de memoria virtual VLM de proceso en bytes que puede
asignarse. Observe que la asignaci�n m�xima permitida puede ser m�s peque�a que
este valor debido a la fragmentaci�n del espacio de memoria.
1370=Carga de asignaci�n VLM
1371=Tama�o actual del espacio de memoria VLM confirmada para el proceso actual en
bytes.
1372=Uso m�ximo de carga de asignaci�n VLM
1373=Tama�o m�ximo del espacio de memoria VLM confirmada en bytes para el proceso
actual desde que se inici� dicho proceso.
1374=Carga de asignaci�n VLM de sistema
1375=Tama�o actual de todo el espacio de memoria VLM confirmada en bytes para el
sistema.
1376=Uso m�ximo de carga de asignaci�n VLM de sistema
1377=Tama�o m�ximo del espacio de memoria VLM confirmada en bytes desde que se
inici� el sistema.
1378=Carga de asignaci�n compartida VLM de sistema
1379=Tama�o actual del espacio de memoria VLM compartida confirmada en bytes para
el sistema.
1380=KB disponibles
1381=KB disponibles es la cantidad de memoria f�sica, en kilobytes, disponible
inmediatamente para su asignaci�n a un proceso o para uso del sistema. Equivale a
la suma de la memoria asignada a las listas de p�ginas en modo de espera (en
cach�), libres y cero. Para obtener una explicaci�n completa acerca del
administrador de memoria, consulte la informaci�n pertinente en MSDN o en el
cap�tulo de la gu�a de rendimiento del sistema y soluci�n de errores del Kit de
recursos de Windows Server 2003.
1382=Mbytes disponibles
1383=Mbytes disponibles es la cantidad de memoria f�sica, en Megabytes, disponible
inmediatamente para su asignaci�n a un proceso o para uso del sistema. Equivale a
la suma de la memoria asignada a las listas de p�ginas en modo de espera (en
cach�), libres y cero. Para obtener una explicaci�n completa acerca del
administrador de memoria, consulte la informaci�n pertinente en MSDN o en el
cap�tulo de la gu�a de rendimiento del sistema y soluci�n de errores del Kit de
recursos de Windows Server 2003.
1400=Longitud promedio de la cola de disco
1401=Longitud promedio de la cola de disco es el promedio de solicitudes de lectura
y escritura que se pusieron en cola para el disco seleccionado durante el intervalo
de muestra.
1402=Longitud promedio de cola de lectura de disco
1403=Longitud promedio de la cola de lectura de disco es el promedio de solicitudes
de lectura que se pusieron en cola para el disco seleccionado durante el intervalo
de muestra.
1404=Longitud promedio de cola de escritura de disco
1405=Longitud promedio de la cola de escritura de disco es el promedio de
solicitudes de escritura que se pusieron en cola para el disco seleccionado durante
el intervalo de muestra.
1406=% de bytes confirmados en uso
1407=% de bytes confirmados en uso es la raz�n de Memoria\\Bytes confirmados y
Memoria\\L�mite de confirmaci�n. La memoria confirmada es la memoria f�sica en uso
que tiene espacio reservado en el archivo de paginaci�n en caso que se deba
escribir en disco. El l�mite de confirmaci�n est� determinado por el tama�o del
archivo de paginaci�n. Si se aumenta el tama�o del archivo de paginaci�n, el l�mite
de confirmaci�n aumenta y la raz�n se reduce. Este contador s�lo muestra el valor
del porcentaje actual. No es un promedio.
1408=Imagen completa
1409=El objeto de rendimiento Imagen completa incluye los contadores que supervisan
el uso de direcciones virtuales por parte de las im�genes ejecutadas por los
procesos en el equipo. Los contadores de Imagen completa son los mismos que los
incluidos en el objeto Imagen, con la �nica diferencia del nombre de instancia. En
el objeto Imagen completa, el nombre de instancia incluye el nombre completo de la
ruta de acceso a los m�dulos cargados, mientras que en el objeto Imagen, s�lo se
muestra el nombre de archivo.
1410=Id. de proceso de creaci�n
1411=El valor Id. de proceso de creaci�n es el id. del proceso que cre� el proceso.
Los procesos de creaci�n pueden haber terminado, por tanto, el valor puede no
identificar ya un proceso en ejecuci�n.
1412=Operaciones de ES de lectura/s
1413=Velocidad a la que el proceso est� emitiendo operaciones de E/S de lectura.
Este contador re�ne toda la actividad de E/S generada por el proceso para incluir
E/S de dispositivo, red y archivos.
1414=Operaciones de ES de escritura/s
1415=Velocidad a la que el proceso est� emitiendo operaciones de E/S de escritura.
Este contador re�ne toda la actividad de E/S generada por el proceso para incluir
E/S de dispositivo, red y archivos.
1416=Operaciones de ES de datos/s
1417=Velocidad a la que el proceso est� emitiendo operaciones de E/S de lectura y
escritura. Este contador re�ne toda la actividad de E/S generada por el proceso
para incluir E/S de dispositivo, red y archivos.
1418=Otras operaciones de ES/s
1419=Velocidad a la que el proceso est� emitiendo operaciones de E/S que no son de
lectura ni de escritura (por ejemplo, una funci�n de control). Este contador re�ne
toda la actividad de E/S generada por el proceso para incluir E/S de dispositivo,
red y archivos.
1420=Bytes de lectura de ES/s
1421=Velocidad a la que el proceso est� leyendo bytes de operaciones de E/S. Este
contador re�ne toda la actividad de E/S generada por el proceso para incluir E/S de
dispositivo, red y archivos.
1422=Bytes de escritura de ES/s
1423=Velocidad a la que el proceso est� escribiendo bytes en operaciones de E/S.
Este contador re�ne toda la actividad de E/S generada por el proceso para incluir
E/S de dispositivo, red y archivos.
1424=Bytes de datos ES/s
1425=Velocidad a la que el proceso est� leyendo y escribiendo bytes en operaciones
de E/S. Este contador re�ne toda la actividad de E/S generada por el proceso para
incluir E/S de dispositivo, red y archivos.
1426=Otros bytes de ES/s
1427=Velocidad a la que el proceso est� emitiendo bytes a operaciones de E/S que no
requieren datos, como, por ejemplo, operaciones de control. Este contador re�ne
toda la actividad de E/S generada por el proceso para incluir E/S de dispositivo,
red y archivos.
1450=Cola de impresi�n
1451=Muestra estad�sticas de rendimiento acerca de una cola de impresi�n.
1452=N�mero total de trabajos impresos
1453=N�mero total de trabajos impresos en una cola de impresi�n desde el �ltimo
reinicio.
1454=Bytes impresos/s
1455=N�mero de bytes por segundo impresos en una cola de impresi�n.
1456=N�mero total de p�ginas impresas
1457=N�mero total de p�ginas impresas a graves de GDI en una cola de impresi�n
desde el �ltimo reinicio.
1458=Trabajos
1459=N�mero actual de trabajos en una cola de impresi�n.
1460=Referencias
1461=N�mero actual de referencias (identificadores abiertos) a esta impresora.
1462=M�ximo de referencias
1463=N�mero m�ximo de referencias (identificadores abiertos) a esta impresora.
1464=Trabajos en cola
1465=N�mero actual de trabajos en cola en una cola de impresi�n.
1466=N�mero m�ximo de trabajos en cola
1467=N�mero m�ximo de trabajos en cola en una cola de impresi�n desde el �ltimo
reinicio.
1468=Errores de papel agotado
1469=N�mero total de errores de papel agotado en una cola de impresi�n desde el
�ltimo reinicio.
1470=Errores de impresora no lista
1471=N�mero total de errores de impresora no lista en una cola de impresi�n desde
el �ltimo reinicio.
1472=Errores de trabajo
1473=N�mero total de errores de trabajo en una cola de impresi�n desde el �ltimo
reinicio.
1474=Llamadas de enumeraci�n de impresora de red
1475=N�mero total de llamadas desde clientes de exploraci�n a este servidor de
impresi�n para solicitar listas de exploraci�n de red desde el �ltimo reinicio.
1476=Llamadas de adici�n de impresora de red
1477=N�mero total de llamadas desde otros servidores de impresi�n para agregar
impresoras de red compartidas a este servidor desde el �ltimo reinicio.
1478=Espacio de trabajo - Privado
1479=Espacio de trabajo - Privado muestra el tama�o del espacio de trabajo, en
bytes, que se usa s�lo para este proceso y que no est� compartido o no se puede
compartir por otros procesos.
1480=Espacio de trabajo - Compartido
1481=Espacio de trabajo - Compartido muestra el tama�o del grupo de trabajo, en
bytes, que se puede compartir y que puede ser usado por otros procesos. El hecho de
que una parte del espacio de trabajo de un proceso se pueda compartir no implica
necesariamente que otros procesos lo est�n usando.
1482=% de tiempo inactivo
1483=% de tiempo inactivo informa del porcentaje de tiempo durante el intervalo de
muestra en el que el disco estaba inactivo.
1484=ES divididas/s
1485=ES divididas/s informa de la velocidad a la que las E/S en el disco fueron
divididas en varias E/S. Una E/S dividida puede originarse a partir de solicitudes
de datos de un tama�o que es demasiado grande para adaptarse a una E/S �nica o
indica que el disco est� fragmentado.
1500=Objeto de trabajo
1501=Informa de los datos de uso de procesador y de cuentas recopilados por cada
objeto de trabajo nombrado y activo.
1502=% actual de tiempo de procesador
1503=% actual de tiempo de procesador muestra el porcentaje del intervalo de
muestra que los procesos del objeto de trabajo invirtieron en ejecutar c�digo.
1504=% actual de tiempo en modo usuario
1505=% actual de tiempo en modo usuario muestra el porcentaje del intervalo de
muestra que los procesos del objeto de trabajo invirtieron en ejecutar c�digo en
modo usuario.
1506=% actual de tiempo en modo kernel
1507=% actual de tiempo en modo kernel muestra el porcentaje de intervalo de
muestra que los procesos del objeto de trabajo invirtieron en ejecutar c�digo en
modo kernel o privilegiado.
1508=Este per�odo ms - Procesador
1509=Este per�odo ms - Procesador muestra el tiempo, en milisegundos, de tiempo de
procesador usado por todos los procesos del objeto de trabajo (incluidos los que
finalizaron o que ya no est�n asociados con el objeto de trabajo) desde que se
estableci� un l�mite temporal en el trabajo.
1510=Este per�odo ms - Modo usuario
1511=Este per�odo ms - Modo usuario muestra el tiempo, en milisegundos, de tiempo
de procesador en modo usuario usado por todos los procesos del objeto de trabajo
(incluidos los que finalizaron o que ya no est�n asociados con el objeto de
trabajo) desde que se estableci� un l�mite temporal en el trabajo.
1512=Este per�odo ms - Modo kernel
1513=Este per�odo ms - Modo kernel muestra el tiempo, en milisegundos, de tiempo de
procesador en modo kernel usado por todos los procesos del objeto de trabajo
(incluidos los que finalizaron o que ya no est�n asociados con el objeto de
trabajo) desde que se estableci� un l�mite temporal en el trabajo.
1514=P�ginas/s
1515=P�ginas/s muestra la velocidad de los errores de p�gina de todos los procesos
del objeto de trabajo.
1516=N�mero de procesos - Total
1517=N�mero de procesos - Total muestra el n�mero de procesos, activos y
finalizados, que est�n o estuvieron asociados con el objeto de trabajo.
1518=N�mero de procesos - Activos
1519=N�mero de procesos - Activos muestra el n�mero de procesos que est�n asociados
actualmente con el objeto de trabajo.
1520=N�mero de procesos - Terminados
1521=N�mero de procesos - Terminados muestra el n�mero de procesos que terminaron
debido a una infracci�n de l�mite.
1522=Total ms - Procesador
1523=Total ms - Procesador muestra el tiempo, en milisegundos, de tiempo de
procesador usado por todos los procesos del objeto de trabajo (incluidos los que
finalizaron o que ya no est�n asociados con el objeto de trabajo) desde que se cre�
el objeto.
1524=Total ms - Modo usuario
1525=Total ms - Modo usuario muestra el tiempo, en milisegundos, de tiempo de
procesador en modo usuario usado por todos los procesos del objeto de trabajo
(incluidos los que finalizaron o que ya no est�n asociados con el objeto de
trabajo) desde que se cre� el objeto.
1526=Total ms - Modo kernel
1527=Total ms - Modo kernel muestra el tiempo, en milisegundos, de tiempo de
procesador en modo kernel usado por todos los procesos del objeto de trabajo
(incluidos los que finalizaron o que ya no est�n asociados con el objeto de
trabajo) desde que se cre� el objeto.
1530=TCPv6
1532=UDPv6
1534=ICMPv6
1536=Paquetes demasiado grandes recibidos
1537=Paquetes demasiado grandes recibidos es el n�mero de paquetes recibidos que
son mayores de lo previsto.
1538=Consultas de pertenencia recibidas
1539=Consultas de pertenencia recibidas es el n�mero de paquetes recibidos que
consultan su pertenencia a un grupo.
1540=Informes de pertenencia recibidos
1541=Informes de pertenencia recibidos es el n�mero de paquetes recibidos que
informan de su pertenencia a un grupo.
1542=Reducciones de pertenencia recibidas
1543=Reducciones de pertenencia recibidas es el n�mero de paquetes recibidos que
cancelaron su pertenencia a un grupo.
1544=Solicitudes de enrutador recibidas
1545=Solicitudes de enrutador recibidas es el n�mero de paquetes recibidos que
solicitan el enrutador.
1546=Anuncios de enrutador recibidos
1547=Anuncios de enrutador recibidos es el n�mero de paquetes recibidos que
anuncian el enrutador.
1548=Detalles del objeto de trabajo
1549=% de detalles del objeto de trabajo muestra informaci�n de rendimiento
detallada acerca de los procesos activos que forman un objeto de trabajo.
1550=Solicitudes de vecino recibidas
1551=Solicitudes de vecino recibidas es el n�mero de paquetes recibidos que
solicitan un vecino.
1552=Anuncios de vecino recibidos
1553=Anuncios de vecino recibidos es el n�mero de paquetes recibidos que anuncian
un vecino.
1554=Paquetes demasiado grandes enviados
1555=Paquetes demasiado grandes enviados es el n�mero de paquetes enviados que son
mayores de lo previsto.
1556=Consultas de pertenencia enviadas
1557=Consultas de pertenencia enviadas es el n�mero de paquetes enviados que
consultan su pertenencia a un grupo.
1558=Informes de pertenencia enviados
1559=Informes de pertenencia enviados es el n�mero de paquetes enviados que
informan de su pertenencia a un grupo.
1560=Reducciones de pertenencia enviadas
1561=Reducciones de pertenencia enviadas es el n�mero de paquetes enviados que
cancelaron su pertenencia a un grupo.
1562=Solicitudes de enrutador enviadas
1563=Solicitudes de enrutador enviadas es el n�mero de paquetes enviados que
solicitan el enrutador.
1564=Anuncios de enrutador enviados
1565=Anuncios de enrutador enviados es el n�mero de paquetes enviados que anuncian
el enrutador.
1566=Solicitudes de vecino enviadas
1567=Solicitudes de vecino enviadas es el n�mero de paquetes enviados que solicitan
un vecino.
1568=Anuncios de vecino enviados
1569=Anuncios de vecino enviados es el n�mero de paquetes enviados que anuncian un
vecino.
1570=Estad�sticas de seguridad para todo el sistema
1571=Estos contadores realizan el seguimiento por segundo del rendimiento de la
autenticaci�n.
1572=Autenticaciones NTLM
1573=Este contador realiza el seguimiento del n�mero de autenticaciones NTLM
procesadas por segundo para Active Directory en este controlador de dominio o para
cuentas locales de este servidor miembro.
1574=Autenticaciones Kerberos
1575=Este contador realiza el seguimiento del n�mero de veces que los clientes usan
un vale para autenticarse en este equipo por segundo.
1576=Solicitudes KDC AS
1577=Este contador realiza el seguimiento del n�mero de solicitudes del servicio de
autenticaci�n (AS) que el centro de distribuci�n de claves (KDC) procesa por
segundo. Los clientes usan las solicitudes AS para obtener un vale de concesi�n de
vales.
1578=Solicitudes KDC TGS
1579=Este contador realiza el seguimiento del n�mero de solicitudes del servicio de
concesi�n de vales (TGS) que el centro de distribuci�n de claves (KDC) procesa por
segundo. Los clientes usan estas solicitudes TGS para obtener un vale de servicio,
que les permite tener acceso a recursos de otros equipos.
1580=Entradas de la cach� de la sesi�n de SChannel
1581=Este contador realiza el seguimiento del n�mero de entradas de Capa de sockets
seguros (SSL) almacenadas actualmente en la cach� de sesi�n de canal seguro
(SChannel). La cach� de sesi�n de SChannel almacena informaci�n acerca de las
sesiones establecidas correctamente, como los id. de sesi�n de SSL. Los clientes
pueden usar esta informaci�n para volver a conectarse a un servidor sin ejecutar un
protocolo de enlace SSL completo.
1582=Entradas de la cach� de la sesi�n de SChannel activa
1583=Este contador realiza el seguimiento del n�mero de entradas de Capa de sockets
seguros (SSL) almacenadas actualmente en la cach� de sesi�n de canal seguro
(SChannel) y que se est�n usando actualmente. La cach� de sesi�n de SChannel
almacena informaci�n acerca de las sesiones establecidas correctamente, como los
id. de sesi�n de SSL. Los clientes pueden usar esta informaci�n para volver a
conectarse a un servidor sin ejecutar un protocolo de enlace SSL completo.
1584=Protocolos de enlace SSL completos del lado cliente
1585=Este contador realiza el seguimiento del n�mero de protocolos de enlace del
lado cliente completos de Capa de sockets seguros (SSL) que se est�n procesando por
segundo. Durante la ejecuci�n de un protocolo de enlace, se intercambian se�ales
para confirmar que se puede producir comunicaci�n entre equipos u otros
dispositivos.
1586=Protocolos de enlace SSL de reconexi�n del lado cliente
1587=Este contador realiza el seguimiento del n�mero de protocolos de enlace de
reconexi�n del lado cliente de Capa de sockets seguros (SSL) que se est�n
procesando por segundo. Los protocolos de enlace de reconexi�n permiten usar claves
de sesi�n de sesiones SSL anteriores para reanudar una conexi�n cliente/servidor y
requieren menos memoria para procesarse que los protocolos de enlace completos.
1588=Protocolos de enlace SSL completos del lado servidor
1589=Este contador realiza el seguimiento del n�mero de protocolos de enlace del
lado servidor completos de Capa de sockets seguros (SSL) que se est�n procesando
por segundo. Durante la ejecuci�n de un protocolo de enlace, se intercambian
se�ales para confirmar que se puede producir comunicaci�n entre equipos u otros
dispositivos.
1590=Protocolos de enlace SSL de reconexi�n del lado servidor
1591=Este contador realiza el seguimiento del n�mero de protocolos de enlace de
reconexi�n del lado servidor de Capa de sockets seguros (SSL) que se est�n
procesando por segundo. Los protocolos de enlace de reconexi�n permiten usar claves
de sesi�n de sesiones SSL anteriores para reanudar una conexi�n cliente/servidor y
requieren menos memoria para procesarse que los protocolos de enlace completos.
1592=Autenticaciones impl�citas
1593=Este contador realiza el seguimiento del n�mero de autenticaciones impl�citas
que se est�n procesando por segundo.
1594=Solicitudes Kerberos reenviadas
1595=Este contador realiza el seguimiento del n�mero de solicitudes Kerberos que un
controlador de dominio de s�lo lectura (RODC) reenv�a a su concentrador, por
segundo. El seguimiento de este contador s�lo se realiza en un RODC.
1596=Conexiones descargadas
1597=Conexiones descargadas es el n�mero de conexiones TCP (tanto IPv4 como IPv6)
administradas actualmente por el adaptador de red capaz de descarga de la chimenea
TCP.
1670=Estad�sticas de seguridad por proceso
1671=Estos contadores realizan el seguimiento del n�mero de identificadores y
recursos de seguridad usados por proceso.
1672=Identificadores de credencial
1673=Este contador realiza el seguimiento del n�mero de identificadores de
credencial que usa un proceso determinado. Los identificadores de credencial son
identificadores de credenciales preexistentes, como una contrase�a, que est�n
asociadas con un usuario y que se establecen mediante un inicio de sesi�n en el
sistema.
1674=Identificadores de contexto
1675=Este controlador realiza el seguimiento del n�mero de identificadores de
contexto que usa un proceso determinado. Los identificadores de contexto est�n
asociados con contextos de seguridad establecidos entre una aplicaci�n cliente y un
interlocutor remoto.
1676=Bytes de lista de p�ginas libres y cero
1677=Bytes de lista de p�ginas libres y cero es la cantidad de memoria f�sica en
bytes asignada a la lista de p�ginas libres y cero. Esta memoria no contiene datos
en cach�. Est� disponible inmediatamente para asignarse a un proceso o para que el
sistema la use. Para obtener una explicaci�n completa acerca del administrador de
memoria, consulte la informaci�n pertinente en MSDN o en el cap�tulo de la gu�a de
rendimiento del sistema y soluci�n de errores del Kit de recursos de Windows Server
2003.
1678=Bytes de lista de p�ginas modificadas
1679=Bytes de lista de p�ginas modificadas es la cantidad de memoria f�sica en
bytes asignada a la lista de p�ginas modificadas. Esta memoria contiene c�digo y
datos en cach� no usados de forma activa por los procesos, el sistema y la cach�
del sistema. Esta memoria debe escribirse antes de estar disponible para asignarse
a un proceso o para que el sistema la use. Para obtener una explicaci�n completa
acerca del administrador de memoria, consulte la informaci�n pertinente en MSDN o
en el cap�tulo de la gu�a de rendimiento del sistema y soluci�n de errores del Kit
de recursos de Windows Server 2003.
1680=Bytes de reserva de cach� en modo de espera
1681=Bytes de reserva de cach� en modo de espera es la cantidad de memoria f�sica
en bytes asignada a las listas de p�ginas de cach� en espera de reserva. Esta
memoria contiene c�digo y datos en cach� no usados de forma activa por los
procesos, el sistema y la cach� del sistema. Est� disponible inmediatamente para
asignarse a un proceso o para que el sistema la use. Si el sistema se queda sin
memoria libre y cero disponible, la memoria de las listas de p�ginas de cach� en
modo de espera de menor prioridad se asignar� antes que la memoria de las listas de
p�ginas de cach� en modo de espera de mayor prioridad. Para obtener una explicaci�n
completa acerca del administrador de memoria, consulte la informaci�n pertinente en
MSDN o en el cap�tulo de la gu�a de rendimiento del sistema y soluci�n de problemas
del Kit de recursos de Windows Server 2003.
1682=Bytes de prioridad normal de cach� en modo de espera
1683=Bytes de prioridad normal de cach� en modo de espera es la cantidad de memoria
f�sica en bytes asignada a las listas de p�ginas de cach� en espera de prioridad
normal. Esta memoria contiene c�digo y datos en cach� no usados de forma activa por
los procesos, el sistema y la cach� del sistema. Est� disponible inmediatamente
para asignarse a un proceso o para que el sistema la use. Si el sistema se queda
sin memoria libre y cero disponible, la memoria de las listas de p�ginas de cach�
en espera de menor prioridad se asignar� antes que la memoria de las listas de
p�ginas de cach� en espera de mayor prioridad. Para obtener una explicaci�n
completa acerca del administrador de memoria, consulte la informaci�n pertinente en
MSDN o en el cap�tulo de la gu�a de rendimiento del sistema y soluci�n de problemas
del Kit de recursos de Windows Server 2003.
1684=Bytes principales de cach� en modo de espera
1685=Bytes principales de cach� en modo de espera es la cantidad de memoria f�sica
en bytes asignada a las listas de p�ginas de cach� en espera principales. Esta
memoria contiene c�digo y datos en cach� no usados de forma activa por los
procesos, el sistema y la cach� del sistema. Est� disponible inmediatamente para
asignarse a un proceso o para que el sistema la use. Si el sistema se queda sin
memoria libre y cero disponible, la memoria de las listas de p�ginas de cach� en
espera de menor prioridad se asignar� antes que la memoria de las listas de p�ginas
de cach� en espera de mayor prioridad. Para obtener una explicaci�n completa acerca
del administrador de memoria, consulte la informaci�n pertinente en MSDN o en el
cap�tulo de la gu�a de rendimiento del sistema y soluci�n de problemas del Kit de
recursos de Windows Server 2003.
1746=% de tiempo inactivo
1747=% de tiempo inactivo es el porcentaje de tiempo durante el que el procesador
est� inactivo durante el intervalo de muestra
1748=% de tiempo en C1
1749=% de tiempo en C1 es el porcentaje de tiempo que el procesador invierte en el
estado inactivo de energ�a baja C1. % de tiempo en C1 es un subconjunto del total
de tiempo inactivo del procesador. El estado inactivo de energ�a baja C1 permite al
procesador mantener todo su contexto y volver r�pidamente al estado de ejecuci�n.
No todos los sistemas son compatibles con el estado C1.
1750=% de tiempo en C2
1751=% de tiempo en C2 es el porcentaje de tiempo que el procesador invierte en el
estado inactivo de energ�a baja C2. % de tiempo en C2 es un subconjunto del total
de tiempo inactivo del procesador. El estado inactivo de energ�a baja C2 permite al
procesador mantener el contexto de cach�s del sistema. El estado de energ�a C2 es
un estado de menor energ�a y mayor latencia de salida que C1. No todos los sistemas
son compatibles con el estado C2.
1752=% de tiempo en C3
1753=% de tiempo en C3 es el porcentaje de tiempo que el procesador invierte en el
estado inactivo de energ�a baja C3. % de tiempo en C3 es un subconjunto del total
de tiempo inactivo del procesador. Cuando el procesador se encuentra en el estado
inactivo de energ�a baja C3, no puede mantener la coherencia de sus cach�s. El
estado de energ�a C3 es un estado de menor energ�a y mayor latencia de salida que
C2. No todos los sistemas son compatibles con el estado C3.
1754=Transiciones a C1/s
1755=Transiciones a C1/s es la velocidad a la que la CPU entra en el estado
inactivo de energ�a baja C1. La CPU entra en el estado C1 cuando est�
suficientemente inactiva y sale de este estado en cualquier interrupci�n. Este
contador muestra la diferencia entre los valores observados en las dos �ltimas
muestras, dividida por la duraci�n del intervalo de muestra.
1756=Transiciones a C2/s
1757=Transiciones a C2/s es la velocidad a la que la CPU entra en el estado
inactivo de energ�a baja C2. La CPU entra en el estado C2 cuando est�
suficientemente inactiva y sale de este estado en cualquier interrupci�n. Este
contador muestra la diferencia entre los valores observados en las dos �ltimas
muestras, dividida por la duraci�n del intervalo de muestra.
1758=Transiciones a C3/s
1759=Transiciones a C3/s es la velocidad a la que la CPU entra en el estado
inactivo de energ�a baja C3. La CPU entra en el estado C3 cuando est�
suficientemente inactiva y sale de este estado en cualquier interrupci�n. Este
contador muestra la diferencia entre los valores observados en las dos �ltimas
muestras, dividida por la duraci�n del intervalo de muestra.
1760=Mont�n
1761=Contadores de rendimiento de mont�n para los montones m�s usados
1762=Bytes confirmados
1763=Memoria usada activamente por este mont�n (bytes libres + bytes asignados)
1764=Bytes reservados
1765=Espacio total de direcciones virtuales reservado para este mont�n (incluye
intervalos no confirmados)
1766=Bytes virtuales
1767=Bytes reservados menos el �ltimo intervalo no confirmado en cada segmento
1768=Bytes disponibles
1769=Memoria en la lista de bloques libres de este mont�n (no incluye intervalos no
confirmados o bloques en la cach� del mont�n)
1770=Longitud de lista de bloques libres
1771=N�mero de bloques en la lista de bloques libres de tama�o mayor que 1 KB
1772=Velocidad promedio de asignaciones
1773=1/tiempo promedio por asignaci�n (excluidas las asignaciones de la cach� de
mont�n)
1774=Velocidad promedio de liberaciones
1775=1/tiempo promedio por liberaci�n (excluidas las liberaciones a la cach� de
mont�n)
1776=Tama�o de intervalos no confirmados
1777=N�mero de intervalos no confirmados en la direcci�n virtual reservada
1778=Asignaciones - liberaciones
1779=Diferencia entre el n�mero de asignaciones y liberaciones (para detectar
p�rdidas)
1780=Asignaciones en cach�/s
1781=Asignaciones/s de la cach� de mont�n
1782=Liberaciones en cach�/s
1783=Liberaciones/s de la cach� de mont�n
1784=Asignaciones menores que 1 KB/s
1785=Asignaciones/s de tama�o menor que 1 KB (incluida la cach� de mont�n)
1786=Liberaciones menores que 1 KB/s
1787=Liberaciones/s de tama�o menor que 1 KB (incluida la cach� de mont�n)
1788=Asignaciones entre 1 y 8 KB/s
1789=Asignaciones/s de tama�o entre 1 y 8 KB
1790=Liberaciones entre 1 y 8 KB/s
1791=Liberaciones/s de tama�o entre 1 y 8 KB
1792=Asignaciones mayores que 8 KB/s
1793=Asignaciones/s de tama�o mayor que 8 KB
1794=Liberaciones mayores que 8 KB/s
1795=Liberaciones/s de tama�o mayor de 8 KB
1796=N�mero total de asignaciones/s
1797=Asignaciones/s (incluida la cach� de mont�n)
1798=N�mero total de liberaciones/s
1799=Liberaciones/s (incluida la cach� de mont�n)
1800=Bloques en la cach� del mont�n
1801=N�mero total de bloques en la cach� de mont�n
1802=Profundidad m�s grande en cach�
1803=N�mero m�s grande de bloques de cualquier tama�o en la cach� del mont�n
1804=% de fragmentaci�n
1805=(Bytes libres / bytes confirmados) * 100
1806=% de VAFragmentation
1807=(Bytes virtuales / bytes reservados) * 100
1808=Contenci�n de bloqueo de mont�n
1809=Colisiones/s en el bloqueo de mont�n
1810=P�ginas desfasadas
1811=N�mero total de p�ginas desfasadas en la cach� del sistema
1812=Umbral de p�ginas desfasadas
1813=Umbral para el n�mero de p�ginas desfasadas en la cach� del sistema
1846=Marcador de final
1847=Marcador de final
2156=Uso de red de BITS
2157=Uso de red por trabajo de BITS
2158=Velocidad de servidor remoto (bits/s)
2159=Velocidad estimada de servidor remoto (bits/s)
2160=Velocidad de tarjeta de red (bits/s)
2161=Velocidad estimada de tarjeta de red local (bits/s)
2162=Porcentaje libre de tarjeta de red
2163=Uso estimado de interfaz de red m�s reciente en porcentaje
2164=Velocidad de IGD (bits/s)
2165=Velocidad estimada de conexi�n a Internet de IGD (bits/s)
2166=Porcentaje libre de IGD
2167=Uso estimado de conexi�n a Internet de IGD m�s reciente en porcentaje
2168=Tama�o de bloque de descarga de BITS (bytes)
2169=Tama�o del siguiente bloque de descarga de BITS
2170=Intervalo de respuesta de descarga de BITS (ms)
2171=Intervalo de respuesta de descarga de BITS (ms)
2172=Ancho de banda estimado disponible para el sistema remoto (bits/s)
2173=Ancho de banda estimado disponible para el sistema remoto (bits/s)
2186=Telefon�a
2187=Sistema de telefon�a
2188=N�mero de l�neas
2189=N�mero de l�neas telef�nicas atendidas por este equipo.
2190=N�mero de dispositivos telef�nicos
2191=N�mero de dispositivos telef�nicos atendidos por este equipo.
2192=N�mero de l�neas activas
2193=N�mero de l�neas telef�nicas atendidas por este equipo que est�n activas
actualmente.
2194=N�mero de tel�fonos activos
2195=N�mero de dispositivos telef�nicos que est�n siendo supervisados actualmente.
2196=Llamadas salientes/s
2197=La frecuencia de llamadas efectuadas por este equipo.
2198=Llamadas entrantes/s
2199=La frecuencia de llamadas contestadas por este equipo.
2200=N�mero de aplicaciones cliente
2201=N�mero de aplicaciones que usan actualmente servicios de telefon�a.
2202=Llamadas salientes actuales
2203=Llamadas telef�nicas salientes actualmente atendidas por este equipo.
2204=Llamadas entrantes actuales
2205=Llamadas telef�nicas entrantes actualmente atendidas por este equipo.
2206=Puerto RAS
2207=El tipo de objeto RAS administra puertos individuales del dispositivo RAS del
sistema.
2208=Bytes transmitidos
2209=N�mero total de bytes transmitidos por esta conexi�n.
2210=Bytes recibidos
2211=N�mero total de bytes recibidos por esta conexi�n.
2212=Tramas transmitidas
2213=N�mero total de tramas transmitidas por esta conexi�n.
2214=Tramas recibidas
2215=N�mero total de tramas recibidas por esta conexi�n.
2216=Porcentaje de compresi�n de salida
2217=Raz�n de compresi�n de los bytes que se est�n enviando.
2218=Porcentaje de compresi�n de entrada
2219=Raz�n de compresi�n de los bytes que se est�n recibiendo.
2220=Errores de CRC
2221=N�mero total de errores de CRC para esta conexi�n. Un error de CRC ocurre
cuando se recibe una trama con datos err�neos.
2222=Errores de tiempo de espera
2223=N�mero total de errores de tiempo de espera para esta conexi�n. Un error de
tiempo de espera ocurre cuando se est� esperando que llegue una trama y esto no
ocurre.
2224=Errores de saturaci�n serie
2225=N�mero total de errores de saturaci�n serie para esta conexi�n. Un error de
saturaci�n serie ocurre cuando el hardware no puede procesar los datos a la
velocidad a la que se reciben.
2226=Errores de alineaci�n
2227=N�mero total de errores de alineaci�n para esta conexi�n. Un error de
alineaci�n ocurre cuando se recibe un byte que no es el esperado.
2228=Errores de saturaci�n del b�fer
2229=N�mero total de errores de saturaci�n del b�fer para esta conexi�n. Un error
de saturaci�n del b�fer ocurre cuando el software no puede procesar los datos a la
velocidad a la que se reciben.
2230=Total de errores
2231=N�mero total de errores de CRC, tiempo de espera, saturaci�n serie, alineaci�n
y saturaci�n del b�fer en esta conexi�n.
2232=Bytes transmitidos/s
2233=N�mero de bytes transmitidos por segundo.
2234=Bytes recibidos/s
2235=N�mero de bytes recibidos por segundo.
2236=Tramas transmitidas/s
2237=N�mero de tramas transmitidas por segundo.
2238=Tramas recibidas/s
2239=N�mero de tramas recibidas por segundo.
2240=Total de errores/s
2241=N�mero total de errores de CRC, tiempo de espera, saturaci�n serie, alineaci�n
y saturaci�n del b�fer por segundo.
2242=Total de RAS
2243=El tipo de objeto RAS trata todos los puertos combinados del dispositivo RAS
del sistema.
2244=Total de conexiones
2245=N�mero total de conexiones de acceso remoto.
3206=Base de datos
3207=Base de datos proporciona estad�sticas de rendimiento de cada proceso que
utiliza el sistema de administraci�n de bases de datos incrustado de alto
rendimiento ESE.
3208=P�ginas convertidas/seg.
3209=P�ginas convertidas/seg. es el n�mero de veces por segundo que se convierte
una p�gina de una base de datos desde un formato de base de datos anterior
3210=P�ginas convertidas
3211=P�ginas convertidas es el n�mero de p�ginas de base de datos convertidas desde
un formato anterior
3212=Registros convertidos/seg.
3213=Registros convertidos/seg. es el n�mero de veces por segundo que se convierte
un registro de base de datos desde un formato de base de datos anterior
3214=Registros convertidos
3215=Registros convertidos es el n�mero de registros de base de datos convertidos
desde un formato anterior
3216=Tareas de desfragmentaci�n
3217=Las tareas de desfragmentaci�n son el n�mero de tareas de desfragmentaci�n de
base de datos en segundo plano en ejecuci�n actualmente.
3218=Tareas de desfragmentaci�n pendientes
3219=Las tareas de desfragmentaci�n pendientes son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano pendientes actualmente.
3220=Tareas de desfragmentaci�n descartadas
3221=Las tareas de desfragmentaci�n descartadas son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano que no se registraron. [S�lo
desarrollador]
3222=Tareas de desfragmentaci�n programadas/seg.
3223=Las tareas de desfragmentaci�n programadas/seg. son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano programadas para la ejecuci�n
por segundo. [S�lo desarrollador]
3224=Tareas de desfragmentaci�n finalizadas/seg.
3225=Las tareas de desfragmentaci�n finalizadas/seg. son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano que terminan de ejecutarse por
segundo. [S�lo desarrollador]
3226=Asignaciones de montones/seg.
3227=Heap Allocs/sec is the number of memory allocations from the MP Heaps per
second. [Dev Only]
3228=Liberaciones de montones/seg.
3229=Heap Frees/sec is the number of memory frees to the MP Heaps per second. [Dev
Only]
3230=Asignaciones de montones
3231=Heap Allocations is the current number of memory allocations in the MP Heaps.
[Dev Only]
3232=Bytes de mont�n asignados
3233=Heap Bytes Allocated is the size of all memory allocations in the MP Heaps
discounting heap managemnt overhead. [Dev Only]
3234=Bytes de p�gina reservados
3235=Page Bytes Reserved is the size of all explicitly reserved virtual address
space. [Dev Only]
3236=Bytes de p�gina confirmados
3237=Page Bytes Committed is the size of all explicitly committed virtual memory
backing store (page file and physical memory). [Dev Only]
3238=Exploraciones asincr�nicas de FCB/seg.
3239=FCB Asynchronous Scan/sec is the number of cached schema records (FCBs)
scanned during asynchronous schema record cleanup. These records are scanned to age
out older schema definitions. [Dev Only]
3240=Purgas asincr�nicas de FCB/seg.
3241=FCB Asynchronous Purge/sec is the number of cached schema records (FCBs)
purged during asynchronous schema record cleanup. These records are purged to age
out older schema definitions. [Dev Only]
3242=Exploraciones asincr�nicas de umbrales FCB/seg.
3243=FCB Asynchronous Threshold-Scan/sec is the number of cached schema records
(FCBs) scanned during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively scanned to age out older schema definitions. [Dev Only]
3244=Purgas asincr�nicas de umbrales FCB/seg.
3245=FCB Asynchronous Threshold-Purge/sec is the number of cached schema records
(FCBs) purged during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively purged to age out older schema definitions. [Dev Only]
3246=Conflictos de purga asincr�nica de FCB/seg.
3247=FCB Asynchronous Purge Conflicts/sec is the number of failed purge attempts on
cached schema records (FCBs) during asynchronous schema record cleanup. The purge
operation failed because exclusive ownership of the schema record could not be
obtained. [Dev Only]
3248=Purgas sincr�nicas de FCB/seg.
3249=FCB Synchronous Purge/sec is the number of cached schema records (FCBs) being
synchronously purged each second. [Dev Only]
3250=Detenciones de purgas sincr�nicas de FCB/seg.
3251=FCB Synchronous Purge Stalls/sec is the number of stalls encountered while
waiting for exclusive ownership of cached schema records (FCBs) in order to
synchronously purge them. [Dev Only]
3252=Limpieza de versi�n de asignaciones de FCB/seg.
3253=FCB Allocations Wait For Version Cleanup/sec is the number FCB allocations
that must first wait for version cleanup in an attempt to free used FCBs for re-
use. [Dev Only]
3254=Purga de FCB al cerrar el cursor/s
3255=FCB Purge On Cursor Close/sec is the number of cached schema records (FCBs)
being synchronously purged when the cursor is closed (instead of leaving the schema
record cached) each second. [Dev Only]
3256=% de aciertos de cach� FCB
3257=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly
from the schema record cache. No file operations were required. [Dev Only]
3258=No name
3259=No text
3260=Detenciones de cach� de FCB/seg.
3261=FCB Cache Stalls/sec is the number of stalls encountered while waiting for
exclusive ownership of cached schema records (FCBs) in order to update their
reference count. [Dev Only]
3262=M�ximo de cach� de FCB
3263=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs)
that can exist in the cache. [Dev Only]
3264=Cach� de FCB preferida
3265=FCB Cache Preferred is the preferred maximum number of the schema records
(FCBs) that should exist in the cache. [Dev Only]
3266=Cach� de FCB asignada
3267=FCB Cache Allocated is the number of cached schema records (FCBs) currently
allocated and in use. [Dev Only]
3268=Cach� de FCB disponible
3269=FCB Cache Available is the number of cached schema records (FCBs) currently
allocated but not in use. These records will be used and/or purged as required.
[Dev Only]
3270=Sessions In Use
3271=Sessions In Use is the number of database sessions currently open for use by
client threads.
3272=Sessions % Used
3273=Sessions % Used is the percentage of database sessions currently open for use
by client threads.
3274=No name
3275=No text
3276=% de aciertos de apertura de tabla desde cach�
3277=% de aciertos de apertura de tabla desde cach� es el porcentaje de tablas de
la base de datos abiertas usando la informaci�n de esquema en cach�. Si el
porcentaje es demasiado bajo, es posible que la cach� sea demasiado peque�a.
3278=No name
3279=No text
3280=Aciertos de apertura de tabla desde cach�/seg.
3281=Aciertos de apertura de tabla desde cach�/seg. es el n�mero de tablas de la
base de datos abiertas cada segundo usando la informaci�n de esquema en cach�. Si
el n�mero es demasiado bajo, es posible que la cach� sea demasiado peque�a.
3282=Errores de apertura de tabla desde cach�/seg.
3283=Errores de apertura de tabla desde cach�/seg. es el n�mero de tablas de la
base de datos abiertas cada segundo sin usar la informaci�n de esquema en cach�. Si
el n�mero es demasiado alto, es posible que la cach� sea demasiado peque�a.
3284=Aperturas de tablas/seg.
3285=Aperturas de tablas/seg. es el n�mero de tablas de la base de datos abiertas
cada segundo.
3286=Log Bytes Write/sec
3287=Log Bytes Write per second is the rate bytes are written to the log.
3288=Bytes de registro generados/seg.
3289=Los bytes de registro generados por segundo son la velocidad con que se
agregan datos al registro. No es lo mismo que las escrituras de bytes de registro
por segundo, porque cada byte s�lo se genera una vez, pero se podr�a escribir
muchas veces.
3290=Bytes de b�fer de registro usados
3291=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not
yet been flushed to the logs. [Dev Only]
3292=Bytes de b�fer de registro disponibles
3293=Log Buffer Bytes Free is the amount of free space available in the log
buffers. [Dev Only]
3294=Subprocesos de registro en espera
3295=Subprocesos de registro en espera es el n�mero de subprocesos que esperan a
que sus datos se escriban en el registro para completar una actualizaci�n de la
base de datos. Si el n�mero es demasiado alto, el registro puede ser un cuello de
botella.
3296=Profundidad de punto de control de registro
3297=Log Checkpoint Depth represents the amount of work, in bytes, that will need
to be redone or undone to the database file(s) if the process crashes. [Dev Only]
3298=Profundidad de punto de control de generaci�n de registro
3299=Log Generation Checkpoint Depth represents the amount of work, in count of log
files, that will need to be redone or undone to the database file(s) if the process
crashes. [Dev Only]
3300=User Read Only Transaction Commits to Level 0/sec
3301=User Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that do not modify any data
stored in the database engine. [Dev Only]
3302=User Read/Write Transaction Commits to Level 0/sec
3303=User Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that modify data stored in
the database engine. [Dev Only]
3304=User Transaction Commits to Level 0/sec
3305=User Transaction Commits to Level 0/sec is the count of fully committed
transactions started by the calling process that access data stored in the database
engine. [Dev Only]
3306=User Read Only Transaction Rollbacks to Level 0/sec
3307=User Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that do not modify any data stored in
the database engine. [Dev Only]
3308=User Read/Write Transaction Rollbacks to Level 0/sec
3309=User Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that modify data stored in the database
engine. [Dev Only]
3310=User Transaction Rollbacks to Level 0/sec
3311=User Transaction Rollbacks to Level 0/sec is the count of aborted transactions
started by the calling process that access data stored in the database engine.
[Dev Only]
3312=System Read Only Transaction Commits to Level 0/sec
3313=System Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that do not modify any data stored in the
database engine. [Dev Only]
3314=System Read/Write Transaction Commits to Level 0/sec
3315=System Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that modify data stored in the database
engine. [Dev Only]
3316=System Transaction Commits to Level 0/sec
3317=System Transaction Commits to Level 0/sec is the count of fully committed
transactions started internally that access data stored in the database engine.
[Dev Only]
3318=System Read Only Transaction Rollbacks to Level 0/sec
3319=System Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that do not modify any data stored in the database
engine. [Dev Only]
3320=System Read/Write Transaction Rollbacks to Level 0/sec
3321=System Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that modify data stored in the database engine.
[Dev Only]
3322=System Transaction Rollbacks to Level 0/sec
3323=System Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that access data stored in the database engine.
[Dev Only]
3324=Consumo asincr�nico de extensiones de archivo de asignaci�n de p�ginas de base
de datos/s
3325=Database Page Allocation File Extension Async Consumed/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file, but which do not stall when doing doing so. [Dev Only]
3326=Database Page Allocation File Extension Stalls/sec
3327=Database Page Allocation File Extension Stalls/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file and which stall when doing so. [Dev Only]
3328=Log Records/sec
3329=Log Records/sec is the count of records written to the database log buffers
per second. [Dev Only]
3330=Log Buffer Capacity Flushes/sec
3331=Log Buffer Capacity Flushes/sec is the count of times the database log buffers
must be flushed per second because they are full. [Dev Only]
3332=Log Buffer Commit Flushes/sec
3333=Log Buffer Commit Flushes/sec is the count of times the database log buffers
must be flushed per second because a transaction is fully committing its changes.
[Dev Only]
3334=Vaciados del b�fer del registro/seg.
3335=Los vaciados del b�fer del registro/seg. son el n�mero de veces que deben
vaciarse los b�feres de registro de base de datos por segundo. [S�lo
desarrollador]
3336=Escrituras en registro/seg.
3337=Escrituras en registro/seg. es el n�mero de veces que se escriben por segundo
los b�feres de registro en los archivos de registro. Si el n�mero se acerca a la
velocidad m�xima del medio en el que se encuentran los archivos, el registro puede
convertirse en un cuello de botella.
3338=Detenciones de escritura en el registro/seg.
3339=Detenciones de escritura en el registro/seg. es el n�mero de registros que no
se pueden agregar a los b�feres del registro por segundo porque est�n llenos. Si el
contador es diferente de cero la mayor parte del tiempo, es posible que el tama�o
del b�fer del registro sea un cuello de botella.
3340=Version buckets allocated
3341=Total number of version buckets allocated
3342=Version buckets allocated for deletes
3343=Total number of version buckets allocated for FlagDelete RCEs [Dev Only]
3344=Limpieza de versi�n de asignaciones de VER Bucket/seg.
3345=VER Bucket Allocations Wait For Version Cleanup/sec is the number of version
bucket allocations that must first wait for version cleanup in an attempt to free
used version buckets for re-use. [Dev Only]
3346=Version store average RCE bookmark length
3347=Average length of bookmark in RCE [Dev Only]
3348=Version store unnecessary calls/sec
3349=Number of times per second we look in the version store for a node whose
version bit is set but which has no versions [Dev Only]
3350=Version store cleanup tasks asynchronously dispatched/sec
3351=Number of times per second a version store clean task is dispatched
asynchronously to be performed [Dev Only]
3352=Version store cleanup tasks synchronously dispatched/sec
3353=Number of times per second a version store clean task is performed
synchronously [Dev Only]
3354=Version store cleanup tasks discarded/sec
3355=Number of times per second a version store clean task was discarded due to
load concerns [Dev Only]
3356=Version store cleanup tasks failures/sec
3357=Number of times per second a dispatched version store cleanup task fails [Dev
Only]
3358=Inserciones de registros/s
3359=Record Inserts/sec is the rate at which records are being inserted into
database tables. [Dev Only]
3360=Eliminaciones de registros/s
3361=Record Deletes/sec is the rate at which records in database tables are being
flagged for deletion. [Dev Only]
3362=Reemplazos de registros/s
3363=Record Deletes/sec is the rate at which records in database tables are being
updated. [Dev Only]
3364=Reemplazos innecesarios de registros/s
3365=Record Unnecessary Replaces/sec is the rate at which updates to records in
database tables are being discarded because the update did not actually modify the
contents of the record. [Dev Only]
3366=Reemplazos redundantes de registros/s
3367=Record Redundant Replaces/sec is the rate at which records in database tables
are being updated with the exact same content of the original record. [Dev Only]
3368=Actualizaciones de custodia de registros/s
3369=Record Escrow-Updates/sec is the rate at which records in database tables are
being escrow-updated. [Dev Only]
3370=Inserciones de �ndices secundarias/s
3371=Secondary Index Inserts/sec is the rate at which entries are being inserted
into indexes of database tables. [Dev Only]
3372=Eliminaciones de �ndices secundarias/s
3373=Secondary Index Deletes/sec is the rate at which entries in indexes of
database tables are being flagged for deletion. [Dev Only]
3374=Actualizaciones de columnas de �ndice falsas/s
3375=False Index Column Updates/sec is the number of times per second an attempt
was made to update an index because an update to at least one of the indexed
columns was detected, only to discover that none of the indexed columns had
actually changed (and therefore no index update was actually required). [Dev Only]
3376=Actualizaciones de columnas de �ndice de tupla falsas/s
3377=False Tuple Index Column Updates/sec is the number of times per second an
attempt was made to update a tuple index because an update to the tuple-indexed
column was detected, only to discover that the column had not actually changed (and
therefore no index update was actually required). [Dev Only]
3378=Valores largos intr�nsecos de registros actualizados/s
3379=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-
values are added to or replaced in records of database tables. [Dev Only]
3380=Valores largos separados de registros agregados/s
3381=Record Separated Long-Values Added/sec is the rate at which separated long-
values are normally added to records of database tables. [Dev Only]
3382=Valores largos separados de registros forzados/s
3383=Record Separated Long-Values Forced/sec is the rate at which separated long-
values are added to records of a database table because they could not be
accommodated in the record itself. [Dev Only]
3384=Todos los valores largos separados de registros forzados/s
3385=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic
long-values are separated out of a record of a database table in order to
accommodate updates to the record. [Dev Only]
3386=Todos los valores largos separados de registros con referencia/s
3387=Record Separated Long-Values Reference All/sec is the rate at which a
reference is added for all the separated long-values associated with a record of a
database table. [Dev Only]
3388=Todos los valores largos separados de registros sin referencia/s
3389=Record Separated Long-Values Dereference All/sec is the rate at which a
reference is removed for all the separated long-values associated with a record of
a database table. [Dev Only]
3390=B�squedas de valores largos separados/s
3391=Separated Long-Value Seeks/sec is the rate at which seeks for a separated
long-value in a database table are performed. [Dev Only]
3392=Recuperaciones de valores largos separados/s
3393=Separated Long-Value Retrieves/sec is the rate at which retrievals of a
separated long-value in a database table are performed. [Dev Only]
3394=Creaciones de valores largos separados/s
3395=Separated Long-Value Creates/sec is the rate at which new separated long-
values are added to a database table. [Dev Only]
3396=Actualizaciones de valores largos separados/s
3397=Separated Long-Value Updates/sec is the rate at which existing separated long-
values in a database table are modified. [Dev Only]
3398=Eliminaciones de valores largos separados/s
3399=Separated Long-Value Deletes/sec is the rate at which separated long-values in
a database table are flagged for deletion. [Dev Only]
3400=Copias de valores largos separados/s
3401=Separated Long-Value Copies/sec is the rate at which existing separated long-
values in a database table are copied. [Dev Only]
3402=B�squedas de campos de valores largos separados/s
3403=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a
particular chunk of a separated long-value in a database table are performed. [Dev
Only]
3404=Recuperaciones de campos de valores largos separados/s
3405=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a
chunk of a separated long-value in a database table are performed. [Dev Only]
3406=Anexiones de campos de valores largos separados/s
3407=Separated Long-Value Chunk Appends/sec is the rate at which chunks are
appended to separated long-values of database tables. [Dev Only]
3408=Reemplazos de campos de valores largos separados/s
3409=Separated Long-Value Chunk Replaces/sec is the rate at which existing
separated long-value chunks in a database table are replaced. [Dev Only]
3410=Eliminaciones de campos de valores largos separados/s
3411=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-
value chunks in a database table are flagged for deletion. [Dev Only]
3412=Copias de campos de valores largos separados/s
3413=Separated Long-Value Chunk Copies/sec is the rate at which existing separated
long-value chunks in a database table are copied. [Dev Only]
3414=B+ Tree Append Splits/sec
3415=B+ Tree Append Splits/sec is the count of times a page is appended to a
database B+ Tree per second. [Dev Only]
3416=B+ Tree Right Splits/sec
3417=B+ Tree Right Splits/sec is the count of times a page is split right in a
database B+ Tree per second. [Dev Only]
3418=Divisiones hotpoint a la derecha de �rbol b+/s
3419=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right
in a database B+ Tree, but which is treated as an append at a local "hotpoint" in
the B+ Tree per second. [Dev Only]
3420=B+ Tree Vertical Splits/sec
3421=B+ Tree Vertical Splits/sec is the count of times a page is split vertically
in a database B+ Tree per second. [Dev Only]
3422=B+ Tree Splits/sec
3423=B+ Tree Splits/sec is the count of times a page is appended to or split in a
database B+ Tree per second. [Dev Only]
3424=B+ Tree Empty Page Merges/sec
3425=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a
database B+ Tree per second. [Dev Only]
3426=B+ Tree Right Merges/sec
3427=Right Merges/sec is the count of pages removed from a database B+ Tree per
second by moving all its records to the next page to the right. [Dev Only]
3428=B+ Tree Partial Merges/sec
3429=B+ Tree Partial Merges/sec is the count of pages where some of its records are
moved to a page on the right in a database B+ Tree per second. [Dev Only]
3430=Combinaciones a la izquierda de �rbol B+/seg.
3431=Las combinaciones a la izquierda de �rbol B+/seg. son el n�mero de p�ginas
eliminadas del �rbol B+ de una base de datos por segundo, mediante el traslado de
todos sus registros a la p�gina anterior a la izquierda. [S�lo desarrollador]
3432=Combinaciones a la izquierda parciales de �rbol B+/seg.
3433=Las combinaciones a la izquierda parciales de �rbol B+/seg. son el n�mero de
p�ginas con algunos de sus registros trasladados a una p�gina a la izquierda del
�rbol B+ por segundo de una base de datos. [S�lo desarrollador]
3434=Movimientos de p�gina al �rbol B+/seg.
3435=Los movimientos de p�gina al �rbol B+/seg. son el n�mero de p�ginas del �rbol
B+ por segundo en que todos sus registros se trasladan a otra p�gina. [S�lo
desarrollador]
3436=B+ Tree Merges/sec
3437=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per
second. [Dev Only]
3438=Intentos de limpieza de p�ginas simples con error de �rbol b+/s
3439=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to
reclaim deleted node space on a page are unsuccessful due to a conflict when
attempting to write-latch the page. The cleanup is re-tried by locking the root of
the B+ Tree. [Dev Only]
3440=B+ Tree Seek Short Circuits/sec
3441=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same
record in a database B+ Tree that are saved by jumping directly to the cached
physical location of that record per second. [Dev Only]
3442=Lecturas con anticipaci�n de forma oportuna en el �rbol B+/seg.
3443=Las lecturas con anticipaci�n de forma oportuna en el �rbol B+/seg. son el
n�mero de p�ginas por segundo que se leen con anticipaci�n porque son contiguas a
una p�gina le�da por una b�squeda. [S�lo desarrollador]
3444=B+ Tree Unnecessary Sibling Latches/sec
3445=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched
during a database B+ Tree Delete in the hopes of performing a merge where a merge
is not possible, making that latch unnecessary. [Dev Only]
3446=B+ Tree Move Nexts/sec
3447=B+ Tree Move Nexts/sec is the count of times the database engine moves to the
next record in a B+ Tree per second. [Dev Only]
3448=Movimientos al siguiente de �rbol b+ (nodos no visibles omitidos)/s
3449=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the next
visible record in a B+ Tree per second. [Dev Only]
3450=B+ Tree Move Prevs/sec
3451=B+ Tree Move Prevs/sec is the count of times the database engine moves to the
previous record in a B+ Tree per second. [Dev Only]
3452=Movimientos al anterior de �rbol b+ (nodos no visibles omitidos)/s
3453=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the previous
visible record in a B+ Tree per second. [Dev Only]
3454=B+ Tree Seeks/sec
3455=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a
database B+ Tree per second. [Dev Only]
3456=B+ Tree Inserts/sec
3457=B+ Tree Inserts/sec is the count of times a record is inserted in a database
B+ Tree per second. [Dev Only]
3458=B+ Tree Replaces/sec
3459=B+ Tree Replaces/sec is the count of times a record is replaced in a database
B+ Tree per second. [Dev Only]
3460=B+ Tree Flag Deletes/sec
3461=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a
database B+ Tree per second. [Dev Only]
3462=B+ Tree Deletes/sec
3463=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+
Tree per second. [Dev Only]
3464=B+ Tree Appends/sec
3465=B+ Tree Appends/sec is the count of times a record is appended to a database
B+ Tree per second. [Dev Only]
3466=B+ Tree Creates/sec
3467=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space
trees (if any) created per second. This can also be viewed as the number of FDP
creates per second. [Dev Only]
3468=B+ Tree Creates (Total)
3469=B+ Tree Creates (Total) is the total number of B+ Trees and their
corresponding space trees (if any) created. This can also be viewed as the total
number of FDP creates. [Dev Only]
3470=B+ Tree Destroys/sec
3471=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space
trees (if any) destroyed per second. This can also be viewed as the number of FDP
destroys per second. [Dev Only]
3472=B+ Tree Destroys (Total)
3473=B+ Tree Destroys (Total) is the total number of B+ Trees and their
corresponding space trees (if any) destroyed. This can also be viewed as the total
number of FDP destroys. [Dev Only]
3474=Errores de la cach� de base de datos/seg.
3475=Los errores de la cach� de base de datos/seg. son la velocidad con que la
cach� de base de datos satisfizo las solicitudes de p�gina de archivo de base de
datos mediante una operaci�n de archivo. Si la velocidad es elevada, el tama�o de
la cach� de base de datos podr�a ser demasiado peque�o.
3476=% de aciertos de cach� de base de datos
3477=% de aciertos de cach� de base de datos es el porcentaje de solicitudes de
p�ginas de archivos de base de datos que cumpli� la cach� de base de datos sin
realizar una operaci�n de archivo. Si el porcentaje es muy bajo, es posible que el
tama�o de la cach� sea demasiado peque�o.
3478=No name
3479=No text
3480=Solicitudes de la cach� de base de datos/seg.
3481=Las solicitudes de la cach� de base de datos/seg. representan la velocidad con
que se solicitan p�ginas de la cach� de base de datos.
3482=% de cach� de base de datos fijado
3483=El % de cach� de base de datos fijado es el porcentaje de la cach� de base de
datos que se fij� en la memoria. [S�lo desarrollador]
3484=Sin nombre
3485=No text
3486=Database Cache % Clean
3487=Database Cache % Clean is the percentage of the database cache that does not
contain modified data. [Dev Only]
3488=No name
3489=No text
3490=P�ginas de base de datos le�das asincr�nicamente/s
3491=Database Pages Read Async/sec is the rate that pages are asynchronously read
from the database file(s) into the database cache. [Dev Only]
3492=P�ginas de base de datos le�das sincr�nicamente/s
3493=Database Pages Read Sync/sec is the rate that pages are synchronously read
from the database file(s) into the database cache. [Dev Only]
3494=Database Pages Written/sec
3495=Database Pages Written/sec is the rate that pages are written to the database
file (s) from the database cache. [Dev Only]
3496=P�ginas de limpieza de base de datos escritas/seg.
3497=Las p�ginas de limpieza de base de datos escritas/seg. representan la
velocidad con que se escriben p�ginas en los archivos de base de datos desde la
cach� de base de datos. [S�lo desarrollador]
3498=Escrituras de base de datos emitidas de forma oportuna (total)
3499=Las escrituras de base de datos emitidas de forma oportuna (total) representan
el n�mero de operaciones de E/S emitido para escrituras oportunas. [S�lo
desarrollador]
3500=Database Pages Transferred/sec
3501=Database Pages Transferred/sec is the rate that pages are transferred from the
database file(s) to the database cache and vice versa. [Dev Only]
3502=Pestillos de p�ginas de base de datos/seg.
3503=Database Page Latches/sec is the rate that database pages are latched for
access to their data. [Dev Only]
3504=Pestillos r�pidos de p�gina de base de datos/seg.
3505=Database Page Fast Latches/sec is the rate that database pages are latched for
access to their data using a hint to tell the cache manager where that page might
be in memory. [Dev Only]
3506=Sugerencias err�neas de pestillos de p�gina de base de datos/seg.
3507=Database Page Bad Latch Hints/sec is the rate that incorrect hints to the
location of a given page in the cache are given to the cache manager. These hints
are used to perform fast latches. [Dev Only]
3508=% de pestillos r�pidos de cach� de base de datos
3509=Database Cache % Fast Latch is the percentage of database pages latched for
access to their data using a hint to tell the cache manager where that page might
be in memory. Ideally, this percentage should match Database Cache % Hit. [Dev
Only]
3510=No name
3511=No text
3512=Conflictos de pestillos de p�gina de base de datos/seg.
3513=Database Page Latch Conflicts/sec is the rate that users latching a database
page for access to its data fail due to a conflicting latch owned on that same page
by another user. [Dev Only]
3514=Detenciones por pestillos de p�ginas de base de datos/seg.
3515=Database Page Latch Stalls/sec is the rate that users latching a database page
for access to its data must wait for another user to release a latch on that same
page. [Dev Only]
3516=% de cach� de base de datos disponible
3517=Database Cache % Available is the percentage of the database cache that can be
allocated to cache database pages that are newly created or read in from the
database file(s). [Dev Only]
3518=No name
3519=No text
3520=Database Page Faults/sec
3521=Errores de p�gina de base de datos/seg. es la frecuencia con que las
solicitudes de p�ginas de archivos de base de datos requieren que el administrador
de cach� de base de datos asigne una nueva p�gina de la cach� de base de datos.
3522=Database Page Evictions/sec
3523=Expulsiones de p�gina de base de datos/seg. es la velocidad a la que las
solicitudes de p�ginas de archivos de base de datos que requieren que el
administrador de cach� de base de datos asigne una nueva p�gina desde la cach� de
base de datos fuerzan en la cach� la expulsi�n de otra p�gina de base de datos. El
n�mero de expulsiones var�a al asignar la p�gina, no al desalojar realmente de la
cach� al propietario anterior de esa p�gina. Si esta velocidad es demasiado alta,
puede que la cach� de base de datos sea demasiado peque�a.
3524=Database Page Fault Stalls/sec
3525=Detenciones por error de p�ginas de cach� de base de datos/seg. es la
velocidad a la que se producen errores de p�gina que no pudieron ser atendidos por
no haber p�ginas disponibles para su asignaci�n desde la cach� de base de datos. Si
el contador es distinto de cero la mayor parte del tiempo, el umbral de limpieza
podr�a ser demasiado bajo.
3526=Tama�o de cach� de base de datos (MB)
3527=Tama�o de cach� de base de datos (MB) es la cantidad de memoria del sistema
(en megabytes) que usa el administrador de cach� de base de datos para la
informaci�n de uso habitual de los archivos de base de datos para impedir
operaciones de archivo. Si el tama�o de cach� de base de datos parece demasiado
peque�o para un rendimiento �ptimo y hay muy poca memoria disponible en el sistema
(consulte Memoria/Bytes disponibles), el rendimiento puede aumentar si se agrega
memoria al sistema. Si hay mucha memoria disponible en el sistema y el tama�o de
cach� de base de datos no sobrepasa un determinado punto, el tama�o de cach� de
base de datos puede tener un l�mite artificialmente bajo como tope. Si se aumenta
este l�mite, puede aumentar el rendimiento.
3528=Tama�o de cach� de base de datos
3529=Tama�o de cach� de base de datos es la cantidad de memoria del sistema
utilizada por el administrador de cach� de base de datos para albergar la
informaci�n de archivos de base de datos que se utiliza habitualmente, para evitar
operaciones de archivos. Si el tama�o de cach� de base de datos parece demasiado
peque�o para alcanzar un rendimiento �ptimo y queda poca memoria disponible en el
sistema (v�ase Memoria/Bytes disponibles), es posible mejorar el rendimiento si se
agrega m�s memoria al sistema. Si hay mucha memoria disponible y el tama�o de la
cach� de base de datos no crece m�s all� de un l�mite determinado, es posible que
su tama�o se limite en un punto artificialmente bajo. Si se aumenta este l�mite
podr�a aumentar el rendimiento.
3530=Tama�o de cach� de base de datos m�nimo
3531=Database Cache Size Min is the minimum amount of system memory configured for
use by the database cache manager to hold commonly used information from the
database file(s) to prevent file operations. [Dev Only]
3532=Tama�o de cach� de base de datos m�ximo
3533=Database Cache Size Max is the maximum amount of system memory configured for
use by the database cache manager to hold commonly used information from the
database file(s) to prevent file operations. [Dev Only]
3534=Residente de tama�o de cach� de base de datos
3535=El residente de tama�o de cach� de base de datos es la cantidad de memoria del
sistema usado por la cach� de base de datos que en la actualidad forma parte del
conjunto de trabajo del proceso. Si Residente de tama�o de cach� de base de datos
es en alg�n momento mucho menor que el tama�o de la cach� de base de datos, el
sistema operativo est� recuperando esa memoria del sistema para su uso en otras
partes del sistema. La cach� de la base de datos se recuperar� de este evento, pero
si se produce con frecuencia pueden darse problemas de rendimiento importantes.
3536=Residente de tama�o de cach� de base de datos (MB)
3537=El residente de tama�o de cach� de base de datos (MB) es la cantidad de
memoria del sistema (en megabytes) usado por la cach� de base de datos que en la
actualidad forma parte del conjunto de trabajo del proceso. Si Residente de tama�o
de cach� de base de datos (MB) es en alg�n momento mucho menor que el tama�o de la
cach� de base de datos (MB), el sistema operativo est� recuperando esa memoria del
sistema para su uso en otras partes del sistema. La cach� de la base de datos se
recuperar� de este evento, pero si se produce con frecuencia pueden darse problemas
de rendimiento importantes.
3538=% m�nimo disponible de cach� de base de datos
3539=Database Cache % Available Min is the minimum percentage of the database cache
that is kept to be allocated to cache database pages that are newly created or read
in from the database file(s). If the percentage of available pages drops below
this minimum, pages are thrown out of the database cache until the maximum
percentage of available pages is reached. This percentage should be set as low as
possible without causing the actual percentage to drop to zero, causing cache fault
stalls. [Dev Only]
3540=No name
3541=No text
3542=% m�ximo disponible de cach� de base de datos
3543=Database Cache % Available Max is the maximum percentage of the database cache
that is kept to be allocated to cache database pages that are newly created or read
in from the database file(s). This percentage should be set as low as possible but
far enough above the minimum percentage so that efficient production of availible
pages is possible. [Dev Only]
3544=No name
3545=No text
3546=Database Pages Preread/sec
3547=Database Pages Preread/sec is the rate that pages are read in anticipation of
future use from the database file(s) into the database cache. [Dev Only]
3548=Database Cached Pages Preread/sec
3549=Database Cached Pages Preread/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
are already cached. This is non-ideal behavior that represents a waste of
processing time. [Dev Only]
3550=Database Pages Preread Untouched/sec
3551=Database Pages Preread Untouched/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
were subsequently thrown out without being used. This is non-ideal behavior that
represents a waste of I/O bandwidth and processing time. [Dev Only]
3552=P�ginas de la base de datos con versiones/seg.
3553=Database Pages Versioned/sec is the rate at which pages in the database cache
are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
3554=Versiones de p�gina de base de datos copiadas/seg.
3555=Las versiones de p�gina de base de datos copiadas/seg. representan la
velocidad a la que se copian las p�ginas de la cach� de base de datos en p�ginas
nuevas de la cach� a fin de poder escribirlas asincr�nicamente mientras la versi�n
actual de esa p�gina en el archivo de base de datos se sigue modificando. Esta
funci�n se usa principalmente para evitar ciclos, ramas o cadenas largas de
dependencias de solicitud de vaciado sin necesitar las p�ginas implicadas para
escribirlas sincr�nicamente en disco. [S�lo desarrollador]
3556=% con versi�n de cach� de base de datos
3557=Database Cache % Versioned is the percentage of the database cache that
contains older versions of currently cached pages that have not yet been written to
disk and thrown out of the cache. [Dev Only]
3558=No name
3559=No text
3560=P�ginas de base de datos escritas normalmente/seg.
3561=Database Pages Ordinarily Written/sec is the rate that pages are written to
the database file (s) from the database cache in preparation for evicting them from
the cache to make room for other data. [Dev Only]
3562=P�ginas de base de datos escritas de forma an�mala/seg.
3563=Database Pages Anomalously Written/sec is the rate that pages are written to
the database file (s) from the database cache before they would ordinarily be
written. [Dev Only]
3564=P�ginas de base de datos escritas por oportunidad/seg.
3565=Database Pages Opportunely Written/sec is the rate that pages are written to
the database file (s) from the database cache because they happen to be near other
pages that must be written. These additional writes are performed before they must
happen in the hope that the total number of seeks required to write all the pages
is reduced. [Dev Only]
3566=P�ginas de base de datos escritas de forma repetida/seg.
3567=Database Pages Repeatedly Written/sec is the rate that pages are written to
the database file (s) from the database cache more than once in their lifetime in
the cache. These page writes represent extra writes above the theoretical minimum
and can therefore be considered overhead. [Dev Only]
3568=P�ginas de base de datos escritas por inactividad/seg.
3569=Database Pages Idly Written/sec is the rate that pages are written to the
database file (s) from the database cache because there is low disk activity. [Dev
Only]
3570=P�ginas de base de datos unidas escritas/s
3571=Database Pages Coalesced Written/sec is the rate that pages are written to the
database file (s) from the database cache coalesced with another page. [Dev Only]
3572=P�ginas de base de datos unidas le�das/s
3573=Database Pages Coalesced Read/sec is the rate that pages are read from the
database file (s) to the database cache coalesced with another page. [Dev Only]
3574=Registros de historial de p�ginas de base de datos
3575=Database Page History Records is the current number of database page access
history records retained for supporting the LRU-K page replacment algorithm. [Dev
Only]
3576=Database Page History % Hit
3577=Database Page History % Hit is the percentage of database page access history
record lookups that were successful. [Dev Only]
3578=No name
3579=No text
3580=Exploraciones de p�ginas de base de datos/seg.
3581=Database Page Scans/sec is the rate at which database pages are considered for
eviction from the database page cache. [Dev Only]
3582=Database Page Scans Out-of-order/sec
3583=Database Page Scans Out-of-order/sec is the rate at which database pages are
considered for eviction from the database page cache in a priority counter to the
page replacement algorithm. [Dev Only]
3584=No name
3585=No text
3586=% de residente de cach� de base de datos
3587=El % de residente de cach� de base de datos es el porcentaje de la cach� de
base de datos que est� actualmente en el conjunto de trabajo del proceso. [S�lo
desarrollador]
3588=Sin nombre
3589=No text
3590=P�ginas de copia de seguridad por secuencias le�das/s
3591=Streaming Backup Pages Read/sec is the rate of database read operations
performed for the purpose of streaming backups. [Dev Only]
3592=P�ginas de desfragmentaci�n en l�nea con referencias/s
3593=Online Defrag Pages Referenced/sec is the rate at which online defragmentation
is touching database pages. [Dev Only]
3594=P�ginas de desfragmentaci�n en l�nea le�das/s
3595=Online Defrag Pages Read/sec is the rate of database read operations being
performed by online defragmentation. [Dev Only]
3596=P�ginas de desfragmentaci�n en l�nea le�das con anticipaci�n/s
3597=Online Defrag Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by online defragmentation. [Dev Only]
3598=P�ginas de desfragmentaci�n en l�nea desfasadas/s
3599=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is
modifying clean database pages. [Dev Only]
3600=P�ginas de desfragmentaci�n en l�nea desfasadas de nuevo/s
3601=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation
is modifying database pages that already contained modifications. [Dev Only]
3602=P�ginas de desfragmentaci�n en l�nea liberadas/seg.
3603=Las p�ginas liberadas/seg. son el n�mero de p�ginas por segundo que se liberan
desde la base de datos por parte del proceso de desfragmentaci�n en l�nea. [S�lo
desarrollador]
3604=Movimientos de datos de desfragmentaci�n en l�nea/seg.
3605=Los movimientos de datos/seg. son el n�mero de veces por segundo que se mueven
datos de una p�gina a otra por parte del proceso de desfragmentaci�n en l�nea [S�lo
desarrollador]
3606=Movimientos de datos de desfragmentaci�n en l�nea/seg.
3607=Los movimientos de p�gina/seg. son el n�mero de veces por segundo que se
mueven datos de una p�gina a otra nueva por parte del proceso de desfragmentaci�n
en l�nea [S�lo desarrollador]
3608=Registros de desfragmentaci�n en l�nea/s
3609=Online Defrag Log Records/sec is the rate at which online defragmentation is
generating log records. [Dev Only]
3610=Promedio de bytes de registro de desfragmentaci�n en l�nea
3611=Online Defrag Average Log Bytes is the average size of the log records being
generated by online defragmentation. [Dev Only]
3612=Sin nombre
3613=No text
3614=P�ginas de mantenimiento en l�nea (DB Scan) le�das/seg.
3615=Las p�ginas le�das/seg. son el n�mero de p�ginas por segundo que el proceso de
detecci�n lee en la base de datos. [S�lo desarrollador]
3616=P�ginas de mantenimiento en l�nea (DB Scan) le�das
3617=Las p�ginas le�das son el n�mero de p�ginas que el proceso de detecci�n ha
le�do en la base de datos. [S�lo desarrollador]
3618=P�ginas de mantenimiento en l�nea (DB Scan) llenadas con ceros/seg.
3619=Las p�ginas le�das/seg. son el n�mero de p�ginas por segundo que el proceso de
detecci�n llena con ceros en la base de datos. [S�lo desarrollador]
3620=P�ginas de mantenimiento en l�nea (DB Scan) llenadas con ceros
3621=Las p�ginas le�das son el n�mero de p�ginas que el proceso de detecci�n ha
llenado con ceros en la base de datos. [S�lo desarrollador]
3622=P�ginas de tareas de base de datos con referencias/s
3623=Database Tasks Pages Referenced/sec is the rate at which background database
tasks are touching database pages. [Dev Only]
3624=P�ginas de tareas de base de datos le�das/s
3625=Database Tasks Pages Read/sec is the rate of database read operations being
performed by background database tasks. [Dev Only]
3626=P�ginas de tareas de base de datos le�das con anticipaci�n/s
3627=Database Tasks Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by background database tasks. [Dev Only]
3628=P�ginas de tareas de base de datos desfasadas/s
3629=Database Tasks Pages Dirtied/sec is the rate at which background database
tasks are modifying clean database pages. [Dev Only]
3630=P�ginas de tareas de base de datos desfasadas de nuevo/s
3631=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases
tasks are modifying database pages that already contained modifications. [Dev
Only]
3632=Registros de tareas de base de datos/s
3633=Database Tasks Log Records/sec is the rate at which background database tasks
are generating log records. [Dev Only]
3634=Promedio de bytes de registro de tareas de base de datos
3635=Database Tasks Average Log Bytes is the average size of the log records being
generated by background database tasks. [Dev Only]
3636=Sin nombre
3637=No text
3638=Lecturas de base de datos de E/S/s
3639=Lecturas de base de datos de E/S/s es la velocidad de las operaciones de
lectura de base de datos completadas.
3640=Promedio de latencia de lecturas de base de datos de E/S
3641=Promedio de latencia de lecturas de base de datos de E/S es la duraci�n media,
en milisegundos, por operaci�n de lectura de base de datos.
3642=Sin nombre
3643=No text
3644=Promedio de bytes de lecturas de base de datos de E/S
3645=I/O Database Reads Average Bytes is the average number of bytes transferred
per database read operation. [Dev Only]
3646=Sin nombre
3647=No text
3648=Lecturas de base de datos de E/S en mont�n
3649=I/O Database Reads In Heap is the number of database read operations queued in
the database engine's I/O heap and waiting to be issued. [Dev Only]
3650=Lecturas de base de datos de E/S asincr�nicas pendientes
3651=I/O Database Reads Async Pending is the number of database read operations
asynchronously pending completion. [Dev Only]
3652=Latencia anormal de lecturas de base de datos de E/S/s
3653=I/O Database Reads Abnormal Latency/sec is the rate of database read
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
3654=Lecturas de registro de E/S/s
3655=Lecturas de registro de E/S/s es la velocidad de las operaciones de lectura de
archivos de registro completadas.
3656=Promedio de latencia de lecturas de registro de E/S
3657=I/O Log Reads Average Latency is the average length of time, in milliseconds,
per logfile read operation. [Dev Only]
3658=Sin nombre
3659=No text
3660=Promedio de bytes de lecturas de registro de E/S
3661=I/O Log Reads Average Bytes is the average number of bytes transferred per
logfile read operation. [Dev Only]
3662=Sin nombre
3663=No text
3664=Lecturas de registro de E/S en mont�n
3665=I/O Log Reads In Heap is the number of logfile read operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
3666=Lecturas de registro de E/S asincr�nicas pendientes
3667=I/O Log Reads Async Pending is the number of logfile read operations
asynchronously pending completion. [Dev Only]
3668=Latencia anormal de lecturas de registro de E/S/s
3669=I/O Log Reads Abnormal Latency/sec is the rate of logfile read operations that
take an abnormally long length of time (default is 1 minute) to be serviced by the
OS. [Dev Only]
3670=Escrituras de base de datos de E/S/s
3671=Escrituras de base de datos de E/S/s es la velocidad de las operaciones de
escritura de base de datos completadas.
3672=Promedio de latencia de escrituras de base de datos de E/S
3673=Promedio de latencia de escrituras de base de datos de E/S es la duraci�n
media, en milisegundos, por operaci�n de escritura en la base de datos.
3674=Sin nombre
3675=No text
3676=Promedio de bytes de escrituras de base de datos de E/S
3677=I/O Database Writes Average Bytes is the average number of bytes transferred
per database write operation. [Dev Only]
3678=Sin nombre
3679=No text
3680=Escrituras de base de datos de E/S en mont�n
3681=I/O Database Writes In Heap is the number of database write operations queued
in the database engine's I/O heap and waiting to be issued. [Dev Only]
3682=Escrituras de base de datos de E/S asincr�nicas pendientes
3683=I/O Database Writes Async Pending is the number of database write operations
asynchronously pending completion. [Dev Only]
3684=Latencia anormal de escrituras de base de datos de E/S/s
3685=I/O Database Writes Abnormal Latency/sec is the rate of database write
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
3686=Escrituras de registro de E/S/s
3687=Escrituras de registro de E/S/s es la velocidad de las operaciones de
escritura en archivos de registro completadas.
3688=Promedio de latencia de escrituras de registro de E/S
3689=Promedio de latencia de escrituras de registro de E/S es la duraci�n media, en
milisegundos, por operaci�n de escritura en archivos de registro.
3690=Sin nombre
3691=No text
3692=Promedio de bytes de escrituras de registro de E/S
3693=I/O Log Writes Average Bytes is the average number of bytes transferred per
logfile write operation. [Dev Only]
3694=Sin nombre
3695=No text
3696=Escrituras de registro de E/S en mont�n
3697=I/O Log Writes In Heap is the number of logfile write operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
3698=Escrituras de registro de E/S asincr�nicas pendientes
3699=I/O Log Writes Async Pending is the number of logfile write operations
asynchronously pending completion. [Dev Only]
3700=Latencia anormal de escrituras de registro de E/S/s
3701=I/O Log Writes Abnormal Latency/sec is the rate of logfile write operations
that take an abnormally long length of time (default is 1 minute) to be serviced by
the OS. [Dev Only]
3702=Subprocesos bloqueados/seg.
3703=Threads Blocked/sec is the rate at which the execution of threads are
suspended to wait for a specific event to occur or for the acquisition of a
resource currently owned by another thread. [Dev Only]
3704=Subprocesos bloqueados
3705=Threads Blocked is the current number of threads whose execution has been
suspended to wait for a specific event to occur or for the acquisition of a
resource currently owned by another thread. [Dev Only]
3706=Bytes de compresi�n de error de registro/seg.
3707=Los bytes de compresi�n de error de registro/seg. representan la velocidad
bytes de registro con un error de compresi�n Xpress o cuyo tama�o de
inserci�n/sustituci�n no se redujo significativamente (10% o menos). Unos
resultados elevados indican que se est�n malgastando los recursos de la CPU. [S�lo
desarrollador]
3708=Base de datos ==> Clases de tabla
3709=Estad�sticas del sistema de administraci�n de bases de datos incrustado de
alto rendimiento ESE por clase de tabla
3710=Inserciones de registros/s
3711=Record Inserts/sec is the rate at which records are being inserted into
database tables. [Dev Only]
3712=Eliminaciones de registros/s
3713=Record Deletes/sec is the rate at which records in database tables are being
flagged for deletion. [Dev Only]
3714=Reemplazos de registros/s
3715=Record Deletes/sec is the rate at which records in database tables are being
updated. [Dev Only]
3716=Reemplazos innecesarios de registros/s
3717=Record Unnecessary Replaces/sec is the rate at which updates to records in
database tables are being discarded because the update did not actually modify the
contents of the record. [Dev Only]
3718=Reemplazos redundantes de registros/s
3719=Record Redundant Replaces/sec is the rate at which records in database tables
are being updated with the exact same content of the original record. [Dev Only]
3720=Actualizaciones de custodia de registros/s
3721=Record Escrow-Updates/sec is the rate at which records in database tables are
being escrow-updated. [Dev Only]
3722=Inserciones de �ndices secundarias/s
3723=Secondary Index Inserts/sec is the rate at which entries are being inserted
into indexes of database tables. [Dev Only]
3724=Eliminaciones de �ndices secundarias/s
3725=Secondary Index Deletes/sec is the rate at which entries in indexes of
database tables are being flagged for deletion. [Dev Only]
3726=Actualizaciones de columnas de �ndice falsas/s
3727=False Index Column Updates/sec is the number of times per second an attempt
was made to update an index because an update to at least one of the indexed
columns was detected, only to discover that none of the indexed columns had
actually changed (and therefore no index update was actually required). [Dev Only]
3728=Actualizaciones de columnas de �ndice de tupla falsas/s
3729=False Tuple Index Column Updates/sec is the number of times per second an
attempt was made to update a tuple index because an update to the tuple-indexed
column was detected, only to discover that the column had not actually changed (and
therefore no index update was actually required). [Dev Only]
3730=Valores largos intr�nsecos de registros actualizados/s
3731=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-
values are added to or replaced in records of database tables. [Dev Only]
3732=Valores largos separados de registros agregados/s
3733=Record Separated Long-Values Added/sec is the rate at which separated long-
values are normally added to records of database tables. [Dev Only]
3734=Valores largos separados de registros forzados/s
3735=Record Separated Long-Values Forced/sec is the rate at which separated long-
values are added to records of a database table because they could not be
accommodated in the record itself. [Dev Only]
3736=Todos los valores largos separados de registros forzados/s
3737=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic
long-values are separated out of a record of a database table in order to
accommodate updates to the record. [Dev Only]
3738=Todos los valores largos separados de registros con referencia/s
3739=Record Separated Long-Values Reference All/sec is the rate at which a
reference is added for all the separated long-values associated with a record of a
database table. [Dev Only]
3740=Todos los valores largos separados de registros sin referencia/s
3741=Record Separated Long-Values Dereference All/sec is the rate at which a
reference is removed for all the separated long-values associated with a record of
a database table. [Dev Only]
3742=B�squedas de valores largos separados/s
3743=Separated Long-Value Seeks/sec is the rate at which seeks for a separated
long-value in a database table are performed. [Dev Only]
3744=Recuperaciones de valores largos separados/s
3745=Separated Long-Value Retrieves/sec is the rate at which retrievals of a
separated long-value in a database table are performed. [Dev Only]
3746=Creaciones de valores largos separados/s
3747=Separated Long-Value Creates/sec is the rate at which new separated long-
values are added to a database table. [Dev Only]
3748=Actualizaciones de valores largos separados/s
3749=Separated Long-Value Updates/sec is the rate at which existing separated long-
values in a database table are modified. [Dev Only]
3750=Eliminaciones de valores largos separados/s
3751=Separated Long-Value Deletes/sec is the rate at which separated long-values in
a database table are flagged for deletion. [Dev Only]
3752=Copias de valores largos separados/s
3753=Separated Long-Value Copies/sec is the rate at which existing separated long-
values in a database table are copied. [Dev Only]
3754=B�squedas de campos de valores largos separados/s
3755=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a
particular chunk of a separated long-value in a database table are performed. [Dev
Only]
3756=Recuperaciones de campos de valores largos separados/s
3757=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a
chunk of a separated long-value in a database table are performed. [Dev Only]
3758=Anexiones de campos de valores largos separados/s
3759=Separated Long-Value Chunk Appends/sec is the rate at which chunks are
appended to separated long-values of database tables. [Dev Only]
3760=Reemplazos de campos de valores largos separados/s
3761=Separated Long-Value Chunk Replaces/sec is the rate at which existing
separated long-value chunks in a database table are replaced. [Dev Only]
3762=Eliminaciones de campos de valores largos separados/s
3763=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-
value chunks in a database table are flagged for deletion. [Dev Only]
3764=Copias de campos de valores largos separados/s
3765=Separated Long-Value Chunk Copies/sec is the rate at which existing separated
long-value chunks in a database table are copied. [Dev Only]
3766=Divisiones de anexiones de �rbol b+/s
3767=B+ Tree Append Splits/sec is the count of times a page is appended to a
database B+ Tree per second. [Dev Only]
3768=Divisiones a la derecha de �rbol b+/s
3769=B+ Tree Right Splits/sec is the count of times a page is split right in a
database B+ Tree per second. [Dev Only]
3770=Divisiones hotpoint a la derecha de �rbol b+/s
3771=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right
in a database B+ Tree, but which is treated as an append at a local "hotpoint" in
the B+ Tree per second. [Dev Only]
3772=Divisiones verticales de �rbol b+/s
3773=B+ Tree Vertical Splits/sec is the count of times a page is split vertically
in a database B+ Tree per second. [Dev Only]
3774=Divisiones de �rbol b+/s
3775=B+ Tree Splits/sec is the count of times a page is appended to or split in a
database B+ Tree per second. [Dev Only]
3776=Combinaciones de p�ginas vac�as de �rbol b+/s
3777=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a
database B+ Tree per second. [Dev Only]
3778=Combinaciones a la derecha de �rbol b+/s
3779=Right Merges/sec is the count of pages removed from a database B+ Tree per
second by moving all its records to the next page to the right. [Dev Only]
3780=Combinaciones parciales de �rbol b+/s
3781=B+ Tree Partial Merges/sec is the count of pages where some of its records are
moved to a page on the right in a database B+ Tree per second. [Dev Only]
3782=Combinaciones a la izquierda de �rbol B+/seg.
3783=Las combinaciones a la izquierda de �rbol B+/seg. son el n�mero de p�ginas
eliminadas del �rbol B+ de una base de datos por segundo, mediante el traslado de
todos sus registros a la p�gina anterior a la izquierda. [S�lo desarrollador]
3784=Combinaciones a la izquierda parciales de �rbol B+/seg.
3785=Las combinaciones a la izquierda parciales de �rbol B+/seg. son el n�mero de
p�ginas con algunos de sus registros trasladados a una p�gina a la izquierda del
�rbol B+ por segundo de una base de datos. [S�lo desarrollador]
3786=Movimientos de p�gina al �rbol B+/seg.
3787=Los movimientos de p�gina al �rbol B+/seg. son el n�mero de p�ginas del �rbol
B+ por segundo en que todos sus registros se trasladan a otra p�gina. [S�lo
desarrollador]
3788=Combinaciones de �rbol b+/s
3789=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per
second. [Dev Only]
3790=Intentos de limpieza de p�ginas simples con error de �rbol b+/s
3791=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to
reclaim deleted node space on a page are unsuccessful due to a conflict when
attempting to write-latch the page. The cleanup is re-tried by locking the root of
the B+ Tree. [Dev Only]
3792=Cortocircuitos de b�squeda de �rbol b+/s
3793=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same
record in a database B+ Tree that are saved by jumping directly to the cached
physical location of that record per second. [Dev Only]
3794=Lecturas con anticipaci�n de forma oportuna en el �rbol B+/seg.
3795=Las lecturas con anticipaci�n de forma oportuna en el �rbol B+/seg. son el
n�mero de p�ginas por segundo que se leen con anticipaci�n porque son contiguas a
una p�gina le�da por una b�squeda. [S�lo desarrollador]
3796=Pestillos innecesarios del mismo nivel de �rbol b+/s
3797=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched
during a database B+ Tree Delete in the hopes of performing a merge where a merge
is not possible, making that latch unnecessary. [Dev Only]
3798=Movimientos al siguiente de �rbol b+/s
3799=B+ Tree Move Nexts/sec is the count of times the database engine moves to the
next record in a B+ Tree per second. [Dev Only]
3800=Movimientos al siguiente de �rbol b+ (nodos no visibles omitidos)/s
3801=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the next
visible record in a B+ Tree per second. [Dev Only]
3802=Movimientos al anterior de �rbol b+/s
3803=B+ Tree Move Prevs/sec is the count of times the database engine moves to the
previous record in a B+ Tree per second. [Dev Only]
3804=Movimientos al anterior de �rbol b+ (nodos no visibles omitidos)/s
3805=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the previous
visible record in a B+ Tree per second. [Dev Only]
3806=B�squedas de �rbol b+/s
3807=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a
database B+ Tree per second. [Dev Only]
3808=Inserciones de �rbol b+/s
3809=B+ Tree Inserts/sec is the count of times a record is inserted in a database
B+ Tree per second. [Dev Only]
3810=Reemplazos de �rbol b+/s
3811=B+ Tree Replaces/sec is the count of times a record is replaced in a database
B+ Tree per second. [Dev Only]
3812=Eliminaciones de indicadores de �rbol b+/s
3813=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a
database B+ Tree per second. [Dev Only]
3814=Eliminaciones de �rbol b+/s
3815=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+
Tree per second. [Dev Only]
3816=Anexiones de �rbol b+/s
3817=B+ Tree Appends/sec is the count of times a record is appended to a database
B+ Tree per second. [Dev Only]
3818=Creaciones de �rbol b+/s
3819=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space
trees (if any) created per second. This can also be viewed as the number of FDP
creates per second. [Dev Only]
3820=Creaciones de �rbol b+ (total)
3821=B+ Tree Creates (Total) is the total number of B+ Trees and their
corresponding space trees (if any) created. This can also be viewed as the total
number of FDP creates. [Dev Only]
3822=Destrucciones de �rbol b+/s
3823=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space
trees (if any) destroyed per second. This can also be viewed as the number of FDP
destroys per second. [Dev Only]
3824=Destrucciones de �rbol b+ (total)
3825=B+ Tree Destroys (Total) is the total number of B+ Trees and their
corresponding space trees (if any) destroyed. This can also be viewed as the total
number of FDP destroys. [Dev Only]
3826=Tama�o de cach� de base de datos (MB)
3827=Tama�o de cach� de base de datos (MB) es la cantidad de memoria del sistema
(en megabytes) que usa el administrador de cach� de base de datos para la
informaci�n de uso habitual de los archivos de base de datos para impedir
operaciones de archivo. Si el tama�o de cach� de base de datos parece demasiado
peque�o para un rendimiento �ptimo y hay muy poca memoria disponible en el sistema
(consulte Memoria/Bytes disponibles), el rendimiento puede aumentar si se agrega
memoria al sistema. Si hay mucha memoria disponible en el sistema y el tama�o de
cach� de base de datos no sobrepasa un determinado punto, el tama�o de cach� de
base de datos puede tener un l�mite artificialmente bajo como tope. Si se aumenta
este l�mite, puede aumentar el rendimiento.
3828=Errores de la cach� de base de datos/seg.
3829=Los errores de la cach� de base de datos/seg. representan la velocidad con que
la cach� de base de datos satisfizo las solicitudes de p�gina de archivo de base de
datos mediante una operaci�n de archivo. Si la velocidad es elevada, el tama�o de
la cach� de base de datos podr�a ser demasiado peque�o.
3830=% de aciertos de cach� de base de datos
3831=El % de aciertos de cach� de base de datos es el porcentaje de solicitudes de
p�ginas de archivos de base de datos que cumpli� la cach� de base de datos sin
realizar una operaci�n de archivo. Si el porcentaje es muy bajo, es posible que el
tama�o de la cach� sea demasiado peque�o.
3832=Sin nombre
3833=Sin texto
3834=Solicitudes de la cach� de base de datos/seg.
3835=Las solicitudes de la cach� de base de datos/seg. representan la velocidad con
que se solicitan p�ginas de la cach� de base de datos.
3836=P�ginas de base de datos le�das asincr�nicamente/s
3837=Database Pages Read Async/sec is the rate that pages are asynchronously read
from the database file(s) into the database cache. [Dev Only]
3838=P�ginas de base de datos le�das sincr�nicamente/s
3839=Database Pages Read Sync/sec is the rate that pages are synchronously read
from the database file(s) into the database cache. [Dev Only]
3840=P�ginas de base de datos escritas/s
3841=Database Pages Written/sec is the rate that pages are written to the database
file (s) from the database cache. [Dev Only]
3842=P�ginas de limpieza de base de datos escritas/seg.
3843=Las p�ginas de limpieza de base de datos escritas/seg. representan la
velocidad con que se escriben p�ginas en los archivos de base de datos desde la
cach� de base de datos. [S�lo desarrollador]
3844=P�ginas de base de datos transferidas/s
3845=Database Pages Transferred/sec is the rate that pages are transferred from the
database file(s) to the database cache and vice versa. [Dev Only]
3846=P�ginas de base de datos le�das con anticipaci�n/s
3847=Database Pages Preread/sec is the rate that pages are read in anticipation of
future use from the database file(s) into the database cache. [Dev Only]
3848=P�ginas de base de datos en cach� le�das con anticipaci�n/s
3849=Database Cached Pages Preread/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
are already cached. This is non-ideal behavior that represents a waste of
processing time. [Dev Only]
3850=P�ginas de base de datos almacenadas le�das con anticipaci�n sin tocar/s
3851=Database Pages Preread Untouched/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
were subsequently thrown out without being used. This is non-ideal behavior that
represents a waste of I/O bandwidth and processing time . [Dev Only]
3852=P�ginas de base de datos con versiones/s
3853=Database Pages Versioned/sec is the rate at which pages in the database cache
are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
3854=Versiones de p�gina de base de datos copiadas/seg.
3855=Las versiones de p�gina de base de datos copiadas/seg. representan la
velocidad a la que se copian las p�ginas de la cach� de base de datos en p�ginas
nuevas de la cach� a fin de poder escribirlas asincr�nicamente mientras la versi�n
actual de esa p�gina en el archivo de base de datos se sigue modificando. Esta
funci�n se usa principalmente para evitar ciclos, ramas o cadenas largas de
dependencias de solicitud de vaciado sin necesitar las p�ginas implicadas para
escribirlas sincr�nicamente en disco. [S�lo desarrollador]
3856=P�ginas de base de datos escritas normalmente/s
3857=Database Pages Ordinarily Written/sec is the rate that pages are written to
the database file (s) from the database cache in preparation for evicting them from
the cache to make room for other data. [Dev Only]
3858=P�ginas de base de datos escritas de forma an�mala/s
3859=Database Pages Anomalously Written/sec is the rate that pages are written to
the database file (s) from the database cache before they would ordinarily be
written. [Dev Only]
3860=P�ginas de base de datos escritas por oportunidad/s
3861=Database Pages Opportunely Written/sec is the rate that pages are written to
the database file (s) from the database cache because they happen to be near other
pages that must be written. These additional writes are performed before they must
happen in the hope that the total number of seeks required to write all the pages
is reduced. [Dev Only]
3862=P�ginas de base de datos escritas de forma repetida/s
3863=Database Pages Repeatedly Written/sec is the rate that pages are written to
the database file (s) from the database cache more than once in their lifetime in
the cache. These page writes represent extra writes above the theoretical minimum
and can therefore be considered overhead. [Dev Only]
3864=P�ginas de base de datos escritas por inactividad/s
3865=Database Pages Idly Written/sec is the rate that pages are written to the
database file (s) from the database cache because there is low disk activity. [Dev
Only]
3866=P�ginas de base de datos unidas escritas/s
3867=Database Pages Coalesced Written/sec is the rate that pages are written to the
database file (s) from the database cache coalesced with another page. [Dev Only]
3868=P�ginas de base de datos unidas le�das/s
3869=Database Pages Coalesced Read/sec is the rate that pages are read from the
database file (s) to the database cache coalesced with another page. [Dev Only]
3870=Base de datos ==> Instancias
3871=Instancias en este proceso
3872=P�ginas convertidas/seg.
3873=P�ginas convertidas/seg. es el n�mero de veces por segundo que se convierte
una p�gina de una base de datos desde un formato de base de datos anterior
3874=P�ginas convertidas
3875=P�ginas convertidas es el n�mero de p�ginas de base de datos convertidas desde
un formato anterior
3876=Registros convertidos/seg.
3877=Registros convertidos/seg. es el n�mero de veces por segundo que se convierte
un registro de base de datos desde un formato de base de datos anterior
3878=Registros convertidos
3879=Registros convertidos es el n�mero de registros de base de datos convertidos
desde un formato anterior
3880=Tareas de desfragmentaci�n
3881=Las tareas de desfragmentaci�n son el n�mero de tareas de desfragmentaci�n de
base de datos en segundo plano en ejecuci�n actualmente.
3882=Tareas de desfragmentaci�n pendientes
3883=Las tareas de desfragmentaci�n pendientes son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano pendientes actualmente.
3884=Tareas de desfragmentaci�n descartadas
3885=Las tareas de desfragmentaci�n descartadas son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano que no se registraron. [S�lo
desarrollador]
3886=Tareas de desfragmentaci�n programadas/seg.
3887=Las tareas de desfragmentaci�n programadas/seg. son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano programadas para la ejecuci�n
por segundo. [S�lo desarrollador]
3888=Tareas de desfragmentaci�n finalizadas/seg.
3889=Las tareas de desfragmentaci�n finalizadas/seg. son el n�mero de tareas de
desfragmentaci�n de base de datos en segundo plano que terminan de ejecutarse por
segundo. [S�lo desarrollador]
3890=Exploraciones asincr�nicas de FCB/seg.
3891=FCB Asynchronous Scan/sec is the number of cached schema records (FCBs)
scanned during asynchronous schema record cleanup. These records are scanned to age
out older schema definitions. [Dev Only]
3892=Purgas asincr�nicas de FCB/seg.
3893=FCB Asynchronous Purge/sec is the number of cached schema records (FCBs)
purged during asynchronous schema record cleanup. These records are purged to age
out older schema definitions. [Dev Only]
3894=Exploraciones asincr�nicas de umbrales FCB/seg.
3895=FCB Asynchronous Threshold-Scan/sec is the number of cached schema records
(FCBs) scanned during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively scanned to age out older schema definitions. [Dev Only]
3896=Purgas asincr�nicas de umbrales FCB/seg.
3897=FCB Asynchronous Threshold-Purge/sec is the number of cached schema records
(FCBs) purged during asynchronous schema record cleanup. Cleanup was triggered by
a large number of schema records above the preferred limit. These records are
aggressively purged to age out older schema definitions. [Dev Only]
3898=Conflictos de purga asincr�nica de FCB/seg.
3899=FCB Asynchronous Purge Conflicts/sec is the number of failed purge attempts on
cached schema records (FCBs) during asynchronous schema record cleanup. The purge
operation failed because exclusive ownership of the schema record could not be
obtained. [Dev Only]
3900=Purgas sincr�nicas de FCB/seg.
3901=FCB Synchronous Purge/sec is the number of cached schema records (FCBs) being
synchronously purged each second. [Dev Only]
3902=Detenciones de purgas sincr�nicas de FCB/seg.
3903=FCB Synchronous Purge Stalls/sec is the number of stalls encountered while
waiting for exclusive ownership of cached schema records (FCBs) in order to
synchronously purge them. [Dev Only]
3904=Limpieza de versi�n de asignaciones de FCB/seg.
3905=FCB Allocations Wait For Version Cleanup/sec is the number of FCB allocations
that must first wait for version cleanup in an attempt to free used FCBs for re-
use. [Dev Only]
3906=Purga de FCB al cerrar el cursor/s
3907=FCB Purge On Cursor Close/sec is the number of cached schema records (FCBs)
being synchronously purged when the cursor is closed (instead of leaving the schema
record cached) each second. [Dev Only]
3908=% de aciertos de cach� FCB
3909=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly
from the schema record cache. No file operations were required. [Dev Only]
3910=No name
3911=No text
3912=Detenciones de cach� de FCB/seg.
3913=FCB Cache Stalls/sec is the number of stalls encountered while waiting for
exclusive ownership of cached schema records (FCBs) in order to update their
reference count. [Dev Only]
3914=M�ximo de cach� de FCB
3915=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs)
that can exist in the cache. [Dev Only]
3916=Cach� de FCB preferida
3917=FCB Cache Preferred is the preferred maximum number of the schema records
(FCBs) that should exist in the cache. [Dev Only]
3918=Cach� de FCB asignada
3919=FCB Cache Allocated is the number of cached schema records (FCBs) currently
allocated and in use. [Dev Only]
3920=Cach� de FCB disponible
3921=FCB Cache Available is the number of cached schema records (FCBs) currently
allocated but not in use. These records will be used and/or purged as required.
[Dev Only]
3922=Sesiones en uso
3923=Sessions In Use is the number of database sessions currently open for use by
client threads.
3924=% de sesiones en uso
3925=Sessions % Used is the percentage of database sessions currently open for use
by client threads.
3926=No name
3927=No text
3928=% de aciertos de apertura de tabla desde cach�
3929=% de aciertos de apertura de tabla desde cach� es el porcentaje de tablas de
la base de datos abiertas usando la informaci�n de esquema en cach�. Si el
porcentaje es demasiado bajo, es posible que la cach� sea demasiado peque�a.
3930=No name
3931=No text
3932=Aciertos de apertura de tabla desde cach�/seg.
3933=Aciertos de apertura de tabla desde cach�/seg. es el n�mero de tablas de la
base de datos abiertas cada segundo usando la informaci�n de esquema en cach�. Si
el n�mero es demasiado bajo, es posible que la cach� sea demasiado peque�a.
3934=Errores de apertura de tabla desde cach�/seg.
3935=Errores de apertura de tabla desde cach�/seg. es el n�mero de tablas de la
base de datos abiertas cada segundo sin usar la informaci�n de esquema en cach�. Si
el n�mero es demasiado alto, es posible que la cach� sea demasiado peque�a.
3936=Aperturas de tablas/seg.
3937=Aperturas de tablas/seg. es el n�mero de tablas de la base de datos abiertas
cada segundo.
3938=Bytes de registro escritos/seg.
3939=Log Bytes Write per second is the rate bytes are written to the log.
3940=Bytes de registro generados/seg.
3941=Los bytes de registro generados por segundo representan la velocidad con que
se agregan datos al registro. No es lo mismo que las escrituras de bytes de
registro por segundo, porque cada byte s�lo se genera una vez, pero se podr�a
escribir muchas veces.
3942=Tama�o de b�fer de registro
3943=Log Buffer Size is the amount of memory, in bytes, allocated for the database
log buffers. [Dev Only]
3944=Bytes de b�fer de registro usados
3945=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not
yet been flushed to the logs. [Dev Only]
3946=Bytes de b�fer de registro disponibles
3947=Log Buffer Bytes Free is the amount of free space available in the log
buffers. [Dev Only]
3948=Subprocesos de registro en espera
3949=Log Threads Waiting is the number of threads waiting for their data to be
written to the log in order to complete an update of the database. If this number
is too high, the log may be a bottleneck.
3950=Tama�o de archivo de registro
3951=Log File Size is the size, in bytes, of the database log files. [Dev Only]
3952=Profundidad de punto de control de registro
3953=Log Checkpoint Depth represents the amount of work, in bytes, that will need
to be redone or undone to the database file(s) if the process crashes. [Dev Only]
3954=Profundidad de punto de control de generaci�n de registro
3955=Profundidad de punto de control de generaci�n de registro representa la
cantidad de trabajo, en n�mero de archivos de registro, que ser� necesario rehacer
o deshacer en los archivos de base de datos si el proceso se bloquea.
3956=Objetivo de profundidad de control de generaci�n de registros
3957=El objetivo de profundidad de control de generaci�n de registros representa el
objetivo ideal para la cantidad de trabajo, en n�mero de archivos, que podr�a tener
que rehacerse o deshacerse en los archivos de base de datos si el proceso se
bloquea.
3958=Profundidad de control de registros como % de objetivo
3959=La profundidad de control de registros como % de objetivo es una expresi�n de
la profundidad de control de registros actual en forma de porcentaje del objetivo
de profundidad de control. Por ejemplo, si la profundidad de control actual es
cinco generaciones y el objetivo de profundidad de control es cuatro generaciones,
se notificar� un 125% del objetivo.
3960=Sin nombre
3961=Sin texto
3962=Profundidad m�xima de punto de control de generaci�n de registros
3963=La profundidad m�xima de punto de control de generaci�n de registros
representa la cantidad de trabajo m�ximo permitida, en n�mero de archivos de
registro, que se debe rehacer o deshacer para los archivos de bases de datos si el
proceso se bloquea.
3964=Profundidad de resistencia ante p�rdidas de generaci�n de registros
3965=La profundidad de resistencia de p�rdida de generaci�n de registros representa
la cantidad de trabajo, en n�mero de archivos de registro, que se puede perder
mientras se sigue permitiendo la recuperaci�n de archivos de bases de datos (con
p�rdida de datos) si el proceso se bloquea.
3966=Archivos de registro generados
3967=Los archivos de registro generados representan el n�mero total de archivos de
registro generados por una instancia desde la �ltima vez que se inicializ�.
3968=Archivos de registro generados antes de tiempo
3969=Los archivos de registro generados antes de tiempo representan el n�mero total
de archivos de registro generados por una instancia desde la �ltima vez que se
inicializ� y no se han llenado por completo con datos �tiles. En ciertas
circunstancias, el motor de base de datos cambiar� a otro archivo de registro antes
de haberse llenado por completo con datos �tiles.
3970=Generaci�n actual de archivos de registro
3971=La generaci�n actual de archivos de registro proporciona el n�mero de
generaci�n del archivo de registro actual de una instancia.
3972=Transacciones de usuario de s�lo lectura ejecutadas con nivel 0/seg.
3973=User Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that do not modify any data
stored in the database engine. [Dev Only]
3974=Transacciones de usuario de lectura y escritura confirmadas con nivel 0/seg.
3975=User Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started by the calling process that modify data stored in
the database engine. [Dev Only]
3976=Transacciones de usuario confirmadas con nivel 0/seg.
3977=User Transaction Commits to Level 0/sec is the count of fully committed
transactions started by the calling process that access data stored in the database
engine. [Dev Only]
3978=Transacciones de usuario de s�lo lectura deshechas con nivel 0/seg.
3979=User Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that do not modify any data stored in
the database engine. [Dev Only]
3980=Transacciones de usuario de lectura y escritura deshechas con nivel 0/seg.
3981=User Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started by the calling process that modify data stored in the database
engine. [Dev Only]
3982=Transacciones de usuario deshechas con nivel 0/seg.
3983=User Transaction Rollbacks to Level 0/sec is the count of aborted transactions
started by the calling process that access data stored in the database engine.
[Dev Only]
3984=Transacciones de sistema de s�lo lectura confirmadas con nivel 0/seg.
3985=System Read Only Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that do not modify any data stored in the
database engine. [Dev Only]
3986=Transacciones de sistema de lectura y escritura confirmadas con nivel 0/seg.
3987=System Read/Write Transaction Commits to Level 0/sec is the count of fully
committed transactions started internally that modify data stored in the database
engine. [Dev Only]
3988=Confirmaciones de transacciones de sistema con nivel 0/seg.
3989=System Transaction Commits to Level 0/sec is the count of fully committed
transactions started internally that access data stored in the database engine.
[Dev Only]
3990=Transacciones de sistema de s�lo lectura deshechas con nivel 0/seg.
3991=System Read Only Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that do not modify any data stored in the database
engine. [Dev Only]
3992=Transacciones de sistema de lectura y escritura deshechas con nivel 0/seg.
3993=System Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that modify data stored in the database engine.
[Dev Only]
3994=Transacciones de sistema deshechas con nivel 0/seg.
3995=System Transaction Rollbacks to Level 0/sec is the count of aborted
transactions started internally that access data stored in the database engine.
[Dev Only]
3996=Consumo asincr�nico de extensiones de archivo de asignaci�n de p�ginas de base
de datos/s
3997=Database Page Allocation File Extension Async Consumed/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file, but which do not stall when doing doing so. [Dev Only]
3998=Detenciones de asignaci�n de p�ginas de base de datos con extensi�n de
archivo/s
3999=Database Page Allocation File Extension Stalls/sec is the rate of page
allocations from a database file that must be serviced by extending the database
file and which stall when doing so. [Dev Only]
4000=Entradas del registro/seg.
4001=Log Records/sec is the count of records written to the database log buffers
per second. [Dev Only]
4002=Vaciados de la capacidad de los b�feres de registro/seg.
4003=Log Buffer Capacity Flushes/sec is the count of times the database log buffers
must be flushed per second because they are full. [Dev Only]
4004=Vaciados de confirmaciones de b�feres de registro/seg.
4005=Log Buffer Commit Flushes/sec is the count of times the database log buffers
must be flushed per second because a transaction is fully committing its changes.
[Dev Only]
4006=Vaciados del b�fer del registro/seg.
4007=Los vaciados del b�fer del registro/seg. son el n�mero de veces que deben
vaciarse los b�feres del registro de base de datos por segundo. [S�lo
desarrollador]
4008=Escrituras en registro/seg.
4009=Escrituras en registro/seg. es el n�mero de veces que se escriben por segundo
los b�feres de registro en los archivos de registro. Si el n�mero se acerca a la
velocidad m�xima del medio en el que se encuentran los archivos, el registro puede
convertirse en un cuello de botella.
4010=Detenciones de escritura en el registro/seg.
4011=Detenciones de escritura en el registro/seg. es el n�mero de registros que no
se pueden agregar a los b�feres del registro por segundo porque est�n llenos. Si el
contador es diferente de cero la mayor parte del tiempo, es posible que el tama�o
del b�fer del registro sea un cuello de botella.
4012=Dep�sitos de versi�n asignados
4013=Total number of version buckets allocated
4014=Dep�sitos de versi�n asignados para eliminaciones
4015=Total number of version buckets allocated for FlagDelete RCEs [Dev Only]
4016=Limpieza de versi�n de asignaciones de VER Bucket/seg.
4017=VER Bucket Allocations Wait For Version Cleanup/sec is the number of version
bucket allocations that must first wait for version cleanup in an attempt to free
used version buckets for re-use. [Dev Only]
4018=Longitud de marcador RCE promedio de almacenes de versiones
4019=Average length of bookmark in RCE [Dev Only]
4020=Llamadas innecesarias del almac�n de versiones/seg.
4021=Number of times per second we look in the version store for a node whose
version bit is set but which has no versions [Dev Only]
4022=Tareas de limpieza de almac�n de versiones enviadas asincr�nicamente/s
4023=Number of times per second a version store clean task is dispatched
asynchronously to be performed [Dev Only]
4024=Tareas de limpieza de almac�n de versiones enviadas sincr�nicamente/s
4025=Number of times per second a version store clean task is performed
synchronously [Dev Only]
4026=Tareas de limpieza de almac�n de versiones descartadas/s
4027=Number of times per second a version store clean task was discarded due to
load concerns [Dev Only]
4028=Errores de tareas de limpieza de almac�n de versiones/s
4029=Number of times per second a dispatched version store cleanup task fails [Dev
Only]
4030=Inserciones de registros/s
4031=Record Inserts/sec is the rate at which records are being inserted into
database tables. [Dev Only]
4032=Eliminaciones de registros/s
4033=Record Deletes/sec is the rate at which records in database tables are being
flagged for deletion. [Dev Only]
4034=Reemplazos de registros/s
4035=Record Deletes/sec is the rate at which records in database tables are being
updated. [Dev Only]
4036=Reemplazos innecesarios de registros/s
4037=Record Unnecessary Replaces/sec is the rate at which updates to records in
database tables are being discarded because the update did not actually modify the
contents of the record. [Dev Only]
4038=Reemplazos redundantes de registros/s
4039=Record Redundant Replaces/sec is the rate at which records in database tables
are being updated with the exact same content of the original record. [Dev Only]
4040=Actualizaciones de custodia de registros/s
4041=Record Escrow-Updates/sec is the rate at which records in database tables are
being escrow-updated. [Dev Only]
4042=Inserciones de �ndices secundarias/s
4043=Secondary Index Inserts/sec is the rate at which entries are being inserted
into indexes of database tables. [Dev Only]
4044=Eliminaciones de �ndices secundarias/s
4045=Secondary Index Deletes/sec is the rate at which entries in indexes of
database tables are being flagged for deletion. [Dev Only]
4046=Actualizaciones de columnas de �ndice falsas/s
4047=False Index Column Updates/sec is the number of times per second an attempt
was made to update an index because an update to at least one of the indexed
columns was detected, only to discover that none of the indexed columns had
actually changed (and therefore no index update was actually required). [Dev Only]
4048=Actualizaciones de columnas de �ndice de tupla falsas/s
4049=False Tuple Index Column Updates/sec is the number of times per second an
attempt was made to update a tuple index because an update to the tuple-indexed
column was detected, only to discover that the column had not actually changed (and
therefore no index update was actually required). [Dev Only]
4050=Valores largos intr�nsecos de registros actualizados/s
4051=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-
values are added to or replaced in records of database tables. [Dev Only]
4052=Valores largos separados de registros agregados/s
4053=Record Separated Long-Values Added/sec is the rate at which separated long-
values are normally added to records of database tables. [Dev Only]
4054=Valores largos separados de registros forzados/s
4055=Record Separated Long-Values Forced/sec is the rate at which separated long-
values are added to records of a database table because they could not be
accommodated in the record itself. [Dev Only]
4056=Todos los valores largos separados de registros forzados/s
4057=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic
long-values are separated out of a record of a database table in order to
accommodate updates to the record. [Dev Only]
4058=Todos los valores largos separados de registros con referencia/s
4059=Record Separated Long-Values Reference All/sec is the rate at which a
reference is added for all the separated long-values associated with a record of a
database table. [Dev Only]
4060=Todos los valores largos separados de registros sin referencia/s
4061=Record Separated Long-Values Dereference All/sec is the rate at which a
reference is removed for all the separated long-values associated with a record of
a database table. [Dev Only]
4062=B�squedas de valores largos separados/s
4063=Separated Long-Value Seeks/sec is the rate at which seeks for a separated
long-value in a database table are performed. [Dev Only]
4064=Recuperaciones de valores largos separados/s
4065=Separated Long-Value Retrieves/sec is the rate at which retrievals of a
separated long-value in a database table are performed. [Dev Only]
4066=Creaciones de valores largos separados/s
4067=Separated Long-Value Creates/sec is the rate at which new separated long-
values are added to a database table. [Dev Only]
4068=Actualizaciones de valores largos separados/s
4069=Separated Long-Value Updates/sec is the rate at which existing separated long-
values in a database table are modified. [Dev Only]
4070=Eliminaciones de valores largos separados/s
4071=Separated Long-Value Deletes/sec is the rate at which separated long-values in
a database table are flagged for deletion. [Dev Only]
4072=Copias de valores largos separados/s
4073=Separated Long-Value Copies/sec is the rate at which existing separated long-
values in a database table are copied. [Dev Only]
4074=B�squedas de campos de valores largos separados/s
4075=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a
particular chunk of a separated long-value in a database table are performed. [Dev
Only]
4076=Recuperaciones de campos de valores largos separados/s
4077=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a
chunk of a separated long-value in a database table are performed. [Dev Only]
4078=Anexiones de campos de valores largos separados/s
4079=Separated Long-Value Chunk Appends/sec is the rate at which chunks are
appended to separated long-values of database tables. [Dev Only]
4080=Reemplazos de campos de valores largos separados/s
4081=Separated Long-Value Chunk Replaces/sec is the rate at which existing
separated long-value chunks in a database table are replaced. [Dev Only]
4082=Eliminaciones de campos de valores largos separados/s
4083=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-
value chunks in a database table are flagged for deletion. [Dev Only]
4084=Copias de campos de valores largos separados/s
4085=Separated Long-Value Chunk Copies/sec is the rate at which existing separated
long-value chunks in a database table are copied. [Dev Only]
4086=B+ Tree Append Splits/sec
4087=B+ Tree Append Splits/sec is the count of times a page is appended to a
database B+ Tree per second. [Dev Only]
4088=B+ Tree Right Splits/sec
4089=B+ Tree Right Splits/sec is the count of times a page is split right in a
database B+ Tree per second. [Dev Only]
4090=Divisiones hotpoint a la derecha de �rbol b+/s
4091=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right
in a database B+ Tree, but which is treated as an append at a local "hotpoint" in
the B+ Tree per second. [Dev Only]
4092=Divisiones verticales de �rbol B+/seg.
4093=B+ Tree Vertical Splits/sec is the count of times a page is split vertically
in a database B+ Tree per second. [Dev Only]
4094=Divisiones de �rbol B+/seg.
4095=B+ Tree Splits/sec is the count of times a page is appended to or split in a
database B+ Tree per second. [Dev Only]
4096=Combinaciones de p�ginas vac�as de �rbol B+/seg.
4097=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a
database B+ Tree per second. [Dev Only]
4098=Combinaciones a la derecha de �rbol B+/seg.
4099=Right Merges/sec is the count of pages removed from a database B+ Tree per
second by moving all its records to the next page to the right. [Dev Only]
4100=Combinaciones parciales de �rbol B+/seg.
4101=B+ Tree Partial Merges/sec is the count of pages where some of its records are
moved to a page on the right in a database B+ Tree per second. [Dev Only]
4102=Combinaciones a la izquierda de �rbol B+/seg.
4103=Las combinaciones a la izquierda de �rbol B+/seg. son el n�mero de p�ginas
eliminadas del �rbol B+ de una base de datos por segundo, mediante el traslado de
todos sus registros a la p�gina anterior a la izquierda. [S�lo desarrollador]
4104=Combinaciones a la izquierda parciales de �rbol B+/seg.
4105=Las combinaciones a la izquierda parciales de �rbol B+/seg. son el n�mero de
p�ginas con algunos de sus registros trasladados a una p�gina a la izquierda del
�rbol B+ por segundo de una base de datos. [S�lo desarrollador]
4106=Movimientos de p�gina al �rbol B+/seg.
4107=Los movimientos de p�gina al �rbol B+/seg. son el n�mero de p�ginas del �rbol
B+ por segundo en que todos sus registros se trasladan a otra p�gina. [S�lo
desarrollador]
4108=Combinaciones de �rbol B+/seg.
4109=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per
second. [Dev Only]
4110=Intentos de limpieza de p�ginas simples con error de �rbol b+/s
4111=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to
reclaim deleted node space on a page are unsuccessful due to a conflict when
attempting to write-latch the page. The cleanup is re-tried by locking the root of
the B+ Tree. [Dev Only]
4112=Cortocircuitos de b�squeda de �rbol B+/seg.
4113=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same
record in a database B+ Tree that are saved by jumping directly to the cached
physical location of that record per second. [Dev Only]
4114=Lecturas con anticipaci�n de forma oportuna en el �rbol B+/seg.
4115=Las lecturas con anticipaci�n de forma oportuna en el �rbol B+/seg. son el
n�mero de p�ginas por segundo que se leen con anticipaci�n porque son contiguas a
una p�gina le�da por una b�squeda. [S�lo desarrollador]
4116=Pestillos innecesarios del mismo nivel de �rbol B+/seg.
4117=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched
during a database B+ Tree Delete in the hopes of performing a merge where a merge
is not possible, making that latch unnecessary. [Dev Only]
4118=B+ Tree Move Nexts/sec
4119=B+ Tree Move Nexts/sec is the count of times the database engine moves to the
next record in a B+ Tree per second. [Dev Only]
4120=Movimientos al siguiente de �rbol b+ (nodos no visibles omitidos)/s
4121=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the next
visible record in a B+ Tree per second. [Dev Only]
4122=B+ Tree Move Prevs/sec
4123=B+ Tree Move Prevs/sec is the count of times the database engine moves to the
previous record in a B+ Tree per second. [Dev Only]
4124=Movimientos al anterior de �rbol b+ (nodos no visibles omitidos)/s
4125=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the
database engine skips non-visible records while attempting to move to the previous
visible record in a B+ Tree per second. [Dev Only]
4126=B�squedas de �rbol B+/seg.
4127=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a
database B+ Tree per second. [Dev Only]
4128=Inserciones de �rbol B+/seg.
4129=B+ Tree Inserts/sec is the count of times a record is inserted in a database
B+ Tree per second. [Dev Only]
4130=Reemplazos de �rbol B+/seg.
4131=B+ Tree Replaces/sec is the count of times a record is replaced in a database
B+ Tree per second. [Dev Only]
4132=Eliminaciones de indicadores de �rbol B+/seg.
4133=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a
database B+ Tree per second. [Dev Only]
4134=Eliminaciones de �rbol B+/seg.
4135=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+
Tree per second. [Dev Only]
4136=Anexiones al �rbol B+/seg.
4137=B+ Tree Appends/sec is the count of times a record is appended to a database
B+ Tree per second. [Dev Only]
4138=Creaciones de �rboles B+/seg.
4139=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space
trees (if any) created per second. This can also be viewed as the number of FDP
creates per second. [Dev Only]
4140=Creaciones de �rboles B+ (total)
4141=B+ Tree Creates (Total) is the total number of B+ Trees and their
corresponding space trees (if any) created. This can also be viewed as the total
number of FDP creates. [Dev Only]
4142=Destrucciones de �rboles B+/seg.
4143=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space
trees (if any) destroyed per second. This can also be viewed as the number of FDP
destroys per second. [Dev Only]
4144=Destrucciones de �rboles B+ (total)
4145=B+ Tree Destroys (Total) is the total number of B+ Trees and their
corresponding space trees (if any) destroyed. This can also be viewed as the total
number of FDP destroys. [Dev Only]
4146=Tama�o de cach� de base de datos (MB)
4147=El tama�o de cach� de base de datos (MB) es la cantidad de memoria del sistema
(en megabytes) que usa el administrador de cach� de base de datos para la
informaci�n de uso habitual de los archivos de base de datos para impedir
operaciones de archivo. Si el tama�o de cach� de base de datos parece demasiado
peque�o para un rendimiento �ptimo y hay muy poca memoria disponible en el sistema
(consulte Memoria/Bytes disponibles), el rendimiento puede aumentar si se agrega
memoria al sistema. Si hay mucha memoria disponible en el sistema y el tama�o de
cach� de base de datos no sobrepasa un determinado punto, el tama�o de cach� de
base de datos puede tener un l�mite artificialmente bajo como tope. Si se aumenta
este l�mite, puede aumentar el rendimiento.
4148=Errores de la cach� de base de datos/seg.
4149=Los errores de la cach� de base de datos/seg. representan la velocidad con que
la cach� de base de datos satisfizo las solicitudes de p�gina de archivo de base de
datos mediante una operaci�n de archivo. Si la velocidad es elevada, el tama�o de
la cach� de base de datos podr�a ser demasiado peque�o.
4150=% de aciertos de cach� de base de datos
4151=El % de aciertos de cach� de base de datos es el porcentaje de solicitudes de
p�ginas de archivos de base de datos que cumpli� la cach� de base de datos sin
realizar una operaci�n de archivo. Si el porcentaje es muy bajo, es posible que el
tama�o de la cach� sea demasiado peque�o.
4152=Sin nombre
4153=Sin texto
4154=Solicitudes de la cach� de base de datos/seg.
4155=Las solicitudes de la cach� de base de datos/seg. representan la velocidad con
que se solicitan p�ginas de la cach� de base de datos.
4156=P�ginas de base de datos le�das asincr�nicamente/s
4157=Database Pages Read Async/sec is the rate that pages are asynchronously read
from the database file(s) into the database cache. [Dev Only]
4158=P�ginas de base de datos le�das sincr�nicamente/s
4159=Database Pages Read Sync/sec is the rate that pages are synchronously read
from the database file(s) into the database cache. [Dev Only]
4160=P�ginas de base de datos escritas/seg.
4161=Database Pages Written/sec is the rate that pages are written to the database
file (s) from the database cache. [Dev Only]
4162=P�ginas de limpieza de base de datos escritas/seg.
4163=Las p�ginas de limpieza de base de datos escritas/seg. representan la
velocidad con que se escriben p�ginas en los archivos de base de datos desde la
cach� de base de datos. [S�lo desarrollador]
4164=P�ginas de base de datos transferidas/seg.
4165=Database Pages Transferred/sec is the rate that pages are transferred from the
database file(s) to the database cache and vice versa. [Dev Only]
4166=P�ginas de base de datos le�das con anticipaci�n/seg.
4167=Database Pages Preread/sec is the rate that pages are read in anticipation of
future use from the database file(s) into the database cache. [Dev Only]
4168=P�ginas de base de datos en cach� le�das con anticipaci�n/seg.
4169=Database Cached Pages Preread/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
are already cached. This is non-ideal behavior that represents a waste of
processing time. [Dev Only]
4170=P�ginas de base de datos almacenadas le�das con anticipaci�n/seg.
4171=Database Pages Preread Untouched/sec is the rate that pages are read in
anticipation of future use from the database file(s) into the database cache that
were subsequently thrown out without being used. This is non-ideal behavior that
represents a waste of I/O bandwidth and processing time. [Dev Only]
4172=P�ginas de la base de datos con versiones/seg.
4173=Database Pages Versioned/sec is the rate at which pages in the database cache
are being copied into new pages in the cache for the purpose of being
asynchronously written while the current version of that page in the database file
is still being modified. This feature is primarily used to avoid cycles, branches,
or long chains of flush order dependencies without requiring the pages involved to
be synchronously written to disk. [Dev Only]
4174=Versiones de p�gina de base de datos copiadas/seg.
4175=Las versiones de p�gina de base de datos copiadas/seg. representan la
velocidad a la que se copian las p�ginas de la cach� de base de datos en p�ginas
nuevas de la cach� a fin de poder escribirlas asincr�nicamente mientras la versi�n
actual de esa p�gina en el archivo de base de datos se sigue modificando. Esta
funci�n se usa principalmente para evitar ciclos, ramas o cadenas largas de
dependencias de solicitud de vaciado sin necesitar las p�ginas implicadas para
escribirlas sincr�nicamente en disco. [S�lo desarrollador]
4176=P�ginas de base de datos escritas normalmente/seg.
4177=Database Pages Ordinarily Written/sec is the rate that pages are written to
the database file (s) from the database cache in preparation for evicting them from
the cache to make room for other data. [Dev Only]
4178=P�ginas de base de datos escritas de forma an�mala/seg.
4179=Database Pages Anomalously Written/sec is the rate that pages are written to
the database file (s) from the database cache before they would ordinarily be
written. [Dev Only]
4180=P�ginas de base de datos escritas por oportunidad/seg.
4181=Database Pages Opportunely Written/sec is the rate that pages are written to
the database file (s) from the database cache because they happen to be near other
pages that must be written. These additional writes are performed before they must
happen in the hope that the total number of seeks required to write all the pages
is reduced. [Dev Only]
4182=P�ginas de base de datos escritas de forma repetida/seg.
4183=Database Pages Repeatedly Written/sec is the rate that pages are written to
the database file (s) from the database cache more than once in their lifetime in
the cache. These page writes represent extra writes above the theoretical minimum
and can therefore be considered overhead. [Dev Only]
4184=P�ginas de base de datos escritas por inactividad/seg.
4185=Database Pages Idly Written/sec is the rate that pages are written to the
database file (s) from the database cache because there is low disk activity. [Dev
Only]
4186=P�ginas de base de datos unidas escritas/s
4187=Database Pages Coalesced Written/sec is the rate that pages are written to the
database file (s) from the database cache coalesced with another page. [Dev Only]
4188=P�ginas de base de datos unidas le�das/s
4189=Database Pages Coalesced Read/sec is the rate that pages are read from the
database file (s) to the database cache coalesced with another page. [Dev Only]
4190=P�ginas de copia de seguridad por secuencias le�das/s
4191=Las p�ginas de copia de seguridad por secuencias le�das/seg. representan la
velocidad de las operaciones de lectura de base de datos realizadas para hacer
copias de seguridad por secuencias.
4192=P�ginas de desfragmentaci�n en l�nea con referencias/s
4193=Online Defrag Pages Referenced/sec is the rate at which online defragmentation
is touching database pages. [Dev Only]
4194=P�ginas de desfragmentaci�n en l�nea le�das/s
4195=Online Defrag Pages Read/sec is the rate of database read operations being
performed by online defragmentation. [Dev Only]
4196=P�ginas de desfragmentaci�n en l�nea le�das con anticipaci�n/s
4197=Online Defrag Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by online defragmentation. [Dev Only]
4198=P�ginas de desfragmentaci�n en l�nea desfasadas/s
4199=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is
modifying clean database pages. [Dev Only]
4200=P�ginas de desfragmentaci�n en l�nea desfasadas de nuevo/s
4201=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation
is modifying database pages that already contained modifications. [Dev Only]
4202=P�ginas de desfragmentaci�n en l�nea liberadas/seg.
4203=Las p�ginas liberadas/seg. son el n�mero de p�ginas por segundo que se liberan
desde la base de datos por parte del proceso de desfragmentaci�n en l�nea. [S�lo
desarrollador]
4204=Movimientos de datos de desfragmentaci�n en l�nea/seg.
4205=Los movimientos de datos/seg. son el n�mero de veces por segundo que se mueven
datos de una p�gina a otra por parte del proceso de desfragmentaci�n en l�nea [S�lo
desarrollador]
4206=Movimientos de datos de desfragmentaci�n en l�nea/seg.
4207=Los movimientos de p�gina/seg. son el n�mero de veces por segundo que se
mueven datos de una p�gina a otra nueva por parte del proceso de desfragmentaci�n
en l�nea [S�lo desarrollador]
4208=Registros de desfragmentaci�n en l�nea/s
4209=Online Defrag Log Records/sec is the rate at which online defragmentation is
generating log records. [Dev Only]
4210=Promedio de bytes de registro de desfragmentaci�n en l�nea
4211=Online Defrag Average Log Bytes is the average size of the log records being
generated by online defragmentation. [Dev Only]
4212=Sin nombre
4213=Sin texto
4214=P�ginas de mantenimiento en l�nea (DB Scan) le�das/seg.
4215=Las p�ginas le�das/seg. son el n�mero de p�ginas por segundo que el proceso de
detecci�n lee en la base de datos. [S�lo desarrollador]
4216=P�ginas de mantenimiento en l�nea (DB Scan) le�das
4217=Las p�ginas le�das son el n�mero de p�ginas que el proceso de detecci�n ha
le�do en la base de datos. [S�lo desarrollador]
4218=P�ginas de mantenimiento en l�nea (DB Scan) llenadas con ceros/seg.
4219=Las p�ginas le�das/seg. son el n�mero de p�ginas por segundo que el proceso de
detecci�n llena con ceros en la base de datos. [S�lo desarrollador]
4220=P�ginas de mantenimiento en l�nea (DB Scan) llenadas con ceros
4221=Las p�ginas le�das son el n�mero de p�ginas que el proceso de detecci�n ha
llenado con ceros en la base de datos. [S�lo desarrollador]
4222=P�ginas de tareas de base de datos con referencias/s
4223=Database Tasks Pages Referenced/sec is the rate at which background database
tasks are touching database pages. [Dev Only]
4224=P�ginas de tareas de base de datos le�das/s
4225=Database Tasks Pages Read/sec is the rate of database read operations being
performed by background database tasks. [Dev Only]
4226=P�ginas de tareas de base de datos le�das con anticipaci�n/s
4227=Database Tasks Pages Preread/sec is the rate at which database pages are read
in anticipation of future use by background database tasks. [Dev Only]
4228=P�ginas de tareas de base de datos desfasadas/s
4229=Database Tasks Pages Dirtied/sec is the rate at which background database
tasks are modifying clean database pages. [Dev Only]
4230=P�ginas de tareas de base de datos desfasadas de nuevo/s
4231=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases
tasks are modifying database pages that already contained modifications. [Dev
Only]
4232=Registros de tareas de base de datos/s
4233=Database Tasks Log Records/sec is the rate at which background database tasks
are generating log records. [Dev Only]
4234=Promedio de bytes de registro de tareas de base de datos
4235=Database Tasks Average Log Bytes is the average size of the log records being
generated by background database tasks. [Dev Only]
4236=Sin nombre
4237=Sin texto
4238=Lecturas de base de datos de E/S/s
4239=Lecturas de base de datos de E/S/s es la velocidad de las operaciones de
lectura de base de datos completadas.
4240=Promedio de latencia de lecturas de base de datos de E/S
4241=Promedio de latencia de lecturas de base de datos de E/S es la duraci�n media,
en milisegundos, por operaci�n de lectura de base de datos.
4242=Sin nombre
4243=Sin texto
4244=Promedio de bytes de lecturas de base de datos de E/S
4245=I/O Database Reads Average Bytes is the average number of bytes transferred
per database read operation. [Dev Only]
4246=Sin nombre
4247=Sin texto
4248=Lecturas de base de datos de E/S en mont�n
4249=I/O Database Reads In Heap is the number of database read operations queued in
the database engine's I/O heap and waiting to be issued. [Dev Only]
4250=Lecturas de base de datos de E/S asincr�nicas pendientes
4251=I/O Database Reads Async Pending is the number of database read operations
asynchronously pending completion. [Dev Only]
4252=Latencia anormal de lecturas de base de datos de E/S/s
4253=I/O Database Reads Abnormal Latency/sec is the rate of database read
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
4254=Lecturas de registro de E/S/s
4255=Lecturas de registro de E/S/s es la velocidad de las operaciones de lectura de
archivos de registro completadas.
4256=Promedio de latencia de lecturas de registro de E/S
4257=I/O Log Reads Average Latency is the average length of time, in milliseconds,
per logfile read operation. [Dev Only]
4258=Sin nombre
4259=Sin texto
4260=Promedio de bytes de lecturas de registro de E/S
4261=I/O Log Reads Average Bytes is the average number of bytes transferred per
logfile read operation. [Dev Only]
4262=Sin nombre
4263=Sin texto
4264=Lecturas de registro de E/S en mont�n
4265=I/O Log Reads In Heap is the number of logfile read operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
4266=Lecturas de registro de E/S asincr�nicas pendientes
4267=I/O Log Reads Async Pending is the number of logfile read operations
asynchronously pending completion. [Dev Only]
4268=Latencia anormal de lecturas de registro de E/S/s
4269=I/O Log Reads Abnormal Latency/sec is the rate of logfile read operations that
take an abnormally long length of time (default is 1 minute) to be serviced by the
OS. [Dev Only]
4270=Escrituras de base de datos de E/S/s
4271=Escrituras de base de datos de E/S/s es la velocidad de las operaciones de
escritura de base de datos completadas.
4272=Promedio de latencia de escrituras de base de datos de E/S
4273=Promedio de latencia de escrituras de base de datos de E/S es la duraci�n
media, en milisegundos, por operaci�n de escritura en la base de datos.
4274=Sin nombre
4275=Sin texto
4276=Promedio de bytes de escrituras de base de datos de E/S
4277=I/O Database Writes Average Bytes is the average number of bytes transferred
per database write operation. [Dev Only]
4278=Sin nombre
4279=Sin texto
4280=Escrituras de base de datos de E/S en mont�n
4281=I/O Database Writes In Heap is the number of database write operations queued
in the database engine's I/O heap and waiting to be issued. [Dev Only]
4282=Escrituras de base de datos de E/S asincr�nicas pendientes
4283=I/O Database Writes Async Pending is the number of database write operations
asynchronously pending completion. [Dev Only]
4284=Latencia anormal de escrituras de base de datos de E/S/s
4285=I/O Database Writes Abnormal Latency/sec is the rate of database write
operations that take an abnormally long length of time (default is 1 minute) to be
serviced by the OS. [Dev Only]
4286=Escrituras de registro de E/S/s
4287=Escrituras de registro de E/S/s es la velocidad de las operaciones de
escritura en archivos de registro completadas.
4288=Promedio de latencia de escrituras de registro de E/S
4289=Promedio de latencia de escrituras de registro de E/S es la duraci�n media, en
milisegundos, por operaci�n de escritura en archivos de registro.
4290=Sin nombre
4291=Sin texto
4292=Promedio de bytes de escrituras de registro de E/S
4293=I/O Log Writes Average Bytes is the average number of bytes transferred per
logfile write operation. [Dev Only]
4294=Sin nombre
4295=Sin texto
4296=Escrituras de registro de E/S en mont�n
4297=I/O Log Writes In Heap is the number of logfile write operations queued in the
database engine's I/O heap and waiting to be issued. [Dev Only]
4298=Escrituras de registro de E/S asincr�nicas pendientes
4299=I/O Log Writes Async Pending is the number of logfile write operations
asynchronously pending completion. [Dev Only]
4300=Latencia anormal de escrituras de registro de E/S/s
4301=I/O Log Writes Abnormal Latency/sec is the rate of logfile write operations
that take an abnormally long length of time (default is 1 minute) to be serviced by
the OS. [Dev Only]
4302=Bytes de compresi�n de error de registro/seg.
4303=Los bytes de compresi�n de error de registro/seg. representan la velocidad
bytes de registro con un error de compresi�n Xpress o cuyo tama�o de
inserci�n/sustituci�n no se redujo significativamente (10% o menos). Unos
resultados elevados indican que se est�n malgastando los recursos de la CPU. [S�lo
desarrollador]
4304=Coordinador de transacciones distribuidas
4305=Contadores de rendimiento de Microsoft DTC (Coordinador de transacciones
distribuidas)
4306=Transacciones activas
4307=N�mero de transacciones actualmente activas
4308=Transacciones confirmadas
4309=N�mero de transacciones confirmadas
4310=Transacciones anuladas
4311=N�mero de transacciones anuladas
4312=Transacciones dudosas
4313=N�mero de transacciones dudosas
4314=M�ximo de transacciones activas
4315=N�mero m�ximo de transacciones activas simult�neamente
4316=Forzar transacciones confirmadas
4317=N�mero de transacciones confirmadas por el administrador del sistema
4318=Forzar transacciones anuladas
4319=N�mero de transacciones anuladas por el administrador del sistema
4320=Tiempo de respuesta m�nimo
4321=Diferencia de tiempo m�nima entre el inicio y la confirmaci�n de la
transacci�n
4322=Tiempo de respuesta medio
4323=Diferencia de tiempo media entre el inicio y la confirmaci�n de la transacci�n
4324=Tiempo de respuesta m�ximo
4325=Diferencia de tiempo m�xima entre el inicio y la confirmaci�n de la
transacci�n
4326=Transacciones/s
4327=Transacciones ejecutadas por segundo
4328=Transacciones confirmadas/s
4329=Transacciones confirmadas por segundo
4330=Transacciones anuladas/s
4331=Transacciones anuladas por segundo
4332=Sesi�n de Terminal Services
4333=Supervisi�n de recursos por sesi�n de Terminal Services.
4334=WdBytes de entrada
4335=N�mero de bytes de entrada en esta sesi�n que quedan tras quitar toda la
sobrecarga de protocolos.
4336=WdFrames de entrada
4337=N�mero de tramas de entrada que quedan despu�s de quitar las tramas
adicionales de protocolo.
4338=WaitForOutBuf de entrada
4339=N�mero de veces que los protocolos esperaron un b�fer de env�o disponible en
el lado del cliente de la conexi�n.
4340=Tramas de entrada
4341=N�mero de tramas (paquetes) de entrada en esta sesi�n.
4342=Bytes de entrada
4343=N�mero de bytes de entrada en esta sesi�n, que incluye toda la sobrecarga de
protocolos.
4344=Bytes comprimidos de entrada
4345=N�mero de bytes de entrada tras la compresi�n. Este n�mero comparado con la
entrada Total de bytes constituye la raz�n de compresi�n.
4346=Vaciados de compresi�n de entrada
4347=N�mero de vaciados del diccionario de compresi�n de entrada. Cuando los datos
no pueden comprimirse, el diccionario de compresi�n se vac�a para que los datos
nuevos tengan m�s oportunidad de comprimirse. A veces los datos no se comprimen
porque se transmiten archivos comprimidos mediante el servicio de asignaci�n de
unidades de cliente.
4348=Errores de entrada
4349=N�mero de errores de entrada de todos los tipos. Entre los ejemplos de errores
de entrada se encuentran ACK perdidos y paquetes formados incorrectamente.
4350=Tiempos de espera de entrada
4351=N�mero total de tiempos de espera de la l�nea de comunicaci�n que ve el lado
del cliente de la conexi�n. Estos tiempos de espera suelen ser el resultado de una
l�nea que tiene ruido. En algunas redes que tienen una latencia alta, esto puede
ser el resultado de que el tiempo de espera del protocolo es demasiado peque�o. Si
aumenta el tiempo de espera del protocolo en este tipo de l�neas, aumentar� el
rendimiento al reducir las retransmisiones innecesarias.
4352=Error de trama asincr�nica de entrada
4353=N�mero de errores de trama asincr�nica de entrada. Pueden deberse a que la
l�nea de transmisi�n tiene ruido. A veces se soluciona este problema con un paquete
de tama�o m�s peque�o.
4354=Saturaci�n asincr�nica de entrada
4355=N�mero de errores de saturaci�n asincr�nica de entrada. Pueden deberse a que
la velocidad en baudios es superior a la que acepta el equipo o porque se est�
usando una l�nea serie diferente a 16550. Tambi�n pueden producirse saturaciones si
hay demasiadas l�neas serie activas a la vez para la capacidad del procesador.
4356=Desbordamiento asincr�nico de entrada
4357=N�mero de errores de desbordamiento asincr�nico de entrada. Pueden deberse a
que falta espacio en el b�fer del host.
4358=Error de paridad asincr�nica de entrada
4359=N�mero de errores de paridad asincr�nica de entrada. Pueden deberse a que hay
ruido en la l�nea de transmisi�n.
4360=Errores de transporte de entrada
4361=N�mero de errores de nivel del transporte de Terminal Services en la entrada.
4362=WdBytes de salida
4363=N�mero de bytes de salida en esta sesi�n que quedan tras quitar toda la
sobrecarga de protocolos.
4364=WdFrames de salida
4365=N�mero de tramas de salida que hay antes de agregar tramas adicionales de
protocolo.
4366=WaitForOutBuf de salida
4367=N�mero de veces que el protocolo del servidor de la conexi�n esper� un b�fer
salida disponible.
4368=Tramas de salida
4369=N�mero de tramas (paquetes) de salida en esta sesi�n.
4370=Bytes de salida
4371=N�mero de bytes de salida en esta sesi�n, que incluye toda la sobrecarga de
protocolos.
4372=Bytes comprimidos de salida
4373=N�mero de bytes de salida tras la compresi�n. Este n�mero comparado con la
salida Total de bytes constituye la raz�n de compresi�n.
4374=Vaciados de compresi�n de salida
4375=N�mero de vaciados del diccionario de compresi�n de salida. Cuando los datos
no pueden comprimirse, el diccionario de compresi�n se vac�a para que los datos
nuevos tengan m�s oportunidad de comprimirse. A veces los datos no se comprimen
porque se transmiten archivos comprimidos mediante el servicio de asignaci�n de
unidades de cliente.
4376=Errores de salida
4377=N�mero de errores de salida de todos los tipos. Entre los ejemplos de errores
de salida se encuentran ACK perdidos y paquetes formados incorrectamente.
4378=Tiempos de espera de salida
4379=N�mero total de tiempos de espera de la l�nea de comunicaci�n que ve el lado
del host de la conexi�n. Estos tiempos de espera suelen ser el resultado de una
l�nea que tiene ruido. En algunas redes que tienen una latencia alta, esto puede
ser el resultado de que el tiempo de espera del protocolo es demasiado peque�o. Si
aumenta el tiempo de espera del protocolo en este tipo de l�neas, aumentar� el
rendimiento al reducir las retransmisiones innecesarias.
4380=Error de trama asincr�nica de salida
4381=N�mero de errores de trama asincr�nica de salida. Pueden deberse a un problema
del hardware o de la l�nea.
4382=Saturaci�n asincr�nica de salida
4383=N�mero de errores de saturaci�n asincr�nica de salida.
4384=Desbordamiento asincr�nico de salida
4385=N�mero de errores de desbordamiento asincr�nico de salida.
4386=Error de paridad asincr�nica de salida
4387=N�mero de errores de paridad asincr�nica de salida. Pueden deberse a un
problema del hardware o de la l�nea.
4388=Errores de transporte de salida
4389=N�mero de errores de nivel del transporte de Terminal Services en la salida.
4390=Total de WdBytes
4391=N�mero total de bytes en esta sesi�n que quedan tras quitar toda la sobrecarga
de protocolos.
4392=Total de WdFrames
4393=N�mero total de tramas de entrada y de salida que hay antes de agregar tramas
adicionales de protocolo.
4394=Total de WaitForOutBuf
4395=N�mero de veces que los protocolos esperaron un b�fer de env�o disponible en
ambos lados de la conexi�n: servidor y cliente.
4396=Total de tramas
4397=N�mero total de tramas (paquetes) en esta sesi�n.
4398=Total de bytes
4399=N�mero total de bytes en esta sesi�n, que incluye toda la sobrecarga de
protocolos.
4400=Total de bytes comprimidos
4401=N�mero total de bytes tras la compresi�n. Este n�mero comparado con el total
de bytes constituye la raz�n de compresi�n.
4402=Total de vaciados de compresi�n
4403=N�mero total de vaciados del diccionario de compresi�n. Cuando los datos no
pueden comprimirse, el diccionario de compresi�n se vac�a para que los datos nuevos
tengan m�s oportunidad de comprimirse. A veces los datos no se comprimen porque se
transmiten archivos comprimidos mediante el servicio de asignaci�n de unidades de
cliente.
4404=Total de errores
4405=N�mero total de errores de todos los tipos. Entre los ejemplos de errores se
encuentran ACK perdidos y paquetes formados incorrectamente.
4406=Total de tiempos de espera
4407=N�mero total de tiempos de espera de la l�nea de comunicaci�n de los lados del
host y del cliente de la conexi�n. Estos tiempos de espera suelen ser el resultado
de una l�nea que tiene ruido. En algunas redes que tienen una latencia alta, esto
puede ser el resultado de que el tiempo de espera del protocolo es demasiado
peque�o. Si aumenta el tiempo de espera del protocolo en este tipo de l�neas,
aumentar� el rendimiento al reducir las retransmisiones innecesarias.
4408=Total de errores de tramas asincr�nicas
4409=N�mero total de errores de tramas asincr�nicas. Pueden deberse a que la l�nea
de transmisi�n tiene ruido. A veces se soluciona este problema con un paquete de
tama�o m�s peque�o.
4410=Total de saturaci�n asincr�nica
4411=N�mero total de errores de saturaci�n asincr�nica. Pueden deberse a que la
velocidad en baudios es superior a la que acepta el equipo o porque se est� usando
una l�nea serie diferente a 16550. Tambi�n pueden producirse saturaciones si hay
demasiadas l�neas serie activas a la vez para la capacidad del procesador.
4412=Total de desbordamiento asincr�nico
4413=N�mero total de errores de desbordamiento asincr�nico. Pueden deberse a que
falta espacio en el b�fer del host.
4414=Total de errores de paridad asincr�nica
4415=N�mero total de errores de paridad asincr�nica. Pueden deberse a que hay ruido
en la l�nea de transmisi�n.
4416=Total de errores de transporte
4417=N�mero total de errores de transporte de Terminal Services.
4418=Total de lecturas de cach� de protocolo
4419=Total de referencias a todas las cach�s de protocolo.
4420=Total de aciertos de cach� de protocolo
4421=N�mero total de aciertos de todas las cach�s de protocolo. El protocolo
almacena en cach� los objetos de Windows que es probable que vuelvan a usarse. De
esta forma se evita tener que volver a enviarlos por la l�nea de transmisi�n.
Algunos de estos objetos pueden ser pinceles e iconos de Windows. Los aciertos de
cach� representan los objetos que no necesitan volver a enviarse.
4422=Raz�n de aciertos de cach� de protocolo total
4423=Raz�n de aciertos global de todas las cach�s de protocolo.
4424=Lecturas de cach� de mapas de bits de protocolo
4425=N�mero de referencias a la cach� de mapas de bits de protocolo.
4426=Aciertos de cach� de mapas de bits de protocolo
4427=N�mero de aciertos de cach� de mapas de bits de protocolo.
4428=Raz�n de aciertos de cach� de mapas de bits de protocolo
4429=Raz�n de aciertos de cach� de mapas de bits de protocolo. Una raz�n superior
significa mayor rendimiento porque las transmisiones de datos se reducen. Las
razones bajas de aciertos se deben a que la pantalla se actualiza con nueva
informaci�n que no se vuelve a usar o que se vac�a de la cach� del cliente.
4430=Lecturas de cach� de glifo de protocolo
4431=N�mero de referencias a la cach� de glifo de protocolo.
4432=Aciertos de cach� de glifo de protocolo
4433=N�mero de aciertos de cach� de glifo de protocolo.
4434=Raz�n de aciertos de cach� de glifo de protocolo
4435=Raz�n de aciertos de cach� de glifo de protocolo. Una raz�n superior significa
mayor rendimiento porque las transmisiones de datos se reducen. Las razones bajas
de aciertos se deben a que la pantalla se actualiza con nueva informaci�n que no se
vuelve a usar o que se vac�a de la cach� del cliente.
4436=Lecturas de cach� de pinceles de protocolo
4437=N�mero de referencias a la cach� de pinceles de protocolo.
4438=Aciertos de cach� de pinceles de protocolo
4439=N�mero de aciertos de cach� de pinceles de protocolo.
4440=Raz�n de aciertos de cach� de pinceles de protocolo
4441=Raz�n de aciertos cach� de pinceles de protocolo. Una raz�n superior significa
mayor rendimiento porque las transmisiones de datos se reducen. Las razones bajas
de aciertos se deben a que la pantalla se actualiza con nueva informaci�n que no se
vuelve a usar o que se vac�a de la cach� del cliente.
4442=Lecturas de cach� de mapas de bits de la pantalla de guardado de protocolo
4443=N�mero de referencias a la cach� de mapas de bits de la pantalla de guardado
de protocolo.
4444=Aciertos de cach� de mapas de bits de la pantalla de guardado de protocolo
4445=N�mero de aciertos de cach� de mapas de bits de la pantalla de guardado de
protocolo.
4446=Raz�n de aciertos de cach� de mapas de bits de la pantalla de guardado de
protocolo
4447=Raz�n de aciertos de cach� de mapas de bits de la pantalla de guardado de
protocolo. Una raz�n superior significa mayor rendimiento porque las transmisiones
de datos se reducen. Las razones bajas de aciertos se deben a que la pantalla se
actualiza con nueva informaci�n que no se vuelve a usar o que se vac�a de la cach�
del cliente.
4448=Raz�n de compresi�n de entrada
4449=Raz�n de compresi�n de la secuencia de datos de entrada del servidor.
4450=Raz�n de compresi�n de salida
4451=Raz�n de compresi�n de la secuencia de datos de salida del servidor.
4452=Raz�n de compresi�n total
4453=Raz�n de compresi�n total de la secuencia de datos del servidor.
4950=Bytes de transferencia masiva/s
4951=Muestra la velocidad de transferencia masiva actual en bytes/s.
4952=Bytes de transferencia is�crona/s
4953=Muestra la velocidad de transferencia is�crona actual en bytes/s.
4954=Bytes de transferencia interrumpida/s
4955=Muestra la velocidad de transferencia interrumpida actual en bytes/s.
4956=Bytes de transferencia de datos de control/s
4957=Muestra la velocidad de transferencia de datos de control actual en bytes/s.
4958=Interrupciones PCI de controlador/s
4959=Muestra la velocidad de generaci�n de interrupciones PCI de la controladora
USB. S�lo para instancias de la controladora.
4960=Se�ales de trabajo de controlador/s
4961=Muestra la velocidad de generaci�n de se�ales de trabajo por segundo actual
del controlador de puertos USB. S�lo para instancias de controlador.
4962=% de ancho de banda total usado para transferencias interrumpidas
4963=Muestra el porcentaje de ancho de banda reservado para transferencias
interrumpidas.
4964=% de ancho de banda total usado para transferencias is�cronas
4965=Muestra el porcentaje de ancho de banda reservado para transferencias
is�cronas.
4966=USB
4967=Contadores de E/S USB
4968=Tama�o medio de bytes/transferencia
4969=Muestra el tama�o medio de todos los URB de transferencia. S�lo para
instancias de dispositivo.
4970=Errores de paquetes is�cronos/s
4971=N�mero de paquetes is�cronos SIN retraso, pero completados con un error. S�lo
para instancias de dispositivo.
4972=Latencia media en ms para transferencias is�cronas
4973=N�mero promedio de milisegundos transcurridos entre la trama actual y la trama
de inicio de una transferencia is�crona cuando est� programada. S�lo para
instancias de dispositivo.
4974=Errores de transferencia/s
4975=N�mero de URB de transferencia completados con estado de error. S�lo para
instancias de dispositivo.
4976=Controlador de host inactivo
4977=Valor distinto de cero si el controlador de host no se est� ejecutando
(inactivo).
4978=Programaci�n asincr�nica de controlador de host inactiva
4979=Valor distinto de cero si la programaci�n asincr�nica del controlador de host
no se est� ejecutando (inactiva).
4980=Recuento de vaciados de cach� asincr�nica del controlador de host
4981=Aumenta cada vez que se vac�a la cach� asincr�nica del controlador.
4982=Programaci�n peri�dica del controlador de host inactiva
4983=Valor distinto de cero si la programaci�n peri�dica no se est� ejecutando
(inactiva).
4984=Recuento de vaciados de cach� peri�dica del controlador de host
4985=Aumenta cada vez que se vac�a la cach� peri�dica del controlador.
4986=Red de .NET CLR
4987=No hay ayuda disponible.
4988=Conexiones establecidas
4989=El n�mero total acumulativo de conexiones de socket establecidas de este
proceso desde que se inici�.
4990=Bytes recibidos
4991=El n�mero total acumulativo de bytes recibidos de todas las conexiones
abiertas de socket desde que se inici� el proceso. Este n�mero incluye datos y
cualquier informaci�n de protocolo que no est� definida por el protocolo TCP/IP.
4992=Bytes enviados
4993=El n�mero total acumulativo de bytes enviados de todas las conexiones abiertas
de socket desde que se inici� el proceso. Este n�mero incluye datos y cualquier
informaci�n de protocolo que no est� definida por el protocolo TCP/IP.
4994=Datagramas recibidos
4995=El n�mero total acumulativo de paquetes de datagramas recibidos desde que se
inici� el proceso.
4996=Datagramas enviados
4997=El n�mero total acumulativo de paquetes de datagramas enviados desde que se
inici� el proceso.
4998=Proveedor de datos de .NET para SqlServer
4999=Contadores para System.Data.SqlClient
5000=HardConnectsPerSecond
5001=N�mero real de conexiones por segundo que se establecen con los servidores
5002=HardDisconnectsPerSecond
5003=N�mero real de desconexiones por segundo que se producen en los servidores
5004=SoftConnectsPerSecond
5005=N�mero de conexiones por segundo que se obtienen del grupo
5006=SoftDisconnectsPerSecond
5007=N�mero de conexiones por segundo que se devuelven al grupo
5008=NumberOfNonPooledConnections
5009=N�mero de conexiones que no utilizan la agrupaci�n de conexiones
5010=NumberOfPooledConnections
5011=N�mero de conexiones administradas por el concentrador de conexi�n
5012=NumberOfActiveConnectionPoolGroups
5013=N�mero de cadenas de conexi�n �nicas
5014=NumberOfInactiveConnectionPoolGroups
5015=N�mero de cadenas de conexi�n �nicas en espera de ser eliminadas
5016=NumberOfActiveConnectionPools
5017=N�mero de grupos de conexi�n activos
5018=NumberOfInactiveConnectionPools
5019=N�mero de grupos de conexi�n inactivos
5020=NumberOfActiveConnections
5021=N�mero de conexiones que est�n actualmente en uso
5022=NumberOfFreeConnections
5023=N�mero de conexiones que est�n actualmente disponibles para su uso
5024=NumberOfStasisConnections
5025=N�mero de conexiones actualmente en espera de estar disponibles para su uso
5026=NumberOfReclaimedConnections
5027=N�mero de conexiones que se solicitan desde conexiones externas de GCed
5028=Datos de .NET CLR
5029=Datos de .Net CLR
5030=SqlClient: N�mero actual de conexiones agrupadas y no agrupadas
5031=N�mero actual de conexiones, est�n o no agrupadas.
5032=SqlClient: N�mero actual de conexiones agrupadas
5033=N�mero actual de conexiones en todos los grupos asociadas al proceso.
5034=SqlClient: N�mero actual de grupos de conexi�n
5035=N�mero actual de grupos asociados al proceso.
5036=SqlClient: N�mero m�ximo de conexiones agrupadas
5037=N�mero m�ximo de conexiones en todos los grupos desde que comenz� el proceso.
5038=SqlClient: N�mero total de conexiones fallidas
5039=N�mero total de intentos de apertura de conexi�n que no se han podido realizar
por cualquier motivo.
5040=SqlClient: N�mero total de comandos fallidos
5041=N�mero total de comandos que no se han podido ejecutar por cualquier motivo.
5042=Memoria de .NET CLR
5043=Contadores del mont�n de recolecci�n de elementos no utilizados de CLR.
5044=N�mero de colecciones de gen. 0
5045=Este contador muestra el n�mero de veces que se han recolectado (GC de gen. 0)
objetos de generaci�n 0 (los m�s recientes, asignados �ltimamente) desde el inicio
de la aplicaci�n. El GC de gen. 0 se produce cuando la memoria disponible de
generaci�n 0 no es suficiente para satisfacer la solicitud de asignaci�n. Este
contador se incrementa al final del GC de gen. 0. Los GC de �ltima generaci�n
incluyen a los GC de generaciones anteriores. Este contador se incrementa
expl�citamente cuando se produce el GC de �ltima generaci�n (gen. 1 o gen. 2). El
valor del contador _Global_ no es preciso y debe omitirse. Este contador muestra el
�ltimo valor observado.
5046=N�mero de colecciones de gen. 1
5047=Este contador muestra el n�mero de veces que se han recolectado objetos de
generaci�n 1 desde el inicio de la aplicaci�n. El contador se incrementa al final
del GC de gen. 1. Los GC de �ltima generaci�n incluyen a los GC de generaciones
anteriores. Este contador se incrementa expl�citamente cuando se produce el GC de
�ltima generaci�n (gen. 2). El valor del contador _Global_ no es preciso y debe
omitirse. Este contador muestra el �ltimo valor observado.
5048=N�mero de colecciones de gen. 2
5049=Este contador muestra el n�mero de veces que se han recolectado objetos de
generaci�n 2 (los m�s antiguos) desde el inicio de la aplicaci�n. Este contador se
incrementa al final del GC de gen. 2 (conocido tambi�n como GC completo). El valor
_Global_ counter no es preciso y debe omitirse. Este contador muestra el �ltimo
valor observado.
5050=Memoria promocionada de gen. 0
5051=Este contador muestra los bytes de memoria que permanecen despu�s de la
recolecci�n de elementos no utilizados (GC) y que se promocionan de la generaci�n 0
a la generaci�n 1; no se incluyen en este contador los objetos que se promocionan a
la espera de ser finalizados. Este contador no es acumulativo, ya que muestra el
valor observado al final del �ltimo GC.
5052=Memoria promocionada de gen.1
5053=Este contador muestra los bytes de memoria que permanecen despu�s de la
recolecci�n de elementos no utilizados (GC) y que se promocionan de la generaci�n 0
a la generaci�n 1; no se incluyen en este contador los objetos que se promocionan a
la espera de ser finalizados. Este contador no es acumulativo ya que muestra el
valor observado al final del �ltimo GC. Este contador se restablece a 0 s�lo si el
�ltimo GC es un recolector de generaci�n 0.
5054=Bytes por segundo promocionados de gen. 0
5055=Este contador muestra los bytes por segundo que se promocionan de la
generaci�n 0 (la m�s reciente) a la generaci�n 1; no se incluyen en este contador
los objetos que se promocionan a la espera de ser finalizados. La memoria se
promociona cuando permanece despu�s de la recolecci�n de elementos no utilizados.
Este contador se dise�� como indicador de objetos de una duraci�n relativamente
larga creados cada segundo y muestra la diferencia entre los valores observados de
los dos �ltimos ejemplos dividida por la duraci�n del intervalo de ejemplo.
5056=Bytes por segundo promocionados de gen. 1
5057=Este contador muestra los bytes por segundo que se promocionan de la
generaci�n 1 a la generaci�n 2 (la m�s antigua); no se incluyen en este contador
los objetos que se promocionan a la espera de ser finalizados. La memoria se
promociona cuando permanece despu�s del recolector de elementos no utilizados. No
se promociona ning�n elemento despu�s de la generaci�n 2, ya que es la m�s antigua.
Este contador se dise�� como indicador de objetos de una duraci�n relativamente
larga creados cada segundo y muestra la diferencia entre los valores observados de
los dos �ltimos ejemplos dividida por la duraci�n del intervalo de ejemplo.
5058=Memoria de finalizaci�n promocionada de gen. 0
5059=Este contador muestra los bytes de memoria que se promocionan de la generaci�n
0 a la generaci�n 1 a la espera de ser finalizados y no es acumulativo, ya que
muestra el valor observado al final del �ltimo GC.
5060=Id. de proceso
5061=Este contador muestra el id. de proceso de la instancia de proceso CLR que se
est� supervisando.
5062=Tama�o del mont�n de gen. 0
5063=Este contador muestra el n�mero m�ximo de bytes que se pueden asignar a la
generaci�n 0 (gen. 0); no indica el n�mero actual de bytes asignados a la gen. 0.
El GC de gen. 0 se desencadena cuando el n�mero de asignaciones producidas desde el
�ltimo GC supera este tama�o. El recolector de elementos no utilizados ajusta el
tama�o de gen. 0 y puede cambiar durante la ejecuci�n de la aplicaci�n. Al final de
la colecci�n de gen. 0, el tama�o del mont�n de gen. 0 es igual a 0 bytes; este
contador muestra el tama�o (en bytes) de las asignaciones que desencadenan el
pr�ximo GC de gen. 0. Este contador se actualiza al final de GC y no despu�s de
cada asignaci�n.
5064=Tama�o del mont�n de gen. 1
5065=Este contador muestra el n�mero actual de bytes en la generaci�n 1 (gen. 1);
este contador no muestra el tama�o m�ximo de gen. 1. Los objetos no se asignan
directamente a esta generaci�n sino que se promocionan a partir de GC de gen. 0
anteriores. Este contador se actualiza al final del GC y no despu�s de cada
asignaci�n.
5066=Tama�o del mont�n de gen. 2
5067=Este contador muestra el n�mero actual de bytes en la generaci�n 2 (gen. 2).
Los objetos no se asignan directamente a esta generaci�n sino que se promocionan a
partir de la generaci�n 1 durante GC de gen. 1 anteriores. Este contador se
actualiza al final del GC y no despu�s de cada asignaci�n.
5068=Tama�o del mont�n del objeto grande
5069=Este contador muestra el tama�o actual del mont�n del objeto grande en bytes.
El recolector de elementos no utilizados considera que los objetos mayores que 20
KB son objetos grandes y se asignan directamente a un mont�n especial; no se
promocionan a trav�s de generaciones. Este contador se actualiza al final del GC y
no despu�s de cada asignaci�n.
5070=Superviviente de finalizaci�n
5071=Este contador muestra el n�mero de objetos recolectados no utilizados que
permanecen despu�s de la colecci�n a la espera de ser finalizados. Si estos objetos
hacen referencia a otros objetos, �stos tambi�n permanecen pero no se cuentan en
este contador. Los contadores "Memoria de finalizaci�n promocionada de gen. 0" y
"Memoria de finalizaci�n promocionada de gen. 1" representan la memoria restante
despu�s de la finalizaci�n. Este contador no es acumulativo ya que se actualiza al
final de cada GC con el recuento de supervivientes de ese GC solamente. Este
contador se dise�� para indicar la sobrecarga adicional que puede tener la
aplicaci�n por la finalizaci�n.
5072=N�mero de identificadores del GC
5073=Este contador muestra el n�mero actual de identificadores de GC en uso. Los
identificadores de recursos GCHandles son externos a CLR y al entorno administrado.
Estos identificadores ocupan peque�as cantidades de memoria en GCHeap pero utilizan
recursos sin administrar potencialmente caros.
5074=Bytes asignados por segundo
5075=Este contador muestra la tasa de bytes por segundo que se asignan al mont�n
del GC. Este contador se actualiza al final de cada GC y no despu�s de cada
asignaci�n. Este contador no es un promedio de un per�odo de tiempo; muestra la
diferencia entre los valores observados de los �ltimos dos ejemplos dividida por la
duraci�n del intervalo de ejemplo.
5076=N�mero de GC provocados
5077=Este contador muestra el n�mero m�ximo de veces que se realiz� una recolecci�n
de elementos no utilizados debido a una llamada expl�cita a GC.Collect. Es un buen
m�todo que el GC ajuste la frecuencia de las colecciones.
5078=% de tiempo del GC
5079=El contador '% de tiempo de GC' representa el porcentaje de tiempo
transcurrido en realizar una recolecci�n de elementos (GC) no utilizados desde el
�ltimo ciclo del GC. Este contador es normalmente un indicador del trabajo
realizado por el recolector de elementos de la aplicaci�n para recopilar y
compactar la memoria. Este contador no es un promedio, s�lo se actualiza al final
de GC y muestra el �ltimo valor observado.
5080=No se muestra
5081=No se muestra.
5082=N�mero de bytes en todos los montones
5083=Este contador es la suma de otros cuatro contadores: tama�o del mont�n de gen.
0, tama�o del mont�n de gen. 1, tama�o del mont�n de gen. 2 y el tama�o del mont�n
del objeto grande. Este contador indica los bytes asignados a la memoria actual de
los montones de GC.
5084=N�mero de bytes totales confirmados
5085=Este contador muestra la cantidad de memoria virtual (en bytes) confirmada
actualmente por el recolector de elementos no utilizados. La memoria confirmada
representa la memoria f�sica del espacio reservado en el archivo de paginaci�n de
disco.
5086=N�mero de bytes totales reservados
5087=Este contador muestra la cantidad de memoria virtual (en bytes) reservados
actualmente por el recolector de elementos no utilizados. La memoria reservada
representa el espacio de memoria virtual reservado para la aplicaci�n sin tener en
cuenta el uso de p�ginas de disco o de la memoria principal.
5088=N�mero de objetos anclados
5089=Este contador muestra el n�mero de objetos anclados encontrados en la �ltima
GC. Este contador realiza el seguimiento de los objetos anclados s�lo en los
montones recolectados por el recolector de elementos no utilizados, por ejemplo, un
GC de gen. 0 que enumera los objetos anclados contenidos s�lo en el mont�n de
generaci�n 0. Un objeto anclado es un objeto que el recolector de elementos no
puede mover en la memoria.
5090=N�mero de bloques de sincronizaci�n en uso
5091=Este contador muestra el n�mero actual de bloques de sincronizaci�n en uso.
Los bloques de sincronizaci�n son estructuras de datos por objeto asignados para
almacenar informaci�n de sincronizaci�n. El recolector de elementos sin utilizar
examina los bloques de sincronizaci�n con referencias d�biles a objetos
administrados. Los bloques de sincronizaci�n no son limitados para almacenar
informaci�n de sincronizaci�n, y tambi�n pueden almacenar metadatos de
interoperabilidad COM. Este contador est� dise�ado para indicar los problemas de
rendimiento de los tipos primitivos de sincronizaci�n muy utilizados.
5092=Carga de .NET CLR
5093=Estad�sticas del cargador de clases CLR.
5094=N�mero total de clases cargadas
5095=Este contador muestra el n�mero acumulativo de clases cargadas de los
ensamblados desde el inicio de la aplicaci�n.
5096=% de tiempo de carga
5097=Reservado para uso futuro.
5098=Longitud de b�squeda del ensamblado
5099=Reservado para uso futuro.
5100=N�mero total de errores de carga
5101=Este contador muestra el n�mero m�ximo de clases que han provocado errores de
carga desde el inicio de la aplicaci�n. Estos errores de carga pueden deberse a
varias razones, como seguridad inadecuada o formato no v�lido. Se pueden obtener
todos los detalles en la ayuda de servicios de generaci�n de perfiles.
5102=Tasa de errores de carga
5103=Este contador muestra el n�mero de clases que han provocado errores de carga
por segundo. Este contador no muestra el promedio de un per�odo de tiempo, sino la
diferencia entre los valores observados de los dos �ltimos ejemplos dividida por la
duraci�n del intervalo de ejemplo. Estos errores de carga pueden deberse a varias
razones, como seguridad inadecuada o formato no v�lido. Se pueden obtener todos los
detalles en la ayuda de generaci�n de perfiles.
5104=Bytes del mont�n del cargador
5105=Este contador muestra el tama�o actual (en bytes) de memoria confirmada por el
cargador de clases de los AppDomain. La memoria confirmada representa la memoria
f�sica del espacio reservado en el archivo de paginaci�n de disco.
5106=N�mero total de AppDomain descargados
5107=Este contador muestra el n�mero total de AppDomain descargados desde el inicio
de la aplicaci�n. Si carga y descarga varias veces un AppDomain, el contador
contar� cada descarga por separado.
5108=Tasa de AppDomain descargados
5109=Este contador muestra el n�mero de AppDomain descargados por segundo, no
muestra el promedio de un per�odo de tiempo sino la diferencia entre los valores
observados en los �ltimos dos ejemplos dividida por la duraci�n del intervalo de
ejemplo.
5110=Clases cargadas actualmente
5111=Este contador muestra el n�mero actual de clases cargadas en todos los
ensamblados.
5112=Tasa de clases cargadas
5113=Este contador muestra el n�mero de clases cargadas por segundo en todos los
ensamblados. Este contador no muestra el promedio de un per�odo de tiempo, sino la
diferencia entre los valores observados en los �ltimos dos ejemplos dividida por la
duraci�n del intervalo de ejemplo.
5114=AppDomain actuales
5115=Este contador muestra el n�mero actual de AppDomain cargados en esta
aplicaci�n. Los AppDomain (dominios de aplicaci�n) proporcionan una unidad de
procesamiento segura y vers�til que CLR puede utilizar para ofrecer aislamiento a
las aplicaciones que se ejecutan en el mismo proceso.
5116=N�mero total de AppDomain
5117=Este contador muestra el n�mero m�ximo de AppDomain cargados desde el inicio
de la aplicaci�n. Los AppDomain (dominios de aplicaci�n) proporcionan una unidad de
procesamiento segura y vers�til que CLR puede utilizar para proporcionar
aislamiento a las aplicaciones que se ejecutan en el mismo proceso.
5118=Tasa de AppDomain
5119=Este contador muestra el n�mero de AppDomain cargados por segundo. Los
AppDomain (dominios de aplicaci�n) proporcionan una unidad de procesamiento segura
y vers�til que CLR puede utilizar para proporcionar aislamiento a las aplicaciones
que se ejecutan en el mismo proceso. Este contador no muestra un promedio de un
per�odo de tiempo, sino la diferencia entre los valores observados de los dos
�ltimos ejemplos dividida por la duraci�n del intervalo de ejemplo.
5120=Ensamblados actuales
5121=Este contador muestra el n�mero actual de ensamblados cargados en todos los
AppDomain de esta aplicaci�n. El contador s�lo se incrementar� una vez, si se carga
el ensamblado con dominio neutro desde varios AppDomain. Se pueden cargar los
ensamblados con dominio neutro cuando se puede compartir el c�digo en todos
AppDomain o cargar los ensamblados con dominio espec�fico cuando el c�digo es
privado para el AppDomain.
5122=N�mero total de ensamblados
5123=Este contador muestra el n�mero total de ensamblados cargados desde el inicio
de la aplicaci�n. El contador s�lo se incrementar� una vez, si se carga el
ensamblado con dominio neutro desde varios AppDomain. Se pueden cargar ensamblados
con dominio neutro cuando el c�digo se puede compartir con todos los AppDomain o
cargar los ensamblados con dominio espec�fico cuando el c�digo es privado para el
AppDomain.
5124=Tasa de ensamblados
5125=Este contador muestra el n�mero de ensamblados cargados por segundo en los
AppDomain. El contador s�lo se incrementar� una vez, si se carga el ensamblado con
dominio neutro desde varios AppDomain. Se pueden cargar ensamblados con dominio
neutro cuando se puede compartir el c�digo en los AppDomain y cargar los
ensamblados con dominio espec�fico cuando el c�digo es privado para el AppDomain.
Este contador no es un promedio de un per�odo de tiempo; muestra la diferencia
entre los valores observados de los dos �ltimos ejemplos dividida por la duraci�n
del intervalo de ejemplo.
5126=Compilador JIT de .NET CLR
5127=Estad�sticas del compilador JIT de CLR.
5128=N�mero de m�todos compilados mediante JIT
5129=Este contador muestra el n�mero total de m�todos compilados JIT (Just-In-Time)
por el compilador JIT de CLR desde el inicio de la aplicaci�n. Este contador no
incluye los m�todos anteriores a la compilaci�n JIT.
5130=N�mero de bytes de IL con compilaci�n JIT
5131=Este contador muestra el n�mero total de bytes de IL con compilaci�n JIT desde
el inicio de la aplicaci�n y es equivalente al contador "N�mero total de bytes de
IL con compilaci�n JIT".
5132=N�mero total de bytes de IL con compilaci�n JIT
5133=Este contador muestra el n�mero total de bytes de IL con compilaci�n JIT desde
el inicio de la aplicaci�n y es equivalente al contador "N�mero de bytes de IL con
compilaci�n JIT".
5134=Bytes de IL con compilaci�n JIT por segundo
5135=Este contador muestra la velocidad a la que los bytes de IL realizan la
compilaci�n JIT por segundo. Este contador no muestra un promedio de un per�odo de
tiempo sino la diferencia entre los valores observados de los dos �ltimos ejemplos
dividida por la duraci�n del intervalo de ejemplo.
5136=Errores est�ndar de compilaci�n JIT
5137=Este contador muestra el n�mero m�ximo de m�todos que el compilador JIT no ha
podido compilar desde el inicio de la aplicaci�n. Este error puede ocurrir si no se
puede comprobar el IL o si hubo un error interno del compilador JIT.
5138=% de tiempo de JIT
5139=Este contador muestra el porcentaje de tiempo transcurrido de compilaci�n JIT
transcurrido desde la �ltima fase de compilaci�n JIT y se actualiza al final de
cada fase de compilaci�n. Una fase de compilaci�n JIT es la fase durante la cual se
compilan el m�todo y sus dependencias.
5140=No se muestra
5141=No se muestra.
5142=Interoperabilidad de .NET CLR
5143=Estad�sticas de la interoperabilidad de CLR.
5144=N�mero de contenedores CCW
5145=Este contador muestra el n�mero actual de contenedores invocables desde COM
(CCW). Un contenedor CCW es un proxy del objeto administrado de .NET al que hacen
referencia clientes COM sin administrar. Este contador se dise�� para indicar el
n�mero de objetos administrados a los que hace referencia un c�digo COM sin
administrar.
5146=N�mero de c�digos auxiliares
5147=Este contador muestra el n�mero actual de c�digos auxiliares creados por CLR.
Los c�digos auxiliares son responsables de calcular referencias de argumentos y
valores devueltos de c�digo administrado y sin administrar y viceversa durante una
llamada a la interoperabilidad COM o una llamada a PInvoke.
5148=N�mero de c�lculo de referencias
5149=Este contador muestra el n�mero total de veces que se han calculado
referencias de argumentos y valores devueltos del c�digo administrado y sin
administrar y viceversa desde el inicio de la aplicaci�n. Este contador no se
incrementa si los c�digos auxiliares est�n entre l�neas. Los c�digos auxiliares son
responsables de calcular referencias de argumentos y valores devueltos y
normalmente est�n entre l�neas si la sobrecarga del c�lculo de referencias es
peque�a.
5150=N�mero de importaciones TLB por segundo
5151=Reservado para uso futuro.
5152=N�mero de exportaciones TLB por segundo
5153=Reservado para uso futuro.
5154=LocksAndThreads de .NET CLR
5155=Estad�sticas de los subprocesos y bloqueos de CLR.
5156=N�mero total de contenciones
5157=Este contador muestra el n�mero total de veces que los subprocesos de CLR
intentaron adquirir un bloqueo administrado sin �xito. Los bloqueos administrados
se pueden adquirir de varias maneras: mediante la instrucci�n "lock" de C#,
llamando a System.Monitor.Enter o utilizando el atributo personalizado
MethodImplOptions.Synchronized.
5158=Tasa de contenci�n por segundo
5159=La tasa en la que los subprocesos en tiempo de ejecuci�n intentan adquirir un
bloqueo administrado sin �xito. Los bloqueos administrados pueden adquirirse de
varias maneras: mediante la instrucci�n "lock" de C#, llamando a
System.Monitor.Enter o utilizando el atributo personalizado
MethodImplOptions.Synchronized.
5160=Longitud de cola actual
5161=Este contador muestra el n�mero total de subprocesos que esperan actualmente
para adquirir alg�n bloqueo administrado de la aplicaci�n y no muestra un promedio
de un per�odo de tiempo sino el �ltimo valor observado.
5162=M�xima longitud de cola
5163=Este contador muestra el n�mero total de subprocesos que han esperado para
adquirir alg�n bloqueo administrado desde el inicio de la aplicaci�n.
5164=Longitud de la cola por segundo
5165=Este contador muestra el n�mero de subprocesos por segundo que esperan para
adquirir alg�n bloqueo de la aplicaci�n y no muestra un promedio de un per�odo de
tiempo sino la diferencia entre los valores observados de los dos �ltimos ejemplos
dividida por la duraci�n del intervalo de ejemplo.
5166=N�mero de subprocesos l�gicos actuales
5167=Este contador muestra el n�mero actual de objetos de subproceso de .NET en la
aplicaci�n. El objeto de subproceso de .NET se crea mediante un nuevo subproceso
System.Threading.Thread o cuando un subproceso sin administrar se introduce en el
entorno administrado. Este contador mantiene el recuento de los subprocesos parados
y en ejecuci�n y no muestra un promedio de un per�odo de tiempo sino el �ltimo
valor observado.
5168=N�mero de subprocesos f�sicos actuales
5169=Este contador muestra el n�mero de subprocesos nativos del SO creados y
propiedad de CLR que act�an como subprocesos subyacentes de los objetos de
subprocesos de .NET. El valor de estos contadores no incluye los subprocesos
utilizados por CLR en las operaciones internas, es un subconjunto de subprocesos en
el proceso del SO.
5170=N�mero de subprocesos reconocidos actuales
5171=Este contador muestra el n�mero de subprocesos que CLR reconoce actualmente,
que tienen asociado un objeto de subproceso de .NET correspondiente a estos
subprocesos. CLR no crea estos subprocesos; se crean fuera de CLR pero se ejecutan
dentro del mismo al menos una vez. S�lo se realiza el seguimiento de los
subprocesos �nicos; no se cuentan dos veces los subprocesos con el mismo id. de
subproceso que vuelven a entrar a CLR o que se vuelven a crear despu�s de la salida
del subproceso.
5172=N�mero de subprocesos totales reconocidos
5173=Este contador muestra el n�mero total de subprocesos que CLR reconoce desde el
inicio de la aplicaci�n; estos subprocesos tienen asociado un objeto de subproceso
de .NET correspondiente. CLR no crea estos subprocesos, se crean fuera de CLR pero
se ejecutan dentro del mismo al menos una vez. S�lo se realiza el seguimiento de
subprocesos �nicos; no se cuentan dos veces los subprocesos con el mismo id. de
subproceso que vuelven a entrar a CLR o que se vuelven a crear despu�s de la salida
del subproceso.
5174=Tasa de subprocesos reconocidos por segundo
5175=Este contador muestra el n�mero de subprocesos que CLR reconoce por segundo;
estos subprocesos tienen asociado un objeto de subproceso de .NET correspondiente.
CLR no crea estos subprocesos; se crean fuera de CLR pero se ejecutan dentro del
mismo al menos una vez. S�lo se realiza el seguimiento de subprocesos �nicos; no se
cuentan dos veces los subprocesos con el mismo id. de subproceso que vuelven a
entrar a CLR o que se vuelven a crear despu�s de la salida del subproceso. Este
contador no muestra un per�odo de tiempo sino la diferencia entre los valores
observados de los dos �ltimos ejemplos dividida por la duraci�n del intervalo de
ejemplo.
5176=Seguridad de .NET CLR
5177=Estad�sticas de seguridad de CLR.
5178=N�mero total de comprobaciones en tiempo de ejecuci�n
5179=Este contador muestra el n�mero total de comprobaciones de seguridad de acceso
a c�digo (CAS) en tiempo de ejecuci�n realizadas desde el inicio de la aplicaci�n.
Las comprobaciones CAS en tiempo de ejecuci�n se realizan cuando el llamador
efect�a una llamada al destinatario para solicitar un permiso determinado. El
llamador realiza la comprobaci�n en tiempo de ejecuci�n de las llamadas examinando
la pila actual de subprocesos del llamador. Este contador utilizado junto con la
"Profundidad del recorrido de la pila" es el indicativo de la disminuci�n de
rendimiento de las comprobaciones de seguridad.
5180=% de tiempo autenticando firmas
5181=Reservado para uso futuro.
5182=N�mero de comprobaciones del tiempo de vinculaci�n
5183=Este contador muestra el n�mero total de comprobaciones de seguridad de acceso
a c�digo (CAS) del tiempo de vinculaci�n desde el inicio de la aplicaci�n. Las
comprobaciones CAS del tiempo de vinculaci�n se realizan cuando el llamador efect�a
una llamada al destinatario para solicitar un permiso determinado en el tiempo de
compilaci�n JIT. El llamador realiza una vez la comprobaci�n del tiempo de
vinculaci�n. Este recuento no es indicativo de problemas de rendimiento serios,
pero s� de la actividad del sistema de seguridad.
5184=% de tiempo de comprobaciones RT
5185=Este contador muestra el porcentaje de tiempo transcurrido en realizar
comprobaciones de seguridad de acceso a c�digo (CAS) en tiempo de ejecuci�n desde
la �ltima comprobaci�n. Las comprobaciones CAS tienen diferentes grados de
confianza para el c�digo y exigen estos niveles de confianza dependiendo de la
identidad del c�digo. Este contador se actualiza al final de la comprobaci�n de
seguridad en tiempo de ejecuci�n; no es un promedio ya que muestra el �ltimo valor
observado.
5186=No se muestra
5187=No se muestra.
5188=Profundidad del recorrido de la pila
5189=Este contador muestra la profundidad de la pila durante la �ltima comprobaci�n
de seguridad de acceso a c�digo en tiempo de ejecuci�n, que se realiza rastreando
la pila. Este contador no es un promedio, s�lo muestra el �ltimo valor observado.
5190=Entorno remoto de .NET CLR
5191=Estad�sticas del entorno remoto de CLR.
5192=Llamadas remotas por segundo
5193=Este contador muestra el n�mero de llamadas a procedimientos remotos invocadas
por segundo. Una llamada a un procedimiento remoto se realiza llamando a cualquier
objeto fuera del AppDomain del llamador. Este contador no es un promedio de tiempo,
muestra la diferencia entre los valores observados de los �ltimos dos ejemplos
dividida por la duraci�n del intervalo de ejemplo.
5194=Canales
5195=Este contador muestra el n�mero total de canales remotos registrados en los
AppDomain desde el inicio de la aplicaci�n. Los canales se utilizan para llevar
mensajes hacia y desde objetos remotos.
5196=Servidores proxy de contexto
5197=Este contador muestra el n�mero total de objetos proxy remotos creados en este
proceso desde el inicio del proceso. El objeto proxy act�a como representante de
los objetos remotos y garantiza que todas las llamadas que se hagan en el proxy se
reenviar�n a la instancia correcta del objeto remoto.
5198=Clases enlazadas a un contexto cargadas
5199=Este contenedor muestra el n�mero actual de clases enlazadas a un contexto que
est�n cargadas. Las clases que se pueden enlazar a un contexto se llaman clases
enlazadas a un contexto. Estas clases se marcan con atributos de contexto que
proporcionan reglas de uso sobre sincronizaci�n, afinidad de subprocesos,
transacciones, etc.
5200=Asignaci�n de objetos enlazados a un contexto por segundo
5201=Este contador muestra el n�mero de asignaciones de objetos enlazados a un
contexto por segundo. Las instancias de clases que se pueden enlazar a un contexto
se llaman objetos enlazados a un contexto. Las clases enlazadas a un contexto se
marcan con atributos de contexto que proporcionan reglas de sincronizaci�n,
afinidad de subprocesos, transacciones, etc. Este contador no es un promedio de
tiempo, s�lo muestra la diferencia entre los valores observados de los dos �ltimos
ejemplos dividida por la duraci�n del intervalo de ejemplo.
5202=Contextos
5203=Este contador muestra el n�mero actual de contextos remotos de la aplicaci�n.
El contexto es el l�mite que contiene la colecci�n de objetos con las mismas reglas
de uso sobre sincronizaci�n, afinidad de subprocesos, transacciones, etc.
5204=N�mero total de llamadas remotas
5205=Este contador muestra el n�mero total de llamadas a procedimientos remotos
invocadas desde el inicio de la aplicaci�n. Una llamada a un procedimiento remoto
es una llamada a un objeto fuera del AppDomain del llamador.
5206=Excepciones de .NET CLR
5207=Estad�sticas en tiempo de ejecuci�n del control de excepciones de CLR.
5208=N�mero de excepciones producidas
5209=Este contador muestra el n�mero total de excepciones producidas desde el
inicio de la aplicaci�n. �stas incluyen las excepciones de .NET y las excepciones
sin administrar que se convierten en excepciones de .NET, por ejemplo, una
excepci�n de referencia a un puntero nulo en un c�digo sin administrar se volver�a
a producir en c�digo administrado como System.NullReferenceException de .NET; este
contador incluye excepciones controladas y sin controlar. Las excepciones que se
vuelvan a producir se contabilizan de nuevo. Las excepciones s�lo tienen lugar en
situaciones excepcionales y no en el flujo de control normal del programa.
5210=N�mero de excepciones producidas por segundo
5211=Este contador muestra el n�mero de excepciones producidas por segundo. �stas
incluyen excepciones de .NET y excepciones sin administrar que se convierten en
excepciones de .NET, por ejemplo, una excepci�n de referencia a un puntero nulo se
volver�a a producir en c�digo administrado como System.NullReferenceException de
.NET; este contador incluye excepciones controladas y sin controlar. Las
excepciones s�lo tienen lugar en situaciones excepcionales y no en el flujo de
control normal del programa; este contador se dise�� como indicador de posibles
problemas de rendimiento debido a la gran tasa de excepciones producidas (>100).
Este contador no muestra el promedio de tiempo, sino la diferencia entre los
valores observados de los dos �ltimos ejemplos dividida por la duraci�n del
intervalo de ejemplo.
5212=N�mero de filtros por segundo
5213=Este contador muestra el n�mero de filtros de excepci�n de .NET ejecutados por
segundo. Un filtro de excepci�n eval�a si se debe controlar una excepci�n o no.
Este contador realiza un seguimiento de la tasa de filtros de excepci�n evaluados
independientemente de si la excepci�n se control� o no. Este contador no es un
promedio de tiempo, s�lo muestra la diferencia entre los valores observados de los
dos �ltimos ejemplos dividida por la duraci�n del intervalo de ejemplo.
5214=N�mero de bloques Finally por segundo
5215=Este contador muestra el n�mero de bloques finally ejecutados por segundo. Un
bloque finally se ejecuta independientemente de c�mo sali� el bloque try. S�lo se
cuentan los bloques finally ejecutados en una excepci�n; este contador no cuenta
los bloques finally de rutas normales de c�digo. Este contador no muestra un
promedio de tiempo, sino la diferencia entre los valores observados de los dos
�ltimos ejemplos dividida por la duraci�n del intervalo de ejemplo.
5216=Profundidad por segundo de la instrucci�n Throw a la instrucci�n Catch
5217=Este contador muestra el n�mero de marcos de pila que van desde el marco que
produjo la excepci�n de .NET al marco que control� la excepci�n por segundo. Este
contador se restablece a 0 cuando se proporciona el controlador de excepciones,
para que las excepciones anidadas muestren al controlador la profundidad de pila
del mismo. Este contador no muestra un promedio de tiempo, sino la diferencia entre
los valores observados de los dos �ltimos ejemplos dividida por la duraci�n del
intervalo de ejemplo.
5218=Proveedor de datos de .NET para Oracle
5219=Contadores para System.Data.OracleClient
5220=HardConnectsPerSecond
5221=N�mero real de conexiones por segundo que se establecen con los servidores
5222=HardDisconnectsPerSecond
5223=N�mero real de desconexiones por segundo que se producen en los servidores
5224=SoftConnectsPerSecond
5225=N�mero de conexiones por segundo que se obtienen del grupo
5226=SoftDisconnectsPerSecond
5227=N�mero de conexiones por segundo que se devuelven al grupo
5228=NumberOfNonPooledConnections
5229=N�mero de conexiones que no utilizan la agrupaci�n de conexiones
5230=NumberOfPooledConnections
5231=N�mero de conexiones administradas por el concentrador de conexi�n
5232=NumberOfActiveConnectionPoolGroups
5233=N�mero de cadenas de conexi�n �nicas
5234=NumberOfInactiveConnectionPoolGroups
5235=N�mero de cadenas de conexi�n �nicas en espera de ser eliminadas
5236=NumberOfActiveConnectionPools
5237=N�mero de grupos de conexi�n activos
5238=NumberOfInactiveConnectionPools
5239=N�mero de grupos de conexi�n inactivos
5240=NumberOfActiveConnections
5241=N�mero de conexiones que est�n actualmente en uso
5242=NumberOfFreeConnections
5243=N�mero de conexiones que est�n actualmente disponibles para su uso
5244=NumberOfStasisConnections
5245=N�mero de conexiones actualmente en espera de estar disponibles para su uso
5246=NumberOfReclaimedConnections
5247=N�mero de conexiones que se solicitan desde conexiones externas de GCed
5354=Proyectos del Recopilador de b�squeda
5355=Contadores para el objeto Proyecto recopilador del servicio Windows Search
5356=Adiciones de documentos
5357=N�mero de notificaciones de adici�n.
5358=Tasa de adici�n de documentos
5359=N�mero de adiciones de documentos por segundo.
5360=Eliminaciones de documentos
5361=N�mero de notificaciones de eliminaci�n.
5362=Tasa de eliminaci�n de documentos
5363=N�mero de eliminaciones de documentos por segundo.
5364=Modificaciones de documentos
5365=N�mero de notificaciones de modificaci�n.
5366=Tasa de modificaci�n de documentos
5367=N�mero de notificaciones de modificaci�n por segundo.
5368=Documentos en espera
5369=N�mero de documentos en espera de ser procesados. Cuando este n�mero llega a
cero, el cat�logo est� inactivo. El n�mero indica el tama�o total de la cola de
documentos sin procesar en el Recopilador.
5370=Documentos en curso
5371=N�mero de documentos en curso.
5372=Documentos retenidos
5373=N�mero de documentos retenidos porque se est� procesando un documento con la
misma direcci�n URL.
5374=Documentos retrasados
5375=N�mero de documentos retrasados por las reglas de frecuencia de visitas al
sitio.
5376=Direcciones URL en el historial
5377=N�mero de archivos (direcciones URL) en la lista del historial. Indica el
tama�o total del conjunto de documentos que se indiz�.
5378=Documentos procesados
5379=N�mero de documentos procesados desde que se restableci� el historial.
5380=Tasa de documentos procesados
5381=N�mero de documentos procesados por segundo.
5382=�xito
5383=N�mero de documentos filtrados correctamente.
5384=Tasa de �xito
5385=N�mero de documentos filtrados correctamente por segundo.
5386=Error
5387=N�mero de documentos filtrados que devolvieron un error.
5388=Tasa de errores
5389=N�mero de documentos filtrados por segundo que devolvieron un error.
5394=Errores de archivo
5395=N�mero de errores de protocolo de archivos recibidos al obtener documentos.
5396=Tasa de errores de archivo
5397=N�mero de errores de protocolo de archivos recibidos por segundo.
5402=Accesos con sistema de archivos
5403=N�mero de documentos a los que se ha tenido acceso con el sistema de archivos.
5404=Tasa de accesos con sistema de archivos
5405=N�mero de documentos por segundo a los que se ha tenido acceso con el sistema
de archivos.
5410=Documentos de Office filtrados
5411=N�mero de documentos de Office filtrados.
5412=Tasa de documentos de Office filtrados
5413=Tasa de documentos de Office filtrados por segundo.
5414=Documentos de texto filtrados
5415=N�mero de documentos de texto filtrados.
5416=Tasa de documentos de texto filtrados
5417=N�mero de documentos de texto filtrados por segundo.
5418=Rastreos en curso
5419=N�mero de rastreos en curso.
5420=Marca de recopilador pausado
5421=La marca de recopilador pausado indica si se ha pausado el recopilador.
5422=Marca de recuperaci�n en curso
5423=La marca de recuperaci�n en curso indica si la recuperaci�n est� en curso. La
indizaci�n se reanudar� cuando esta marca quede deshabilitada.
5424=No modificados
5425=N�mero de documentos que no se filtraron porque no se detectaron
modificaciones desde el �ltimo rastreo.
5426=Marca de repeticiones del historial en curso
5427=La marca de repeticiones del historial en curso indica si el Recopilador est�
repitiendo actualmente el historial de direcciones URL.
5428=Rastreos incrementales
5429=N�mero de rastreos incrementales en curso.
5430=Documentos filtr�ndose
5431=N�mero de documentos que se est�n filtrando en el momento.
5432=Documentos iniciados
5433=N�mero de documentos iniciados en el servicio Recopilador. Incluye el n�mero
de documentos retenidos, en la cola activa y actualmente filtrados. Cuando este
n�mero llega a cero durante un rastreo, significa que �ste concluir� en breve.
5434=Reintentos
5435=N�mero total de veces que se ha reintentado obtener acceso a un documento. Que
este n�mero sea alto puede indicar un problema de acceso a los datos.
5436=Tasa de reintentos
5437=N�mero de reintentos por segundo.
5444=Errores de rastreo adaptable
5445=Documentos rechazados incorrectamente por el rastreo adaptable
5450=Documentos modificados
5451=Documentos modificados desde el �ltimo rastreo
5452=Desplazamientos y cambios de nombre de documentos
5453=N�mero de notificaciones de desplazamiento o cambio de nombre.
5454=Tasa de desplazamiento y cambio de nombre de documentos
5455=N�mero de desplazamientos y cambios de nombre de documentos por segundo.
5456=Documentos �nicos
5457=N�mero de documentos �nicos del sistema. No se consideran �nicos si su
contenido es el mismo.
5458=Recuperaci�n de historial en curso
5459=Porcentaje de recuperaci�n de historial completada
5460=Recopilador de b�squeda
5461=Contadores para el objeto Servicio recopilador del servicio Windows Search
5462=Or�genes de notificaci�n
5463=Or�genes de notificaci�n externos conectados actualmente.
5464=Notificaciones externas recibidas
5465=N�mero total de notificaciones recibidas de todos los or�genes de
notificaci�n, excepto el sistema de archivos.
5466=Tasa de notificaciones externas
5467=Tasa de notificaciones externas recibidas por segundo.
5468=Clientes de administrativos
5469=N�mero de clientes administrativos conectados en la actualidad.
5470=Latidos
5471=N�mero total de latidos contados desde el inicio. Se produce un latido cada 10
segundos mientras el servicio est� en funcionamiento. Si no est� funcionando, no se
generan latidos ni se incrementa el n�mero de impulsos.
5472=Tasa de latidos
5473=Muestra un latido cada 10 segundos.
5474=Subprocesos de filtrado
5475=N�mero total de subprocesos de filtrado en el sistema. Este n�mero se calcula
en funci�n de los recursos del sistema.
5476=Subprocesos inactivos
5477=N�mero de subprocesos en espera de documentos.
5478=Entradas de documento
5479=N�mero de entradas de documento actualmente en memoria. Cero significa que no
hay actividad de indizaci�n.
5480=Nivel de rendimiento
5481=Indica el nivel de la cantidad de recursos del sistema que puede usar el
servicio Recopilador.
5482=Tama�o de cola activa
5483=N�mero de documentos en espera de subprocesos de robot. Si el n�mero no es 0,
deber�an filtrarse todos los subprocesos.
5484=Procesos de filtrado
5485=N�mero procesos de filtrado en el sistema.
5486=M�ximo de procesos de filtrado
5487=M�ximo n�mero de procesos de filtrado que han existido en el sistema desde el
inicio.
5488=Procesos de filtrado creados
5489=N�mero total de veces que se ha creado o reiniciado un proceso de filtrado.
Que se creen demasiados procesos de filtrado indica que el filtrado tiene
dificultades con los datos de los documentos.
5490=Documentos retrasados
5491=N�mero de documentos retrasados por las reglas de frecuencia de visitas al
sitio.
5492=Objetos de servidor
5493=N�mero de objetos de servidor a los que el sistema ha tenido acceso
recientemente.
5494=Objetos de servidor creados
5495=N�mero de veces que ha tenido que crearse un nuevo objeto de servidor.
5496=Objetos de filtrado
5497=N�mero de objetos de filtrado en el sistema. Cada objeto de filtrado
corresponde a una direcci�n URL que se est� filtrando en ese momento.
5498=Documentos filtrados
5499=N�mero de veces que se ha creado un objeto de filtrado. Corresponde al n�mero
total de documentos filtrados en el sistema desde el inicio.
5500=Tasa de documentos filtrados
5501=N�mero de documentos filtrados por segundo.
5502=Tiempos de espera
5503=N�mero total de tiempos de espera detectados por el sistema desde el inicio.
5504=Servidores no disponibles actualmente
5505=Un servidor no est� disponible cuando cierto n�mero de peticiones al servidor
ha agotado el tiempo de espera.
5506=Servidores no disponibles
5507=Un servidor no est� disponible cuando cierto n�mero de peticiones al servidor
ha agotado el tiempo de espera.
5508=Subprocesos con acceso a la red
5509=N�mero de subprocesos en espera de una respuesta del proceso de filtrado. Si
no se produce actividad y este n�mero es igual al de subprocesos de filtrado, puede
haber un problema en la red o el servidor que se rastrea no est� disponible.
5510=Subprocesos en complementos
5511=N�mero de subprocesos esperando a que los complementos completen una
operaci�n.
5512=Documentos filtrados correctamente
5513=N�mero de documentos filtrados correctamente.
5514=Tasa de documentos filtrados correctamente
5515=N�mero de documentos filtrados correctamente por segundo.
5516=Documentos con reintento retrasado
5517=N�mero de documentos que se reintentar�n tras superar el tiempo de espera. Si
el n�mero no es igual a cero, significa que el servidor local que se rastrea est�
apagado.
5518=Separadores de palabras en cach�
5519=N�mero de separadores de palabras en cach� disponibles
5520=Analizadores ling��sticos en cach�
5521=N�mero de analizadores ling��sticos en cach� disponibles. Que haya demasiados
indica un problema de uso de recursos.
5522=Todas las notificaciones recibidas
5523=N�mero total de notificaciones recibidas de todos los or�genes de
notificaci�n, incluido el sistema de archivos.
5524=Tasa de notificaciones
5525=Tasa de notificaciones externas recibidas por segundo.
5526=Tasa de tr�fico de E/S del sistema
5527=Tasa de tr�fico de E/S (disco) del sistema en KB/s detectada por la l�gica de
interrupci�n
5528=Raz�n para la interrupci�n
5529=C�digo que describe por qu� el servicio Recopilador entr� en estado de
interrupci�n. 0 - en funcionamiento 1 - tr�fico intenso de E/S del sistema 2 - tasa
alta de notificaciones 3 - recuperaci�n retrasada en curso (sin implementar) 4 -
interrupci�n debida a actividad del usuario 5 - bater�a baja 6 - memoria
insuficiente 99 - interrupci�n por alg�n motivo interno (forzada por el propio
servicio de b�squeda) Mientras se produce la interrupci�n, no se efect�a
indizaci�n. Para reanudar la indizaci�n, se debe eliminar la causa de la
interrupci�n. Si el servicio Recopilador se haya en estado de interrupci�n, el
servicio de b�squeda se pausa y se genera un mensaje en el registro de eventos.
5530=Subprocesos bloqueados por la interrupci�n
5531=N�mero de subprocesos bloqueados por un evento de interrupci�n
5532=Indizador de b�squeda
5533=Estad�sticas del complemento Indizador
5534=Nivel de �ndice maestro.
5535=El nivel del �ndice maestro.
5536=Combinaciones maestras hasta la fecha
5537=N�mero de combinaciones maestras efectuadas hasta la fecha
5538=Progreso de la combinaci�n maestra
5539=Progreso de la combinaci�n maestra
5540=Niveles de combinaci�n de �ndice secundario
5541=Niveles de combinaci�n de �ndice secundario
5542=Umbral de niveles de combinaci�n de �ndice secundario
5543=Umbral de niveles de combinaci�n de �ndice secundario
5544=�ndices persistentes
5545=N�mero de �ndices persistentes
5546=Tama�o de �ndice
5547=Tama�o del �ndice
5548=Claves �nicas
5549=N�mero de claves �nicas
5550=Documentos filtrados
5551=N�mero de documentos filtrados
5552=Elementos de trabajo creados
5553=N�mero de elementos de trabajo del invalidador creados
5554=Elementos de trabajo eliminados
5555=N�mero de elementos de trabajo del invalidador eliminados
5556=Conjuntos de Id. de trab. v�l.
5557=N� de conjuntos de Id. de trabajo v�lidos
5558=Conjuntos de Id. de trab. no v�l.
5559=N� de conjuntos de Id. de trabajo no v�lidos
5560=Combinaciones maestras actuales.
5561=Indica si hay una combinaci�n maestra en curso.
5562=Conexiones activas
5563=Conexiones activas
5564=Consultas
5565=N�mero de consultas
5566=Consultas fallidas
5567=N�mero de consultas fallidas
5568=Consultas con �xito
5569=N�mero de consultas realizadas con �xito
5570=�ndices L0 (Listas de palabras)
5571=El n�mero de �ndices L0 (Listas de palabras)
5572=Combinaciones (vaciados) L0 actuales.
5573=El n�mero de combinaciones (vaciados) L0 en curso en un momento dado.
5574=Velocidad de combinaci�n (vaciado) L0 - Promedio
5575=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones (vaciados) L0 desde que se carg� el cat�logo
5576=Combinaci�n (Vaciado) L0 - Recuento
5577=El n�mero de combinaciones (vaciados) L0 realizadas desde que se carg� el
cat�logo
5578=Velocidad de combinaci�n (vaciado) L0 - �ltima
5579=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones (vaciados) L0.
5580=�ndices persistentes L1
5581=El n�mero de �ndices L1
5582=Combinaciones L1 actuales.
5583=El n�mero de combinaciones L1 en curso en un momento dado.
5584=Velocidad de combinaci�n L1 - Promedio
5585=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L1 desde que se carg� el cat�logo
5586=Combinaci�n L1 - Recuento
5587=El n�mero de combinaciones L1 realizadas desde que se carg� el cat�logo
5588=Velocidad de combinaci�n L1 - �ltima
5589=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L1.
5590=�ndices persistentes L2
5591=El n�mero de �ndices L2
5592=Combinaciones L2 actuales.
5593=El n�mero de combinaciones L2 en curso en un momento dado.
5594=Velocidad de combinaci�n L2 - Promedio
5595=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L2 desde que se carg� el cat�logo
5596=Combinaci�n L2 - Recuento
5597=El n�mero de combinaciones L2 realizadas desde que se carg� el cat�logo
5598=Velocidad de combinaci�n L2 - �ltima
5599=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L2.
5600=�ndices persistentes L3
5601=El n�mero de �ndices L3
5602=Combinaciones L3 actuales.
5603=El n�mero de combinaciones L3 en curso en un momento dado.
5604=Velocidad de combinaci�n L3 - Promedio
5605=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L3 desde que se carg� el cat�logo
5606=Combinaci�n L3 - Recuento
5607=El n�mero de combinaciones L3 realizadas desde que se carg� el cat�logo
5608=Velocidad de combinaci�n L3 - �ltima
5609=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L3.
5610=�ndices persistentes L4
5611=El n�mero de �ndices L4
5612=Combinaciones L4 actuales.
5613=El n�mero de combinaciones L4 en curso en un momento dado.
5614=Velocidad de combinaci�n L4 - Promedio
5615=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L4 desde que se carg� el cat�logo
5616=Combinaci�n L4 - Recuento
5617=El n�mero de combinaciones L4 realizadas desde que se carg� el cat�logo
5618=Velocidad de combinaci�n L4 - �ltima
5619=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L4.
5620=�ndices persistentes L5
5621=El n�mero de �ndices L5
5622=Combinaciones L5 actuales.
5623=El n�mero de combinaciones L5 en curso en un momento dado.
5624=Velocidad de combinaci�n L5 - Promedio
5625=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L5 desde que se carg� el cat�logo
5626=Combinaci�n L5 - Recuento
5627=El n�mero de combinaciones L5 realizadas desde que se carg� el cat�logo
5628=Velocidad de combinaci�n L5 - �ltima
5629=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L5.
5630=�ndices persistentes L6
5631=El n�mero de �ndices L6
5632=Combinaciones L6 actuales.
5633=El n�mero de combinaciones L6 en curso en un momento dado.
5634=Velocidad de combinaci�n L6 - Promedio
5635=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L6 desde que se carg� el cat�logo
5636=Combinaci�n L6 - Recuento
5637=El n�mero de combinaciones L6 realizadas desde que se carg� el cat�logo
5638=Velocidad de combinaci�n L6 - �ltima
5639=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L6.
5640=�ndices persistentes L7
5641=El n�mero de �ndices L7
5642=Combinaciones L7 actuales.
5643=El n�mero de combinaciones L7 en curso en un momento dado.
5644=Velocidad de combinaci�n L7 - Promedio
5645=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L7 desde que se carg� el cat�logo
5646=Combinaci�n L7 - Recuento
5647=El n�mero de combinaciones L7 realizadas desde que se carg� el cat�logo
5648=Velocidad de combinaci�n L7 - �ltima
5649=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L7.
5650=�ndices persistentes L8
5651=El n�mero de �ndices L8
5652=Combinaciones L8 actuales.
5653=El n�mero de combinaciones L8 en curso en un momento dado.
5654=Velocidad de combinaci�n L8 - Promedio
5655=El valor medio [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L8 desde que se carg� el cat�logo
5656=Combinaci�n L8 - Recuento
5657=El n�mero de combinaciones L8 realizadas desde que se carg� el cat�logo
5658=Velocidad de combinaci�n L8 - �ltima
5659=El �ltimo valor [documentos/hora] utilizado para calcular la velocidad de las
combinaciones L8.
5660=Cach� ReadyBoost
5661=Muestra las estad�sticas de rendimiento sobre las memorias cach� ReadyBoost.
5662=Bytes en cach�
5663=Cantidad total de datos (descomprimidos) almacenados actualmente en las
memorias cach� ReadyBoost.
5664=Espacio en cach� usado
5665=Cantidad de espacio en bytes que ocupan los datos en cach� de las memorias
cach� ReadyBoost.
5666=Raz�n de compresi�n
5667=(Espacio en cach� usado)/(Bytes en cach�)
5668=Tama�o total de bytes en cach�
5669=Tama�o total, en bytes, de todas las memorias cach� independientemente de la
cantidad de datos que contienen.
5670=Lecturas de cach�/s
5671=N�mero de E/S atendidas por las memorias cach� ReadyBoost por segundo.
5672=Lectura de memoria cach� en bytes/s
5673=Bytes de E/S atendidos por las memorias cach� ReadyBoost por segundo.
5674=Lecturas omitidas/s
5675=N�mero de E/S le�das ignoradas por ReadyBoost debido a la pol�tica.
5676=Lectura omitida en bytes/s
5677=Bytes de E/S le�das ignoradas por ReadyBoost debido a la pol�tica.
5678=Total de lecturas/s
5679=N�mero de E/S le�das recibidas por ReadyBoost. Este contador incluye todas las
lecturas aunque no las atendieran las memorias cach� ReadyBoost.
5680=Total de bytes le�dos/s
5681=Bytes de E/S le�das que recibe ReadyBoost. Este contador incluye todas las
lecturas aunque no las atendieran las memorias cach� ReadyBoost.
5908=Windows Workflow Foundation
5909=Contadores de rendimiento de Windows Workflow Foundation
5910=Workflows Created
5911=N�mero total de flujos de trabajo creados.
5912=Workflows Created/sec
5913=Tasa de flujos de trabajo creados por segundo.
5914=Workflows Unloaded
5915=N�mero total de flujos de trabajo descargados.
5916=Workflows Unloaded/sec
5917=Tasa de flujos de trabajo descargados por segundo.
5918=Workflows Loaded
5919=N�mero total de flujos de trabajo cargados.
5920=Workflows Loaded/sec
5921=Tasa de flujos de trabajo cargados por segundo.
5922=Workflows Completed
5923=N�mero total de flujos de trabajo completados.
5924=Workflows Completed/sec
5925=Tasa de flujos de trabajo completados por segundo.
5926=Workflows Suspended
5927=N�mero total de flujos de trabajo suspendidos.
5928=Workflows Suspended/sec
5929=Tasa de flujos de trabajo suspendidos por segundo.
5930=Workflows Terminated
5931=N�mero total de flujos de trabajo finalizados.
5932=Workflows Terminated/sec
5933=Tasa de flujos de trabajo finalizados por segundo.
5934=Workflows In Memory
5935=N�mero total de flujos de trabajo en memoria.
5936=Workflows Aborted
5937=N�mero total de flujos de trabajo anulados.
5938=Workflows Aborted/sec
5939=Tasa de flujos de trabajo anulados por segundo.
5940=Workflows Persisted
5941=N�mero total de flujos de trabajo mantenidos.
5942=Workflows Persisted/sec
5943=Tasa de flujos de trabajo mantenidos por segundo.
5944=Workflows Executing
5945=N�mero total de instancias de flujo de trabajo ejecut�ndose de forma activa.
5946=Workflows Idle/sec
5947=Tasa de flujos de trabajo que quedan inactivos por segundo.
5948=Workflows Runnable
5949=N�mero total de flujos de trabajo listos para ejecutarse.
5950=Workflows Pending
5951=N�mero total de�flujos de trabajo esperando un subproceso.
5952=ServiceModelEndpoint 3.0.0.0
5953=Contadores de rendimiento de ServiceModelEndpoint 3.0.0.0
5954=Calls
5955=N�mero de llamadas a este extremo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.Calls.aspx
5956=Calls Per Second
5957=N�mero de llamadas por segundo a este extremo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsPerSec
ond.aspx
5958=Calls Outstanding
5959=N�mero de llamadas en curso a este extremo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsOutsta
nding.aspx
5960=Calls Failed
5961=N�mero de llamadas con excepciones no controladas en este extremo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailed
.aspx
5962=Calls Failed Per Second
5963=N�mero de llamadas con excepciones no controladas en este extremo por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailed
PerSecond.aspx
5964=Calls Faulted
5965=N�mero de llamadas a este extremo que devolvieron errores.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaulte
d.aspx
5966=Calls Faulted Per Second
5967=N�mero de llamadas a este extremo que devolvieron errores por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaulte
dPerSecond.aspx
5968=Calls Duration
5969=Duraci�n media de las llamadas a este extremo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallDuratio
n.aspx
5970=Calls Duration Base
5971=Contador base para el contador 'Calls Duration'.
5972=Transactions Flowed
5973=N�mero de transacciones de flujo a las operaciones de este extremo. Este
contador se incrementar� siempre que el mensaje enviado al extremo contenga un id.
de transacci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowed.as
px
5974=Transactions Flowed Per Second
5975=N�mero de transacciones de flujo a las operaciones de este extremo por
segundo. Este contador se incrementar� siempre que el mensaje enviado al extremo
contenga un id. de transacci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowedPer
Second.aspx
5976=Security Validation and Authentication Failures
5977=N�mero de llamadas a este extremo con errores de validaci�n o autenticaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityVal
idationAuthenticationFailures.aspx
5978=Security Validation and Authentication Failures Per Second
5979=N�mero de llamadas a este extremo con errores de validaci�n o autenticaci�n
por segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityVal
idationAuthenticationFailuresPerSecond.aspx
5980=Security Calls Not Authorized
5981=N�mero de llamadas a este extremo con errores de autorizaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCal
lsNotAuthorized.aspx
5982=Security Calls Not Authorized Per Second
5983=N�mero de llamadas a este extremo con errores de autorizaci�n por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCal
lsNotAuthorizedPerSecond.aspx
5984=Reliable Messaging Sessions Faulted
5985=N�mero de sesiones de mensajer�a confiables con errores en este extremo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsF
aulted.aspx
5986=Reliable Messaging Sessions Faulted Per Second
5987=N�mero de sesiones de mensajer�a confiables con errores en este extremo por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsF
aultedPerSecond.aspx
5988=Reliable Messaging Messages Dropped
5989=N�mero de mensajes de mensajer�a confiables perdidos en este extremo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesD
ropped.aspx
5990=Reliable Messaging Messages Dropped Per Second
5991=N�mero de mensajes de mensajer�a confiables perdidos en este extremo por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesD
roppedPerSecond.aspx
6046=ServiceModelService 3.0.0.0
6047=Contadores de rendimiento de ServiceModelService 3.0.0.0
6048=Calls
6049=N�mero de llamadas a este servicio. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Calls.aspx
6050=Calls Per Second
6051=N�mero de llamadas a este servicio por segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsPerSeco
nd.aspx
6052=Calls Outstanding
6053=N�mero de llamadas en curso a este servicio. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsOutstan
ding.aspx
6054=Calls Failed
6055=N�mero de llamadas con excepciones no controladas en este servicio.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailed.
aspx
6056=Calls Failed Per Second
6057=N�mero de llamadas con excepciones no controladas en este servicio por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailedP
erSecond.aspx
6058=Calls Faulted
6059=N�mero de llamadas a este servicio que devolvieron errores.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaulted
.aspx
6060=Calls Faulted Per Second
6061=N�mero de llamadas a este servicio que devolvieron errores por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaulted
PerSecond.aspx
6062=Calls Duration
6063=Duraci�n media de las llamadas a este servicio. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallDuration
.aspx
6064=Calls Duration Base
6065=Contador base para el contador 'Calls Duration'.
6066=Transactions Flowed
6067=N�mero de transacciones de flujo a las operaciones de este servicio. Este
contador se incrementar� siempre que el mensaje enviado al servicio contenga un id.
de transacci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowed.asp
x
6068=Transactions Flowed Per Second
6069=N�mero de transacciones de flujo a las operaciones de este servicio por
segundo. Este contador se incrementa siempre que el mensaje enviado al servicio
contiene un id. de transacci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowedPerS
econd.aspx
6070=Transacted Operations Committed
6071=N�mero de operaciones de transacci�n con el resultado confirmado en este
servicio. El trabajo realizado en estas operaciones est� totalmente confirmado. Los
recursos se actualizan de acuerdo con el trabajo realizado en la operaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommitted.
aspx
6072=Transacted Operations Committed Per Second
6073=N�mero de operaciones de transacci�n con el resultado confirmado en este
servicio por segundo. El trabajo realizado en estas operaciones est� totalmente
confirmado. Los recursos se actualizan de acuerdo con el trabajo realizado en la
operaci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommittedP
erSecond.aspx
6074=Transacted Operations Aborted
6075=N�mero de operaciones de transacci�n con el resultado anulado en este
servicio. Se revertir� el trabajo realizado en estas operaciones. Los recursos se
devolver�n a su estado anterior. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAborted.as
px
6076=Transacted Operations Aborted Per Second
6077=N�mero de operaciones de transacci�n con el resultado anulado en este servicio
por segundo. Se revertir� el trabajo realizado en estas operaciones. Los recursos
se devolver�n a su estado anterior. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAbortedPer
Second.aspx
6078=Transacted Operations In Doubt
6079=N�mero de operaciones de transacci�n con resultado dudoso en este servicio. El
trabajo realizado con un resultado dudoso se encuentra en un estado indeterminado.
Los recursos se mantienen en espera del resultado. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubt.as
px
6080=Transacted Operations In Doubt Per Second
6081=N�mero de operaciones de transacci�n con resultado dudoso en este servicio por
segundo. El trabajo realizado con un resultado dudoso se encuentra en un estado
indeterminado. Los recursos se mantienen en espera del resultado.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubtPer
Second.aspx
6082=Security Validation and Authentication Failures
6083=N�mero de llamadas a este servicio con errores de validaci�n o autenticaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityVali
dationAuthenticationFailures.aspx
6084=Security Validation and Authentication Failures Per Second
6085=N�mero de llamadas a este servicio con errores de validaci�n o autenticaci�n
por segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityVali
dationAuthenticationFailuresPerSecond.aspx
6086=Security Calls Not Authorized
6087=N�mero de llamadas a este servicio con errores de autorizaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCall
sNotAuthorized.aspx
6088=Security Calls Not Authorized Per Second
6089=N�mero de llamadas a este servicio con errores de autorizaci�n por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCall
sNotAuthorizedPerSecond.aspx
6090=Instances
6091=N�mero total de instancias del servicio. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Instances.as
px
6092=Instances Created Per Second
6093=Velocidad de creaci�n de instancias del servicio por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.InstancesPer
Second.aspx
6094=Reliable Messaging Sessions Faulted
6095=N�mero de sesiones de mensajer�a confiables con errores en este servicio.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFa
ulted.aspx
6096=Reliable Messaging Sessions Faulted Per Second
6097=N�mero de sesiones de mensajer�a confiables con errores en este servicio por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFa
ultedPerSecond.aspx
6098=Reliable Messaging Messages Dropped
6099=N�mero de mensajes de mensajer�a confiables perdidos en este servicio.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDr
opped.aspx
6100=Reliable Messaging Messages Dropped Per Second
6101=N�mero de mensajes de mensajer�a confiables perdidos en este servicio por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDr
oppedPerSecond.aspx
6102=Queued Poison Messages
6103=N�mero de mensajes a este servicio que el transporte en cola marc� como
da�ados. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonM
essages.aspx
6104=Queued Poison Messages Per Second
6105=N�mero de mensajes a este servicio que el transporte en cola marc� como
da�ados por segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonM
essagesPerSecond.aspx
6106=Queued Messages Rejected
6107=N�mero de mensajes a este servicio rechazados por el transporte en cola.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejecte
dMessages.aspx
6108=Queued Messages Rejected Per Second
6109=N�mero de mensajes a este servicio rechazados por el transporte en cola por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejecte
dMessagesPerSecond.aspx
6110=Queued Messages Dropped
6111=N�mero de mensajes a este servicio quitados por el transporte en cola.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDropped
Messages.aspx
6112=Queued Messages Dropped Per Second
6113=N�mero de mensajes a este servicio quitados por el transporte en cola por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDropped
MessagesPerSecond.aspx
6114=ServiceModelOperation 3.0.0.0
6115=Contadores de rendimiento de ServiceModelOperation 3.0.0.0
6116=Calls
6117=N�mero de llamadas a esta operaci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.Calls.aspx
6118=Calls Per Second
6119=N�mero de llamadas a esta operaci�n por segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsPerSe
cond.aspx
6120=Calls Outstanding
6121=N�mero de llamadas en curso a esta operaci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsOutst
anding.aspx
6122=Calls Failed
6123=N�mero de llamadas con excepciones no controladas en esta operaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaile
d.aspx
6124=Call Failed Per Second
6125=N�mero de llamadas con excepciones no controladas en esta operaci�n por
segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaile
dPerSecond.aspx
6126=Calls Faulted
6127=N�mero de llamadas a esta operaci�n que devolvieron errores.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFault
ed.aspx
6128=Calls Faulted Per Second
6129=N�mero de llamadas a esta operaci�n que devolvieron errores por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFault
edPerSecond.aspx
6130=Calls Duration
6131=Duraci�n media de las llamadas a esta operaci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallDurati
on.aspx
6132=Calls Duration Base
6133=Contador base para el contador 'Calls Duration'.
6134=Transactions Flowed
6135=N�mero de transacciones de flujo a esta operaci�n. Este contador se
incrementar� siempre que el mensaje enviado a la operaci�n contenga un id. de
transacci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowed.a
spx
6136=Transactions Flowed Per Second
6137=N�mero de transacciones de flujo a esta operaci�n por segundo. Este contador
se incrementar� siempre que el mensaje enviado a la operaci�n contenga un id. de
transacci�n. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowedPe
rSecond.aspx
6138=Security Validation and Authentication Failures
6139=N�mero de llamadas a esta operaci�n con errores de validaci�n o autenticaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityVa
lidationAuthenticationFailures.aspx
6140=Security Validation and Authentication Failures Per Second
6141=N�mero de llamadas a esta operaci�n con errores de validaci�n o autenticaci�n
por segundo. http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityVa
lidationAuthenticationFailuresPerSecond.aspx
6142=Security Calls Not Authorized
6143=N�mero de llamadas a esta operaci�n con errores de autorizaci�n.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCa
llsNotAuthorized.aspx
6144=Security Calls Not Authorized Per Second
6145=N�mero de llamadas a esta operaci�n con errores de autorizaci�n por segundo.
http://msdn.microsoft.com/en-
US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCa
llsNotAuthorizedPerSecond.aspx
6146=SMSvcHost 3.0.0.0
6147=Contadores de rendimiento de SMSvcHost 3.0.0.0
6148=Protocol Failures over net.tcp
6149=N�mero total de errores en el nivel de protocolo de net.tcp.
6150=Protocol Failures over net.pipe
6151=N�mero total de errores en el nivel de protocolo de net.pipe.
6152=Dispatch Failures over net.tcp
6153=N�mero total de errores al distribuir mensajes recibidos a trav�s de net.tcp.
6154=Dispatch Failures over net.pipe
6155=N�mero total de errores al distribuir mensajes recibidos a trav�s de net.pipe.
6156=Connections Dispatched over net.tcp
6157=N�mero total de conexiones distribuidas a trav�s de net.tcp.
6158=Connections Dispatched over net.pipe
6159=N�mero total de conexiones distribuidas a trav�s de net.pipe.
6160=Connections Accepted over net.tcp
6161=N�mero total de conexiones TCP aceptadas a trav�s de net.tcp.
6162=Connections Accepted over net.pipe
6163=N�mero total de conexiones de canalizaci�n con nombre aceptadas a trav�s de
net.pipe.
6164=Registrations Active for net.tcp
6165=N�mero de registros de URI actualmente activos en net.tcp.
6166=Registrations Active for net.pipe
6167=N�mero de registros de URI actualmente activos en net.pipe.
6168=Uris Registered for net.tcp
6169=N�mero total de URI registrados correctamente en net.tcp.
6170=Uris Registered for net.pipe
6171=N�mero total de URI registrados correctamente en net.pipe.
6172=Uris Unregistered for net.tcp
6173=N�mero total de URI cuyo registro se anul� correctamente en net.tcp.
6174=Uris Unregistered for net.pipe
6175=N�mero total de URI cuyo registro se anul� correctamente en net.pipe.
6176=MSDTC Bridge 3.0.0.0
6177=Contadores de rendimiento de MSDTC Bridge 3.0.0.0
6178=Message send failures/sec
6179=N�mero de mensajes de protocolo WS-AT que el servicio WS-AT no pudo enviar por
segundo.
6180=Prepare retry count/sec
6181=N�mero de mensajes de reintentos de preparaci�n que envi� el servicio WS-AT
por segundo.
6182=Commit retry count/sec
6183=N�mero de mensajes de reintentos de confirmaci�n que envi� el servicio WS-AT
por segundo.
6184=Prepared retry count/sec
6185=N�mero de mensajes de reintentos preparados que envi� el servicio WS-AT por
segundo.
6186=Replay retry count/sec
6187=N�mero de mensajes de reintentos de reproducci�n que envi� el servicio WS-AT
por segundo.
6188=Faults received count/sec
6189=N�mero de mensajes con errores que recibi� el servicio WS-AT por segundo.
6190=Faults sent count/sec
6191=N�mero de mensajes con errores que envi� el servicio WS-AT por segundo.
6192=Average participant prepare response time
6193=Promedio de tiempo en milisegundos que tarda el servicio WS-AT en recibir una
respuesta de un participante a un mensaje de preparaci�n.
6194=Average participant prepare response time Base
6195=Contador base para el contador 'Average participant prepare response time'.
6196=Average participant commit response time
6197=Promedio de tiempo en milisegundos que tarda el servicio WS-AT en recibir una
respuesta de un participante a un mensaje de confirmaci�n.
6198=Average participant commit response time Base
6199=Contador base del contador 'Average participant commit response time'.
6622=Smart Scan Client Scanning Counters
6623=Performance indicators for smart scan clients
6624=Files Scanned
6625=The total number of files scanned
6626=Malware Detected
6627=The total number of viruses/malware detected
6628=Suspicious Files Detected
6629=The total number of files suspected to be infected with virus/malware
6630=Location Switches
6631=The number of times clients switch locations (between internal and external)
6632=Smart Scan Client Queries
6633=Performance indicators for in-the-cloud queries and the Smart Query Filter
6634=HTTP Requests
6635=The total number of HTTP requests from OfficeScan clients to Smart Scan
servers
6636=Update Requests
6637=The total number of update requests (through HTTP) from OfficeScan clients to
Smart Scan servers
6638=HTTP Query Time (Total)
6639=The total amount of time OfficeScan clients took to perform HTTP queries
6640=HTTP Query Time (Minimum)
6641=The minimum amount of time it took to perform an HTTP query
6642=HTTP Query Time (Average)
6643=The average amount of time it took to perform an HTTP query
6644=HTTP Query Time (Maximum)
6645=The maximum amount of time it took to perform an HTTP query
6646=CRC Queries
6647=The total number of cyclic redundancy check (CRC) queries from OfficeScan
clients to Smart Scan servers
6648=CRC Query Errors (Network)
6649=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen when network problems prevent OfficeScan client and
Smart Scan server communication.
6650=CRC Query Errors (Server)
6651=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen because there is a problem with the Smart Scan server.
6652=CRC Query Errors (Timeout)
6653=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen because the query timed out before it can be
completed.
6654=CRC Query Errors (Others)
6655=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors happen for many reasons but are not caused by the following
(there are separate counters for these items): unsynchronized pattern, network
problems, Smart Scan server error, and query timeout.
6656=Unsynchronized Smart Query Filter Pattern
6657=The number of times the Smart Query Filter Pattern versions on the OfficeScan
client and Smart Scan server are not synchronized when performing cyclic redundancy
check (CRC) queries.
6658=CRC Query Time (Total)
6659=The total amount of time (in milliseconds) OfficeScan clients took to perform
cyclic redundancy check (CRC) queries
6660=CRC Query Time (Minimum)
6661=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query
6662=CRC Query Time (Average)
6663=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query
6664=CRC Query Time (Maximum)
6665=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query
6666=CRC Query Volume Sent
6667=The total amount of data (in bytes) OfficeScan clients sent to perform cyclic
redundancy check (CRC) queries
6668=CRC Query Overhead Volume Sent
6669=The total amount of overhead data (in bytes) OfficeScan clients sent to
perform cyclic redundancy check (CRC) queries
6670=CRC Query Volume Received
6671=The total amount of data (in bytes) OfficeScan clients received when
performing cyclic redundancy check (CRC) queries
6672=CRC Query Overhead Volume Received
6673=The total amount of overhead data (in bytes) OfficeScan clients received when
performing cyclic redundancy check (CRC) queries
6674=CRC Query Volume
6675=The total amount of data (in bytes) OfficeScan clients sent and received when
performing cyclic redundancy check (CRC) queries
6676=TCP Connections
6677=The total number of TCP connections during in-the-cloud queries
6678=Smart Query Filter Queries
6679=The total number of Smart Query Filter queries
6680=Smart Query Filter Hits
6681=The total number of recorded hits for Smart Query Filter queries
6682=Smart Query Filter False Positives
6683=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
6684=CRC Cached Items
6685=The number of items in the CRC cache
6686=CRC Cache Hits
6687=The total number of recorded hits for the CRC cache when performing queries
6688=CRC Cache Hit Rate
6689=The ratio of CRC cache hits to total CRC queries
6690=CRC Diff. Purged Count
6691=The amount of CRC items purged by comparing CRC differences.
6692=Async CRC Cached Item Purged Count
6693=The amount of Async CRC items purged
6694=Smart Query Filter Pattern (full) Downloads
6695=The number of times the full version of the Smart Query Filter Pattern was
downloaded. The full version is downloaded when the client has less than 14 of the
latest incremental patterns, which happens when the client is not updated for an
extended period of time.
6696=Smart Query Filter Pattern and CRC Diff. File (full) Volume
6697=The total amount of data (in bytes) received when the full versions of the
Smart Query Filter Pattern and CRC Diff. File were downloaded
6698=Smart Query Filter Pattern and CRC Diff. File (full) Overhead Volume
6699=The total amount of overhead data (in bytes) received when the full version of
the Smart Query Filter Pattern and CRC Diff. File were downloaded
6700=Smart Query Filter Pattern (incremental) Downloads
6701=The number of times the incremental version of the Smart Query Filter Pattern
was downloaded. The incremental versions are downloaded when the client is updated
frequently. Incremental versions are smaller in size than the full version, which
means that less computer resources are required to complete the download.
6702=Smart Query Filter Pattern and CRC Diff. File (incremental) Volume
6703=The total amount of data (in bytes) received when the incremental version of
the Smart Query Filter Pattern and CRC Diff. File were downloaded
6704=Smart Query Filter Pattern and CRC Diff. File (incremental) Overhead Volume
6705=The total amount of overhead data (in bytes) received when the incremental
version of the Smart Query Filter Pattern and CRC Diff. File were downloaded
6706=Smart Query Filter Pattern Version
6707=The version number of Smart Query Filter Pattern is used by the client.
6708=CRC Diff. File Downloads
6709=The number of times the CRC Diff. File was downloaded
6710=CRC Diff. File Size
6711=The size (in bytes) of the CRC Diff. File
6712=Smart Query Filter Pattern (full) Volume
6713=The total amount of data (in bytes) received when the full version of the
Smart Query Filter Pattern was downloaded
6714=Smart Query Filter Pattern (incremental) Volume
6715=The total amount of data (in bytes) received when the incremental version of
the Smart Query Filter Pattern was downloaded
6716=CRC Query Queue Size
6717=The current size of CRC queries in the queue
6718=Update Queue Size
6719=The current size of update requests in the queue
6720=Event Callback Queue Size
6721=The current size of event callbacks in the queue
6722=Smart Scan Mode
6723=The client is using smart scan.
6724=HTTP Query External Cache Count (Hit)
6725=The total number of the http query hit external cache
6726=HTTP Query External Cache Count (Miss)
6727=The total number of the http query miss external cache
6728=Smart Query Filter Update Checking Queries
6729=The total number of send the request for Smart Query Filter Pattern update
checking.
6898=Outlook
6899=Gives performance metrics for outlook server connectivity.
6900=Intentos de llamadas RPC
6901=N�mero de llamadas a procedimientos remotos (RPC) que Outlook ha intentado
enviar al servidor.
6902=Llamadas RPC realizadas correctamente
6903=N�mero de llamadas a procedimientos remotos (RPC) que Outlook ha enviado
correctamente al servidor
6904=Llamadas RPC no enviadas correctamente
6905=N�mero de intentos no conseguidos de llamadas a procedimientos remotos (RPC).
6906=Llamadas RPC canceladas
6907=N�mero de llamadas a procedimientos remotos (RPC) enviadas al servidor, pero
canceladas por el usuario.
6908=Llamadas RPC mostradas en la interfaz de usuario
6909=N�mero de llamadas a procedimientos remotos (RPC) enviadas al servidor y cuyo
progreso se muestra en la interfaz de usuario.
6910=Intentos de llamadas RPC - UI
6911=N�mero de llamadas a procedimientos remotos (RPC) que Outlook intent� enviar y
bloquearon la UI.
6912=Tiempo promedio (todo)
6913=Promedio de tiempo (ms) que han tardado en enviarse todas las llamadas a
procedimientos remotos (RPC).
6914=Tiempo promedio (10)
6915=Promedio de tiempo (ms) que han tardado en enviarse las �ltimas 10 llamadas a
procedimientos remotos (RPC).
6916=Tiempo promedio (50)
6917=Promedio de tiempo (ms) que han tardado en enviarse las �ltimas 50 llamadas a
procedimientos remotos (RPC).
6918=Tiempo promedio (200)
6919=Promedio de tiempo (ms) que han tardado en enviarse las �ltimas 200 llamadas a
procedimientos remotos (RPC).
6920=Tiempo m�nimo
6921=Tiempo m�nimo (ms) que ha tardado en completarse correctamente una llamada a
procedimiento remoto (RPC).
6922=Tiempo m�ximo
6923=Tiempo m�ximo (ms) que ha tardado en completarse correctamente una llamada a
procedimiento remoto (RPC).
6924=N�mero de objetos de conexi�n
6925=N�mero de objetos de conexi�n utilizados actualmente.
6926=Count obj hcot table
6927=The number of active objects in the hcot/hsot table.
6928=Count handle (AD) context
6929=The number of context handles (AD) that are currently open on the client.
6930=Count handle (AD) binding
6931=The number of binding handles (AD) that are currently open on the client.
6932=Count handle (store) context
6933=The number of context handles (store) that are currently open on the client.
6934=Count handle (store) binding
6935=The number of binding handles (store) that are currently open on the client.
7104=Intel Storage Counters
7105=Performance counters for Intel (R) Storage driver.
7106=Psi Initial Storage Data Load Time (Ms)
7107=Time in milliseconds to load the inital storage data model.
7108=Psi Snapshot Count
7109=Number of static storage data model snapshots held in memory.
7110=Psi Update Count
7111=Number of times Intel Storage PSI has updated the storage data model.
7112=Psi Average Storage Data Update Time (Ms)
7113=Average time in milliseconds to update the storage data model.
7114=Psi Data Update Time Base
7115=Average time in milliseconds to update the storage data model.
7116=Psi Storage Driver Busy Count
7117=Number of times the driver has returned "Busy".
7118=Psi Storage Driver Error Count
7119=Number of times a error was returned from the Storage Driver.
7288=Smart Scan Client Scanning Counters
7289=Performance indicators for smart scan clients
7290=Files Scanned
7291=The total number of files scanned
7292=Malware Detected
7293=The total number of viruses/malware detected
7294=Suspicious Files Detected
7295=The total number of files suspected to be infected with virus/malware
7296=Location Switches
7297=The number of times clients switch locations (between internal and external)
7298=Smart Scan Client Queries
7299=Performance indicators for in-the-cloud queries and the Smart Query Filter
7300=HTTP Requests
7301=The total number of HTTP requests from clients to Smart Protection servers.
7302=Update Requests
7303=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
7304=HTTP Query Time (Total)
7305=The total amount of time clients took to perform HTTP queries.
7306=HTTP Query Time (Minimum)
7307=The minimum amount of time it took to perform an HTTP query.
7308=HTTP Query Time (Average)
7309=The average amount of time it took to perform an HTTP query.
7310=HTTP Query Time (Maximum)
7311=The maximum amount of time it took to perform an HTTP query.
7312=CRC Queries
7313=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
7314=CRC Query Errors (Network)
7315=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
7316=CRC Query Errors (Server)
7317=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur for many reasons but are not caused by the following
(there are separate counters for these items): unsynchronized patterns, network
problems, Smart Protection server errors, and query timeouts.
7318=CRC Query Errors (Timeout)
7319=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because the query timed out before it completed a
query.
7320=CRC Query Errors (Others)
7321=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because there is a problem with the Smart Protection
server.
7322=Unsynchronized Smart Query Filter Pattern
7323=The number of times the Smart Query Filter Pattern versions on the client and
Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
7324=CRC Query Time (Total)
7325=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
7326=CRC Query Time (Minimum)
7327=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7328=CRC Query Time (Average)
7329=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7330=CRC Query Time (Maximum)
7331=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7332=CRC Query Volume Sent
7333=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
7334=CRC Query Overhead Volume Sent
7335=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
7336=CRC Query Volume Received
7337=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
7338=CRC Query Overhead Volume Received
7339=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
7340=CRC Query Volume
7341=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
7342=TCP Connections
7343=The total number of TCP connections during in-the-cloud queries.
7344=Smart Query Filter Queries
7345=The total number of Smart Query Filter queries.
7346=Smart Query Filter Hits (Miss)
7347=The total number of query hits not recognized by the Smart Query Filter.
7348=Smart Query Filter False Positives
7349=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
7350=CRC Cached Items
7351=The number of items in the CRC cache.
7352=CRC Cache Hits
7353=The total number of recorded hits for the CRC cache when performing queries.
7354=CRC Cache Hit Rate
7355=The ratio of CRC cache hits to total CRC queries.
7356=CRC Diff. Purged Count
7357=The amount of CRC items purged by comparing CRC differences.
7358=Async CRC Cached Item Purged Count
7359=The amount of Async CRC items purged.
7360=Smart Query Filter Pattern Downloads
7361=The number of times that a Smart Query Filter Pattern was downloaded.
7362=Smart Query Filter Pattern Downloaded Volume
7363=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
7364=Smart Query Filter Pattern Downloaded Overhead Volume
7365=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
7366=Smart Query Filter Pattern Version
7367=The version number of Smart Query Filter Pattern that is used by the client.
7368=CRC Query Queue Size
7369=The current size of CRC queries in the queue.
7370=Update Queue Size
7371=The current size of update requests in the queue.
7372=Event Callback Queue Size
7373=The current size of event callbacks in the queue.
7374=Smart Scan Mode
7375=The client is using smart scan.
7376=HTTP Query External Cache Count (Hit)
7377=The total number of http queries that hit external cache.
7378=HTTP Query External Cache Count (Miss)
7379=The total number of http queries that miss external cache.
7380=Check Server Status Count
7381=The total number of Check Server Status query.
7382=Smart Query Filter Hits (Main)
7383=The total number of query hits matching the main table of the Smart Query
Filter.
7384=Smart Query Filter Hits (Diff)
7385=The total number of query hits matching the diff table of the Smart Query
Filter.
7386=Smart Query Filter Pattern Version (Main)
7387=The pattern version of the main table.
7388=Smart Query Filter Pattern Diff Version Count
7389=The number of available diff patterns.
7390=Smart Query Filter Pattern Diff Entry Count
7391=The number of entries inside the diff pattern table.
7392=Forced Query Count
7393=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
7394=Full Purge CRC Cache (Full Update)
7395=CRC cache was purged because the full pattern was updated.
7396=Full Purge CRC Cache Count (Incomplete)
7397=CRC cache was purged because of an incomplete pattern.
7398=Full Purge CRC Cache Count (API)
7399=CRC cache was purged because of an API call.
7400=Vinfo Cached Items Purge Count
7401=The number of Vinfo cached items purged.
7402=Address Family Selector Last Refresh Time
7403=Last Refresh Time to select the family by the address family selector
7404=Address Family Selector Selected IP
7405=The IP selected by the address family selector
7406=Address Family Selector Selected Family
7407=The family selected by the address family selector
7408=Address Family Selector Connection Spent Time
7409=Time spent for making connection to select the family
7410=Address Family Selector Decision Spent Time
7411=Time spent for making decision of selecting the family
7580=Smart Scan Client Scanning Counters
7581=Performance indicators for smart scan clients
7582=Files Scanned
7583=The total number of files scanned
7584=Malware Detected
7585=The total number of viruses/malware detected
7586=Suspicious Files Detected
7587=The total number of files suspected to be infected with virus/malware
7588=Location Switches
7589=The number of times clients switch locations (between internal and external)
7590=Smart Scan Client Queries
7591=Performance indicators for in-the-cloud queries and the Smart Query Filter
7592=HTTP Requests
7593=The total number of HTTP requests from clients to Smart Protection servers.
7594=Update Requests
7595=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
7596=HTTP Query Time (Total)
7597=The total amount of time clients took to perform HTTP queries.
7598=HTTP Query Time (Minimum)
7599=The minimum amount of time it took to perform an HTTP query.
7600=HTTP Query Time (Average)
7601=The average amount of time it took to perform an HTTP query.
7602=HTTP Query Time (Maximum)
7603=The maximum amount of time it took to perform an HTTP query.
7604=CRC Queries
7605=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
7606=CRC Query Errors (Network)
7607=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
7608=CRC Query Errors (Server)
7609=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur for many reasons but are not caused by the following
(there are separate counters for these items): unsynchronized patterns, network
problems, Smart Protection server errors, and query timeouts.
7610=CRC Query Errors (Timeout)
7611=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because the query timed out before it completed a
query.
7612=CRC Query Errors (Others)
7613=The total number of errors encountered when performing cyclic redundancy check
(CRC) queries. Errors occur because there is a problem with the Smart Protection
server.
7614=Unsynchronized Smart Query Filter Pattern
7615=The number of times the Smart Query Filter Pattern versions on the client and
Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
7616=CRC Query Time (Total)
7617=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
7618=CRC Query Time (Minimum)
7619=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7620=CRC Query Time (Average)
7621=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7622=CRC Query Time (Maximum)
7623=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
7624=CRC Query Volume Sent
7625=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
7626=CRC Query Overhead Volume Sent
7627=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
7628=CRC Query Volume Received
7629=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
7630=CRC Query Overhead Volume Received
7631=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
7632=CRC Query Volume
7633=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
7634=TCP Connections
7635=The total number of TCP connections during in-the-cloud queries.
7636=Smart Query Filter Queries
7637=The total number of Smart Query Filter queries.
7638=Smart Query Filter Hits (Miss)
7639=The total number of query hits not recognized by the Smart Query Filter.
7640=Smart Query Filter False Positives
7641=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
7642=CRC Cached Items
7643=The number of items in the CRC cache.
7644=CRC Cache Hits
7645=The total number of recorded hits for the CRC cache when performing queries.
7646=CRC Cache Hit Rate
7647=The ratio of CRC cache hits to total CRC queries.
7648=CRC Diff. Purged Count
7649=The amount of CRC items purged by comparing CRC differences.
7650=Async CRC Cached Item Purged Count
7651=The amount of Async CRC items purged.
7652=Smart Query Filter Pattern Downloads
7653=The number of times that a Smart Query Filter Pattern was downloaded.
7654=Smart Query Filter Pattern Downloaded Volume
7655=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
7656=Smart Query Filter Pattern Downloaded Overhead Volume
7657=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
7658=Smart Query Filter Pattern Version
7659=The version number of Smart Query Filter Pattern that is used by the client.
7660=CRC Query Queue Size
7661=The current size of CRC queries in the queue.
7662=Update Queue Size
7663=The current size of update requests in the queue.
7664=Event Callback Queue Size
7665=The current size of event callbacks in the queue.
7666=Smart Scan Mode
7667=The client is using smart scan.
7668=HTTP Query External Cache Count (Hit)
7669=The total number of http queries that hit external cache.
7670=HTTP Query External Cache Count (Miss)
7671=The total number of http queries that miss external cache.
7672=Check Server Status Count
7673=The total number of Check Server Status query.
7674=Smart Query Filter Hits (Main)
7675=The total number of query hits matching the main table of the Smart Query
Filter.
7676=Smart Query Filter Hits (Diff)
7677=The total number of query hits matching the diff table of the Smart Query
Filter.
7678=Smart Query Filter Pattern Version (Main)
7679=The pattern version of the main table.
7680=Smart Query Filter Pattern Diff Version Count
7681=The number of available diff patterns.
7682=Smart Query Filter Pattern Diff Entry Count
7683=The number of entries inside the diff pattern table.
7684=Forced Query Count
7685=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
7686=Full Purge CRC Cache (Full Update)
7687=CRC cache was purged because the full pattern was updated.
7688=Full Purge CRC Cache Count (Incomplete)
7689=CRC cache was purged because of an incomplete pattern.
7690=Full Purge CRC Cache Count (API)
7691=CRC cache was purged because of an API call.
7692=Vinfo Cached Items Purge Count
7693=The number of Vinfo cached items purged.
7694=Address Family Selector Last Refresh Time
7695=Last Refresh Time to select the family by the address family selector
7696=Address Family Selector Selected IP
7697=The IP selected by the address family selector
7698=Address Family Selector Selected Family
7699=The family selected by the address family selector
7700=Address Family Selector Connection Spent Time
7701=Time spent for making connection to select the family
7702=Address Family Selector Decision Spent Time
7703=Time spent for making decision of selecting the family
7872=.NET Memory Cache 4.0
7873=System.Runtime.Caching.MemoryCache Performance Counters
7874=Cache Hits
7875=The number of cache hits.
7876=Cache Misses
7877=The number of cache misses.
7878=Cache Hit Ratio
7879=The percentage of cache hits in the total number of cache requests.
7880=Cache Hit Ratio Base
7881=Cache Hit Ratio Base
7882=Cache Trims
7883=Total number of entries removed from the cache due to memory pressure or Trim
invocations.
7884=Cache Entries
7885=The number of entries within the cache.
7886=Cache Turnover Rate
7887=The number of entries added to the cache or removed from the cache per second.
8122=ASP.NET v4.0.30319
8123=Contadores de rendimiento global ASP.NET
8124=ASP.NET Apps v4.0.30319
8125=Contadores de rendimiento de aplicaci�n ASP.NET
8126=Reinicios de la aplicaci�n
8127=N�mero de veces que se ha reiniciado la aplicaci�n desde que se instal� el
servidor web.
8128=Aplicaciones activas
8129=N�mero de aplicaciones web activas actualmente.
8130=Solicitudes desconectadas
8131=N�mero de solicitudes desconectadas por errores de comunicaci�n o finalizadas
por el usuario.
8132=Tiempo de ejecuci�n de solicitud
8133=N�mero de milisegundos que tard� en ejecutarse la solicitud m�s reciente.
8134=Solicitudes rechazadas
8135=El n�mero de solicitudes se ha rechazado porque la cola de solicitudes estaba
llena.
8136=Solicitudes en cola
8137=N�mero de solicitudes en espera de proceso.
8138=Procesos de trabajo en ejecuci�n
8139=N�mero de procesos de trabajo que se ejecutan en el equipo.
8140=Reinicios del proceso de trabajo
8141=N�mero de veces que se ha reiniciado en el equipo un proceso de trabajo.
8142=Tiempo de espera de la solicitud
8143=N�mero de milisegundos que la solicitud m�s reciente esper� en la cola.
8144=Sesiones activas del servidor de estado
8145=N�mero actual de sesiones activas.
8146=Sesiones abandonadas del servidor de estado
8147=N�mero de sesiones abandonadas expl�citamente.
8148=Sesiones del servidor de estado que superaron el tiempo de espera
8149=N�mero de sesiones que agotaron el tiempo de espera.
8150=Sesiones totales del servidor de estado
8151=N�mero total de sesiones.
8152=Solicitudes actuales
8153=N�mero actual de solicitudes, incluidas las que est�n en la cola, las que se
est�n ejecutando actualmente o las que est�n en espera para escribirse en el
cliente. En el modelo de proceso de ASP.NET, cuando este contador supera el valor
definido por requestQueueLimit en la secci�n de configuraci�n processModel, ASP.NET
comenzar� a rechazar solicitudes.
8154=Eventos de resultados correctos de auditor�a provocados
8155=Cantidad de resultados positivos de auditor�a en la aplicaci�n desde que se
inici�.
8156=Eventos de resultados incorrectos de auditor�a provocados
8157=Cantidad de resultados negativos de auditor�a en la aplicaci�n desde que se
inici�.
8158=Eventos de error provocados
8159=N�mero de eventos de error provocados desde que se inici� la aplicaci�n.
8160=Eventos de error de solicitud provocados
8161=N�mero de eventos de error en tiempo de ejecuci�n desde que se inici� la
aplicaci�n.
8162=Eventos de error de infraestructura provocados
8163=N�mero de eventos de error HTTP provocados desde que se inici� la aplicaci�n.
8164=Solicitudes de cola nativa
8165=Solicitudes que se pusieron en cola al superarse los l�mites de simultaneidad.
8166=Solicitudes an�nimas
8167=N�mero de solicitudes que utilizan autenticaci�n an�nima.
8168=Solicitudes an�nimas por segundo
8169=N�mero de solicitudes de autenticaci�n an�nima por segundo
8170=Entradas totales en cach�
8171=N�mero total de entradas en la memoria cach� (internas y agregadas por el
usuario)
8172=Tasa de renovaci�n total de cach�
8173=N�mero de elementos que se agregan a o eliminan de la memoria cach� por
segundo.
8174=Total de visitas de cach�
8175=N�mero total de aciertos de cach�.
8176=Total l�neas no ejecutadas de cach�
8177=N�mero total de l�neas no ejecutadas de cach�.
8178=Proporci�n total de aciertos de cach�
8179=Proporci�n de aciertos de todas las llamadas de cach�.
8180=Proporci�n de base de aciertos totales de cach�
8181=Proporci�n de base de aciertos totales de cach�
8182=Entradas API de cach�
8183=N�mero total de entradas en la memoria cach� agregadas por el usuario.
8184=Tasa de renovaci�n de la API de cach�
8185=N�mero de elementos que se agregan a o eliminan de la cach� de API por
segundo.
8186=Aciertos de la API de cach�
8187=N�mero de aciertos de cach� desde el c�digo de usuario.
8188=L�neas no ejecutadas de la API de cach�
8189=N�mero de l�neas no ejecutadas de cach� llamadas desde el c�digo de usuario.
8190=Proporci�n de aciertos de la API de cach�
8191=Proporci�n de aciertos llamados desde el c�digo de usuario.
8192=Proporci�n de base de aciertos de la API de cach�
8193=Proporci�n de base de aciertos de la API de cach�
8194=Entradas de la cach� de resultados
8195=N�mero actual de entradas en la cach� de resultados.
8196=�ndice de movimiento de cach� de resultados
8197=N�mero de elementos que se agregan a o eliminan de la cach� de resultados por
segundo.
8198=Aciertos de la cach� de resultados
8199=N�mero total de solicitudes para cach� de resultados disponibles desde la
cach� de resultados.
8200=L�neas no ejecutadas de cach� de resultados
8201=N�mero total de solicitudes para cach� de resultados no disponibles desde la
cach� de resultados.
8202=Proporci�n de aciertos de la cach� de resultados
8203=Proporci�n de aciertos a solicitudes en solicitudes para cach� de resultados.
8204=Proporci�n de base de aciertos de la cach� de resultados
8205=Proporci�n de base de aciertos de la cach� de resultados
8206=Total de compilaciones
8207=N�mero de archivos de c�digo fuente .asax, .ascx, .ashx, .asmx, o .aspx
compilados din�micamente.
8208=Solicitudes de depuraci�n
8209=N�mero de solicitudes de depuraci�n procesadas.
8210=Errores durante el preprocesamiento
8211=N�mero de errores producidos durante el an�lisis y la configuraci�n.
8212=Errores producidos durante la compilaci�n
8213=N�mero de errores producidos durante la compilaci�n.
8214=Errores producidos durante la ejecuci�n
8215=N�mero de errores producidos al procesar una solicitud.
8216=Errores no controlados durante la ejecuci�n
8217=N�mero de errores no controlados por el c�digo de usuario, sino por el
controlador de errores predeterminado.
8218=Errores no controlados durante la ejecuci�n por segundo
8219=Tasa de errores no controlados.
8220=Total de errores
8221=N�mero total de errores.
8222=Total de errores por segundo
8223=Tasa de errores.
8224=Recuento de instancias de canalizaci�n
8225=N�mero de instancias de canalizaci�n activas.
8226=Total de bytes de las solicitudes
8227=Tama�o total, en bytes, de todas las solicitudes.
8228=Total de bytes de salida de la solicitud
8229=Tama�o total, en bytes, de respuestas enviadas a un cliente. No incluye
encabezados de respuesta HTTP est�ndar.
8230=Solicitudes en ejecuci�n
8231=N�mero de solicitudes que se ejecutan actualmente.
8232=Error de solicitudes
8233=N�mero total de errores en las solicitudes.
8234=Solicitudes no encontradas
8235=N�mero de solicitudes para recursos que no se pueden encontrar.
8236=Solicitudes no autorizadas
8237=N�mero de errores en solicitudes por acceso no autorizado.
8238=Solicitudes en la cola de la aplicaci�n
8239=N�mero de solicitudes que se encuentran en la cola de solicitudes de la
aplicaci�n.
8240=Tiempo de espera agotado para las solicitudes
8241=N�mero de solicitudes que han superado el tiempo de espera.
8242=Solicitudes correctas
8243=N�mero de solicitudes ejecutadas correctamente.
8244=Total de solicitudes
8245=N�mero total de solicitudes desde que se inici� la aplicaci�n.
8246=Solicitudes por segundo
8247=N�mero de solicitudes ejecutadas por segundo.
8248=Sesiones activas
8249=N�mero actual de sesiones activas.
8250=Sesiones detenidas
8251=N�mero de sesiones abandonadas expl�citamente.
8252=Sesiones cuyo tiempo de espera ha terminado
8253=N�mero de sesiones que agotaron el tiempo de espera.
8254=Total de sesiones
8255=N�mero total de sesiones desde que se inici� la aplicaci�n.
8256=Transacciones anuladas
8257=N�mero de transacciones anuladas.
8258=Transacciones confirmadas
8259=N�mero de transacciones confirmadas.
8260=Transacciones pendientes
8261=N�mero de transacciones en curso.
8262=Total de transacciones
8263=N�mero total de transacciones desde que comenz� la aplicaci�n.
8264=Transacciones por segundo
8265=Transacciones iniciadas por segundo.
8266=Conexiones totales de sesi�n con el servidor de estado
8267=N�mero total de conexiones con el servidor de estado utilizadas por el estado
de sesi�n.
8268=Conexiones totales de sesi�n con SQL Server
8269=N�mero total de conexiones con SQL Server utilizadas por el estado de sesi�n.
8270=Eventos provocados
8271=N�mero total de eventos de instrumentaci�n provocados desde que se inici� la
aplicaci�n.
8272=Eventos provocados por segundo
8273=N�mero total de eventos de instrumentaci�n por segundo.
8274=Eventos de duraci�n de la aplicaci�n
8275=N�mero de eventos de aplicaci�n provocados desde que se inici� la aplicaci�n.
8276=Eventos de duraci�n de la aplicaci�n por segundo
8277=N�mero de eventos de aplicaci�n provocados por segundo.
8278=Eventos de error provocados
8279=N�mero de eventos de error provocados desde que se inici� la aplicaci�n.
8280=Eventos de error provocados por segundo
8281=N�mero de eventos de error por segundo.
8282=Eventos de error de solicitud provocados
8283=N�mero de eventos de error en tiempo de ejecuci�n desde que se inici� la
aplicaci�n.
8284=Eventos de error de solicitud provocados por segundo
8285=N�mero de eventos de error en tiempo de ejecuci�n por segundo.
8286=Eventos de error de infraestructura provocados
8287=N�mero de eventos de error HTTP provocados desde que se inici� la aplicaci�n.
8288=Eventos de error de infraestructura provocados por segundo
8289=N�mero de eventos de error HTTP provocados por segundo.
8290=Eventos de solicitud provocados
8291=N�mero de eventos de solicitud provocados desde que se inici� la aplicaci�n.
8292=Eventos de solicitud provocados por segundo
8293=N�mero de eventos de solicitud provocados por segundo.
8294=Eventos de resultados correctos de auditor�a provocados
8295=Cantidad de resultados positivos de auditor�a en la aplicaci�n desde que se
inici�.
8296=Eventos de resultados incorrectos de auditor�a provocados
8297=Cantidad de resultados negativos de auditor�a en la aplicaci�n desde que se
inici�.
8298=Autenticaci�n de pertenencia correcta
8299=N�mero de validaciones de credenciales de pertenencia correctas desde que se
inici� la aplicaci�n.
8300=Error de autenticaci�n de pertenencia
8301=N�mero de validaciones de credenciales de pertenencia con error desde que se
inici� la aplicaci�n.
8302=Autenticaci�n correcta de formularios
8303=N�mero de validaciones de vales de autenticaci�n de formularios correctas
desde que se inici� la aplicaci�n.
8304=Error de autenticaci�n de formularios
8305=N�mero de validaciones de vales de autenticaci�n de formularios con error
desde que se inici� la aplicaci�n.
8306=Error de validaci�n MAC de Viewstate
8307=N�mero de validaciones MAC de Viewstate que no se pudieron realizar desde que
se inici� la aplicaci�n.
8308=Tiempo de ejecuci�n de solicitud
8309=N�mero de milisegundos que tard� en ejecutarse la solicitud m�s reciente.
8310=Solicitudes desconectadas
8311=N�mero de solicitudes desconectadas por errores de comunicaci�n o finalizadas
por el usuario.
8312=Solicitudes rechazadas
8313=N�mero de solicitudes rechazadas porque la cola de solicitudes estaba llena.
8314=Tiempo de espera de la solicitud
8315=N�mero de milisegundos que la solicitud m�s reciente esper� en la cola.
8316=L�mite de memoria cach� del equipo en % usada
8317=Cantidad de memoria f�sica usada por el sistema dividida por el l�mite de la
memoria f�sica para la cach�, expresada como un porcentaje. Cuando el valor
alcanza el 100%, la mitad de las entradas de la cach� se quitar�n de forma forzosa.
La instancia __Total__ es el promedio de todas las instancias y, por tanto, no se
puede usar para determinar cu�ndo las entradas de la cach� se quitar�n de forma
forzosa.
8318=L�mite de memoria cach� del equipo en % usada base
8319=L�mite de memoria cach� del equipo en % usada base
8320=L�mite de memoria cach� de procesos en % usada
8321=Valor de bytes privados para el proceso de trabajo dividido por el l�mite de
la memoria en bytes privados para la cach�, expresado como un porcentaje. Cuando
el valor alcanza el 100%, la mitad de las entradas de la cach� se quitar�n de forma
forzosa. La instancia __Total__ es el promedio de todas las instancias y, por
tanto, no se puede usar para determinar cu�ndo las entradas de la cach� se quitar�n
de forma forzosa.
8322=L�mite de memoria cach� de procesos en % usada base
8323=L�mite de memoria cach� de procesos en % usada base
8324=Recortes totales de cach�
8325=N�mero total de entradas quitadas de forma forzosa de la cach� debido a la
necesidad de memoria.
8326=Recortes API de cach�
8327=N�mero total de entradas quitadas de la cach� de forma forzosa debido a la
necesidad de memoria. Estas entradas se insertaron originalmente en la cach� usando
una de las API de cach� p�blicas.
8328=Recortes de cach� de resultados
8329=N�mero total de entradas quitadas de la cach� de forma forzosa debido a la
necesidad de memoria. Estas entradas fueron insertadas originalmente en la cach�
por la caracter�stica de la cach� de resultados.
8330=% de tiempo de procesador administrado (estimado)
8331=Porcentaje de tiempo estimado que invierte el procesador en ejecutar c�digo de
aplicaci�n administrado. Este contador realiza el seguimiento s�lo del tiempo de
procesador de subprocesos administrados en la aplicaci�n. No incluye otro tiempo de
procesador invertido en la ejecuci�n de subprocesos no administrados. Tenga en
cuenta que este contador se actualiza s�lo con los datos nuevos cada cinco
segundos.
8332=% de base de tiempo de procesador administrado (estimado)
8333=% de base de tiempo de procesador administrado (estimado)
8334=Memoria administrada usada (estimada)
8335=Cantidad estimada de memoria de mont�n administrada (en KB) que consume la
aplicaci�n. La precisi�n de este contador var�a en funci�n del tiempo transcurrido
desde la �ltima recopilaci�n completa del mont�n de memoria administrada. Tenga en
cuenta que este contador se actualiza s�lo con los datos nuevos cada cinco
segundos.
8336=Total de bytes de las solicitudes (WebSockets)
8337=Tama�o total, en bytes, de los datos recibidos por ASP.NET en conexiones
WebSocket.
8338=Total de bytes de salida de la solicitud (WebSockets)
8339=Tama�o total, en bytes, de los datos enviados a un cliente en conexiones
WebSocket.
8340=Solicitudes en ejecuci�n (WebSockets)
8341=N�mero de solicitudes WebSocket que se ejecutan actualmente.
8342=Error de solicitudes (WebSockets)
8343=N�mero total de solicitudes WebSocket que finalizaron en estado anulado.
8344=Solicitudes correctas (WebSockets)
8345=N�mero total de solicitudes WebSocket que se completaron correctamente.
8346=Total de solicitudes (WebSockets)
8347=N�mero total de solicitudes WebSocket desde que se inici� la aplicaci�n.
8974=SMSvcHost 4.0.0.0
8975=Contadores de rendimiento de SMSvcHost 4.0.0.0
8976=Errores de protocolo a trav�s de net.tcp
8977=N�mero total de errores en el nivel de protocolo de net.tcp.
8978=Errores de protocolo a trav�s de net.pipe
8979=N�mero total de errores en el nivel de protocolo de net.pipe.
8980=Errores de env�o a trav�s de net.tcp
8981=N�mero total de errores al distribuir mensajes recibidos a trav�s de net.tcp.
8982=Errores de env�o a trav�s de net.pipe
8983=N�mero total de errores al distribuir mensajes recibidos a trav�s de net.pipe.
8984=Conexiones enviadas a trav�s de net.tcp
8985=N�mero total de conexiones distribuidas a trav�s de net.tcp.
8986=Conexiones enviadas a trav�s de net.pipe
8987=N�mero total de conexiones distribuidas a trav�s de net.pipe.
8988=Conexiones aceptadas a trav�s de net.tcp
8989=N�mero total de conexiones TCP aceptadas a trav�s de net.tcp.
8990=Conexiones aceptadas a trav�s de net.pipe
8991=N�mero total de conexiones de canalizaci�n con nombre aceptadas a trav�s de
net.pipe.
8992=Registros activos para net.tcp
8993=N�mero de registros de URI actualmente activos en net.tcp.
8994=Registros activos para net.pipe
8995=N�mero de registros de URI actualmente activos en net.pipe.
8996=URI registrados para net.tcp
8997=N�mero total de URI registrados correctamente en net.tcp.
8998=URI registrados para net.pipe
8999=N�mero total de URI registrados correctamente en net.pipe.
9000=URI con registro cancelado para net.tcp
9001=N�mero total de URI cuyo registro se anul� correctamente en net.tcp.
9002=URI con registro cancelado para net.pipe
9003=N�mero total de URI cuyo registro se anul� correctamente en net.pipe.
9004=MSDTC Bridge 4.0.0.0
9005=Contadores de rendimiento de MSDTC Bridge 4.0.0.0
9006=Errores de env�o de mensajes/s
9007=N�mero de mensajes de protocolo WS-AT que el servicio WS-AT no pudo enviar por
segundo.
9008=N�mero de reintentos de preparaci�n/s
9009=N�mero de mensajes de reintentos de preparaci�n que envi� el servicio WS-AT
por segundo.
9010=N�mero de reintentos de confirmaci�n/s
9011=N�mero de mensajes de reintentos de confirmaci�n que envi� el servicio WS-AT
por segundo.
9012=N�mero de reintentos preparados/s
9013=N�mero de mensajes de reintentos preparados que envi� el servicio WS-AT por
segundo.
9014=N�mero de reintentos de reproducci�n/s
9015=N�mero de mensajes de reintentos de reproducci�n que envi� el servicio WS-AT
por segundo.
9016=N�mero de errores recibidos/s
9017=N�mero de mensajes con errores que recibi� el servicio WS-AT por segundo.
9018=N�mero de errores enviados/s
9019=N�mero de mensajes con errores que envi� el servicio WS-AT por segundo.
9020=Promedio de tiempo de respuesta de preparaci�n de participantes
9021=Promedio de tiempo en milisegundos que tarda el servicio WS-AT en recibir una
respuesta de un participante a un mensaje de preparaci�n.
9022=Promedio de base de tiempo de respuesta de preparaci�n de participantes
9023=Contador base para el contador 'Average participant prepare response time'.
9024=Promedio de tiempo de respuesta de confirmaci�n de participantes
9025=Promedio de tiempo en milisegundos que tarda el servicio WS-AT en recibir una
respuesta de un participante a un mensaje de confirmaci�n.
9026=Promedio de base de tiempo de respuesta de confirmaci�n de participantes
9027=Contador base del contador 'Average participant commit response time'.
9028=WF (System.Workflow) 4.0.0.0
9029=Contadores de rendimiento de Windows Workflow Foundation
9030=Flujos de trabajo creados
9031=N�mero total de flujos de trabajo creados.
9032=Flujos de trabajo creados/s
9033=Tasa de flujos de trabajo creados por segundo.
9034=Flujos de trabajo descargados
9035=N�mero total de flujos de trabajo descargados.
9036=Flujos de trabajo descargados/s
9037=Tasa de flujos de trabajo descargados por segundo.
9038=Flujos de trabajo cargados
9039=N�mero total de flujos de trabajo cargados.
9040=Flujos de trabajo cargados/s
9041=Tasa de flujos de trabajo cargados por segundo.
9042=Flujos de trabajo completados
9043=N�mero total de flujos de trabajo completados.
9044=Flujos de trabajo completados/s
9045=Tasa de flujos de trabajo completados por segundo.
9046=Flujos de trabajo suspendidos
9047=N�mero total de flujos de trabajo suspendidos.
9048=Flujos de trabajo suspendidos/s
9049=Tasa de flujos de trabajo suspendidos por segundo.
9050=Flujos de trabajo terminados
9051=N�mero total de flujos de trabajo finalizados.
9052=Flujos de trabajo terminados/s
9053=Tasa de flujos de trabajo finalizados por segundo.
9054=Flujos de trabajo en memoria
9055=N�mero total de flujos de trabajo en memoria.
9056=Flujos de trabajo anulados
9057=N�mero total de flujos de trabajo anulados.
9058=Flujos de trabajo anulados/s
9059=Tasa de flujos de trabajo anulados por segundo.
9060=Flujos de trabajo guardados
9061=N�mero total de flujos de trabajo mantenidos.
9062=Flujos de trabajo guardados/s
9063=Tasa de flujos de trabajo mantenidos por segundo.
9064=Flujos de trabajo en ejecuci�n
9065=N�mero total de instancias de flujo de trabajo ejecut�ndose de forma activa.
9066=Flujos de trabajo inactivos/s
9067=Tasa de flujos de trabajo que quedan inactivos por segundo.
9068=Flujos de trabajo que se pueden ejecutar
9069=N�mero total de flujos de trabajo listos para ejecutarse.
9070=Flujos de trabajo pendientes
9071=N�mero total de�flujos de trabajo esperando un subproceso.
9072=Red de .NET CLR 4.0.0.0
9073=Contadores para clases en el espacio de nombres System.Net.
9074=Conexiones establecidas
9075=El n�mero total acumulativo de conexiones de socket establecidas de este
proceso desde que se inici�.
9076=Bytes recibidos
9077=El n�mero total acumulativo de bytes recibidos de todas las conexiones
abiertas de socket desde que se inici� el proceso. Este n�mero incluye datos y
cualquier informaci�n de protocolo que no est� definida por el protocolo TCP/IP.
9078=Bytes enviados
9079=El n�mero total acumulativo de bytes enviados de todas las conexiones abiertas
de socket desde que se inici� el proceso. Este n�mero incluye datos y cualquier
informaci�n de protocolo que no est� definida por el protocolo TCP/IP.
9080=Datagramas recibidos
9081=El n�mero total acumulativo de paquetes de datagramas recibidos desde que se
inici� el proceso.
9082=Datagramas enviados
9083=El n�mero total acumulativo de paquetes de datagramas enviados desde que se
inici� el proceso.
9084=HttpWebRequests creados/s
9085=N�mero de objetos HttpWebRequest creados durante el �ltimo intervalo de
muestreo (normalmente 1 segundo).
9086=Duraci�n media de HttpWebRequests
9087=Duraci�n media de todas las peticiones web completadas durante el �ltimo
intervalo de muestreo. La duraci�n se define como el tiempo transcurrido entre la
creaci�n del objeto HttpWebRequest y el cierre del objeto HttpWebResponse o del
objeto de secuencia de respuesta. Los valores se muestran en milisegundos.
9088=Base de duraci�n media de HttpWebRequests
9089=Base de duraci�n media de HttpWebRequests
9090=HttpWebRequests en cola/s
9091=N�mero de objetos HttpWebRequest agregados a una cola de espera durante el
�ltimo intervalo de muestreo (normalmente 1 segundo). Si al enviar una petici�n
todas las conexiones con el servidor est�n siendo utilizadas, la petici�n se agrega
a una cola de espera.
9092=Media de tiempo en cola de HttpWebRequests
9093=Tiempo medio que los objetos HttpWebRequest pasan en una cola de espera. Si al
enviar una petici�n todas las conexiones con el servidor est�n siendo utilizadas,
la petici�n se agrega a una cola de espera y permanece en ella hasta que una
conexi�n se quede disponible. Los valores se muestran en milisegundos.
9094=Base de media de tiempo en cola de HttpWebRequests
9095=Base de media de tiempo en cola de HttpWebRequests
9096=HttpWebRequests anulados/s
9097=N�mero de objetos HttpWebRequest anulados durante el �ltimo intervalo de
muestreo (normalmente 1 segundo). Las peticiones se anulan normalmente llamando a
HttpWebRequest.Abort() o cuando vence el tiempo de espera.
9098=HttpWebRequests err�neos/s
9099=N�mero de objetos HttpWebRequest con errores durante el �ltimo intervalo de
muestreo (normalmente 1 segundo). Una petici�n se considera err�nea si tras el
comienzo de un procesamiento de petici�n uno de los siguientes m�todos genera una
excepci�n: HttpWebRequest.EndGetRequestStream(), HttpWebRequest.GetRequestStream(),
HttpWebRequest.EndGetResponse(), HttpWebRequest.GetResponse()
9896=Servicio de estado ASP.NET
9897=Servicio de estado ASP.NET
10122=Sesiones activas del servidor de estado
10123=N�mero actual de sesiones activas.
10124=Sesiones abandonadas del servidor de estado
10125=N�mero de sesiones abandonadas expl�citamente.
10126=Sesiones del servidor de estado que superaron el tiempo de espera
10127=N�mero de sesiones que agotaron el tiempo de espera.
10128=Sesiones totales del servidor de estado
10129=N�mero total de sesiones.
10130=ASP.NET
10131=Contadores de rendimiento global ASP.NET
10132=Aplicaciones ASP.NET
10133=Contadores de rendimiento de aplicaci�n ASP.NET
10134=Reinicios de la aplicaci�n
10135=N�mero de veces que se ha reiniciado la aplicaci�n desde que se instal� el
servidor web.
10136=Aplicaciones activas
10137=N�mero de aplicaciones web activas actualmente.
10138=Solicitudes desconectadas
10139=N�mero de solicitudes desconectadas por errores de comunicaci�n o finalizadas
por el usuario.
10140=Tiempo de ejecuci�n de solicitud
10141=N�mero de milisegundos que tard� en ejecutarse la solicitud m�s reciente.
10142=Solicitudes rechazadas
10143=El n�mero de solicitudes se ha rechazado porque la cola de solicitudes estaba
llena.
10144=Solicitudes en cola
10145=N�mero de solicitudes en espera de proceso.
10146=Procesos de trabajo en ejecuci�n
10147=N�mero de procesos de trabajo que se ejecutan en el equipo.
10148=Reinicios del proceso de trabajo
10149=N�mero de veces que se ha reiniciado en el equipo un proceso de trabajo.
10150=Tiempo de espera de la solicitud
10151=N�mero de milisegundos que la solicitud m�s reciente esper� en la cola.
10152=Sesiones activas del servidor de estado
10153=N�mero actual de sesiones activas.
10154=Sesiones abandonadas del servidor de estado
10155=N�mero de sesiones abandonadas expl�citamente.
10156=Sesiones del servidor de estado que superaron el tiempo de espera
10157=N�mero de sesiones que agotaron el tiempo de espera.
10158=Sesiones totales del servidor de estado
10159=N�mero total de sesiones.
10160=Solicitudes actuales
10161=N�mero actual de solicitudes, incluidas las que est�n en la cola, las que se
est�n ejecutando actualmente o las que est�n en espera para escribirse en el
cliente. En el modelo de proceso de ASP.NET, cuando este contador supera el valor
definido por requestQueueLimit en la secci�n de configuraci�n processModel, ASP.NET
comenzar� a rechazar solicitudes.
10162=Eventos de resultados correctos de auditor�a provocados
10163=Cantidad de resultados positivos de auditor�a en la aplicaci�n desde que se
inici�.
10164=Eventos de resultados incorrectos de auditor�a provocados
10165=Cantidad de resultados negativos de auditor�a en la aplicaci�n desde que se
inici�.
10166=Eventos de error provocados
10167=N�mero de eventos de error provocados desde que se inici� la aplicaci�n.
10168=Eventos de error de solicitud provocados
10169=N�mero de eventos de error en tiempo de ejecuci�n desde que se inici� la
aplicaci�n.
10170=Eventos de error de infraestructura provocados
10171=N�mero de eventos de error HTTP provocados desde que se inici� la aplicaci�n.
10172=Solicitudes de cola nativa
10173=Solicitudes que se pusieron en cola al superarse los l�mites de
simultaneidad.
10174=Solicitudes an�nimas
10175=N�mero de solicitudes que utilizan autenticaci�n an�nima.
10176=Solicitudes an�nimas por segundo
10177=N�mero de solicitudes de autenticaci�n an�nima por segundo
10178=Entradas totales en cach�
10179=N�mero total de entradas en la memoria cach� (internas y agregadas por el
usuario)
10180=Tasa de renovaci�n total de cach�
10181=N�mero de elementos que se agregan a o eliminan de la memoria cach� por
segundo.
10182=Total de visitas de cach�
10183=N�mero total de aciertos de cach�.
10184=Total l�neas no ejecutadas de cach�
10185=N�mero total de l�neas no ejecutadas de cach�.
10186=Proporci�n total de aciertos de cach�
10187=Proporci�n de aciertos de todas las llamadas de cach�.
10188=Proporci�n de base de aciertos totales de cach�
10189=Proporci�n de base de aciertos totales de cach�
10190=Entradas API de cach�
10191=N�mero total de entradas en la memoria cach� agregadas por el usuario.
10192=Tasa de renovaci�n de la API de cach�
10193=N�mero de elementos que se agregan a o eliminan de la cach� de API por
segundo.
10194=Aciertos de la API de cach�
10195=N�mero de aciertos de cach� desde el c�digo de usuario.
10196=L�neas no ejecutadas de la API de cach�
10197=N�mero de l�neas no ejecutadas de cach� llamadas desde el c�digo de usuario.
10198=Proporci�n de aciertos de la API de cach�
10199=Proporci�n de aciertos llamados desde el c�digo de usuario.
10200=Proporci�n de base de aciertos de la API de cach�
10201=Proporci�n de base de aciertos de la API de cach�
10202=Entradas de la cach� de resultados
10203=N�mero actual de entradas en la cach� de resultados.
10204=�ndice de movimiento de cach� de resultados
10205=N�mero de elementos que se agregan a o eliminan de la cach� de resultados por
segundo.
10206=Aciertos de la cach� de resultados
10207=N�mero total de solicitudes para cach� de resultados disponibles desde la
cach� de resultados.
10208=L�neas no ejecutadas de cach� de resultados
10209=N�mero total de solicitudes para cach� de resultados no disponibles desde la
cach� de resultados.
10210=Proporci�n de aciertos de la cach� de resultados
10211=Proporci�n de aciertos a solicitudes en solicitudes para cach� de resultados.
10212=Proporci�n de base de aciertos de la cach� de resultados
10213=Proporci�n de base de aciertos de la cach� de resultados
10214=Total de compilaciones
10215=N�mero de archivos de c�digo fuente .asax, .ascx, .ashx, .asmx, o .aspx
compilados din�micamente.
10216=Solicitudes de depuraci�n
10217=N�mero de solicitudes de depuraci�n procesadas.
10218=Errores durante el preprocesamiento
10219=N�mero de errores producidos durante el an�lisis y la configuraci�n.
10220=Errores producidos durante la compilaci�n
10221=N�mero de errores producidos durante la compilaci�n.
10222=Errores producidos durante la ejecuci�n
10223=N�mero de errores producidos al procesar una solicitud.
10224=Errores no controlados durante la ejecuci�n
10225=N�mero de errores no controlados por el c�digo de usuario, sino por el
controlador de errores predeterminado.
10226=Errores no controlados durante la ejecuci�n por segundo
10227=Tasa de errores no controlados.
10228=Total de errores
10229=N�mero total de errores.
10230=Total de errores por segundo
10231=Tasa de errores.
10232=Recuento de instancias de canalizaci�n
10233=N�mero de instancias de canalizaci�n activas.
10234=Total de bytes de las solicitudes
10235=Tama�o total, en bytes, de todas las solicitudes.
10236=Total de bytes de salida de la solicitud
10237=Tama�o total, en bytes, de respuestas enviadas a un cliente. No incluye
encabezados de respuesta HTTP est�ndar.
10238=Solicitudes en ejecuci�n
10239=N�mero de solicitudes que se ejecutan actualmente.
10240=Error de solicitudes
10241=N�mero total de errores en las solicitudes.
10242=Solicitudes no encontradas
10243=N�mero de solicitudes para recursos que no se pueden encontrar.
10244=Solicitudes no autorizadas
10245=N�mero de errores en solicitudes por acceso no autorizado.
10246=Solicitudes en la cola de la aplicaci�n
10247=N�mero de solicitudes que se encuentran en la cola de solicitudes de la
aplicaci�n.
10248=Tiempo de espera agotado para las solicitudes
10249=N�mero de solicitudes que han superado el tiempo de espera.
10250=Solicitudes correctas
10251=N�mero de solicitudes ejecutadas correctamente.
10252=Total de solicitudes
10253=N�mero total de solicitudes desde que se inici� la aplicaci�n.
10254=Solicitudes por segundo
10255=N�mero de solicitudes ejecutadas por segundo.
10256=Sesiones activas
10257=N�mero actual de sesiones activas.
10258=Sesiones detenidas
10259=N�mero de sesiones abandonadas expl�citamente.
10260=Sesiones cuyo tiempo de espera ha terminado
10261=N�mero de sesiones que agotaron el tiempo de espera.
10262=Total de sesiones
10263=N�mero total de sesiones desde que se inici� la aplicaci�n.
10264=Transacciones anuladas
10265=N�mero de transacciones anuladas.
10266=Transacciones confirmadas
10267=N�mero de transacciones confirmadas.
10268=Transacciones pendientes
10269=N�mero de transacciones en curso.
10270=Total de transacciones
10271=N�mero total de transacciones desde que comenz� la aplicaci�n.
10272=Transacciones por segundo
10273=Transacciones iniciadas por segundo.
10274=Conexiones totales de sesi�n con el servidor de estado
10275=N�mero total de conexiones con el servidor de estado utilizadas por el estado
de sesi�n.
10276=Conexiones totales de sesi�n con SQL Server
10277=N�mero total de conexiones con SQL Server utilizadas por el estado de sesi�n.
10278=Eventos provocados
10279=N�mero total de eventos de instrumentaci�n provocados desde que se inici� la
aplicaci�n.
10280=Eventos provocados por segundo
10281=N�mero total de eventos de instrumentaci�n por segundo.
10282=Eventos de duraci�n de la aplicaci�n
10283=N�mero de eventos de aplicaci�n provocados desde que se inici� la aplicaci�n.
10284=Eventos de duraci�n de la aplicaci�n por segundo
10285=N�mero de eventos de aplicaci�n provocados por segundo.
10286=Eventos de error provocados
10287=N�mero de eventos de error provocados desde que se inici� la aplicaci�n.
10288=Eventos de error provocados por segundo
10289=N�mero de eventos de error por segundo.
10290=Eventos de error de solicitud provocados
10291=N�mero de eventos de error en tiempo de ejecuci�n desde que se inici� la
aplicaci�n.
10292=Eventos de error de solicitud provocados por segundo
10293=N�mero de eventos de error en tiempo de ejecuci�n por segundo.
10294=Eventos de error de infraestructura provocados
10295=N�mero de eventos de error HTTP provocados desde que se inici� la aplicaci�n.
10296=Eventos de error de infraestructura provocados por segundo
10297=N�mero de eventos de error HTTP provocados por segundo.
10298=Eventos de solicitud provocados
10299=N�mero de eventos de solicitud provocados desde que se inici� la aplicaci�n.
10300=Eventos de solicitud provocados por segundo
10301=N�mero de eventos de solicitud provocados por segundo.
10302=Eventos de resultados correctos de auditor�a provocados
10303=Cantidad de resultados positivos de auditor�a en la aplicaci�n desde que se
inici�.
10304=Eventos de resultados incorrectos de auditor�a provocados
10305=Cantidad de resultados negativos de auditor�a en la aplicaci�n desde que se
inici�.
10306=Autenticaci�n de pertenencia correcta
10307=N�mero de validaciones de credenciales de pertenencia correctas desde que se
inici� la aplicaci�n.
10308=Error de autenticaci�n de pertenencia
10309=N�mero de validaciones de credenciales de pertenencia con error desde que se
inici� la aplicaci�n.
10310=Autenticaci�n correcta de formularios
10311=N�mero de validaciones de vales de autenticaci�n de formularios correctas
desde que se inici� la aplicaci�n.
10312=Error de autenticaci�n de formularios
10313=N�mero de validaciones de vales de autenticaci�n de formularios con error
desde que se inici� la aplicaci�n.
10314=Error de validaci�n MAC de Viewstate
10315=N�mero de validaciones MAC de Viewstate que no se pudieron realizar desde que
se inici� la aplicaci�n.
10316=Tiempo de ejecuci�n de solicitud
10317=N�mero de milisegundos que tard� en ejecutarse la solicitud m�s reciente.
10318=Solicitudes desconectadas
10319=N�mero de solicitudes desconectadas por errores de comunicaci�n o finalizadas
por el usuario.
10320=Solicitudes rechazadas
10321=N�mero de solicitudes rechazadas porque la cola de solicitudes estaba llena.
10322=Tiempo de espera de la solicitud
10323=N�mero de milisegundos que la solicitud m�s reciente esper� en la cola.
10324=L�mite de memoria cach� del equipo en % usada
10325=Cantidad de memoria f�sica usada por el sistema dividida por el l�mite de la
memoria f�sica para la cach�, expresada como un porcentaje. Cuando el valor
alcanza el 100%, la mitad de las entradas de la cach� se quitar�n de forma forzosa.
La instancia __Total__ es el promedio de todas las instancias y, por tanto, no se
puede usar para determinar cu�ndo las entradas de la cach� se quitar�n de forma
forzosa.
10326=L�mite de memoria cach� del equipo en % usada base
10327=L�mite de memoria cach� del equipo en % usada base
10328=L�mite de memoria cach� de procesos en % usada
10329=Valor de bytes privados para el proceso de trabajo dividido por el l�mite de
la memoria en bytes privados para la cach�, expresado como un porcentaje. Cuando
el valor alcanza el 100%, la mitad de las entradas de la cach� se quitar�n de forma
forzosa. La instancia __Total__ es el promedio de todas las instancias y, por
tanto, no se puede usar para determinar cu�ndo las entradas de la cach� se quitar�n
de forma forzosa.
10330=L�mite de memoria cach� de procesos en % usada base
10331=L�mite de memoria cach� de procesos en % usada base
10332=Recortes totales de cach�
10333=N�mero total de entradas quitadas de forma forzosa de la cach� debido a la
necesidad de memoria.
10334=Recortes API de cach�
10335=N�mero total de entradas quitadas de la cach� de forma forzosa debido a la
necesidad de memoria. Estas entradas se insertaron originalmente en la cach� usando
una de las API de cach� p�blicas.
10336=Recortes de cach� de resultados
10337=N�mero total de entradas quitadas de la cach� de forma forzosa debido a la
necesidad de memoria. Estas entradas fueron insertadas originalmente en la cach�
por la caracter�stica de la cach� de resultados.
10338=% de tiempo de procesador administrado (estimado)
10339=Porcentaje de tiempo estimado que invierte el procesador en ejecutar c�digo
de aplicaci�n administrado. Este contador realiza el seguimiento s�lo del tiempo de
procesador de subprocesos administrados en la aplicaci�n. No incluye otro tiempo de
procesador invertido en la ejecuci�n de subprocesos no administrados. Tenga en
cuenta que este contador se actualiza s�lo con los datos nuevos cada cinco
segundos.
10340=% de base de tiempo de procesador administrado (estimado)
10341=% de base de tiempo de procesador administrado (estimado)
10342=Memoria administrada usada (estimada)
10343=Cantidad estimada de memoria de mont�n administrada (en KB) que consume la
aplicaci�n. La precisi�n de este contador var�a en funci�n del tiempo transcurrido
desde la �ltima recopilaci�n completa del mont�n de memoria administrada. Tenga en
cuenta que este contador se actualiza s�lo con los datos nuevos cada cinco
segundos.
10344=Total de bytes de las solicitudes (WebSockets)
10345=Tama�o total, en bytes, de los datos recibidos por ASP.NET en conexiones
WebSocket.
10346=Total de bytes de salida de la solicitud (WebSockets)
10347=Tama�o total, en bytes, de los datos enviados a un cliente en conexiones
WebSocket.
10348=Solicitudes en ejecuci�n (WebSockets)
10349=N�mero de solicitudes WebSocket que se ejecutan actualmente.
10350=Error de solicitudes (WebSockets)
10351=N�mero total de solicitudes WebSocket que finalizaron en estado anulado.
10352=Solicitudes correctas (WebSockets)
10353=N�mero total de solicitudes WebSocket que se completaron correctamente.
10354=Total de solicitudes (WebSockets)
10355=N�mero total de solicitudes WebSocket desde que se inici� la aplicaci�n.
10524=Smart Scan Client Scanning Counters
10525=Performance indicators for smart scan clients
10526=Files Scanned
10527=The total number of files scanned
10528=Malware Detected
10529=The total number of viruses/malware detected
10530=Suspicious Files Detected
10531=The total number of files suspected to be infected with virus/malware
10532=Location Switches
10533=The number of times clients switch locations (between internal and external)
10534=Smart Scan Client Queries
10535=Performance indicators for in-the-cloud queries and the Smart Query Filter
10536=HTTP Requests
10537=The total number of HTTP requests from clients to Smart Protection servers.
10538=Update Requests
10539=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
10540=HTTP Query Time (Total)
10541=The total amount of time clients took to perform HTTP queries.
10542=HTTP Query Time (Minimum)
10543=The minimum amount of time it took to perform an HTTP query.
10544=HTTP Query Time (Average)
10545=The average amount of time it took to perform an HTTP query.
10546=HTTP Query Time (Maximum)
10547=The maximum amount of time it took to perform an HTTP query.
10548=CRC Queries
10549=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
10550=CRC Query Errors (Network)
10551=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
10552=CRC Query Errors (Server)
10553=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur for many reasons but are not caused by the
following (there are separate counters for these items): unsynchronized patterns,
network problems, Smart Protection server errors, and query timeouts.
10554=CRC Query Errors (Timeout)
10555=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because the query timed out before it completed a
query.
10556=CRC Query Errors (Others)
10557=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because there is a problem with the Smart
Protection server.
10558=Unsynchronized Smart Query Filter Pattern
10559=The number of times the Smart Query Filter Pattern versions on the client
and Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
10560=CRC Query Time (Total)
10561=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
10562=CRC Query Time (Minimum)
10563=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10564=CRC Query Time (Average)
10565=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10566=CRC Query Time (Maximum)
10567=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10568=CRC Query Volume Sent
10569=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
10570=CRC Query Overhead Volume Sent
10571=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
10572=CRC Query Volume Received
10573=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
10574=CRC Query Overhead Volume Received
10575=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
10576=CRC Query Volume
10577=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
10578=TCP Connections
10579=The total number of TCP connections during in-the-cloud queries.
10580=Smart Query Filter Queries
10581=The total number of Smart Query Filter queries.
10582=Smart Query Filter Hits (Miss)
10583=The total number of query hits not recognized by the Smart Query Filter.
10584=Smart Query Filter False Positives
10585=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
10586=CRC Cached Items
10587=The number of items in the CRC cache.
10588=CRC Cache Hits
10589=The total number of recorded hits for the CRC cache when performing queries.
10590=CRC Cache Hit Rate
10591=The ratio of CRC cache hits to total CRC queries.
10592=CRC Diff. Purged Count
10593=The amount of CRC items purged by comparing CRC differences.
10594=Async CRC Cached Item Purged Count
10595=The amount of Async CRC items purged.
10596=Smart Query Filter Pattern Downloads
10597=The number of times that a Smart Query Filter Pattern was downloaded.
10598=Smart Query Filter Pattern Downloaded Volume
10599=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
10600=Smart Query Filter Pattern Downloaded Overhead Volume
10601=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
10602=Smart Query Filter Pattern Version
10603=The version number of Smart Query Filter Pattern that is used by the client.
10604=CRC Query Queue Size
10605=The current size of CRC queries in the queue.
10606=Update Queue Size
10607=The current size of update requests in the queue.
10608=Event Callback Queue Size
10609=The current size of event callbacks in the queue.
10610=Smart Scan Mode
10611=The client is using smart scan.
10612=HTTP Query External Cache Count (Hit)
10613=The total number of http queries that hit external cache.
10614=HTTP Query External Cache Count (Miss)
10615=The total number of http queries that miss external cache.
10616=Check Server Status Count
10617=The total number of Check Server Status query.
10618=Smart Query Filter Hits (Main)
10619=The total number of query hits matching the main table of the Smart Query
Filter.
10620=Smart Query Filter Hits (Diff)
10621=The total number of query hits matching the diff table of the Smart Query
Filter.
10622=Smart Query Filter Pattern Version (Main)
10623=The pattern version of the main table.
10624=Smart Query Filter Pattern Diff Version Count
10625=The number of available diff patterns.
10626=Smart Query Filter Pattern Diff Entry Count
10627=The number of entries inside the diff pattern table.
10628=Forced Query Count
10629=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
10630=Full Purge CRC Cache (Full Update)
10631=CRC cache was purged because the full pattern was updated.
10632=Full Purge CRC Cache Count (Incomplete)
10633=CRC cache was purged because of an incomplete pattern.
10634=Full Purge CRC Cache Count (API)
10635=CRC cache was purged because of an API call.
10636=Vinfo Cached Items Purge Count
10637=The number of Vinfo cached items purged.
10638=Address Family Selector Last Refresh Time
10639=Last Refresh Time to select the family by the address family selector
10640=Address Family Selector Selected IP
10641=The IP selected by the address family selector
10642=Address Family Selector Selected Family
10643=The family selected by the address family selector
10644=Address Family Selector Connection Spent Time
10645=Time spent for making connection to select the family
10646=Address Family Selector Decision Spent Time
10647=Time spent for making decision of selecting the family
10648=FullDwnMode in full download mode
10649=Ignore FullMergeMark if InFullDownloadMode
10650=FullDwnMode target time start
10651=In the format of timestampTo do full download if CurrentTime in
[TargetTimeStart , TargetTimeEnd]
10652=FullDwnMode target time end
10653=TargetTimeEnd = TargetTimeStart + PeriodOfTargetTime
10654=FullDwnMode target time force
10655=TargetTimeForce = EnterTime + IntervalToForceDownload
10656=FullDwnMode randomized interval
10657=A record of randomized result of interval
10658=FullDwnMode enter time
10659=A record of when does it enter full download mode (merge failed time)
10660=FullDwnMode recalculate time
10661=A record of when does it recalculate TargetTimeStart
10662=FullDwnMode leave time
10663=A record of when does it leave full download mode
10664=True DNS Query Count
10665=The total number of True DNS queries
10834=Smart Scan Client Scanning Counters
10835=Performance indicators for smart scan clients
10836=Files Scanned
10837=The total number of files scanned
10838=Malware Detected
10839=The total number of viruses/malware detected
10840=Suspicious Files Detected
10841=The total number of files suspected to be infected with virus/malware
10842=Location Switches
10843=The number of times clients switch locations (between internal and external)
10844=Smart Scan Client Queries
10845=Performance indicators for in-the-cloud queries and the Smart Query Filter
10846=HTTP Requests
10847=The total number of HTTP requests from clients to Smart Protection servers.
10848=Update Requests
10849=The total number of update requests (through HTTP) from clients to Smart
Protection servers.
10850=HTTP Query Time (Total)
10851=The total amount of time clients took to perform HTTP queries.
10852=HTTP Query Time (Minimum)
10853=The minimum amount of time it took to perform an HTTP query.
10854=HTTP Query Time (Average)
10855=The average amount of time it took to perform an HTTP query.
10856=HTTP Query Time (Maximum)
10857=The maximum amount of time it took to perform an HTTP query.
10858=CRC Queries
10859=The total number of cyclic redundancy check (CRC) queries to Smart Protection
servers.
10860=CRC Query Errors (Network)
10861=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur when network problems prevent client and Smart
Protection server communication.
10862=CRC Query Errors (Server)
10863=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur for many reasons but are not caused by the
following (there are separate counters for these items): unsynchronized patterns,
network problems, Smart Protection server errors, and query timeouts.
10864=CRC Query Errors (Timeout)
10865=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because the query timed out before it completed a
query.
10866=CRC Query Errors (Others)
10867=The total number of errors encountered when performing cyclic redundancy
check (CRC) queries. Errors occur because there is a problem with the Smart
Protection server.
10868=Unsynchronized Smart Query Filter Pattern
10869=The number of times the Smart Query Filter Pattern versions on the client
and Smart Protection server are not synchronized when performing cyclic redundancy
check (CRC) queries.
10870=CRC Query Time (Total)
10871=The total amount of time (in milliseconds) clients took to perform cyclic
redundancy check (CRC) queries.
10872=CRC Query Time (Minimum)
10873=The minimum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10874=CRC Query Time (Average)
10875=The average amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10876=CRC Query Time (Maximum)
10877=The maximum amount of time (in milliseconds) it took to perform a cyclic
redundancy check (CRC) query.
10878=CRC Query Volume Sent
10879=The total amount of data (in bytes) clients sent to perform cyclic redundancy
check (CRC) queries.
10880=CRC Query Overhead Volume Sent
10881=The total amount of overhead data (in bytes) clients sent to perform cyclic
redundancy check (CRC) queries.
10882=CRC Query Volume Received
10883=The total amount of data (in bytes) clients received when performing cyclic
redundancy check (CRC) queries.
10884=CRC Query Overhead Volume Received
10885=The total amount of overhead data (in bytes) clients received when performing
cyclic redundancy check (CRC) queries.
10886=CRC Query Volume
10887=The total amount of data (in bytes) clients sent and received when performing
cyclic redundancy check (CRC) queries.
10888=TCP Connections
10889=The total number of TCP connections during in-the-cloud queries.
10890=Smart Query Filter Queries
10891=The total number of Smart Query Filter queries.
10892=Smart Query Filter Hits (Miss)
10893=The total number of query hits not recognized by the Smart Query Filter.
10894=Smart Query Filter False Positives
10895=The total number of false positives detected during Smart Query Filter
queries. A false positive occurs when security software incorrectly detects a file
as infected.
10896=CRC Cached Items
10897=The number of items in the CRC cache.
10898=CRC Cache Hits
10899=The total number of recorded hits for the CRC cache when performing queries.
10900=CRC Cache Hit Rate
10901=The ratio of CRC cache hits to total CRC queries.
10902=CRC Diff. Purged Count
10903=The amount of CRC items purged by comparing CRC differences.
10904=Async CRC Cached Item Purged Count
10905=The amount of Async CRC items purged.
10906=Smart Query Filter Pattern Downloads
10907=The number of times that a Smart Query Filter Pattern was downloaded.
10908=Smart Query Filter Pattern Downloaded Volume
10909=The total amount of data (in bytes) received when the Smart Query Filter
Pattern file was downloaded.
10910=Smart Query Filter Pattern Downloaded Overhead Volume
10911=The total amount of overhead data (in bytes) received when of the Smart Query
Filter Pattern file was downloaded.
10912=Smart Query Filter Pattern Version
10913=The version number of Smart Query Filter Pattern that is used by the client.
10914=CRC Query Queue Size
10915=The current size of CRC queries in the queue.
10916=Update Queue Size
10917=The current size of update requests in the queue.
10918=Event Callback Queue Size
10919=The current size of event callbacks in the queue.
10920=Smart Scan Mode
10921=The client is using smart scan.
10922=HTTP Query External Cache Count (Hit)
10923=The total number of http queries that hit external cache.
10924=HTTP Query External Cache Count (Miss)
10925=The total number of http queries that miss external cache.
10926=Check Server Status Count
10927=The total number of Check Server Status query.
10928=Smart Query Filter Hits (Main)
10929=The total number of query hits matching the main table of the Smart Query
Filter.
10930=Smart Query Filter Hits (Diff)
10931=The total number of query hits matching the diff table of the Smart Query
Filter.
10932=Smart Query Filter Pattern Version (Main)
10933=The pattern version of the main table.
10934=Smart Query Filter Pattern Diff Version Count
10935=The number of available diff patterns.
10936=Smart Query Filter Pattern Diff Entry Count
10937=The number of entries inside the diff pattern table.
10938=Forced Query Count
10939=The number of queries that were sent to the server without checking the Smart
Query Filter Pattern and the CRC cache.
10940=Full Purge CRC Cache (Full Update)
10941=CRC cache was purged because the full pattern was updated.
10942=Full Purge CRC Cache Count (Incomplete)
10943=CRC cache was purged because of an incomplete pattern.
10944=Full Purge CRC Cache Count (API)
10945=CRC cache was purged because of an API call.
10946=Vinfo Cached Items Purge Count
10947=The number of Vinfo cached items purged.
10948=Address Family Selector Last Refresh Time
10949=Last Refresh Time to select the family by the address family selector
10950=Address Family Selector Selected IP
10951=The IP selected by the address family selector
10952=Address Family Selector Selected Family
10953=The family selected by the address family selector
10954=Address Family Selector Connection Spent Time
10955=Time spent for making connection to select the family
10956=Address Family Selector Decision Spent Time
10957=Time spent for making decision of selecting the family
10958=FullDwnMode in full download mode
10959=Ignore FullMergeMark if InFullDownloadMode
10960=FullDwnMode target time start
10961=In the format of timestampTo do full download if CurrentTime in
[TargetTimeStart , TargetTimeEnd]
10962=FullDwnMode target time end
10963=TargetTimeEnd = TargetTimeStart + PeriodOfTargetTime
10964=FullDwnMode target time force
10965=TargetTimeForce = EnterTime + IntervalToForceDownload
10966=FullDwnMode randomized interval
10967=A record of randomized result of interval
10968=FullDwnMode enter time
10969=A record of when does it enter full download mode (merge failed time)
10970=FullDwnMode recalculate time
10971=A record of when does it recalculate TargetTimeStart
10972=FullDwnMode leave time
10973=A record of when does it leave full download mode
10974=True DNS Query Count
10975=The total number of True DNS queries

You might also like