Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/07/2003, 10:27
Avatar de Alfon
Alfon
Colaborador
 
Fecha de Ingreso: octubre-2000
Mensajes: 1.976
Antigüedad: 24 años, 2 meses
Puntos: 14
Midiendo las visitas del robot de Google

Si tienes Apache y Linux esta es una manera de medir las veces que te visita el robot de google ( Googlebot )al dia. Válido para google u otro.

Visitas diarias
Código:
cat access_log ¦ grep googlebot ¦ cut -d"[" -f 2 ¦ cut -d":" -f 1 ¦ uniq -c
Visitas mensuales
Código:
cat access_log ¦ grep googlebot ¦ cut -d"[" -f 2 ¦ cut -d"/" -f 2- ¦ cut -d":" -f 1 ¦ uniq -c
NOTA: todo en la misma línea.
__________________
Un saludo,

Alfon
http://seguridadyredes.nireblog.com