File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Lustre Client Ganglia Metrics
2+
3+ These python scripts collect lustre filesystem metric for ganglia-gmond module.
4+
5+ The scripts attempt to collect separate metrics for each lustre
6+ filesystem mounted on the client. In addition to typical read/write bandwidth
7+ metrics, the scripts also attempt to collect inode-related metrics (network RPC calls from the client to the object storage servers).
8+
9+ Lustre client exposes metrics through linux sysfs
10+ (ie. /proc/fs/lustre/...).
11+
12+ The "llite" metrics are high-level aggergate metrics of the underlying
13+ storage targets. On older versions of lustre, there are known bugs in
14+ the llite values. The "osc" metrics are lower level, offering values
15+ for each storage target (ie. LUN) that is accessed by the client. Note
16+ that lustre client uses local (client-side) file caching which can
17+ affect these values.
You can’t perform that action at this time.
0 commit comments