Appendix

Return to overview

Glossary

CPU busy percent formula

Time Adaptive Server spends executing tasks on the engine
Time the engine is available to Adaptive Server

CPU usage

When Adaptive Server has no tasks to process, it enters a loop that regularly checks for network I/O, completed disk I/Os, and tasks on the run queue. Operating system commands that check CPU activity usually include this looping activity as busy time, whereas Adaptive Server Monitor and sp_sysmon consider the time spent looping as idle time. Hence, this monitor reflects the actual task load on Adaptive Server engines.

Cumulative counts

The total number of occurrences of an activity during the current session. These are actual counts, not rates.

Data cache efficiency formula

Hits per second for this data cache
MB in this data cache

Data cache hit percent formula

Hits
Hits + Misses

Device hit percent formula

I/O requests granted immediately
Total I/O requests

Lock status

Lock types

Adaptive Server lock types are:

Network memory formula

               default                      number
3      *    network packet       *          of user
                size                       connections

Prefetch formula

Number of reused pages referenced by Adaptive Server
Pages per buffer * Number of reused buffers

Procedure cache hit percent formula

Procedure execution requests - Requests requiring physical reads
Procedure execution requests

Process states

The status of an Adaptive Server process. States are:

Rates (number/second)

Sample rates - average number of occurrences per second in the most recent sample interval.

Count for the most recent sample
Number of seconds in a sample interval

Cumulative rates - average number of occurrences per second in the current session.

Cumulative count for the session
Number of seconds since monitor opened

Received packet size formula

Bytes received during this session
Packets received during this session

Sent packet size formula

Bytes sent during this session
Packets sent during this session

Server CPU percent formula

Time Adaptive Server spends executing tasks on all engines
Time engines were available