Results 1 to 2 of 2

Thread: how to view size taken up and max size

  1. #1
    Join Date
    Jan 2011
    Posts
    4

    Default how to view size taken up and max size

    How do I view what is in the gemfire cache as far as what data is on what node? Is there any tools I can start up to see how my data is spread and if it is spreading correctly?

    thanks,
    Dean

  2. #2

    Default

    If you just want to see the size of regions, vsd is a great tool for viewing gemfire statistics. You can download it from the gemfire download page - http://www.springsource.com/products...ation-download.

    To use it, you need to configure gemfire to write statistics to a file. Add

    statistic-sampling-enabled=true
    statistic-archive-file=stats.gfs

    To you gemfire properties. Gemfire will write statistics once a second to the file, which you can then view with vsd.

    Databrowser and gemfire shell are also good for exploring what's actually stored in each member.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •