aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/collect_cache_stats.sh
blob: 5bb31c5173a897002175d40c65bade200b7efce9 (plain)
1
2
3
#!/bin/sh
DIR=$(dirname "$0")/../cache;
cat "$DIR/sql_*.php" | grep '/* SELECT' | sed 's,/\* ,,;s, \*/,,' | sort