Package org.bootchart.parser.solaris
Class DTraceParser
java.lang.Object
org.bootchart.parser.solaris.DTraceParser
DTraceParser parses log files produced with the bootchart DTrace script
for Solaris 10. The D script produces a single log file containing
process execution, CPU scheduler and disk I/O information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BootStatsparseLog(InputStream is, String monitoredApp, boolean prune) Parses thedtracelog file.
-
Constructor Details
-
DTraceParser
public DTraceParser()
-
-
Method Details
-
parseLog
public static BootStats parseLog(InputStream is, String monitoredApp, boolean prune) throws IOException Parses thedtracelog file.- Parameters:
is- the input stream to parseprune- whether to prune the treemonitoredApp- monitored application (ornullif the boot process is profiled)- Returns:
- boot statistics
- Throws:
IOException- if an I/O error occurs
-