How to monitor Solr performance under Tomcat. I keep track of how many access and the performance, based on response time. For this I have 2 scripts: Here is the code: #!/bin/bash # script to check how many erros in […]
mytop mysql
I would like to share the ultimate MySQL performance debugger tool. Written by my friend Nereu. The output is like this The code: #!/usr/bin/perl # # 2011-11-03 Nereu # 2011-11-05 Nereu – mytop # use DBI; # EDIT HERE FOR […]
website performance tools
So how can we now a website is working how it should. As far as performance, server settings, code etc… Well there are lots of tools out there but the best ones I have came across are: Firefox AddOn Firebug […]