mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8366854: Extend jtreg failure handler with THP info
Reviewed-by: ayang, shade, tschatzl, lmesnik, sjohanss
This commit is contained in:
parent
a25dde6279
commit
a1ab12b772
@ -78,6 +78,8 @@ environment=\
|
||||
process.top process.ps \
|
||||
memory.free memory.vmstat.default memory.vmstat.statistics \
|
||||
memory.vmstat.slabinfo memory.vmstat.disk \
|
||||
memory.proc_meminfo memory.proc_vmstat \
|
||||
memory.thp \
|
||||
files \
|
||||
locks \
|
||||
net.sockets net.statistics net.ifconfig net.hostsfile \
|
||||
@ -115,6 +117,15 @@ memory.vmstat.default.args=3 3
|
||||
memory.vmstat.statistics.args=-s
|
||||
memory.vmstat.slabinfo.args=-m
|
||||
memory.vmstat.disk.args=-d
|
||||
memory.proc_meminfo.app=bash
|
||||
memory.proc_meminfo.args=-c\0cat /proc/meminfo
|
||||
memory.proc_meminfo.delimiter=\0
|
||||
memory.proc_vmstat.app=bash
|
||||
memory.proc_vmstat.args=-c\0cat /proc/vmstat
|
||||
memory.proc_vmstat.delimiter=\0
|
||||
memory.thp.app=bash
|
||||
memory.thp.args=-c\0cat /sys/kernel/mm/transparent_hugepage/{enabled,defrag,shmem_enabled}
|
||||
memory.thp.delimiter=\0
|
||||
|
||||
files.app=lsof
|
||||
locks.app=lslocks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user