more writing, added benchmark to compare log files
This commit is contained in:
5
src/benchmarks/compare_days.sh
Executable file
5
src/benchmarks/compare_days.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user