Skip to content

Commit

Permalink
8320129: "top" command during jtreg failure handler does not display …
Browse files Browse the repository at this point in the history
…CPU usage on OSX

Backport-of: 8be3e39220cd64521f4e370011958e17e5fdeaf3
  • Loading branch information
Andrew Lu committed Mar 13, 2024
1 parent 49c260d commit 09ebd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/failure_handler/src/share/conf/mac.properties
Expand Up @@ -103,7 +103,7 @@ system.sysctl.args=-a
process.ps.app=ps
process.ps.args=-Meo pid,pcpu,cputime,start,pmem,vsz,rss,state,wchan,user,args
process.top.app=top
process.top.args=-l 1
process.top.args=-l 2

memory.vmstat.app=vm_stat
memory.vmstat.args=-c 3 3
Expand Down

1 comment on commit 09ebd1c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.