diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ivymon | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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<ivymon> [B<-b> ivybus] [B<-help>] [B<-history> size] [B<-size> window size] [B<-undersize>] [B<-bind> regexpB<1>] ... [B<-bind> regexpB<N>] [B<-send> messageB<1>] ... [B<-send> messageB<N>] - [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<V1.8, Aug 2004 :> replay time granularity can be set. + B<V1.6, Jul 2004 :> 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<V1.4, Feb 2004 :> Add a 'Filter' button to display the messages sent by an agent in a separate window. +B<V1.4, Feb 2004 :> add a 'Filter' button to display the messages sent by an agent in a separate window. -B<V1.3, Nov 2003 :> Size management, contributed by Cedric Mariot. +B<V1.3, Nov 2003 :> size management, contributed by Cedric Mariot. =head1 AUTHORS |