Skip to main content

statistics (instance statistics)

The statistics resource contains information regarding how AMPS monitors its own statistics.

ElementDescriptionType
disk_per_sampleAmount of storage the stats database has grown since the last sample interval.snapshot
file_name

Location where statistics are stored.

Default: :memory: which stores the statistics database in system memory.

fixed
file_sizeSize on disk of the statistics database.snapshot
intervalTime in milliseconds between statistics database updates.fixed
memory_usedSize in bytes of the system memory consumption of the statistics database.snapshot
queriesNumber of queries processed from the statistics database.cumulative
time_per_sampleTime taken to process each statistics database query.snapshot
total_commit_timeTotal amount of time spent committing statistics information to the database.cumulative
total_samplesNumber of statistics database updates that have taken place since the AMPS server started.cumulative
total_timeTotal 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>