statistics
Last updated
Last updated
Copyright 2013-2024 60East Technologies, Inc.
The statistics
resource contains information regarding how AMPS monitors its own statistics.
Statistics Database Tables: ISTATISTICS_STATIC
, ISTATISTICS_DYNAMIC
Admin Path: /amps/instance/statistics/<metric>
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: :memory:
which stores the statistics database in system memory.
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