API Doc
Search Docs...
⌘ K
OverviewDeploymentManagementOperationReferenceGlossary

Viewing the chunk thread round robin status

Procedure

Run the following command on the current node to view the round robin status of the local chunk thread. Press Ctrl + C to exit execution.

zbs-chunk tool show_polling_stats

Output example

zbs-chunk tool show_polling_stats
Tid CPU NUMA Name Busy_tsc Idle_tsc Busy(%)
======================================================================
42187 10 0 c1-chunk-dcc 100528374 3698639286 2.65%
42153 1 0 c1-chunk-main 137681042 3661487410 3.62%

Output note

ParameterDescription
TidThe thread ID.
CPUThe CPU on which the thread is running.
NUMAThe NUMA node on which the thread is running.
NameThe thread name.
Busy_tscThe busy time, in ticks.
Idle_tscThe idle time, in ticks.
BusyThe thread utilization, calculated as: Busy time / (Busy time + Idle time) × 100%.