Is there a RRDTool .net equivalent
Asked Answered
U

4

8

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?

Unspoiled answered 13/3, 2009 at 15:4 Comment(0)
C
5

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

Cordless answered 15/3, 2009 at 7:19 Comment(0)
D
8

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.

Decile answered 11/2, 2010 at 6:1 Comment(1)
Did you mean NHawk or MHawk? A link to it would be nice.Veach
C
5

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

Cordless answered 15/3, 2009 at 7:19 Comment(0)
M
2

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.

Morven answered 1/11, 2010 at 8:27 Comment(0)
R
0

I have used RrdSharp to do the same thing as RrdTool, completely in C#. I have no experience with Rrd4Net; it has 4+ months total development time compared to RrdSharp's 4+ years. (You do have to start somewhere!)

RrdSharp is a bit dusty (.NET v1.1; last update 2009-07-17), and the binary data file format is not compatible with RrdTool. However, the functionality you need is probably there.

Ramon answered 7/5, 2011 at 20:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.