Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Infinispan data grid platform definitive guide

You're reading from  Infinispan data grid platform definitive guide

Product type Book
Published in May 2015
Publisher
ISBN-13 9781782169970
Pages 464 pages
Edition 1st Edition
Languages

Table of Contents (20) Chapters

Infinispan Data Grid Platform Definitive Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
1. Getting Started 2. Barriers to Scaling Data 3. Using the APIs 4. Infinispan Topologies 5. Data Access Patterns 6. Case Study – The TicketMonster Application 7. Understanding Transactions and Concurrency 8. Managing and Monitoring Infinispan 9. Server Modules 10. Getting Started with Hibernate OGM 11. An Introduction to JGroups 12. Advanced Topics Index

Interacting with Infinispan via JMX


Infinispan has a broad support for JMX in order to provide external access to monitor statistical information and control the cache data of each Infinispan instance, and it also provides two different levels of information, CacheManager and Cache.

The CacheManager level

By default, both levels are disabled. In the CacheManager level, you can extract global statistics for all cache instances managed from a given CacheManager object, as we could see earlier; CacheManager is the mechanism from which you can retrieve new cache instances.

If you are an Infinispan 6 user and you want to configure it declaratively, you can enable the monitoring characteristics of the CacheManager level using the <globalJMXStatistics> tag, under a <global> tag to define the global JMX settings, which will be shared with existing cache instances under the domain of a single CacheManager.

The following example shows a global JMX configuration. In order to enable global JMX...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}