-
Notifications
You must be signed in to change notification settings - Fork 91
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
Adding system info logging for Linux #1689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll want to test this internally too given the runLog nature of the update. But great work!
Co-authored-by: Arrielle Opotowsky <arrielle.opotowsky@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tested as expected!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a fan of the getNodeName
update!
Co-authored-by: Arrielle Opotowsky <arrielle.opotowsky@gmail.com>
What is the change?
Adding detailed system information for OS and processors, for a wide range of Linux operating systems.
Because there are so many different flavors of Linux, the new system info logging has multiple redundant ways to find the same OS/processor information. The code will try each one in turn before giving up and trying the next one. In this way, we should support a wide array of Linux flavors seamlessly.
Why is the change being made?
ARMI is supposed to support Windows and Linux.
Checklist
doc
folder.pyproject.toml
.