You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

There are several scripts which need simple modification to adapt them to new features which have been recently added to IEPM-BW.  They are written in perl.

show-probe-commands [-n aliasname]

This reads from the mysql data base TOOLSPECS table the components of the commands which are performed by the monitoring. Currently, when called without any arguments, it prints the exact commands executed to do a test. If called with '-n aliasname' it only prints the commands for that aliasname.

Modification needed:

show-probe-commands [[-n aliasname] | [-g groupname] | or no -n or -g] [-T probetype]

where either -n aliasname or -g groupname or no -n -g parameters can be provided and/or '-T probetype' can be provided.

If 'show-probe-commands -n aliasname' is provided, it currently shows just the probe commands for just the aliasname provided. If -n is not provided it shows the probe commands for all nodes.

Modifications requested:

If 'show-probe-commands -g groupname' is provided, it shows the probe commands for each node in the group.

If 'show-probe-commands -g groupname -T probetype' is provided, it shows the probe commands for each node in the group for just the 'probetype' provided by the -T argument.

If 'show-probe-commands -T probetype' is provided, it shows all the commands for 'probetype' for all the nodes.

If 'show-probe-commands -n aliasname -T probetype' is provided it shows just the command for 'probetype' for the node aliasname.

Vaild 'probtypes' include : iperf, miperf, tlaytcp, mtlaytcp, ping, traceroute, pathchirp, pathload, owping

Scripts which may be useful in completing these modifications can be found in the Group Table Access Commands  documentation


 

 

 

  • No labels