summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2004-08-18 12:14:54 +0000
committeretienne2004-08-18 12:14:54 +0000
commit7726f36f250128a010ed45f4fb7de8b25b8465b0 (patch)
treedd17a09be000085f5be2fbbac93e984afdafc8a3
parent3e91ad1c29eb013490492a53a5edb546aa7697ab (diff)
downloadivymon-7726f36f250128a010ed45f4fb7de8b25b8465b0.zip
ivymon-7726f36f250128a010ed45f4fb7de8b25b8465b0.tar.gz
ivymon-7726f36f250128a010ed45f4fb7de8b25b8465b0.tar.bz2
ivymon-7726f36f250128a010ed45f4fb7de8b25b8465b0.tar.xz
Manual and help corrections.
-rwxr-xr-xsrc/ivymon14
1 files changed, 10 insertions, 4 deletions
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<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