show store

show store store-name

Show the details of a specific store.

The store-name must be the exact name of a specific store.

This command prints a table of information described in the following table.

Heading Description
Type Type of store:
  • file indicates a file-based store.
  • as indicates a grid store.
  • ftl indicates an FTL store.
Message Count The number of messages in the store.
Swapped Count The number of messages that have been swapped from process memory to the store.
Average Write Time Average time in seconds a write call takes. (Not available for asynchronous file stores.)
Write Usage The ratio between time spent within write calls and the time specified by the server_rate_interval. (Not available for asynchronous file stores.)
Access Mode

asynchronous—the server stores messages in the store using asynchronous I/O calls.

synchronous—the server stores messages in the store using synchronous I/O calls.

Message Size Total size of all messages in the store.
Swapped Size The total size of swapped messages in the store.
Headings specific to file-based stores
File File name associated with this store file, as it is set by the file parameter in the stores.conf file.
Pre-allocation Minimum The amount of disk space, if any, that is preallocated to this file.
Periodic Truncation

enabled—the EMS server occasionally truncates the store file, relinquishing unused disk space.

disabled—the EMS server does not truncate the store file to relinquish unused disk space.

Destination Defrag Batch Size The size of the batch used by the destination defrag feature.
File Size The size of the store file, including unused allocated file space.
Free Space The amount of unused allocated file space.
Fragmentation The level of fragmentation in the file.
Used Space The amount of used space in the file.
Storage Write Rate The number of bytes written per second.
Headings specific to grid stores
Grid URL Realm service URL of the data grid the store is connected to.
Grid Name Name of the data grid the store is connected to.
Discard Scan Interval The maximum length of time that the EMS server takes to examine all messages in the grid store. This interval is controlled with the scan_iter_interval store parameter. See scan_iter_interval for more information.
Discard Scan Interval Bytes The bytes read and processed every Discard Scan Interval. This number is proportional to the grid store file size, and must be kept within the limits of your storage medium. See Understanding Grid Store Intervals for more information.
First Scan Finished true—all the data in the store has been examined at least once since the EMS server startup.

false—not all data has been examined since the EMS server last started. When false, certain server statistics (such as the Message Count field) may be underreported as a result of expired or purged messages still in the store. See Implications for Statistics for more information.