Archive for the ‘cpu’ Category

Restart apache server using putty/SSH

To start apache httpd server – # service httpd start

To restart apache httpd server – # service httpd restart

To stop apache httpd server – # service httpd stop

Other putty/ssh command
To check server memory – $ vmstat OR #free OR #free -m