Skip to content

Commit

Permalink
[kernel] Collect hv-balloon
Browse files Browse the repository at this point in the history
Collect /sys/kernel/debug/hv-balloon with Hyper-V ballooning usage
information.

Resolves: sosreport#3692

Signed-off-by: Pavel Moravec <[email protected]>
  • Loading branch information
pmoravec authored and TurboTurtle committed Jul 3, 2024
1 parent d5ed16f commit 68daef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def setup(self):
"/sys/kernel/debug/dynamic_debug/control",
"/sys/kernel/debug/extfrag/unusable_index",
"/sys/kernel/debug/extfrag/extfrag_index",
"/sys/kernel/debug/hv-balloon",
clocksource_path + "available_clocksource",
clocksource_path + "current_clocksource",
"/proc/pressure/",
Expand Down

0 comments on commit 68daef8

Please sign in to comment.