mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8367801: jtreg failure_handler - don't use the -L option for ps command
Reviewed-by: ayang, shade
This commit is contained in:
parent
e3a4c28409
commit
7ec3fa5f0a
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -108,7 +108,7 @@ system.sysctl.args=-a
|
||||
process.top.app=top
|
||||
process.top.args=-b -n 1
|
||||
process.ps.app=ps
|
||||
process.ps.args=-Leo pid,pcpu,cputime,start,pmem,vsz,rssize,stackp,stat,sgi_p,wchan,user,args
|
||||
process.ps.args=-eo pid,pcpu,cputime,start,pmem,vsz,rssize,stackp,stat,sgi_p,wchan,user,args
|
||||
|
||||
memory.free.app=free
|
||||
memory.free.args=-h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user