Viewing Space Statistics
You can use any of the administration tools to view operations statistics for a Space. If you have a system with MemoryXtend
, you can access cache and blobstore metrics via the Admin API, and you can view these statistics in the Web Management Console.
Statistics for Space operations
Command:
gs.{sh/bat} space info --operation-stats <name>
Description:
This command lists the statistics for Space operations: object count, write/read/take/execute count, etc.
Input Example:
Output Example:
Parameters and Options:
Item | Name | Description |
---|---|---|
Parameter | name | Provide the name of the Space for which you want to display the operation statistics. |
Statistics for Space instance operations
Command:
gs.{sh/bat} space info-instance --operation-stats <instance ID>
Description:
This command lists the statistics for Space instance operations: object count, write/read/take/execute count, etc.
Input Example:
Output Example:
Parameters and Options:
Item | Name | Description |
---|---|---|
Parameter | instance ID | Provide the instance ID of the Space instance for which you want to display the operation statistics. |