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.6
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.7
Choose a head ref
  • 17 commits
  • 17 files changed
  • 7 contributors

Commits on Oct 7, 2019

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

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    a937964 View commit details
    Browse the repository at this point in the history
  2. [Process] Fix typo

    TakayukiBGoto committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9c6cedb View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

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

Commits on May 25, 2020

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

Commits on Jun 17, 2020

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

Commits on Jul 1, 2020

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

Commits on Jul 7, 2020

  1. Merge pull request #882 from james-bebbington/mem-linux-pgmajfault

    Add pgmajfault to data returned by vmstat on Linux
    shirou authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    6d64cd6 View commit details
    Browse the repository at this point in the history
  2. Fix MemoryMaps on ARM

    ARM has some tab characters in smaps instead of spaces, hence switching to strings.Fields instead of strings.Split which handles splitting on all whitespace instead of just spaces.
    tyldavis committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9473d01 View commit details
    Browse the repository at this point in the history
  3. Clean up boolean condition

    tyldavis committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    8d28f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

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

Commits on Jul 23, 2020

  1. Use common implementation for BootTime/Uptime on all BSDs

    All BSDs use the same implementation to get BootTime{,WithContext} and
    Uptime{,WithContext} based on the kern.boottime sysctl. Move this
    implementation to a separate host/host_bsd.go file shared by darwin,
    freebsd and openbsd. Also use SysctlTimeval to get
    the boot time directly as a type Timeval instead of manually
    extracting it using package unsafe. It will also allow for easier reuse
    to support package host on e.g. Dragonfly BSD or NetBSD.
    
    This requires updating the golang.org/x/sys/unix dependency to the
    latest revision.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    28890b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Merge pull request #908 from tklauser/host-bsd-boottime

    Use common implementation for BootTime/Uptime on all BSDs
    shirou authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    7a4809b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #898 from tyldavis/master

    Fix MemoryMaps on ARM
    shirou authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    efc768a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #891 from tribes/master

    [process][windows] implement suspending and resuming with ntdll library
    shirou authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    bbcb80c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #901 from nightmared/expose-available-memory-as-fr…

    …ee-win
    
    Set the 'free' memory value to the 'available' memory on windows
    shirou authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    4e6138a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #775 from TakayukiBGoto/add_additional_gids_support

    [Process] Implement Groups() to get additional gids.
    shirou authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    7e94bb8 View commit details
    Browse the repository at this point in the history
Loading