> So does anybody have a script that checks the TOP 25 biggest objects or
> something similar? I would like to run this dialy together with the
> scripts provided on the Squid Homepage.
sort -r -n +4 -5 /cache_dir/log | sed -n -e 25q | awk '{print $6}'
- Mark.
Received on Sun Feb 23 1997 - 06:55:27 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:31 MST