Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Linux SAS classes #452

Closed
scottlaird opened this issue Jun 5, 2022 · 2 comments
Closed

Add support for Linux SAS classes #452

scottlaird opened this issue Jun 5, 2022 · 2 comments

Comments

@scottlaird
Copy link
Contributor

Linux exports ~5 useful metrics per SAS PHY, which can be useful for debugging SAS performance problems and errors. I'm planning on adding support for this to node_exporter (see prometheus/node_exporter#2386), but I need to extract information from /sys first before I can do this.

The useful metrics are all in /sys/class/sas_phy, but we need data from /sys/class/sas_end_device, /sys/class/sas_port, and /sys/class/sas_expander in order to make sense of the PHY data and know what's connected to a specific PHY.

@hasechris
Copy link

@scottlaird
This issue is quite old. Can i help here in any way to speed things up? I would really love to have this integration in node_exporter.

@scottlaird
Copy link
Contributor Author

Ah, I think I can close this one, but the node exporter issue is still open. I have the code for that, but I never put a PR together. I'll work on it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants