SYS.History.SharedMemoryData
persistent class SYS.History.SharedMemoryData extends %Library.Persistent, %XML.Adaptor
SQL Table Name: SYS_History.SharedMemoryData
Basic detail collection class of System Usage metrics for the Shared Memory Application Monitor (%Monitor.System.HistoryMemory) Properties represent metrics which get collected every few minutes by the %MONAPP Application Monitor process when the %Monitor.System.HistoryMemory class is "active".Property Inventory
Method Inventory
Properties
Methods
Create some data for demonstration purposes.
By default this method will create
data for a single day assuming a sample interval of 300 seconds, hence it will
generate (86400/300) samples.
The method works by finding the current usage of shared memory heap, and
then for every sample will randomly increase or decrease the shared memory
heap usage for a single consumer, with a bias towards gradually increasing
the total SMH usage.
Warning: This will delete all existing data for SMH analysis
Purge SharedMemoryData interval data, keeping the last 'DaysKeep' days.
This is typically called at the start of each day from the %Monitor.System.HistorySys class,
using the current system default for 'Keep' (see the SetPurge() method).
The 'DaysKeep' argument allows you to over ride the system default
, a value of "0" or "" uses the system default, and a value of -1 deletes everything.
Returns the number of entries purged.
Generate a report that analyses the data that has been previously captured by the application monitor.
By default the report will include all samples from the table and will simply return a value that is the recommended size of SMH expressed in Kilobytes, which is calculated as the sum of the peak usage of all the shared memory heap consumers with a growth value added (2MB per CPU).
Verbosity The verbosity of the display to the screen, where 0 is the minimum verbosity (no output), 1 displays a summary and 2 displays a breakdown of the different consumers.
StartZD By default the report will include all samples found, but by passing a value here in internal date format, the report will only start from that date
EndZD By default the report will continue until the final sample at the last time and date is found. By passing a value here, which is a date in internal format, the report will stop its analysis at the end of this date.
Set the system parameter for the number of days of sample data to keep.
Initial system default is 7 days. Return value is the previous setting, and executing
this method with a "" argument will return the current setting without modifying it.
Queries
Query the shared memory heap data and return a single data for each sample. The data returned is the total for this sample.
Query the shared memory heap data and return a data row for each consumer for each sample. Therefore the data returned reflects a single consumer of shared memory heap, and you will need multiple data rows returned for a full sample.
Indexes
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (SYS.History.SharedMemoryData)
^SYS.History("Detail3")(ID,"SMID",n) |
= | SMID(n) |
Storage Model: Storage (SYS.History.SharedMemoryData)
^SYS.History("Detail3")(ID) |
= | %%CLASSNAME
DateTime
Length
Allocated
Available
Used
SMTUsed
GSTUsed
TotalUsed
TotalGSTSMTAllocated
|