8202763: failure_handler: list open files for macOS
Reviewed-by: alanb
This commit is contained in:
parent
747f934ca7
commit
e155b21fce
@ -76,6 +76,7 @@ environment=\
|
||||
system.dmesg system.sysctl \
|
||||
process.ps process.top \
|
||||
memory.vmstat \
|
||||
files \
|
||||
netstat.av netstat.aL netstat.m netstat.s \
|
||||
ifconfig \
|
||||
scutil.nwi scutil.proxy
|
||||
@ -104,6 +105,8 @@ process.top.args=-l 1
|
||||
memory.vmstat.app=vm_stat
|
||||
memory.vmstat.args=-c 3 3
|
||||
|
||||
files.app=lsof
|
||||
|
||||
netstat.app=netstat
|
||||
netstat.av.args=-av
|
||||
netstat.aL.args=-aL
|
||||
|
Loading…
Reference in New Issue
Block a user