Skip to content

Commit

Permalink
lustre add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunter committed Jun 22, 2015
1 parent d6855b0 commit bd0cfd1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lustre/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Lustre Client Ganglia Metrics

These python scripts collect lustre filesystem metric for ganglia-gmond module.

The scripts attempt to collect separate metrics for each lustre
filesystem mounted on the client. In addition to typical read/write bandwidth
metrics, the scripts also attempt to collect inode-related metrics (network RPC calls from the client to the object storage servers).

Lustre client exposes metrics through linux sysfs
(ie. /proc/fs/lustre/...).

The "llite" metrics are high-level aggergate metrics of the underlying
storage targets. On older versions of lustre, there are known bugs in
the llite values. The "osc" metrics are lower level, offering values
for each storage target (ie. LUN) that is accessed by the client. Note
that lustre client uses local (client-side) file caching which can
affect these values.

0 comments on commit bd0cfd1

Please sign in to comment.