new time fields update for ragraph rc.14
carter at qosient.com
carter at qosient.com
Tue Jun 27 08:07:29 EDT 2006
Hey Cedric,
I like them inline. I never actually use patch, as I need to review the changes, and I want to avoid something unknown slipping into the codebase. But I like the format!!!!
Thanks for the fix!!!!!
Carter
Carter Bullard
QoSient LLC
150 E. 57th Street Suite 12D
New York, New York 10022
+1 212 588-9133 Phone
+1 212 588-9134 Fax
-----Original Message-----
From: VIEAU Cédric 172196 <cedric.vieau at cea.fr>
Date: Tue, 27 Jun 2006 13:06:18
To:"Carter Bullard" <carter at qosient.com>
Cc:"Argus" <argus-info at lists.andrew.cmu.edu>
Subject: [ARGUS] new time fields update for ragraph rc.14
Hi,
here is a small patch for ragraph rc.14 to use the new label of the lasttime field.
I also join a minor update for rabins usage() function.
(Carter, do you prefer patches as attached files or inline text ? Dont know which is best)
--- ./ragraph/ragraph.pl.orig 2006-06-08 20:20:12.000000000 +0200
+++ ./ragraph/ragraph.pl 2006-06-27 12:45:54.000000000 +0200
@@ -194,7 +194,7 @@
if ($histo) {
@args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ", @arglist, "> $tmpfile");
} else {
- @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s lasttime ", @arglist, "> $tmpfile");
+ @args = ("/usr/local/bin/rabins -M soft zero -p6 -GL0 -s ltime ", @arglist, "> $tmpfile");
}
`echo "RagraphProcessArgusData: @args;" >> /tmp/ragraph.out`;
--- rabins.c.orig 2006-06-27 12:56:17.000000000 +0200
+++ rabins.c 2006-06-27 12:56:41.000000000 +0200
@@ -551,7 +551,7 @@
{
extern char version[];
- fprintf (stderr, "Rasplit Version %s\n", version);
+ fprintf (stderr, "Rabins Version %s\n", version);
fprintf (stderr, "usage: %s \n", ArgusParser->ArgusProgramName);
fprintf (stderr, "usage: %s [options] -S remoteServer [- filter-expression]\n", ArgusParser->ArgusProgramName);
fprintf (stderr, "usage: %s [options] -r argusDataFile [- filter-expression]\n\n", ArgusParser->ArgusProgramName);
Regards,
Cedric
More information about the argus
mailing list