Veritas Flex Appliance Getting Started and Administration Guide
- Product overview
- Release notes
- Getting started
- Managing network settings
- Managing users
- Managing Flex Appliance Console users and tenants
- Using Flex Appliance
- Managing the repository
- Managing application instances from Flex Appliance
- Upgrading application instances
- About Flex Appliance updates
- Appliance security
- Monitoring the appliance
- Configuring alerts
- Viewing the hardware status
- Reconfiguring the appliance
- Troubleshooting guidelines
Viewing instance performance metrics
You can view live performance metrics of all of the instances on your appliance from the support shell command view in the Flex Appliance Shell.
To view instance performance metrics
- Log in to the Flex Appliance Shell on the node that you want to view performance metrics for.
To view metrics for all instances, enter the following commands:
support shell
podman stats --no-stream
To view metrics for a specific instance, enter the following commands:
support shell
podman stats --no-stream <instance name>
The following information displays for each of the instances on the node, including the Flex Appliance infrastructure instances:
CID: An instance identifier
CPU: The CPU usage of the instance
MEM: The memory usage of the instance
NET RX/TX: The amount of data that is being transmitted and received
IO R/W: The amount of data that is being read from and written to the instance storage disk(s)
PIDS: The total number of processes that are running on the instance
- When you are done reviewing the information, enter q to return to the main Flex Appliance Shell view.