RE: Profiling using OFBiz

2010-03-18 Thread Neha Mehta
Lima [mailto:acptecnolo...@gmail.com] Sent: Friday, March 12, 2010 8:35 PM To: user@ofbiz.apache.org; Jacques Le Roux Subject: Re: Profiling using OFBiz Hi Neha, Our team had serious problems with memory leaks for 2 main reasons: 1) Lack of knowledge of the correct use of the Entity Manager. 2

Re: Profiling using OFBiz

2010-03-17 Thread Brett Palmer
Neha, I posted this message a few months ago about some profiling probes we wrote to measure method times. They work pretty well and allow you specify what you want to profile (e.g. com.mycode.* or org.ofbiz.entity, etc). I've been meaning to contribute these tools back with instructions on how

Re: Profiling using OFBiz

2010-03-17 Thread Jacques Le Roux
Thanks Brett, Very interesting! Jacques From: Brett Palmer brettgpal...@gmail.com Neha, I posted this message a few months ago about some profiling probes we wrote to measure method times. They work pretty well and allow you specify what you want to profile (e.g. com.mycode.* or

Re: Profiling using OFBiz

2010-03-16 Thread Harmeet Bedi
Found jprofiler very effective. though a bit expensive http://www.ej-technologies.com/products/jprofiler/overview.html Harmeet From: Neha Mehta [neha.me...@lntinfotech.com] Hi, I need to check memory leaks, memory profiling and cpu profiling with OFBiz.

RE: Profiling using OFBiz

2010-03-15 Thread Bhupendra Shivade
you can use probe application, which can be started from hot-deploy. cheers From: Neha Mehta [neha.me...@lntinfotech.com] Sent: Friday, March 12, 2010 6:40 PM To: user@ofbiz.apache.org Subject: Profiling using OFBiz Hi, I need to check memory leaks, memory

Re: Profiling using OFBiz

2010-03-12 Thread Jacques Le Roux
http://ofbiz.markmail.org/search/profiling Jacques - Original Message - From: Neha Mehta To: user@ofbiz.apache.org Sent: Friday, March 12, 2010 2:10 PM Subject: Profiling using OFBiz Hi, I need to check memory leaks, memory profiling and cpu profiling with

Re: Profiling using OFBiz

2010-03-12 Thread Jacques Le Roux
Also http://n4.nabble.com/forum/Search.jtp?local=yforum=135036query=profiling Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com http://ofbiz.markmail.org/search/profiling Jacques - Original Message - From: Neha Mehta To: user@ofbiz.apache.org Sent: Friday, March 12, 2010

Re: Profiling using OFBiz

2010-03-12 Thread Rodrigo Lima
Hi Neha, Our team had serious problems with memory leaks for 2 main reasons: 1) Lack of knowledge of the correct use of the Entity Manager. 2) In cases of a large number of request. We use the tool kit Your www.yourkit.com/java/profiler/ that helped us Identifying critical points to refactor the