This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-kni/run/benchmark.sh

10 lines
299 B
Bash

#!/bin/sh
for i in {1..223}
do
echo "-------- process $i files --------" >> bench.log
#tcpdump -r /tmp/fraglist.leak.pcap net $i.0.0.0/8 -s0 -w /tmp/fraglist.leak.pcap.net.$i
ln -sf /tmp/fraglist.leak.pcap.net.$i dumpfile
./memchk.sh.full
cat valgrind.log | grep definitely >> bench.log
done