Client wants graphical representation of users online, registrations/logins/logouts graphics etc. Is RRDtool ok for it?

link|improve this question

77% accept rate
feedback

2 Answers

up vote 3 down vote accepted

As long as you are focusing on a limited number of data sources, rrdtool is perfect for this.

Good: Number of people logged into the system over the course of a day.

Bad: Individual login and logoff times for each user of the system.

cheers tobi

link|improve this answer
feedback

To answer your question.. It depends on what you want to do. While RRDtool is a great tool, it isn't a trivial task to set it up and manage it's needs.

If you are just wanting to produce nice looking graphs in a way that's more straight forward, consider looking at JpGraph. http://www.aditus.nu/jpgraph/features_gallery.php

link|improve this answer
I want RRDTool because it is really easy log data and I have almost nothing to do to get nicely looking graphs. – Kirzilla Jan 29 '10 at 22:59
@Kirzilla doesn't that answer your own question? You want RRDTool? – Sander Rijken Jan 29 '10 at 23:01
@Kirzilla The best way to see if it's going to work for you is to just try it. It wouldn't be my first choice for what you are describing, but it certianly is usable for it. – Bill Jan 29 '10 at 23:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.