-
Notifications
You must be signed in to change notification settings - Fork 380
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: siimon/prom-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: siimon/prom-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 2 contributors
Commits on Nov 2, 2017
-
fixed invalid memory report on linux (#163)
* fixed invalid memory report on linux You have to multiply memory reported by the `/proc/self/status` by 1024, not 1000; because it's in KiB. Proof: ```$ ps -o vsz -p 15301 VSZ 13820 $ grep VmSize /proc/15301/status VmSize: 13820 kB $ man ps | grep vsz %z vsz VSZ vsz and rss. vsize VSZ see vsz. (alias vsz). vsz VSZ virtual memory size of the process in KiB (1024-byte``` Replace 15301 with the PID of your choice. * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 24ef680 - Browse repository at this point
Copy the full SHA 24ef680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39999c9 - Browse repository at this point
Copy the full SHA 39999c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd55876 - Browse repository at this point
Copy the full SHA bd55876View commit details
There are no files selected for viewing