# Collect information about processes with high CPU utilization on a cluster node
Description
You can view the execution result of the top command on the host.
Statement
top -b -n 2 -d 5 | tail -n +2 | grep "^top -" -A36
Purpose
You can collect this information to identify processes with high CPU utilization on the current server and take further actions based on the collected information.