
查找指标
|
79
图5-3:使用Search选项卡查找指标
示例5-1:重建搜索索引
$ ls -l /opt/graphite/storage/index
-rw-r--r-- 1 root root 5070 Feb 19 17:24 /opt/graphite/storage/index
$ sudo -E /opt/graphite/bin/build-index.sh
[Fri Feb 20 04:50:39 UTC 2015] building index...
[Fri Feb 20 04:50:39 UTC 2015] complete, switching to new index file
$ head -5 /opt/graphite/storage/index
carbon.agents.vagrant-ubuntu-trusty-64-1.updateOperations
carbon.agents.vagrant-ubuntu-trusty-64-1.errors
carbon.agents.vagrant-ubuntu-trusty-64-1.committedPoints
carbon.agents.vagrant-ubuntu-trusty-64-1.pointsPerUpdate
carbon.agents.vagrant-ubuntu-trusty-64-1.avgUpdateTime
使用自动补全功能更智能地工作
Graphite
还包括一个
自动补全
功能,旨在使用尽可能少的输入快速选择指标。但是我警 ...