You have to *enable stats* on your application-defined *Regions*. You do that via the API <http://data-docs-samples.cfapps.io/docs-gemfire/latest/javadocs/japi/com/gemstone/gemfire/cache/RegionFactory.html#setStatisticsEnabled(boolean)> [1], or with cache.xml <http://gemfire.docs.pivotal.io/docs-gemfire/latest/reference/topics/cache_xml.html#region-attributes> [2] (search for statistics-enabled) for via Spring Data GemFire, by example...
<gfe:partitioned-region id="Example" statistics="true"/> Note, the default value is *false*, since recording statistics will incur more overhead. Hope this helps. Cheers, John [1] [2] http://gemfire.docs.pivotal.io/docs-gemfire /latest/reference/topics/cache_xml.html#region-attributes On Wed, Jul 6, 2016 at 2:12 PM, Chaudhary, Sushil (CONT) < [email protected]> wrote: > Hi, > I am using geode with Apex. Can anyone please guide me how can I monitor > latency and through put for each get and put. > > I am not getting stars on Geode UI, it always says Zero. > > *Sushil Chaudhary* > *Cell #:* 408-466-2004 > *Email*: [email protected] > > ------------------------------ > > The information contained in this e-mail is confidential and/or > proprietary to Capital One and/or its affiliates and may only be used > solely in performance of work or services for Capital One. The information > transmitted herewith is intended only for use by the individual or entity > to which it is addressed. If the reader of this message is not the intended > recipient, you are hereby notified that any review, retransmission, > dissemination, distribution, copying or other use of, or taking of any > action in reliance upon this information is strictly prohibited. If you > have received this communication in error, please contact the sender and > delete the material from your computer. > -- -John 503-504-8657 john.blum10101 (skype)
