Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- web
- hadoop
- Italy
- Python
- Software Engineering
- Kuala Lumpur
- ubuntu
- QT
- Java
- programming_book
- France
- Spain
- Book
- comic agile
- psychology
- agile
- history
- Book review
- RFID
- management
- Malaysia
- Linux
- Programming
- erlang
- django
- hbase
- program
- essay
- MySQL
- leadership
Archives
- Today
- Total
java profile 본문
$ java -version
http://kenshin579.tistory.com/entry/Java-Profiling-with-hprof-default-java-profiler
$ java -Xrunhprof -cp .:./ahocorasick_java-1.1/dist/org.arabidopsis.ahocorasick-1.1.jar TestAC
$ tail java.hprof.txt
http://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html
$ javac -J-agentlib:hprof=heap=sites -cp ./ahocorasick_java-1.1/dist/org.arabidopsis.ahocorasick-1.1.jar T
estAC.java
Dumping allocation sites ... done.
$ tail java.hprof.txt
cf.
http://perfinsp.sourceforge.net/jprof.html
http://docs.jboss.org/jbossprofiler/doc/concept.html#Interceptors
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-oprofile-configuring.html
Comments