Code | Symbol | Kernel Block(s) |
2512 [delay ] |
TcStartDumpIndexOpCount |
DBTC |
Description.
Dumps the value of
MaxNoOfConcurrentOperations
, and the
current resource usage, in a continuous loop. The
delay
time between reports can
optionally be specified (in seconds), with the default being
1 and the maximum value being 25 (values greater than 25 are
silently coerced to 25).
Sample Output. (Single report:)
Node 2: IndexOpCount: pool: 8192 free: 8192
Additional Information.
There appears to be no way to disable the repeated checking
of MaxNoOfConcurrentOperations
once
started by this command, except by restarting the data node.
It may be preferable for this reason to use DUMP
2513
instead (see
Section 6.2.3.31, “DUMP 2513
”).