Questions tagged [analytics]

43 questions
1
vote
1 answer

GoAccess analytics and HTTP Referer

This is a high-level question regarding using goaccess as a tool for website analytics. I have it set up on an nginx server and parsing the logs just fine, but it seems that many requests to my own site have no Referer in the HTTP header. Is there a…
Micah
  • 11
  • 2
1
vote
2 answers

Limit number of views to a website from a smartphone

How do websites such as nytimes.com limit the number of accesses to their website from mobiles/smart phones? My understanding is that they would only see the mobile gateway IP so they can't use IP addresses. If they use cookies, can't the mobile…
Arlo
  • 13
  • 2
1
vote
2 answers

Apache log analyzer which manages time spent to serve the request

I need to monitor performance in my web server (there's an application server in the back) and create reports for senior management. I've enabled %T/%D in my Apache logs and I would like to know if there's an Apache log analyzer or some other tool…
fglez
  • 336
  • 4
  • 18
1
vote
2 answers

Visits from an ISP have 3x in two days, am I being DDoS?

My Google Analytics shows a very high increase of traffic from one ISP, being all unique visits coming from the same ISP and all of them using IE9/8/7/6. I'm getting 32% new (unique) visits, but now people stays 8min average, it was around 20min 3…
Adirael
  • 135
  • 1
  • 6
1
vote
3 answers

How to make Analog to parse only one week of logs?

On my windows server, I use analog to parse my log files and analyze them. The logs are daily and named as exYYMMDD.log How i can set in the analog cfg file to parse only one week of logs?
Magnetic_dud
  • 1,036
  • 2
  • 15
  • 29
1
vote
6 answers

Web Statistics Software or Analytics?

Do you use web statistics software like Awstats, Weblizer etc... (any other popular ones?) Or do you prefer to use Google Analytics and embed the JavaScript in each page?
Unknown
  • 1,685
  • 6
  • 20
  • 27
1
vote
1 answer

Self hosted Web Analaytics like urchin

I would like some cheap/free web analytic software to be used on my windows server (Server 2008). urchin seems to be way expensive. please provide me some good recommendations.
Aneef
  • 113
  • 3
1
vote
2 answers

Quick/easy way to monitor how often one image file is being served by Apache

Our analytics software monitors the HTML pages that we're serving quite nicely (through embedded javascript) but we have a few image files that are not included in these reports as they're not attached to any HTML. Knowing the file's name/path, I'm…
Meltemi
  • 579
  • 2
  • 11
  • 24
1
vote
1 answer

Quicksight Error: This user name already exists in this account

When I want to login to view my Quicksight dashboard I get this error: This user name already exists in this account. Contact your QuickSight administrator, and ask them to invite you with a unique name. I have searched this error online but there…
1
vote
0 answers

Simple site access analytics with Spring Boot on AWS Elastic Beanstalk

I have successfully set up a Spring Boot application, deployed as an executable JAR, on AWS Elastic Beanstalk. It has a load balancer with a maximum of 2 (for now) EC2 instances and uses HTTPS. It appears Elastic Beanstalk has set up the EC2…
0
votes
1 answer

How to provide a title with spaces on an axis in azure log analytics?

Consider the following query: Perf | where CounterName == '% Processor Time' | project TimeGenerated, CounterValue | render timechart It yields something like this: I would like it to display '% Processor Time' instead of CounterValue. However, I…
mark
  • 725
  • 3
  • 15
  • 32
0
votes
2 answers

Website analytics software

Greetings, I know about google etc. However I'd like some analytics software which I can run against my own server logs. Can anyone suggest a package I could use? Ideally free :-)
steve
  • 515
  • 1
  • 6
  • 10
0
votes
2 answers

Disparity between client side analytics and apache logs

I happened to compare the google analytics report with the apache access logs and it shows a startling 250% drop offs. We have a wordpress installation hosted on aws with 2 webservers behind a ELB and a NFS server, RDS and an elastic cache. The way…
Varun
  • 1
  • 1
0
votes
1 answer

Using awstats to monitor/graph visitors on a server that only serves images?

I have an apache webserver that serves up images. Lots of machine generated images (i.e. not static files). It doesn't serve any serious amount of html etc. files. A user might request many images one after the other, which is essentially a form of…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
0
votes
1 answer

Which log file can I use for server port analytics?

Ideally I'd like to use piwik to track conversions from ads to server connections on port 5000 and port 5001 but I highly doubt that is even possible. I'm willing to settle for [ipaddress,time connected, time disconnected] and I'm fairly positive I…
T. Thomas
  • 187
  • 6