public class PostLogProfilerProcessor
extends java.lang.Object
Constructor and Description |
---|
PostLogProfilerProcessor(java.lang.String filename,
java.io.PrintStream out)
Process given filename, and produce sql profiling report to given PrintStream.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Post Process log4jdbc sqltiming log data.
|
public PostLogProfilerProcessor(java.lang.String filename, java.io.PrintStream out) throws java.lang.Exception
filename
- sqltiming log to process.out
- PrintStream to write profiling report to.java.lang.Exception
- if reading error occurs.public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line arguments. Expects one argument, the name of the file to post process.java.lang.Exception
- if something goes wrong during processing.