开发者

Generate MRTG/RRD like Graphs Performance graphs? [closed]

开发者_运维问答 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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?


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".


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


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.


Have a look at this:

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜