fixed a bug that prevented counting the SReclaimable value #204

This commit is contained in:
Jordi Sanfeliu 2019-03-08 10:31:59 +01:00
parent 207c595924
commit 9d26e28f90
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ sub system_update {
}
if(/^Inactive:\s+(\d+) kB$/) {
$minac = $1;
last;
next;
}
if(/^SReclaimable:\s+(\d+) kB$/) {
$srecl = $1;