org.bootchart.common
public class ProcessTree extends Object
The following pruning techniques are used:
| Field Summary | |
|---|---|
| long | duration
The duration of the process tree (measured from the start time of
the first process to the end time of the last process). |
| Date | endTime |
| int | numProc The number of all processes in the tree. |
| List | processTree The Process tree. |
| int | samplePeriod Statistics sampling period. |
| Date | startTime The start time of the graph |
| Constructor Summary | |
|---|---|
| ProcessTree(PsStats psStats, String monitoredApp, boolean prune)
Creates a new process tree from the specified list of
Process instances.
| |
| Method Summary | |
|---|---|
| String | toString() |
Process instances.
Parameters: psStats process statistics monitoredApp monitored application (or null if
the boot process is monitored) prune whether to prune the tree by removing sleepy and
short-living processes and merging threads