Jacques van Dijk wrote:
Hello
Is there any way to find out how much diskspace is actualy being used by
squid, in comparison to the predifined diskspace.
And is it posible to switch of the logging?
read FAQs for switching off logging
Kind regards
Jacques
you can check cache_dir size by
df -lh (human readable)
or df -l
or du -sh cachedir
regards