8267448: Add "ulimit -a" to environment.html
Reviewed-by: cjplummer
This commit is contained in:
parent
5b8c51f59a
commit
53b6e2c85c
test/failure_handler/src/share/conf
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2015, 2021, 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
|
||||
@ -62,6 +62,7 @@ environment=\
|
||||
users.current users.logged users.last \
|
||||
disk \
|
||||
env \
|
||||
ulimit \
|
||||
system.dmesg system.sysctl \
|
||||
process.top process.ps \
|
||||
memory.free memory.vmstat.default memory.vmstat.statistics \
|
||||
@ -83,6 +84,10 @@ disk.args=-h
|
||||
|
||||
env.app=env
|
||||
|
||||
ulimit.app=bash
|
||||
ulimit.args=-c\0ulimit -a
|
||||
ulimit.args.delimiter=\0
|
||||
|
||||
system.dmesg.app=dmesg
|
||||
system.sysctl.app=sysctl
|
||||
system.sysctl.args=-a
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2015, 2021, 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
|
||||
@ -71,6 +71,7 @@ environment=\
|
||||
users.current users.logged users.last \
|
||||
disk \
|
||||
env \
|
||||
ulimit \
|
||||
system.dmesg system.sysctl \
|
||||
process.ps process.top \
|
||||
memory.vmstat \
|
||||
@ -91,6 +92,10 @@ disk.args=-h
|
||||
|
||||
env.app=env
|
||||
|
||||
ulimit.app=bash
|
||||
ulimit.args=-c\0ulimit -a
|
||||
ulimit.args.delimiter=\0
|
||||
|
||||
system.dmesg.app=dmesg
|
||||
system.sysctl.app=sysctl
|
||||
system.sysctl.args=-a
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2015, 2021, 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
|
||||
@ -66,6 +66,7 @@ environment=\
|
||||
users.current users.logged \
|
||||
disk \
|
||||
env \
|
||||
ulimit \
|
||||
system.events.system system.events.application system.os \
|
||||
process.top process.ps process.tasklist \
|
||||
memory.free memory.vmstat.default memory.vmstat.statistics \
|
||||
@ -84,6 +85,10 @@ disk.args=-h
|
||||
|
||||
env.app=env
|
||||
|
||||
ulimit.app=bash
|
||||
ulimit.args=-c\0ulimit -a
|
||||
ulimit.args.delimiter=\0
|
||||
|
||||
system.events.app=powershell
|
||||
system.events.delimiter=\0
|
||||
system.events.system.args=-NoLogo\0-Command\0Get-EventLog System -After (Get-Date).AddDays(-1) | Format-List
|
||||
|
Loading…
x
Reference in New Issue
Block a user