Viewing the Inventory Asset Resources
View the details of the resources such as real time and historical metrics of an inventory asset.
- When you navigate to the inventory asset details page, under Resources, you can find the following resources:
- Real time metrics: Click Real time metrics to view the metrics for CPU utilization, memory utilization, and so on. The remote agent appliance collects this metrics information. During cloud migrations, this data can be used to recommend the assets that need to migrate initially.
- Historical metrics: Click Historical metrics to view the metrics collected by VMware vCenter. During cloud migrations, this data can be used to recommend the assets that need to migrate initially.
- NICS: Click NICS to view the details of VNIC configurations.
- Disks: Click Disks to view the details of the asset disks.
- GPU devices: Click GPU devices to view the GPU device details such as the name, number of cores, and memory size in MBs.
- Customer tags: Click Customer tags to view the list of customer-defined tags.
To view the details of an inventory asset historical metrics, use the
list
command.oci cloud-bridge inventory historical-metric list --asset-id ASSET_ID[OPTIONS]
The required parameter for the
historical-metric
command is:--asset-id
: Specifies a unique asset identifier.To get all the commands for
historical-metric
, run:oci cloud-bridge inventory historical-metric -h
To get help for the
historical-metric
list command, run:oci cloud-bridge inventory historical-metric list -h
To view the inventory asset metadata like historical metrics, use the ListHistoricalMetrics operation.