updated readme
This commit is contained in:
parent
96ee9456c2
commit
480b13b935
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ __Screenshot__
|
||||||
* copy perfix-agent-$VERSION.jar to <path>/perfix.jar
|
* copy perfix-agent-$VERSION.jar to <path>/perfix.jar
|
||||||
* Configure your JVM: -javaagent:<path>/perfix.jar
|
* Configure your JVM: -javaagent:<path>/perfix.jar
|
||||||
* Include classes for instrumentation with -Dperfix.includes=com.project. ...etc (includes subpackages)
|
* Include classes for instrumentation with -Dperfix.includes=com.project. ...etc (includes subpackages)
|
||||||
* Head to http://localhost:2048 for reports executed methods and sql query excutions:
|
* Head to http://localhost:2048 for reports on executed methods and sql query excutions:
|
||||||
<br/> * #invocations
|
<br/> * #invocations
|
||||||
<br/> * total execution time for the method in nanoseconds (this is also the sorting order)
|
<br/> * total execution time for the method in nanoseconds (this is also the sorting order)
|
||||||
<br/> * average time in nanoseconds per method (= total/#invocations)
|
<br/> * average time in nanoseconds per method (= total/#invocations)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue