What is Peach
Installing
Tutorials
Methodology
Introduction
FAQ
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Pcap Monitor

The Pcap monitor takes a network capture during the iteration. The captured data is discarded and re-captured on each iteration. If a fault occurs the captures data is logged as a pcap file. Pcap files are compatable with Wireshark and tcpdump.

Parameters

  • Device — Device name for capturing

  • Filter — pcap style filter (optional)

Examples

Capture port 80
<Agent name="Local">
        <Monitor class="Pcap">
                <Param name="Device" value="Local Area Connection" />
                <Param name="Filter" value="port 80" />
        </Monitor>
</Agent>