Skip to content

Commit 1b56f9d

Browse files
author
Andriy Zavada
committed
mention riak admin vnode-status in OperationsAndTroubleshooting section
1 parent 5aa0196 commit 1b56f9d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.wordlist.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,6 @@ tunables
453453
utils
454454
yokozuna
455455
PRs
456-
roadmap
456+
roadmap
457+
sed
458+
json_pp

docs/OperationsAndTroubleshootingGuide.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,17 @@ All timings are internal timings, and not necessarily fully representative of ex
314314

315315
The stats represent the statistics on the node from which they were requested. The stats are not cluster-wide, they are always node aggregates e.g. the vnode stats are accumulated over every vnode on the node.
316316

317+
### Vnode Status
318+
{: .d-inline-block }
319+
320+
Available from Riak 3.4.1
321+
{: .label .label-purple }
322+
323+
A significant proportion of the work within Riak takes places within the vnode. To see the status of each vnode in the cluster, and see available statistics from the backend: `riak admin vnode-status | sed -n 1p | json_pp`
324+
325+
To look at the statistics from specific nodes or partitions see: `riak admin vnode-status --help`.
326+
327+
317328
## Monitoring Operational Services
318329

319330
### Monitoring Anti-Entropy

0 commit comments

Comments
 (0)