Snippets

Monitor the queries that are executed by MySQL

Watch is a very useful command to run another command periodically.
This is useful for monitoring queries that are causing your server to block.
- n 1 – is the number of secconds between queries.

[php]
watch -n 1 mysqladmin –user=root –password=yourpassword processlist[/php]


New category

All posts in this category will be useful snippets of different categories such as: bash, linux, mysql, apache, htaccess, and why wordpress and more.


Social Media

  
FeedBurner Subscribe



Categories

Page 3 of 3123
Copyright © 2012 Linux Debian Tutorials | Debian Squeeze Tutorials. All rights reserved.
↑ Back to Top