HousekeepingActionPerformance¶
Information about housekeeping action performance for performance analysis and optimization of housekeeping actions. Housekeeping actions are internal processes that help to maintain the health and performance of the OctoSAM Inventory database, such as cleanup of old data, recalculation of attributes, etc.
Fields¶
| Field | Type | Description |
|---|---|---|
| DurationMillis | numeric | Duration of the housekeeping action in milliseconds |
| FullHousekeeping | boolean | Indicates if the housekeeping action was a full housekeeping action that includes all housekeeping steps, or a partial housekeeping action that only includes a subset of housekeeping steps. This can be used to analyze the performance of different types of housekeeping actions. |
| ID | numeric | Internal ID for the HousekeepingActionPerformance entity (Primary Key) |
| Items | numeric | Item processed by this action. The meaning of this field depends on the type of housekeeping action. For example, it can be the number of machines that were processed in a machine cleanup action. |
| Name | string | Name of the housekeeping action |
| Parameters | string | Parameters used for the housekeeping action |
| ResetCalculatedAttributes | boolean | Indicates if calculated attributes were reset during the housekeeping action |
| StartDateTime | datetime | Start date and time of the housekeeping action |