1

I am new to Round robin database and I read the articles for getting an idea about RRDtool. Please anyone suggest some articles or give instructions to install RRDtool in windows 8 (64bit).

Any help will be appreciated!

S M
  • 3,133
  • 5
  • 30
  • 59

1 Answers1

-3

since rrdtool is a system tool most people use on unix-ish platforms, you may actually have more fun, getting a virtual ubuntu up and running (using VirtualBox) and then doing

apt-get install rrdtool

instead of going through the tribulations of setting up a unix tool on windows.

To learn about rrdtool, I recommend you take a look at the tutorials on the rrdtool website. http://www.rrdtool.org

Tobi Oetiker
  • 5,167
  • 2
  • 17
  • 23