views:

531

answers:

3

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?

+2  A: 

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

Avram
Definitely worth a look, its a step in right direction :)
Claus Thomsen
+1  A: 

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.

Dave