Note the highest consuming process id of CPU/Memory using following command.
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%cpu | head
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
Run following command with respective highest consuming process id of CPU and memory as per the above command.
ps -aux | grep <proc-id of top consuming process>
Aria Operation 8.18.x
Collector process consuming 100% of CPU causing collection status to stop/fail.
Add a cloud proxy to distribute the load. Please follow guidelines as per document Configuring Cloud Proxies in VMware Aria Operations