File: listbugs

package info (click to toggle)
apt-listbugs 0.0.89
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 776 kB
  • ctags: 55
  • sloc: ruby: 1,532; sh: 174; makefile: 49
file content (6 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh -e
# script to generate cache hit rate for MRTG
grep HIT /var/log/squid/access.log | wc -l
grep MISS /var/log/squid/access.log | wc -l
uptime
hostname