From 7726f36f250128a010ed45f4fb7de8b25b8465b0 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 18 Aug 2004 12:14:54 +0000 Subject: Manual and help corrections. --- src/ivymon | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/ivymon b/src/ivymon index 5fcab1f..9c9725b 100755 --- a/src/ivymon +++ b/src/ivymon @@ -133,6 +133,9 @@ if (not GetOptions('-help', '-history=s', '-b=s', '-bus=s', '-bind=s@', '-replayrepeat', '-replaystartregexp=s', '-replaytimegranularity=s', '-replaystopregexp=s', '-out=s') or $opt_help) { + print "\n"; + print "IvyMon version $VERSION\n"; + print "\n"; print "Usage: ivymon [-b[us] bus] [-help] [-history length]\n"; print " [-size size] [-undersize]\n"; print " [-bind regexp1] ... [-bind regexpN] \n"; @@ -2661,7 +2664,8 @@ B [B<-b> ivybus] [B<-help>] [B<-history> size] [B<-size> window size] [B<-undersize>] [B<-bind> regexpB<1>] ... [B<-bind> regexpB] [B<-send> messageB<1>] ... [B<-send> messageB] - [B<-loadingmode> mode] [B<-replayrepeat>] + [B<-loadingmode> mode] [B<-replayrepeat>] + [B<-replaytimegranularity> float>0] [B<-replaystartregexp> regexp] [B<-replaystopregexp> regexp] [B<-out> outputfile] [standard X11 options...] @@ -2726,7 +2730,7 @@ Specify how to manage the messages loaded at launching. If set to 'display', the If set, the replay sequence will be repetitive. -=item B<-replaytimegranularity> float > 0 +=item B<-replaytimegranularity> float>0 Specify the time granularity in second for replaying messages. Set to 1 by default. @@ -2753,11 +2757,13 @@ ivymon -b 10.192.36.255:3456 -out /tmp/backup.ivy -loadingmode replay -replayrep =head1 HISTORY +B replay time granularity can be set. + B a Replay mode is added with new command options to parameter it. Input file can be loaded by command argument. Messages storage can be activated at launching using the -out command option. -B Add a 'Filter' button to display the messages sent by an agent in a separate window. +B add a 'Filter' button to display the messages sent by an agent in a separate window. -B Size management, contributed by Cedric Mariot. +B size management, contributed by Cedric Mariot. =head1 AUTHORS -- cgit v1.1