pagemon: 1.01.06 -> 1.01.07
Changes: * Mix checksum up a bit more and return OK if nothing has changed * Optimize page reading, reduced by ~2% CPU * Add perf page statistics 'p' option * Add OOM score to VM stats * Optimize read_maps: don't re-scan page mapping if nothing changed * Reduce amount of seeks and reads on pagemap data More: https://github.com/ColinIanKing/pagemon/blob/master/debian/changelog
This commit is contained in:
parent
65e5a727eb
commit
d28a06553e
@ -2,10 +2,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pagemon-${version}";
|
||||
version = "0.01.06";
|
||||
version = "0.01.07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "0p6mzmyjn5dq1ma9ld47gnrszyf0yph76dd5k7hl60a5zq5741aa";
|
||||
sha256 = "041jqk11sq1qn3avsx4jbfqzvg6rfa5kmgn16q8jnwm5fqfaj037";
|
||||
rev = "V${version}";
|
||||
repo = "pagemon";
|
||||
owner = "ColinIanKing";
|
||||
|
Loading…
x
Reference in New Issue
Block a user