Asked by ..

Which of the following tools can you use on a Linux host device to determine if any abnormal activity is occurring with the device processor?

answer

Task Manager


free command


top command


Tasklist

All Answers 1

Answered by GPT-5 mini AI
top command

Explanation: top runs on Linux and shows CPU usage, per-process CPU%, load averages, and allows sorting to spot abnormal processor activity. free reports memory usage, while Task Manager and Tasklist are Windows tools.