Sponsored Content
Top Forums UNIX for Dummies Questions & Answers create graph with detail info Post 302396338 by vostro on Thursday 18th of February 2010 07:51:59 AM
Old 02-18-2010
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.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Getting detail out of a log file...

I'd like to peruse a log file and from it generate another file from the first instance of "Jul 11" to the first instance of "Jul 18" within the log file. (3 Replies)
Discussion started by: Cameron
3 Replies

2. UNIX for Advanced & Expert Users

what does metaroot in detail?

I have a problem with a submirror of the root filesystem, in the procedure in order to unmirror the FS say: metadetach -f d0 d20 metaroot c0t0d0s0 but, in my system the metaroot cause a segmentation fault coredump. I knew that the command modify the /etc/system and the /etc/vfstab. I try... (3 Replies)
Discussion started by: hugo_perez
3 Replies

3. UNIX for Advanced & Expert Users

Top command in detail

hi frnds when i run the top it wil give the following o/p i want to know what it indicate ....??? what is us,sy,ni,id,wa ,etc .....?? ------------------------------- o/p -------------------- Tasks: 551 total, 1 running, 550 sleeping, 0 stopped, 0 zombie Cpu(s): 6.0%us, 3.2%sy, ... (1 Reply)
Discussion started by: luckypower
1 Replies

4. UNIX for Dummies Questions & Answers

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... (1 Reply)
Discussion started by: borderblaster
1 Replies

5. Solaris

Patch detail and link

Hi All, My system patch detail is below Generic_12712-11 sun4u . can you please, what patch level is needed and where can i get it . Thanks (9 Replies)
Discussion started by: kumarmani
9 Replies

6. UNIX for Dummies Questions & Answers

Product instalaltion detail

Hi all experts, I want to find out what oracle product has come with the server and their version detail. We have Solaris 10. Can you tell me what Unix command will full fill this requirement? Thanks, AJ -----Post Update----- please help -----Post Update----- please help guys (1 Reply)
Discussion started by: ma466
1 Replies

7. AIX

about detail scope in AIX

I am mac end user learn some shell and applescripting I am looking AIX as system admin as career and learning AIX p520 what is scope of AIX as admin and about technology in demand in market I am confused, can anybody from AIX elaborate or mail me some experience please: (1 Reply)
Discussion started by: himanshuk
1 Replies

8. Shell Programming and Scripting

Create a file from ls -l command and append additional info to results

I need to be able to take the results from ls -l command and modify the output as follows: I will run ls -l *.mak My results will be aa.mak bb.mak cc.mak I then need to take those results and create a file that has the following info: dsjj/ubin/aa dsjj/ubin/bb dsjj/ubin/cc ... (3 Replies)
Discussion started by: jclanc8
3 Replies

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

10. Solaris

Tape Drive Detail

Hi, I am using HP Ultarium Tape drive to backup my oracle DB. Is that any command to identify the tape serial number or any other tape details that inserted into the tape drive? (2 Replies)
Discussion started by: tharmendran
2 Replies
graph(1g)																 graph(1g)

Name
       graph - draw a graph

Syntax
       graph [option...]

Description
       The  command  with  no options takes pairs of numbers from the standard input as abscissas and ordinates of a graph.  Successive points are
       connected by straight lines.  The graph is encoded on the standard output for display by the filters.

       If the coordinates of a point are followed by a nonnumeric string, that string is printed as a label beginning on the point.  Labels may be
       surrounded with quotes "...", in which case they may be empty or contain blanks and numbers; labels never contain new lines.

       A legend indicating grid range is produced with a grid unless the -s option is present.

       If a specified lower limit exceeds the upper limit, the axis is reversed.

Options
       -a	   Supplies  abscissas	automatically and uses next two arguments to set spacing and starting point.  Spacing is given by the next
		   argument (default 1).  A second optional argument is the starting point for automatic abscissas (default 0 or lower limit given
		   by -x).

       -b	   Breaks graph after each label in the input.

       -c	   Uses specified string (next argument) as label.

       -g	   Uses specified number (next argument) in setting up grid style:  0 (no grid), 1 (frame with ticks), and 2 (full grid).  Default
		   is 2.

       -h	   Uses specified number (next argument) as fraction of space for height.

       -l	   Uses specified string (next argument) as graph label.

       -m	   Uses specified number (next argument) in setting up line mode:  0 (disconnected) and 1 (connected).	Default is 1.

       -r	   Uses specified number (next argument) as fraction of space to right before plotting.

       -s	   Saves screen (no erase) before plotting.

       -t	   Transposes vertical and horizontal axes.

       -u	   Uses specified number (next argument) as fraction of space to move up before plotting.

       -w	   Uses specified number (next argument) as fraction of space for width.

       -x [ l ]    Determines x axis logarithmically.  Next two arguments after l determine lower and upper  x	limits	respectively.	The  third
		   argument determines grid spacing on x axis.

       -y [ l ]    Same as x but for y axis.

Restrictions
       The command stores all points internally and drops those for which there is not room.

       Segments that run out of bounds are dropped, not windowed.

       Logarithmic axes may not be reversed.

See Also
       plot(1g), spline(1g)

																	 graph(1g)
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy