July 2016
Intermediate to advanced
180 pages
3h 16m
English
The command line is an invaluable tool for system monitoring. In this section, we'll go over a few basic GNU/Linux command line utilities for system and process management. Knowing these tools is essential for anyone managing an Elasticsearch cluster on GNU/Linux.
The top command lists processes with the highest CPU and memory. This tool is useful to determine whether a process other than Elasticsearch is hogging resources, or to check whether Elasticsearch is using an abnormal amount of CPU or memory.
The top command refreshes automatically, so you only have to run it once and watch.
When running the command, you should see the following result:
The top command
Press Shift+M while top is running ...
Read now
Unlock full access