Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a RRDTool .net equivalent

I need to monitor a lot of data, and i know that RRDTool is a good option, but entire app is c# so ill prefer some Microsoft way or .net port.

Is there a .net way of doing the same as RRDTool?

like image 913
Claus Thomsen Avatar asked Mar 13 '09 15:03

Claus Thomsen


3 Answers

Unfortunately MHawk just launches RRDTool processes for each RRD command. SUggested MHawk connect to the librrd instead so that calls can be kept in process.

like image 94
Dave Avatar answered Nov 13 '22 05:11

Dave


Maybe NHawk can help?
"NHawk is an initiative to provide a thin, complete RRDtool provider for the .Net and Mono framework."

like image 33
Avram Avatar answered Nov 13 '22 04:11

Avram


If you are still looking for a C# version there is one at google code. You can find the url and some background information in this blog.

like image 29
MiNio Avatar answered Nov 13 '22 05:11

MiNio