linux rrdtool help create graph


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers linux rrdtool help create graph
# 1  
Old 01-14-2009
linux rrdtool help create graph

I need some help with creating graphs using the rrdtool. I have never used it before. I installed by yum install rrdtool.

Basically I have a txt file with these values

432
542
234
531
1004

Does anyone know the syntax of rrdtool to automatically take the values from the txt file and create a graph in an html page?
# 2  
Old 01-14-2009
RRDtool isn't a graph generator. It's (primary) use is for tracking values over time. Output of those into shiny graphs is just a nice added feature.
RRDtool Tutorials
RRDtool Documentation (those should be available as man pages)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Python-rrdtool try except rrdtool.error module object has no attribute error

I have this code that gives this error on Linux and will be grateful if you can help import rrdtool try: ret_asd = rrdtool.update(myfile.rrd,'N:%s:%s' %(metric1, metric2)); except rrdtool.error, e: print e When i run the above i get the below error except... (1 Reply)
Discussion started by: kaf3773
1 Replies

2. Shell Programming and Scripting

How to create an 'uptime' graph?

Hi, Can someone advise how to create an uptime graph? I want to create one for an Oracle database to be able to show how long it's been up for. UNIX SA dont't want to install any database plugin that I can use. I am just looking for something 'simple' similar to Nagios/Cacti. Not sure what... (3 Replies)
Discussion started by: newbie_01
3 Replies

3. AIX

Memory utilization graph using RRDTool?

Has anyone ever seen one done? I recently setup lpar2rrd for a project i'm working on. Never noticed that lpar2rrd doesn't have the best memory usage graphs. It's only the whole system but I was wondering is there a way i can add in another webpage that pulls the data from the HMC to collect the... (2 Replies)
Discussion started by: vpundit
2 Replies

4. Red Hat

Why do we use RRDtool in MRTG?

Hi Guys, Why do we use RRDtool in MRTG? I have implemented MRTG for some routers, I have read some notes about RRDTOOL also but don't know what is use of these tool. Any one one please explain me the use of RRDTOOL in their own words? (1 Reply)
Discussion started by: manalisharmabe
1 Replies

5. UNIX for Dummies Questions & Answers

rrdtool question

Hi, DEF:clients=cccam.rrd:kliensek:AVERAGE DEF:activeclients=cccam_actclient.rrd:activeclients:AVERAGE "LINE1:clients#0000FF:Connected clients" COMMENT:" \n" "LINE2:activeclients#99FF00:Active clients" COMMENT:" \n" GPRINT:clients:LAST:'Current'\%5.0lf%s COMMENT:" \n"... (2 Replies)
Discussion started by: adriankoooo
2 Replies

6. Shell Programming and Scripting

using Perl with rrdtool to create and update graphs

Hi guys, im having real difficulty getting my head around perl and rrdtool and was hoping someone could help I want to run a perl script from cron which retrieves the data every 5 mins, creates .rrd's if not already created, and updates the DS from the reultsHash or $key, then creates the... (2 Replies)
Discussion started by: jeffersno1
2 Replies

7. UNIX for Dummies Questions & Answers

create graph with detail info

hey, i want to create a graph. The graph should show how many IPs are connected to a pool. But the graph should also show which IPs are connected. Does anyone know a tool which is able to do that? I already worked with PNP but I think this can't work because of rrd. (6 Replies)
Discussion started by: vostro
6 Replies
Login or Register to Ask a Question