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 system profiler #4

Open
VictorMotogna opened this issue Oct 18, 2022 · 1 comment
Open

Add system profiler #4

VictorMotogna opened this issue Oct 18, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest shell Needs shell code

Comments

@VictorMotogna
Copy link
Member

  • add system profiler to the main shell script
  • running a benchmark should add exporting the machine basic hardware & software data, besides just time:
    • OS version
    • CPU (model + cores)
    • RAM
  • in case people are using mac, you can get that data from running system_profiler SPSoftwareDataType SPHardwareDataType
  • we can initially only export this for mac, but we might need to find an alternative for Linux users in the future
@VictorMotogna
Copy link
Member Author

I think that we could also add CPU temperature like sudo powermetrics --samplers smc | grep -i "CPU temperature"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest shell Needs shell code
Projects
None yet
Development

No branches or pull requests

1 participant