0

I am trying to get centralized region statistics from a server region using the client region shortcut PROXY.

From the looks of things, it appears that the statistics are all coming from the client (last modified updated on a put call and local region creation, etc.).

This does not work for my use case, as I do not perform any updates to the region in my process, but still need access to the information (updates occurring in another process/client).

  • Is there any way to do this?
  • Am I correct in assuming the events updating the last modified for the region are local events only (i.e. not propogated from the server)?
Sylhare
  • 5,907
  • 8
  • 64
  • 80

1 Answers1

0

You will need to access MBeans on the server to get server side statistics. This thread answers what you want: Accessing a remote MBean server

Swapnil
  • 1,191
  • 7
  • 8