Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Description:
Title:
How to get tuple sizes in TIBCO Active Spaces cache and use it to help in sizing BusinessEvents (ActiveSpaces) cache.
Description:
When using TIBCO Business Events 5.1.3, you now have an option to get the tuple_size for space in cache nodes. This option works both for explicit tuple TRUE and with BLOB storage and will allow you to even find differences in the cache size if you enable explicit tuple.
Symptoms:
Utility to find space occupied by the content in your cache.
Cause:
N/A
- In as-admin prompt, execute the command
"invoke on member '<member_name>' tuple_size"
Example:
"invoke on member 'CSU1' tuple_size"
The above command will give you a fairly accurate approximation of memory usage per space. You should execute this command on all seeder/cache nodes to get the complete picture on space usage in the Active Spaces cache. You should mainly focus on the "Cost(mb) and Tuple Avg" columns. Cost includes overhead. Attached (Filename:tuple_size.txt) is an example of the output og tuple_size command (after a little cleanup of empty spaces).