Overview
Every optimization audit is persisted with its full timeline — goal, strategy, start time, completion time, and the associated action plan outcome. Reviewing audit history helps you track optimization trends, identify recurring imbalance patterns, and validate that executed plans have produced lasting improvements.Prerequisites
- At least one completed audit in your environment
- Project access with the
memberrole or above
View Audit History
- Dashboard
- CLI
Navigate to Audits
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Admin → Resource Optimizer → Audits.Review audit list
The audit list shows all historical audits sorted by creation time (newest first).
| Column | Description |
|---|---|
| Name | Audit display name |
| Goal | Optimization objective |
| State | SUCCEEDED, FAILED, or CANCELLED |
| Created At | Audit creation timestamp |
| Interval | Scope of the audit (CLUSTER or ZONE) |
Audit State Reference
| State | Meaning |
|---|---|
PENDING | Queued, not yet started |
ONGOING | Decision Engine is running the analysis |
SUCCEEDED | Audit complete and action plan generated |
FAILED | Audit could not complete due to a data source or engine error |
CANCELLED | Manually cancelled before completion |
Analyze Optimization Trends
Use audit history to identify patterns that indicate structural cluster issues:Recurring empty action plans
Recurring empty action plans
If If hosts are genuinely well-distributed, no action is needed. If hosts appear
underutilized but no plan is generated, ask your administrator to lower the
server_consolidation audits consistently produce empty action plans (no
recommended migrations), the cluster is already well-balanced — or the utilization
threshold is set too high and no hosts fall below it.Check current host utilization:Check host utilization
threshold parameter in the strategy configuration.Frequent noisy-neighbor audits
Frequent noisy-neighbor audits
If
noisy_neighbor audits consistently find high-contention pairs, the cluster
may have insufficient capacity to separate contending workloads. Consider adding
compute capacity or reviewing instance sizing.Plans generated but never executed
Plans generated but never executed
Review the action plan list for plans in
PENDING (approved but not executed)
or RECOMMENDED (not yet approved) state. Stale plans are outdated within 24 hours
by default — run a new audit to generate a current plan.Export Audit History
Export audit list to JSON
Export with full details for each audit
Next Steps
Run an Audit
Start a new optimization audit to continue improving cluster efficiency.
Action Plans
Review and approve pending action plans from past audits.
Troubleshooting
Diagnose failed audits and strategies reporting insufficient data.
Admin Guide — Scheduling
Automate recurring audits on a schedule for continuous optimization.