Skip to content

Commit bd0cfd1

Browse files
author
Chris Hunter
committed
lustre add README
1 parent d6855b0 commit bd0cfd1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

lustre/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

0 commit comments

Comments
 (0)