ojob ojob.io/grid/data/gc2 pid=12345 file=/tmp/hsperfdata_somebody/12345 cmd="cat /tmp/hsperfdata_somebody/12345"
Shows basic Java GC information
Name | Description |
---|---|
pid | The PID of the Java process |
file | The Java HS performance file to parse (e.g /tmp/hsperfdata_somebody/12345). If not provided and cmd is not provided it will use pid |
cmd | Command to run to obtain the Java HS performance file contents. If not provided and file is not provided it will use pid. |