Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
===========
How to find the total number of entities in TIBCO DataGrid Cache and how many entities handled per node?
Environment:
===========
TIBCO BusinessEvents 5.1
All Versions
Resolution:
========
1). Show the total number for a specific entity in Cache use:
JMX Console - MBean Tab -> "Cache -> dist-unlimited-nobs-default-be_gen_<entity> -> Attributes -> CacheSize"
2). Show number of entites per member:
- use ActiveSpaces Admin Console.
- copy $TIBCO_HOME\be\5.0\lib\ext\tpcl\antlr-3.2.jar to $TIBCO_HOME\as\<version>\lib directory (if not exist already)
- go to $BE_HOME\as\<version>\lib dir
- run command: "java -jar as-admin.jar"
- "connect name "<clustername>" (fdcache is the cluster name in CDD -> TAB Cluster or the project name)
- run: show spaces
- run: show space "<space name>"