Welcome to jrds
What is jrds
Jrds is performance collector, much like cacti or munins. But it intends to be more easy to use and capable to collect a high number of machines and probes by machines. It's entirly written in java and avoid to call external process.
It also use thread to parallize works. Each host is collected within the same thread and the number of simultaneous threads can be configured. It use only one thread for each host to avoid overload of a server
It use mainly snmp to collect data, but can be easily extended. There is also some jdbc probes, a agent using RMI for the communication, and it can also parse XML data collected with HTTP. Additionnal collectors can be used using external jars.
For bug submission, or more informations, you should go to the svn projet page.
You can also find find us at #jrds on freenode.
Download
There is few release packaged of jrds. The best to get it is throught the svn repository.
If you need more informations about the jrds subversion repository, Sourceforge provide an help page.