<br><div class="gmail_quote">2011/8/29 Scott Marlow <span dir="ltr">&lt;<a href="mailto:smarlow@redhat.com">smarlow@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
<br>
On 08/28/2011 04:12 PM, Brian Stansberry wrote:<br>
&gt; I believe Scott Marlow is looking into that, as he started a thread<br>
&gt; earlier this month[1] about one approach to exposing such statistics.<br>
<br>
</div>Definitely plan to do work on this soon.<br>
<div class="im"><br>
&gt;<br>
&gt; [1] <a href="http://lists.jboss.org/pipermail/jboss-as7-dev/2011-August/003539.html" target="_blank">http://lists.jboss.org/pipermail/jboss-as7-dev/2011-August/003539.html</a><br>
&gt;<br>
&gt; On 8/26/11 9:22 AM, Francesco Marchioni wrote:<br>
&gt;&gt; Dear all,<br>
&gt;&gt; does anyone know if it will ever be possible to monitor the 2nd level<br>
&gt;&gt; cache (basically its size) through the CLI/web interface ?<br>
&gt;&gt; At the moment I&#39;m using a programmatic approach (with<br>
&gt;&gt; HibernateStatistics) however I&#39;m looking for an admin approach to it.<br>
<br>
</div>Are you using JMX currently?  Can you please give some examples of the<br>
JMX queries that you are using to get this?<br></blockquote><div><br>Hello,<br>well no, I&#39;m basically using Hibernate Api to get through the cache<br><br>        Statistics stats = factory.getStatistics();<br>        SecondLevelCacheStatistics cacheStats =<br>
        stats.getSecondLevelCacheStatistics(&quot;entity-region&quot;);<br>        System.out.println(&quot;Entity cached:&quot; +cacheStats.getElementCountInMemory());<br>         . . . . . . . .<br><br>however I remember being it possible through the jmx-console in AS5- though I dont remember which was the MBean.<br>
regards<br>Francesco<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<font color="#888888"><br>
Scott<br>
</font><div><div></div><div class="h5"><br>
&gt;&gt; Thanks a lot<br>
&gt;&gt; Francesco<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; jboss-as7-dev mailing list<br>
&gt;&gt; <a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</div></div></blockquote></div><br>