On Fri, 30 Jun 2000, Abid Latif Sheikh wrote:
> Hi:
>
> I forget the command to know biggest objects in my cache.
> Please help or refer to item of FAQ.
7.2. How can I find the biggest objects in my cache?
sort -r -n +4 -5 access.log | awk '{print $5, $7}' | head -25
Received on Fri Jun 30 2000 - 16:30:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:15 MST