Sponsored Content
Full Discussion: Creating graphs
Top Forums Shell Programming and Scripting Creating graphs Post 302427447 by frustrated1 on Sunday 6th of June 2010 04:57:12 AM
Old 06-06-2010
Creating graphs

Platform: solaris 9 x86


I want to be able to create excel like line graphs with basic input data and use it on a webpage or worst case so I can use it to insert to a document

type of input file I would have, example below

datainput.txt:
Code:
date,requests,failures,success
20100501,80,10,70
20100502,75,5,70
20100503,85,25,60
20100504,66,6,60

I know there are various freeware tools to help but I don't have any experience with them and need some help.

Preferably could someone advise for free ware tool I could use and an example of how to use it graphing the data from input file such as the example above

can you help?
I am used to ksh scripting and the various flavours of unix.
Any help would b appreciated.

Last edited by DukeNuke2; 06-06-2010 at 07:07 AM..
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

CPU graphs in unix

Hi, How to get the CPU graphs to see the performance? I use Linux version. I got some commands in the net. xload and xosview. It's mentioned like below: To start xload, simply open an xterminal on the system and type the following: $ xload &Couple of doubts here .. what is... (0 Replies)
Discussion started by: venkatesht
0 Replies

2. UNIX for Dummies Questions & Answers

multiple graphs on same window

Hi All, I have written a script to get live data after 5 minutes from a remote system and then plot the graph using gnuplot.All this has been working correctly with only one problem where i need to pull all these graphs into one page.I am not able to get this working.I tried reading about... (1 Reply)
Discussion started by: pistachio
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Suggestion: visitor graphs

Perhaps we could think of visitor graphs that would give a sense of both the popularity of the forum and - more importantly - the popularity of Linux and the Open Source operating systems movement. Something similar to what sourceforge has done for their projects: SourceForge.net: Project... (2 Replies)
Discussion started by: figaro
2 Replies

4. Programming

Creating area graphs in jqplot

How can area graphs be created in jqplot? Example can be seen here: dygraphs JavaScript Visualization Library In the example the line graphs and the grid are superimposed on the area graphs. I dont think it is supported out of the box for jqplot. I would normally do this with a double fill: -... (0 Replies)
Discussion started by: figaro
0 Replies

5. Programming

Help with Graphs (BFS mostly)

Okay so I posted a thread about my project before, how I need to create generated word ladders and all that. Now I am to the point where I need to create a method which will find the shortests path between a start word and an end word. For example: startWord: Head endWord: Feet And then a... (3 Replies)
Discussion started by: SilvarHawke
3 Replies

6. Shell Programming and Scripting

Monitoring Graphs using GNUPLOT

Need assistance in getting a monitoring script to create Grpahs Using GNUPLOT using below data. Graph for CPU, MEMORY , NETWORK in png. For memory can we convert the GB TO MB ----system---- ----total-cpu-usage---- ------memory-usage----- -net/total- time |usr sys idl wai hiq... (5 Replies)
Discussion started by: ajayram_arya
5 Replies

7. Red Hat

Do not show graphs cacti

hi installed caci and Snmp connection is established 10.10 (192.168.10.10) SNMP Information System:Hardware: Intel64 Family 6 Model 23 Stepping 6 AT/AT COMPATIBLE - Software: Windows Version 6.1 (Build 7601 Multiprocessor Free) Uptime: 7550665 (0 days,... (2 Replies)
Discussion started by: mnnn
2 Replies
GRAPHML2GV(1)						      General Commands Manual						     GRAPHML2GV(1)

NAME
graphml2gv - GRAPHML-DOT converter SYNOPSIS
graphml2gv [ -?v ] [ -ggname ] [ -ooutfile ] [ files ] DESCRIPTION
graphml2gv converts a graph specified in the GRAPHML format to a graph in the GV (formerly DOT) format. OPTIONS
The following options are supported: -v Turns on verbose mode -? Prints usage information and exits. -ggname The string gname is used as the name of the generated graph. If multiple graphs are generated, subsequent graphs use the name gname appended with an integer. -ooutfile Prints output to the file outfile. If not given, graphml2gv uses stdout. OPERANDS The following operand is supported: files Names of files containing 1 or more graphs in GRAPHML. If no files operand is specified, the standard input will be used. RETURN CODES
Return 0 if there were no problems during conversion; and non-zero if any error occurred. LIMITATIONS
As both the graph and graphics models of GV and GML differ significantly, the conversion can only be at best approximate. In particular, GV currently has no notion of hyperedges or edges containing graphs. At present, graphml2gv only supports the basic graph topology. Specifically, the <KEY> and <DATA> elements are not handled, though they could be. AUTHORS
Emden R. Gansner <erg@research.att.com> SEE ALSO
dot(1), libcgraph(3) 14 July 2011 GRAPHML2GV(1)
All times are GMT -4. The time now is 09:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy