Monthly Archives: July 2014

Live feed of concurrent HTTP connections

This is a cool command for checking how many are sending requests to the webserver. watch -n 0.5 “netstat -ano | grep -v unix | grep ESTABLISHED | grep :80”   With the above command one can monitor how many connections are connected to the server. It looks a bit like a sci-fi screen if… Read More »

e-Swecha 2014 edition

The 4 day workshop at KG Reddy Enginnering college took me back to early days of swecha when we used to sit for hours together to code, chat, browse, pulling each others leg, cracking jokes and some serious brainstorming, finally building something productive. This workshop or we love to call it as hackathon was productive.… Read More »