inactive
369
edits
Line 15: | Line 15: | ||
The '''Ring Buffer''' supports 2 different modes. | The '''Ring Buffer''' supports 2 different modes. | ||
The '''Single Shared Ring Buffer''' can be used if you need only one Ring Buffer that fits into your storage device. The '''Single Shared Ring Buffer''' uses '''one''' shared storage for the '''Ring Buffer''' and ''' | The '''Single Shared Ring Buffer''' can be used if you need only one Ring Buffer that fits into your storage device. The '''Single Shared Ring Buffer''' uses '''one''' shared storage for the '''Ring Buffer''' and '''pcap to Disk'''. This mode is recommended if only one storage device is used since it allows a '''Ring Buffer''' and space for '''pcap files''' on the same storage device. Please note that using both features at the same time may lead to a performance bottleneck. | ||
The '''Cluster Ring Buffer''' mode allows to use multiple Ring Buffers where each Ring Buffer can have multiple disks. It allows having a separate disk for | The '''Cluster Ring Buffer''' mode allows to use multiple Ring Buffers where each Ring Buffer can have multiple disks. It allows having a separate disk for pcap files which allows fast '''Ring Buffer''' and fast '''pcap to disk''' writes at the same time. | ||
== '''Single Shared Ring Buffer''' == | == '''Single Shared Ring Buffer''' == |