-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occured at: goaccess.c - render_screens - 239 #22
Comments
I should also add that my access log is about 500mb with a 24hour rotation and a peak size of about 600-650mb |
@loganbest could you please post a couple of lines from your log? Thanks |
redacted IP's for x.x.x.x x.x.x.x - - [25/Aug/2013:05:00:04 -0400] "GET /websites.php?rand=0.14329157 HTTP/1.0" 200 318 "-" "Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0" |
Using the
Please let me know how it goes. |
That seems to have worked. Only one issue that I'm seeing now: Unique visitors per day How is that possible? I know for a fact that 100% of my traffic today has not been unique. |
Glad that worked. That's counting bots and actual visitors. Are you using some other tool to measure your traffic? |
I keep a log of every single action on my site in the database along with the IP and the user ID and run some stats on that by cron every hour. I keep the data for 30 days. Running some stats now I can see that there should be about 40% unique. |
So are you measuring unique visitors by unique IP and the GoAccess will report 2 unique visitors in this case:
|
I'm only measuring by unique IP as I'm not recording UA in the database |
Ah I think I get it now. Because this access log is rotated at midnight every night it's not spanning multiple days. So according to that each IP/UA combo is actually unique to that day. |
Okay to close? Feel free to open a new issue if you have any other questions. |
I'm trying to use goaccess on FreeBSD 9.1 and using a custom log format in my .goaccessrc. I used the package for installation
pkg_add -r goaccess
here's my rc file:
Here's the error I get when I run
goaccess -f www.domain.com-access-psky.log -a
:This also happens with using the normal "Combined" log format.
The text was updated successfully, but these errors were encountered: