3

I have a database with Performance counter data and i would like to show this on a ASP.net page but the thing is i don't want to use Flash based charting solution or a Javascript based solution i would like to just generate images and use those I want the images to be like those of RRD or MRTG.

I'm trying to find out how i can create graphs like the following

http://oss.oetiker.ch/rrdtool/stream-pop.png http://oss.oetiker.ch/rrdtool/gallery/index.en.html

Any ideas?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
BlackTea
  • 294
  • 4
  • 14

4 Answers4

5

There is a RRD project called NHawk (C# RRDTool Library for .Net and Mono) which is an initiative to provide a thin, complete RRDtool provider for the .Net and Mono framework. More details are available at "C# Hooks For RRDTool".

tomfanning
  • 9,552
  • 4
  • 50
  • 78
Space
  • 7,049
  • 6
  • 49
  • 68
1

The RRDtool trunk now also contains C# bindings for public rrdtool lib functions.

Tim Barrass
  • 4,813
  • 2
  • 29
  • 55
0

I ended up pulling data from the DB and building these charts with highcharts their documentation is a perfect example of a great KB.

its probably worth noting that I also implemented the same solution with jflot but was happier with high charts.

BlackTea
  • 294
  • 4
  • 14
-1

Have a look at this:

http://www.dotnetcharting.com/overview.aspx

Ian P
  • 12,840
  • 6
  • 48
  • 70
  • No this is no good... I bought this in the past and was really disappointed with it and their support / documentation. – BlackTea Apr 28 '10 at 21:48