-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Hunter
committed
Jun 22, 2015
1 parent
d6855b0
commit bd0cfd1
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |