Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents

Overview

Windows collects a range of performance metrics from the various system components. Each component amalgamates the performance metrics into a performance object. The up.time Windows agent collects the following metrics from the performance objects on a Windows system:

...

 

...

 

Each set of performance metrics is averaged over an interval of one second.

...

 

CPU

...

 

The up.time agent outputs the metrics listed below for the entire system, and combines and averages all CPU statistics.

...

 

 

\n \n\tMetric \n\tExplanation \n\tPerformance Object \n \n \n\t
MetricExplanationPerformance Object
% User Time
\n\t
The percentage of time that the processor spends in user mode (a processing mode for applications and subsystems).
\n\t
Processor(_Total)
\n \n \n\t
% Privileged Time
\n\t
The percentage of time that the processor in privileged mode, in which it has direct access to hardware and memory.
\n\t
Processor(_Total)
\n \n
\n\t
% Interrupt Time
\n\t
The total amount that the processor uses to handle interrupts from applications or hardware.
\n\t
Processor(_Total)
\n \n \n\t
Available KBytes
\n\t
The amount of physical memory, in kilobytes, that is available.
\n\t
Memory
\n \n \n\t
% Usage
\n\t
The percentage of the paging file that is in use.
\n\t
Paging File(_Total)
\n \n \n \n\t
Processor Queue Length
\n\t
The number of queued threads that are waiting to be processed.
\n\t
System
\n \n

...

Multi-CPU

...

 

The up.time agent outputs the metrics listed below for the entire system, per CPU.

...

 

 

MetricExplanation
\n \n\tMetric \n\tExplanation \n\t
Performance Object
\n
\n \n\t
% User Time
\n\t
The percentage of time that the processor spends in user mode (a processing mode for applications and subsystems).
\n\t
Processor(_Total)
\n \n \n\t
% System Time
\n\t
The percentage of CPU kernel processes that are in use.
\n\t
Processor(_Total)
\n
\n \n\t
% Privileged Time
\n\t
The percentage of time that the CPU spends executing kernel commands.
\n\t
Processor(_Total)
\n \n
\n\t
% Interrupt Time
\n\t
The number of CPU interrupts.
\n\t
Processor(_Total)
\n
\n \n\t
Interrupts/sec
\n\t
The rate at which CPU handles interrupts from applications or hardware each second. If the value for Interrupts/sec is high, there could be problems with the hardware on the system.
\n\t
Processor(_Total)
\n \n \n
\n\t
% Total
\n\t
The total amount of % User Time, % Privileged Time, and % Interrupt Time
\n\t
System
\n
\n

...

Memory

...

 

The up.time agent outputs the metrics listed below for the entire system.

...

 

 

...

Metric
\n\t
Explanation
\n\t
Performance Object
\n \n
\n\t
Cache Faults/sec
\n\t
The rate at which faults occurred when a page that was sought in the file system cache was not found and must be retrieved either from elsewhere in memory or from the disk.
\n\t
Memory
\n
\n \n \n\t
Pages Output/sec
\n\t
The rate at which pages were written to disk to free space in physical memory.
\n\t
Memory
\n \n \n\t
Page Writes/sec
\n\t
The rate at which pages were written to disk to free space in physical memory.
\n\t
Memory
\n \n \n\t
Pages/sec
\n\t
The rate at which pages were read from or written to the disk in order to correct hard page faults.
\n\t
Memory
\n \n
\n\t
Pages Input/sec
\n\t
The rate at which pages were read from disk to resolve hard page faults.
\n\t
Memory
\n
\n \n\t
Page Faults/sec
\n\t
The average number of pages that are faulted each second.
\n\t
Memory
\n \n \n\t
Transition Faults/sec
\n\t
The rate at which page faults were resolved by recovering pages without additional disk activity.
\n\t
Memory
\n
\n

...

System

...

 

 

MetricExplanationPerformance Object
Processes System
System Calls/sec
\n \n\tMetric \n\tExplanation \n\tPerformance Object \n \n \n\tProcesses \n\t \n\tSystem \n \n \n\tSystem Calls/sec \n\t
The number of times, per second, that processes that are running on the system make calls to the operating system service routines.
\n\t
System
\n
\n

...

Disk

...

 

The up.time agent outputs the metrics listed below for each individual physical disk on the system.

...

 

 

MetricExplanation
\n \n\tMetric \n\tExplanation \n\t
Performance Object
\n \n \n\t
% Disk Time
\n\t
The percentage of time during which the disk drive is handling read or write requests.
\n\t
PhysicalDisk(<diskname>)
\n
\n \n \n\t
Disk Transfers/sec
\n\t
The number of read and write operations on the disk that occur each second.
\n\t
PhysicalDisk(<diskname>)
\n \n
\n\t
Avg. Disk Bytes/Transfer
\n\t
The average number of bytes that have been transferred to or from the disk during write or read operations.
\n\t
PhysicalDisk(<diskname>)
\n
\n \n\t
Disk Bytes/sec
\n\t
The rate at which bytes are transferred to or from the disk during write or read operations.
\n\t
PhysicalDisk(<diskname>)
\n \n \n\t
Avg. Disk sec/Transfer
\n\t
The average amount of time, in seconds, that a disk transfer takes to complete.
\n\t
PhysicalDisk(<diskname>)
\n \n

...

Network

...

 

The up.time agent outputs the metrics listed below for each individual network interface on the system.

...

 

 

...

Metric
\n\t
Explanation
\n\t
Performance Object
\n \n
\n\t
Bytes Received/sec
\n\t
The rate, in seconds, at which bytes are received over a specific network adapter.
\n\t
NetworkInterface(<interface>)
\n
\n \n \n\t
Bytes Sent/sec
\n\t
The rate, in seconds, at which bytes are sent over a specific network adapter.
\n\t
NetworkInterface(<interface>)
\n \n \n\t
Packets Received Errors
\n\t
The number of inbound packets that contained errors, which preventing those packets from being delivered to a higher-layer protocol.
\n\t
NetworkInterface(<interface>)
\n \n \n\t
Packets Outbound Errors
\n\t
The number of outbound packets that could not be transmitted because of errors.
\n\t
NetworkInterface(<interface>)
\n \n
\n\t
Segments Retransmitted/sec
\n\t
The rate at which segments, which contain one or more bytes that have been previously transmitted, are sent again.
\n\t
TCP
\n
\n

...

Process

...

 

By default, the up.time agent gathers the top 20 processes. These processes are sorted by highest CPU usage.

...

 

 

\n \n\tMetric \n\tExplanation \n\tPerformance Object \n \n \n\tID Process \n\t
MetricExplanationPerformance Object
ID Process
The unique identifier of a specific process.
\n\t
Process(<processname>)
\n
\n \n \n\t
Creating Process ID
\n\t
The identifier of the process that the process that is currently running.
\n\t
Process(<processname>)
\n \n
\n\t
Virtual Bytes
\n\t
The size, in bytes, of the virtual address space that a particular process is currently using.
\n\t
Process(<processname>)
\n \n \n\t
Working Set
\n\t
The maximum size, in bytes, of the working set of a particular process.
\n\t
Process(<processname>)
\n \n \n\t
% Processor Time
\n\t
The percentage of time that all of the threads of a process used the processor to execute instructions.
\n\t
Process(<processname>)
\n \n \n\t
Elapsed Time
\n\t
The total time, in seconds, that a process has been running.
\n\t
Process(<processname>)
\n \n