Cricket extensions
By Rayed
Cricket
Cricket is trend monitoring software, it allows you to monitor trend for any device you want.
I wrote 2 extensions for Cricket to monitor Lighttpd web server, and Memecached caching server.
Lighttpd web server
“lighttpd (also called “Lighty”) is a web server which is designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. Its low memory footprint (compared to other web servers), light CPU load and its speed goals make lighttpd suitable for servers that are suffering load problems, or for serving static media separately from dynamic content. lighttpd is free software / open source, and is distributed under the BSD license.” Wikipedia
Features:
- Requests per
- KByte per second
- Busy servers
- Download cricket-lighttpd.tar.gz
Memcached server
“memcached is a distributed memory caching system that was originally developed by Danga Interactive for LiveJournal. It is used to speed up dynamic database-driven websites by caching data and objects in memory to reduce the amount the database needs to be read. memcached is open source and released under a BSD license. It uses libevent.” Wikipedia
Features:
- Connects per seond
- Requests per second
- Hits and Misses
- KByte per second
- Bandwidth in and out
- Download cricket-memcached.tar.gz