statistics (instance statistics)
The statistics
resource contains information regarding how AMPS monitors its own statistics.
Element | Description | Type |
---|---|---|
disk_per_sample | Amount of storage the stats database has grown since the last sample interval. | snapshot |
file_name | Location where statistics are stored. Default: | fixed |
file_size | Size on disk of the statistics database. | snapshot |
interval | Time in milliseconds between statistics database updates. | fixed |
memory_used | Size in bytes of the system memory consumption of the statistics database. | snapshot |
queries | Number of queries processed from the statistics database. | cumulative |
time_per_sample | Time taken to process each statistics database query. | snapshot |
total_commit_time | Total amount of time spent committing statistics information to the database. | cumulative |
total_samples | Number of statistics database updates that have taken place since the AMPS server started. | cumulative |
total_time | Total amount of time spent publishing statistics, including the commit time, since the AMPS server started. | cumulative |
Statistics Database Tables: ISTATISTICS_STATIC
, ISTATISTICS_DYNAMIC
Admin Path: /amps/instance/statistics/<metric>