How to find the total number of entities in TIBCO DataGrid Cache and how many entities handled per node?

How to find the total number of entities in TIBCO DataGrid Cache and how many entities handled per node?

book

Article ID: KB0091173

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

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_&ltentity> -> 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\&ltversion>\lib directory (if not exist already)
- go to $BE_HOME\as\&ltversion>\lib dir
- run command: "java -jar as-admin.jar"
- "connect name "&ltclustername>" (fdcache is the cluster name in CDD -> TAB Cluster or the project name)
- run: show spaces
- run: show space "&ltspace name>"

Issue/Introduction

How to find the total number of entities in TIBCO DataGrid Cache and how many entities handled per node?