Ticket #45 (new enhancement)

Opened 2 years ago

Last modified 7 months ago

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

Changed 19 months ago by aturner

  • add_to_faq unset
  • info modified (diff)
  • milestone changed from Future Release to 3.1

Changed 19 months ago by aturner

  • milestone changed from 3.1 to Future Release

Not as important now that we have a full cache option in 3.0. Still worth doing for large pcaps (larger then free RAM) or when you're not looping.

Changed 7 months ago by aturner

  • priority changed from medium to low
  • description modified (diff)
  • summary changed from Double pre-buffering to Double pre-buffering for better performance with very large pcaps

Add/Change #45 (Double pre-buffering for better performance with very large pcaps)

Author



Action
as new
 
Note: See TracTickets for help on using tickets.