common.properties revision 1870:4aa2e64eff30
137535Sdes#
237535Sdes# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
337535Sdes# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
437535Sdes#
537535Sdes# This code is free software; you can redistribute it and/or modify it
637535Sdes# under the terms of the GNU General Public License version 2 only, as
737535Sdes# published by the Free Software Foundation.
837535Sdes#
937535Sdes# This code is distributed in the hope that it will be useful, but WITHOUT
1037535Sdes# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1137535Sdes# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1237535Sdes# version 2 for more details (a copy is included in the LICENSE file that
1337535Sdes# accompanied this code).
1437535Sdes#
1537535Sdes# You should have received a copy of the GNU General Public License version
1637535Sdes# 2 along with this work; if not, write to the Free Software Foundation,
1737535Sdes# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1837535Sdes#
1937535Sdes# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2037535Sdes# or visit www.oracle.com if you need additional information or have any
2137535Sdes# questions.
2237535Sdes#
2337535Sdes
2437535Sdespattern=%p
2537535SdesjavaOnly=true
2637535Sdesargs=%p
2737535Sdes################################################################################
2837535Sdes# process info to gather
2937535Sdes################################################################################
3037535SdesonTimeout=\
3137535Sdes  jinfo \
3237535Sdes  jcmd.compiler.codecache jcmd.compiler.codelist \
3337535Sdes        jcmd.compiler.queue \
3437535Sdes  jcmd.vm.classloader_stats jcmd.vm.stringtable \
3537535Sdes        jcmd.vm.symboltable jcmd.vm.uptime jcmd.vm.dynlibs \
3637535Sdes        jcmd.vm.system_properties \
3737535Sdes  jcmd.gc.class_stats jcmd.gc.class_histogram \
3837535Sdes  jstack \
3937535Sdes  jmap.heap jmap.histo jmap.clstats jmap.finalizerinfo
4037535Sdes
4137535Sdesjinfo.app=jinfo
4237535Sdes
4337535Sdesjcmd.app=jcmd
4437535Sdes
4537535Sdesjcmd.compiler.codecache.args=%p Compiler.codecache
4637535Sdesjcmd.compiler.codelist.args=%p Compiler.codelist
4737535Sdesjcmd.compiler.queue.args=%p Compiler.queue
4837535Sdes
4937535Sdesjcmd.vm.classloader_stats.args=%p VM.classloader_stats
50jcmd.vm.stringtable.args=%p VM.stringtable
51jcmd.vm.symboltable.args=%p VM.symboltable
52jcmd.vm.uptime.args=%p VM.uptime
53jcmd.vm.dynlibs.args=%p VM.dynlibs
54jcmd.vm.system_properties.args=%p VM.system_properties
55
56jcmd.gc.class_stats.args=%p GC.class_stats
57jcmd.gc.class_histogram.args=%p GC.class_histogram
58
59jstack.app=jstack
60jstack.params.repeat=6
61
62jmap.app=jmap
63jmap.heap.args=-heap %p
64jmap.histo.args=-histo %p
65jmap.clstats.args=-clstats %p
66jmap.finalizerinfo.args=-finalizerinfo %p
67
68################################################################################
69# environment info to gather
70################################################################################
71environment=jps
72jps.app=jps
73jps.args=-mlv
74################################################################################
75