8347994: Add additional diagnostics to macOS failure handler to assist with diagnosing MCast test failures

Reviewed-by: dfuchs
This commit is contained in:
Serhiy Sachkov 2025-01-23 13:40:20 +00:00 committed by Mark Sheppard
parent c00557f8f5
commit 5cc690d31e

View File

@ -89,8 +89,9 @@ environment=\
process.ps process.top \
memory.vmstat \
files \
net.netstat.anv net.netstat.av net.netstat.aL net.netstat.m net.netstat.s \
net.netstat.anv net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.netstat.g net.netstat.r \
net.ifconfig net.hostsfile \
fw.up \
scutil.nwi scutil.proxy \
screenshot
################################################################################
@ -132,6 +133,8 @@ net.netstat.anv.args=-anv
net.netstat.aL.args=-aL
net.netstat.m.args=-mm
net.netstat.s.args=-s
net.netstat.g.args=-gs
net.netstat.r.args=-rn
net.ifconfig.app=ifconfig
net.ifconfig.args=-a
@ -144,4 +147,7 @@ scutil.proxy.args=--proxy
screenshot.app=screencapture
screenshot.args=-x screen1.png screen2.png screen3.png screen4.png screen5.png
fw.app=/usr/libexec/ApplicationFirewall/socketfilterfw
fw.up.args=--getglobalstate
################################################################################