Viewing profile — joshyi
joshyi
HN member- Joined
- Fri, Jun 10, 2016, 11:33 AM UTC
- HN karma
- 28
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About joshyi
No profile information was provided.
Recent public activity
-
comment
Comment #43319642
We use it on our site, which handles around 100M requests per month, works really nice. In fact, we have a screen in the office that continuously displays the stats, quite nifty!
-
comment
Comment #38656945
I believe JS analytics tools serve marketing well, providing estimates like who's purchasing my product or how many are reading my article. However, for devops, relying too much on…
-
comment
Comment #38656886
I think many developers overlook this aspect. If you're not in marketing, it's not just about tallying human visitors on our sites. It's essential to be vigilant against possible d…
-
comment
Comment #38656768
JS analytics are increasingly susceptible to inaccuracies as data manipulation methods multiply, leading to the production of unreliable events from JavaScript endpoints. Staying a…
-
comment
Comment #38656729
While JS analytics may suit the needs of marketing professionals concerned with product sales and article visibility, those focused on precise traffic patterns, like daily devops, …
-
comment
Comment #38656671
I would contend the contrary. Our company consistently runs GoAccess because we are primarily concerned with unusual traffic patterns. This involves monitoring for potential attack…
-
comment
Comment #38656609
If accuracy refers solely to human-vs-bot detection, there might be a point, but for comprehensive traffic analysis, access logs are unparalleled in accuracy. JavaScript analytics …
-
comment
Comment #31854300
Same here. We’ve been using goaccess for years on a 300M hits a month. Self-host is the way to go for us.
-
comment
Comment #31570590
100% + Google $$$
-
comment
Comment #30632443
Only canceled.
-
comment
Comment #30285720
For sure lots of issues for peloton after those accidents with kids.
-
comment
Comment #30285613
We’re using our own logs with https://goaccess.io processing over 300M requests a month with no issues. No privacy issues to worry about using trackers.
-
comment
Comment #29669474
I think it depends a lot in what you are after. Accurate results through the logs, including bots. Or inaccurate results via JS. Bunch of services folks are using out there that bl…
-
comment
Comment #28631633
Still, there's a lot more data outputting from goaccess with support for custom logs.
-
comment
Comment #26160871
Tracking visitors at the client level deflates the actual number of visitors. On the other hand, server-side tracking provides a more accurate number with the tradeoff of not knowi…
-
comment
Comment #26156400
I'm waiting as well for the ability to use filters directly from goaccess. Hope they get to it soon! https://github.com/allinurl/goaccess/issues/117
-
comment
Comment #26156329
We use goaccess against a pretty busy centralized log server and has worked really well for years. We don't have to worry about JS and that's always a plus. I personally like how i…
-
comment
Comment #24718987
I think server logs are more accurate, it will tell you exactly what's going on, but like you said, bots will show up as well. On the other hand, a bunch of folks (+600M) block JS …
-
comment
Comment #23811200
I agree, works really well for us. Above all, no javascript!
-
comment
Comment #23476648
For us it was literately an `apt install goaccess`, picked the COMBINED log format and it's been running for over a month in prod without issues (rotating weekly). You should post …
-
comment
Comment #23476619
Doubt very much that ~2M will be a memory issue (unless you got less than ~130MB). https://goaccess.io/faq#performance We're running v1.4 in production and it has been working pret…
-
comment
Comment #22822095
It is 100% real-time. https://rt.goaccess.io/
-
comment
Comment #22135042
You can always create an issue on their github page, lots of help in there: https://github.com/allinurl/goaccess/issues
-
comment
Comment #21913693
I think a big problem with Google Analytics is accuracy, especially with the now so popular adblockers. Log analysis such as GoAccess should be able to track these down fine since …
-
comment
Comment #21899232
Google Analytics keeps track of visitors using cookies, so if a browser has cookies or JavaScript disabled, then it won't keep track of it. This includes the now so popular adblock…