Torpid is a slow query monitor tool used to analyze slow query logs collected from MySQL/MariaDB/Percona instances to identify problematic queries.
If you're just completely itching to start using this tool, here's what you need:
- a MySQL database to store query analysis data in.
- pt-query-digest.
- You may as well just get the whole Percona Toolkit while you're at it :)
- a slow query log from a MySQL server (see The Slow Query Log for info on getting one)
- a webserver with PHP 5.5+