Skip to content

Commit

Permalink
etc/monitors_need_gzip: don't compress slabinfo at runtime
Browse files Browse the repository at this point in the history
Remove slabinfo to disable compress slabinfo at runtime.
Previously, a broken slabinfo.gz will be generated occasionally, which will abort process-result-queue
----------------
[lkp process-result-queue 58732] /lkp/lkp/src/stats/slabinfo:17:in `block in <main>': undefined method `size' for nil:NilClass (NoMethodError)
----------------

slabinfo will be compressed into slabinfo.xz at process-result(lib/process-result.sh) stage
which also to can save disk

Signed-off-by: Li Zhijian <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
zhijianli88 authored and rli9 committed Oct 29, 2017
1 parent 49cc8ca commit f17cbe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/monitors_need_gzip
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ numa-meminfo
numa-numastat
meminfo
zoneinfo
slabinfo
buddyinfo
pagetypeinfo
sched_debug
Expand Down

0 comments on commit f17cbe9

Please sign in to comment.