Monitoring ActiveSpaces Cache

The CacheManager utility enables you to get the statistics of ActiveSpaces cache and member details. You can use the utility to monitor the Put/Take/Expire/Seed/Unseed activity.

You can execute the CacheManager utility from the $MQ_HOME\bin directory:

CacheManager Usage [options]

-? : print usage

-connect: Connects to the metaspace

-Listen: Listen space for [Put/Take/Expire/Seed/Unseed] activity

-member: Displays information about members

-space: Displays space details

-search: Searches the records in space

-asadmin: Executes the exact asadmin commands

Follow these steps to monitor AS spaces. You can monitor Put\Take\Get\Expire\Evicts.

Procedure

  1. Enter ./CacheManager.sh
  2. Enter Connect.
  3. To monitor the RECORD space, enter space -s RECORD.
  4. To monitor the Evicts, use the members detail command.
  5. To monitor the individual spaces in the metaspace, use as-admin under $MQ_HOME/as/2.1/lib.