Summary of the "performancemetrics_" fields in ListManager
This table stores data about performance for ListManager. Generally every minute aggregate data is saved into this table about events listed in the performancemetrics_ table. These can then be used to create charts or otherwise analyze performance.
Primary key: Key_
Key_ |
An auto-numbering value to serve as a unique key for this table. (int, NOT NULL) |
AxisTypeX_ |
The data type of the X axis for this metric. From the axistypes_ table. (varchar(12), NOT NULL) |
AxisTypeY_ |
The data type of the Y axis for this metric. From the axistypes_ table. (varchar(12), NOT NULL) |
Description_ |
A textual description of this metric. (varchar(255), NOT NULL) |
HasSubKey_ |
Does this key have possible subkeys? (bool) |
ShortName_ |
A short textual unique name for this metric. (varchar(12), NOT NULL) |
![]() ![]() |