formats

Monitor MySQL Performance with mytop

Monitor MySQL Performance with mytop | mytop is an excellent app to monitor mysql performance. Let’s check it out! Firstly, install mytop: $ sudo apt-get install mytop Run mytop with tack tack prompt to have mytop prompt for the root mysql password: $ mytop –prompt Done! You can now monitor the number of mysql queries the server is processing as well

formats

Display System Monitoring Information with phpSysInfo

Published on June 20, 2012, by + in linux, sysadmin.

Display System Monitoring Information with phpSysInfo | phpSysInfo is an awesome PHP script that displays system and other monitoring information for Linux. phpSysInfo pulls data from /proc and other locations to display on an easy to read page. On Ubuntu or Debian, install phpsysinfo with: $ sudo apt-get install phpsysinfo The config file is then located in: /etc/phpsysinfo/config.php Debian / Ubuntu Security

Home Posts tagged "monitor"