Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Cutting edge IT software - what's out there and what do you use Post 302406340 by rhfrommn on Monday 22nd of March 2010 03:37:46 PM
Old 03-22-2010
Check out Splunk. Not free, but very, very good. Easy to use and implement, and tons of features - very powerful.
 

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Dealing with edge-list

I have an edge-list with nodes, edge.txt A B B J J H C A G H G A A C K G I have another file which tells me which of these nodes are important, input.txt G C A (3 Replies)
Discussion started by: Sanchari
3 Replies

2. Web Development

Set Edge Compatibility Mode for IE

hi i have code in iplanet webserver in obj.conf file <If $uri !~'^/app/literature/item/(.*)'> AuthTrans fn="set-variable" insert-srvhdrs="X-UA-Compatible:IE=EmulateIE8" </If> i want to migrate it to apache webserver need your help to replace the above code for apache webserver. i... (0 Replies)
Discussion started by: raghur77
0 Replies

3. Shell Programming and Scripting

Comparing two edge list

Hello, I have two network edgelists with first two columns as nodes and the last column pearson correlation coefficient (PCC). I want to remove the edges from net1 whose edges are common with net2 && (PCC)net2>=(PCC)net1 net1.txt A B 0.6 A C 0.7 B C 0.7 D C ... (1 Reply)
Discussion started by: Sanchari
1 Replies
Graph::Easy::Group::Cell(3pm)				User Contributed Perl Documentation			     Graph::Easy::Group::Cell(3pm)

NAME
Graph::Easy::Group::Cell - A cell in a group SYNOPSIS
use Graph::Easy; my $ssl = Graph::Easy::Edge->new( ); $ssl->set_attributes( label => 'encrypted connection', style => '-->', color => 'red', ); $graph = Graph::Easy->new(); $graph->add_edge('source', 'destination', $ssl); print $graph->as_ascii(); DESCRIPTION
A "Graph::Easy::Group::Cell" represents a cell of a group. Group cells can have a background and, if they are on the outside, a border. There should be no need to use this package directly. METHODS
error() $last_error = $group->error(); $group->error($error); # set new messags $group->error(''); # clear error Returns the last error message, or '' for no error. as_ascii() my $ascii = $cell->as_ascii(); Returns the cell as a little ascii representation. as_html() my $html = $cell->as_html($tag,$id); Returns the cell as HTML code. label() my $label = $cell->label(); Returns the name (also known as 'label') of the cell. class() my $class = $cell->class(); Returns the classname(s) of this cell, like: group_cities gr gb for a cell with a bottom (gb) and right (gr) border in the class "cities". EXPORT
None. SEE ALSO
Graph::Easy. AUTHOR
Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>. See the LICENSE file for more details. perl v5.14.2 2011-12-23 Graph::Easy::Group::Cell(3pm)
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy