Re: Cache Hit-Rate Statistics

2010-01-07 Thread Pinaki Poddar
Hi, 1.) Is there currently a proper and correct way of obtaining values for the above four cache performance metrics, that I am interested in, in order to monitor a running application? Basic L2 Cache statistics are available on later version of OpenJPA [1]. You can download [2] fairly

Re: Cache Hit-Rate Statistics

2010-01-07 Thread Riaan
Hi Pinaki, Thank you very much for this pointer! I am glad to see that the OpenJPA team has already thought of this! I will certainly look at these new features that are available in OpenJPA 2.0. Regards Riaan -- View this message in context:

Re: Cache Hit-Rate Statistics

2010-01-07 Thread Pinaki Poddar
Hi Riaan, Apache OpenJPA looks like a high-quality, feature-rich, open source product. My thanks go out to the OpenJPA developers! Good to know that you have found OpenJPA useful. I plan to use the persistence context in the *Extended* mode, as opposed to per transaction or per

Re: Cache Hit-Rate Statistics

2010-01-07 Thread Riaan
Hi Pinaki, Thank you very much for this information. I must admit, I did not realize there were two distinct caches (L1 and L2). Furthermore, I am not that familiar with JPA 2.0 yet. (I will look into it.) As you say in your article: Everyone loves cache, and I am certainly excited about it.