ICEcap 1.0-beta =============== Introduction: ============ ICEcap is a tool that captures network behavior over time for simulation purposes at a latter time using Candela Technologies LANforge ICE WAN link simulator. By default, ICEcap sends ICMP echo request packets to a target host and records the ICMP echo reply statistics in a data capture file. ICEcap then formats them into an XML file according to user specified arguments. The XML file can then be used to reproduce the recorded network conditions in the LANforge ICE WAN link simulator WARNING: Since ICEcap is based on the GPL tool HPING/HPING2 there are options available that can cause undesirable results. Anytime the [--icecap] option is specified use only the options recommended in this document. Without the [--icecap] option normal HPING operation applies and all HPING options are available. Usage: ===== - One must be super user to run ICEcap. - Command line help on ICEcap is available at anytime when the [--icecap] and [-h|--h|-help|--help] options are specified. e.g. [root@tyan2460 hping]# ./hping2 10.1.2.1 --icecap -h Example: ======= The following command will ping the target host 10.1.2.1 with ICMP echo requests containing a 64 byte payload (-d 64). The host will be pinged 50 times a second (--i_spi 100 divided by --i_interval 2 seconds) for one hour (--i_duration 3600 seconds). Two files, test.dat and test.xml, will be generated (--filename test). Additionally, any existing files named test.dat and test.xml from previous captures will be lost (--i_overwrite). [root@tyan2460 hping]# ./hping2 --icecap --i_filename test --i_duration 3600 --i_interval 2 --i_spi 100 -d 64 10.1.2.1 --i_overwrite NOTES: 1. The --i_overwrite option will pause approximately for five seconds before overwriting the existing files. If a Ctrl-C is issued during the five seconds the files will not be overwritten. 2. Issuing a Ctrl-C during an active capture will end the capture and an XML file will be generated up to the time of the Ctrl-C. ICEcap Options: ============== --icecap Enable ICEcap options. Will cause suppression of HPING output to STDOUT unless -V --verbose option is specified. --i_filename Path and base file name for .dat (data capture) and .xml (XML output) files. --i_overwrite Automatically overwrite existing .dat and .xml files. ICEcap will wait approximately 5 seconds before overwriting existing data unless a Ctrl-C is issued. --i_duration