ojob.io/grid/data/gc

Usage

ojob ojob.io/grid/data/gc pid=12345 file=/tmp/hsperfdata_somebody/12345 cmd="cat /tmp/hsperfdata_somebody/12345" 

Description

Shows basic Java GC information

Expects

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.