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 display of cpu info #1010

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Add display of cpu info #1010

merged 2 commits into from
Mar 21, 2024

Conversation

tfoote
Copy link
Member

@tfoote tfoote commented Sep 28, 2023

I had originally catted /proc/cpuinfo but it was very verbose

lscpu is in util-linux which is in [essential] so should be available on systems.

Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One tiny nitpick, I think it makes sense to put cpu info before docker info rather than after but I'm willing to yield to other reviewers or a strong justification. My rationale is showing hardware info (less variable) before software info (more variable).

Other than that, no objections!

@tfoote
Copy link
Member Author

tfoote commented Sep 28, 2023

Moved to the front. It looks like CI is failing for all the python 2.7 builds

I had originally catted /proc/cpuinfo but it was very verbose


lscpu is in util-linux which is in [essential] so should be available on systems.
@tfoote tfoote force-pushed the tfoote-cpu-info branch 2 times, most recently from 7ff265d to f2373e8 Compare January 2, 2024 22:52
@cottsay cottsay merged commit 6bb1db3 into master Mar 21, 2024
31 checks passed
@cottsay cottsay deleted the tfoote-cpu-info branch March 21, 2024 21:39
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

Successfully merging this pull request may close these issues.

3 participants