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: v2.20.4
Choose a base ref
...
head repository: shirou/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.20.5
Choose a head ref
  • 19 commits
  • 15 files changed
  • 8 contributors

Commits on Apr 15, 2020

  1. Do not cache boot time for linux. Fix #837

    Guillaume Bienkowski committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    aeb3b6b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    00957cf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. fix #863 Swap.UsedPercent is inconsistent

    GameXG authored May 3, 2020
    Configuration menu
    Copy the full SHA
    144c678 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merge pull request #864 from GameXG/master

    fix #863 Swap.UsedPercent is inconsistent
    Lomanic authored May 4, 2020
    Configuration menu
    Copy the full SHA
    987c949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7783e1d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. added check for CLK_TCK

    renaynay committed May 12, 2020
    Configuration menu
    Copy the full SHA
    d4985c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9462e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    5e1b882 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    936d3b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #869 from renaynay/master

    Added check for `CLK_TCK` for darwin
    Lomanic authored May 17, 2020
    Configuration menu
    Copy the full SHA
    ee64e05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #876 from gtosh4/patch-1

    Don't ignore context for io counters
    Lomanic authored May 17, 2020
    Configuration menu
    Copy the full SHA
    c972b29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #862 from mxmauro/quick_cmdline_windows

    Fixed slow command line retrieval on Windows
    Lomanic authored May 17, 2020
    Configuration menu
    Copy the full SHA
    b6c59f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #857 from Gui13/fix_837

    Do not cache boot time for linux. Fix #837
    Lomanic authored May 17, 2020
    Configuration menu
    Copy the full SHA
    c89193f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. [process][darwin][nocgo] Fix #867 iterate on every lines returned by …

    …lsof to handle potential warnings
    Lomanic committed May 20, 2020
    Configuration menu
    Copy the full SHA
    8f96911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f42052b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Merge pull request #878 from fancybits/android-loadavg

    [load][linux] implement Avg() on top of sysinfo syscall when /proc/loadavg is not readable
    Lomanic authored May 21, 2020
    Configuration menu
    Copy the full SHA
    42aec72 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge pull request #880 from Lomanic/issue867

    [process][darwin][nocgo] Fix #867 iterate on every lines returned by lsof to handle potential warnings
    Lomanic authored May 31, 2020
    Configuration menu
    Copy the full SHA
    a303ddc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #870 from renaynay/naming-consistency

    Renamed variables storing `CLK_TCK` value for consistency across OSs
    Lomanic authored May 31, 2020
    Configuration menu
    Copy the full SHA
    a901d16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #872 from renaynay/update-docs-cputimes

    Update docs for TimesStat with correct time unit
    Lomanic authored May 31, 2020
    Configuration menu
    Copy the full SHA
    663af78 View commit details
    Browse the repository at this point in the history
Loading