Current time: 05-04-2024, 06:08 AM Hello There, Guest! (LoginRegister)


Post Reply 
Awstats traffic versus Ispcp traffic
Author Message
kvaes Offline
Junior Member
*

Posts: 23
Joined: Jul 2007
Reputation: 0
Post: #11
RE: Awstats traffic versus Ispcp traffic
At the moment (less than 24h after the reset)
ispcp : 196.66 MB
awstats : 19.04 MB + 4.68 MB
domainY-traf.log : 26 MB

cat domain.Y-traf.log | ./count.sh
26 MB

count.sh
PHP Code:
#!/bin/bash
total=0
while read line
do
  
let total=total+line
done
let total
=(total/1024)/1024
echo "$total MB" 

Has there been any updates in the stats parsing scripts lately?
10-29-2007 05:49 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Awstats traffic versus Ispcp traffic - kvaes - 10-29-2007 05:49 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)