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

chore: log system information for debugging #2453

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

louis-jan
Copy link
Contributor

@louis-jan louis-jan commented Mar 22, 2024

Describe Your Changes

  • Log system information to facilitate easier support.

MacOS:

2024-03-22T04:03:14.479Z [APP]::Version: 0.1.3
2024-03-22T04:03:14.479Z [APP]::Parallelism: 10
2024-03-22T04:03:14.480Z [APP]::Free Mem: 398245888
2024-03-22T04:03:14.480Z [APP]::Total Mem: 34359738368
2024-03-22T04:03:14.480Z [APP]::OS Version: Darwin Kernel Version 23.3.0: Wed Dec 20 21:31:00 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6020
2024-03-22T04:03:14.480Z [APP]::OS Platform: darwin
2024-03-22T04:03:14.479Z [APP]::Machine: arm64
2024-03-22T04:03:14.479Z [APP]::CPUs: [{"model":"Apple M2 Pro","speed":24,"times":{"user":93590430,"nice":0,"sys":44968270,"idle":388674930,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":90624060,"nice":0,"sys":41163170,"idle":399774200,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":84055390,"nice":0,"sys":36756490,"idle":413230770,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":77302470,"nice":0,"sys":32645090,"idle":425778210,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":37257160,"nice":0,"sys":9929450,"idle":492607430,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":27440010,"nice":0,"sys":6827000,"idle":506621790,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":19233200,"nice":0,"sys":4306970,"idle":518002510,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":37893190,"nice":0,"sys":10212450,"idle":491963650,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":27489580,"nice":0,"sys":6873100,"idle":506601870,"irq":0}},{"model":"Apple M2 Pro","speed":24,"times":{"user":19073480,"nice":0,"sys":4252540,"idle":518266320,"irq":0}}]
2024-03-22T04:03:14.480Z [APP]::OS Release: 23.3.0
2024-03-22T04:03:14.479Z [APP]::Endianness: LE

Mac OS Release Version: https://en.wikipedia.org/wiki/Darwin_%28operating_system%29#Release_history

Windows:

2024-03-22T04:14:29.056Z [APP]::Version: 0.1.3
2024-03-22T04:14:29.058Z [APP]::CPUs: [{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2390390,"nice":0,"sys":2675156,"idle":95194593,"irq":377640}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":1923375,"nice":0,"sys":1688000,"idle":96648406,"irq":85296}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":4267250,"nice":0,"sys":1939562,"idle":94052953,"irq":48390}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2271562,"nice":0,"sys":701468,"idle":97286796,"irq":15234}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2941984,"nice":0,"sys":1499703,"idle":95818109,"irq":35609}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2038718,"nice":0,"sys":785500,"idle":97435593,"irq":17312}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":3175031,"nice":0,"sys":1467000,"idle":95617718,"irq":26453}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2788750,"nice":0,"sys":905453,"idle":96565593,"irq":15953}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2288578,"nice":0,"sys":1047859,"idle":96923312,"irq":28375}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2123453,"nice":0,"sys":749734,"idle":97386609,"irq":20375}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2857875,"nice":0,"sys":1375562,"idle":96026328,"irq":34125}},{"model":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","speed":2904,"times":{"user":2374328,"nice":0,"sys":717031,"idle":97168421,"irq":15687}}]
2024-03-22T04:14:29.058Z [APP]::Machine: x86_64
2024-03-22T04:14:29.059Z [APP]::Endianness: LE
2024-03-22T04:14:29.059Z [APP]::Parallelism: 12
2024-03-22T04:14:29.059Z [APP]::Free Mem: 18633822208
2024-03-22T04:14:29.060Z [APP]::Total Mem: 34269396992
2024-03-22T04:14:29.060Z [APP]::OS Version: Windows 10 Pro
2024-03-22T04:14:29.061Z [APP]::OS Platform: win32
2024-03-22T04:14:29.061Z [APP]::OS Release: 10.0.22631
2024-03-22T04:14:31.539Z [APP]::0, 6144, NVIDIA GeForce RTX 2060

Known Issues on Windows: nodejs/node#40862
OS Release > 22000 is Windows 11

Screenshot 2024-03-22 at 11 38 49

Fixes Issues

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@louis-jan louis-jan force-pushed the chore/log-system-information-for-debugging branch from e663166 to a45477d Compare March 22, 2024 04:54
@louis-jan louis-jan merged commit c2f6330 into dev Mar 22, 2024
6 checks passed
@louis-jan louis-jan deleted the chore/log-system-information-for-debugging branch March 22, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Maintenance, integration, packaging related
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants