rtt show
Parameters
Parameter |
Description |
Value |
---|---|---|
type | Type of a statistical item. | The value can be "all" or a trace ID, where: "all": views all statistical items. A trace ID: views the I/O response time statistics of the module with the specified trace ID. |
Example
View the statistics information of statistical item "211".
admin:/diagnose>rtt show -t 211 Name tid open Av Max Min Beg End Total ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- BTREE_READ_NODE 211 0 0 0 0 0 0 0
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Name | Type of the statistical item. |
tid | ID of the statistical item. |
open | Whether to enable the statistics function. |
Av | Average time consumption. |
Max | Maximum time consumption. |
Min | Minimum time consumption. |
Beg | Number of requests when the statistical item starts. |
End | Number of requests when the statistical item ends. |
Total | Total time consumption. |