dehydratedpotato

Results 9 comments of dehydratedpotato

@xiaoqianWX @samuelhe864 This is an issue with the command asitop calls, `powermetrics`; not asitop itself. I can tell as the error ties to the IOReport (a private api used by...

This is my first time posting in the psutil repo, but I have been trying to figure out how to pull the current CPU frequency on Apple Silicon for a...

@dbwiddis 2.4GHz is the timebase frequency, which is not the same as CPU frequency. Apple Silicon has different speeds per cluster. I.e an M1 truly has a PCPU Frequency of...

@dbwiddis the highest voltage state value (`0029f9be`, 3204 for PCPU) is actually the nominal in this case, as Apple Silicon does not exhibit a turbo boost behavior like that of...

@dbwiddis it would be normal to see both `...5-sram` and `...1-sram`. All apple silicon systems should have those, as command line tool `powermetrics` relies on those properties for M1 systems....

@Lomanic [I compiled a binary](https://github.com/BitesPotatoBacks/osx-cpufreq/releases) for my script as well...since porting the code over to GO would be hard, perhaps gopsutil could just use that binary, and execute it using...

If my project was to been implemented in this library, I could compile a special barebones version of my binary with minimal output formatting, (to make it easier for gopsutil...

@sebhildebrandt if you're fine with 3rd party node modules, you could try using [this node module](https://www.npmjs.com/package/loadavg-windows) I found. And then do some variable and if statement trickery to differentiate the...