HewlettPackard / lustre_exporter

Prometheus exporter for use with the Lustre parallel filesystem
Apache License 2.0
34 stars 51 forks source link

client stats from server #138

Open dnhodgson opened 5 years ago

dnhodgson commented 5 years ago

Request to add in the ability to export the data from /proc/fs/lustre/obdfilter/[OST]/exports/[IP ]@o2ib/stats.

sknolin commented 5 years ago

Looking at this a bit - it appears that jobstats are considered 'core' and they can't be disabled without tossing everything, yet export stats aren't there? jobs_stats have a massive cardinality issue don't they?

Client export stats also have cardinality issues, but not as severe.

Maybe I misunderstand? Scott

joehandzik commented 5 years ago

@sknolin We definitely should make job_stats non-core, your assessment about cardinality is accurate. We'll look into enabling these stats.