Ticket #45 (new enhancement)
Double pre-buffering for better performance with very large pcaps
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | low | Milestone: | Future Release |
| Component: | tcpreplay | Version: | 3.0.beta7 |
| Keywords: | performance | Cc: | |
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description (last modified by aturner) (diff)
Use the TCPivo method of dual memory buffers to prefetch packets from disk. Locking penalties are reduced by having two buffers which are at any given time a write buffer (from disk) or a read buffer (to network). Only really useful if you're using a really large pcap file and you can't use the cache file to store it completely in memory IMHO.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
