solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : PERFMON LIST : Latency counters
  
Latency counters
The pmon latency counters are described in the following table:
 
Pmon
Description
Latency below 1 ms
Number of statements for which the latency is below 1 millisecond.
To enable the collection of latency statistics:
1 Start the collection of latency statistics with the command:
ADMIN COMMAND 'perfmon timers start'
2 View the latency statistics with the command:
ADMINCOMMAND 'perfmon latency'
Latency below 2 ms
Number of statements for which the latency is below 1 millisecond.
Latency below 4 ms
Number of statements for which the latency is below 2 milliseconds.
Latency below 8 ms
Number of statements for which the latency is below 4 milliseconds.
Latency below 16 ms
Number of statements for which the latency is below 16 milliseconds.
Latency below 32 ms
Number of statements for which the latency is below 32 milliseconds.
Latency below 64 ms
Number of statements for which the latency is below 64 milliseconds.
Latency below 128 ms
Number of statements for which the latency is below 128 milliseconds.
Latency below 256 ms
Number of statements for which the latency is below 256 milliseconds.
Latency below 512 ms
Number of statements for which the latency is below 512 milliseconds.
Latency over 512 ms
Number of statements for which the latency is over 512 milliseconds.
Go up to
PERFMON LIST