more writing, added benchmark to compare log files

This commit is contained in:
2017-11-30 18:48:23 +01:00
parent c1237406f8
commit 673464137e
8 changed files with 68 additions and 10 deletions

5
src/benchmarks/compare_days.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /run/media/felix/AE7E01B77E01797B/pDNS;
for i in {01..31}; do echo -n -e "day $i \t size: "; echo -n -e $(du -ch *"2017-10-$i"* | tail -1) " \t #files: "; ls *"2017-10-$i"* | wc -l; done