MEMORYSUMMARY

Contains the data provided by FusionReactor memorysummary log files.

Structure

Column NameData TypeUniqueNullableDescription
IDbigintxThe primary key column
SERVERsmallintThe server ID as stored in the ServerMap
DTbigintThe number of milliseconds since the epoch. Timezone adjustments can be made with the timezone attribute of the DataCollector that provided the data.
VERSIONsmallintThe version of the memory log files being imported.
SRVSTARTTSbigintThe time (in milliseconds since the epoch) that the server last came online.
HEAPPCTsmallintThe amount of heap memory that can be used for memory management (percentage)
HEAPUSEDbigintThe amount of heap memory used (bytes)
HEAPCOMMITTEDbigintThe amount of memory that can be used for the heap by the Java Virtual Machine (bytes)
HEAPINITbigintThe amount of heap memory that the Java Virtual Machine initially requests from the operating system (bytes)
HEAPMAXbigintThe amount of heap memory that can be used for the heap by the Java Virtual Machine (bytes)
NONHEAPPCTsmallintThe amount of non heap memory that can be used for memory management (percentage)
NONHEAPUSEDbigintThe amount of non heap memory used (bytes)
NONHEAPCOMMITTEDbigintThe amount of non heap memory that can be used for the heap by the Java Virtual Machine (bytes)
NONHEAPINITbigintThe amount of non heap memory that the Java Virtual Machine initially requests from the operating system (bytes)
NONHEAPMAXbigintThe amount of non heap memory that can be used for memory management (bytes)
PENDINGFINALIZATIONCOUNTbigintThe number of objects waiting to have their finalize method called. This is the method that is called before the object is destroyed.
RATErealx

Primary Key Constraints

Indices

  1. IDX_MEMORYSUMMARY_1

    Columns

  2. IDX_MEMORYSUMMARY_2

    Columns

  3. IDX_MEMORYSUMMARY_3

    Columns

Statistics

    none