http://download.eclipse.org/mat/1.3/update-site/
https://blog.codecentric.de/en/2008/07/memory-analysis-part-1-obtaining-a-java-heapdump/
http://docs.oracle.com/javase/6/docs/technotes/tools/share/jhat.html
http://docs.oracle.com/javase/7/docs/technotes/guides/vm/performance-enhancements-7.html
http://docs.oracle.com/cd/E24329_01/web.1211/e24368/classloading.htm
https://blogs.oracle.com/jeffwest/entry/weblogic_1034_classloader_analysis_tool
http://pic.dhe.ibm.com/infocenter/isa/v4r1m0/index.jsp?topic=%2Fcom.ibm.java.diagnostics.memory.analyzer.doc%2Fshallowretainedheap.html
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.mat.ui.help%2Fgettingstarted%2Fbasictutorial.html
http://eclipsesource.com/blogs/2013/01/21/10-tips-for-using-the-eclipse-memory-analyzer/
Tuesday, 29 October 2013
Linux
linux os details: lsb_release -a
list process "ps" results are truncated with usr/bin/ps, try /usr/ucb/ps -aw
find ear files and print only the filename. Ex: find . -name *.ear -printf "%f\n"
find ear files and copy to directory ears. Ex: find . -name *.ear -exec cp {} ./ears \;
list process "ps" results are truncated with usr/bin/ps, try /usr/ucb/ps -aw
find ear files and print only the filename. Ex: find . -name *.ear -printf "%f\n"
find ear files and copy to directory ears. Ex: find . -name *.ear -exec cp {} ./ears \;
Tuesday, 15 October 2013
Google App Engine with Restful web services
- http://macgyverdev.blogspot.ca/2012/01/create-spring-rest-service-for-google.html
- https://developers.google.com/appengine/articles/spring_optimization
- http://www.mkyong.com/maven/how-to-create-a-web-application-project-with-maven/
- http://docs.angularjs.org/tutorial/step_11
- http://viralpatel.net/blogs/angularjs-controller-tutorial/
- http://weblogs.asp.net/dwahlin/archive/2013/08/16/using-an-angularjs-factory-to-interact-with-a-restful-service.aspx
- http://www.html5rocks.com/en/tutorials/cors/
Subscribe to:
Posts (Atom)