Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shirou/gopsutil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CloudSoda/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 101 files changed
  • 1 contributor

Commits on Mar 25, 2024

  1. [1] Fix windows load avg (#1)

    Use the same logic as in Linux[^1] but with
    `NtQuerySystemInformation` Windows API call.[^2]
    
    [^1]: https://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
    
    [^2]: see #1358
    elfrucool authored Mar 25, 2024
    Copy the full SHA
    fb3f2d8 View commit details
Loading