Last & Active Space Operations
Understand what's currently running in a Space
Where GigaSpaces data is stored. It is the logical cache that holds data objects in memory and might also hold them in layered in tiering. Data is hosted from multiple SoRs, consolidated as a unified data model., or see which operations against a Space instance have just finished. This is powered by a lightweight, server-side operations tracker, exposed through the GigaSpace API.
How to Activate
Enable LRMI monitoring on the space via the REST API
REpresentational State Transfer. Application Programming Interface
An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. or via SpaceDeck
GigaSpaces intuitive, streamlined user interface to set up, manage and control their environment. Using SpaceDeck, users can define the tools to bring legacy System of Record (SoR) databases into the in-memory data grid that is the core of the GigaSpaces system., and disable it again once troubleshooting is complete. See Network Monitoring for details on enabling and disabling LRMI monitoring.
Configuration
| Property | Default |
|---|---|
com.gs.operations.tracker.max-completed
|
200 |
com.gs.operations.tracker.max-active
|
1000 |
Related REST APIs
PUT /api/v3/spaces/enableLRMIMonitoring
GET /api/v3/spaces/{id}/operations/active
GET /api/v3/spaces/{id}/operations/last
SpaceDeck: Operations & Traffic Tab
Shows the active operations table and the last completed operations, including the exact query performed and the client IP.
Columns: start date, end date, duration, operation, query, client IP, partition ID, status, and error.
In-Memory Data Grid - achieve unparalleled speed, persistence, and accuracy.