Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.09 KB

benchmark.md

File metadata and controls

60 lines (37 loc) · 2.09 KB

Benchmark

These benchmark tests are here.

Environment

Use MacBook Pro Mid 2012.

  • OS: macOS High Sierra ver 10.13.1
  • CPU: 2.3 GHz Intel Core i7
  • Memory: 16 GB 1600 MHz DDR3
  • Disk: Use RAM disk for benchmark

Data set

Refer Public PCAP files for download that is provided by NETRESEC.

Name Data File Size Packet count Average Packet Length
net-2009-11-17-10:32.pcap 289.12 MB 332,045 854.72 Byte
maccdc2010_00000_20100310205651.pcap 925.33 MB 10,000,000 76.33 Byte
maccdc2012_00000.pcap 1073.67 MB 8,635,943 108.32 Byte

Results

Task #1: Count number of TCP port 80 packet

task1

Source code list of the benchmark test.

Task #2: Count number of new TCP session

task2

Source code list of the benchmark test.

Task #3: Count number of DNS query with ".google."

task3

Source code list of the benchmark test.