CentOS
Knows how to verify all the running processes in the Linux CentOS.
This method can be used to verify the processes which are running in the Server in real-time and with this you can know if a specific process is consuming a lot of server`s resource.
This method was performed in the Linux CentOS 6.7, but, however, in other versions it can change some step-by-step sequency.
*Remembering that it´s the entire responsibility of the TI Administrator to analyze and execute these commands. To perform this procedure it can be used a regular user, but you can use a login* with special permission. Use carefully.
- First we are going to connect in the Server which you want to know each execution process.
- After do the login* in the Server, type htop and press <Enter>.
- If some error occure and the processes don`t appear, perform the installation of the htop program, type yum install htop and press <Enter>.
- Type the key “Y” and press <Enter> to install the it in the Server.
- After the installation ends, type htop.
- It will appear all the running processes in your Server, with this you can analyze of a specific process is consuming so much Server`s memory.