101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

484
active users

#goaccess

0 posts0 participants0 posts today

14 days of #Luanti ContentDB stats, with ignore-crawlers (although some definitely remain)

From the Luanti client - 3.3M requests and 90K unique visitors last 14 days

From the web (likely including some bots): 2.3M requests and 112K unique users

The tool here is #GoAccess

Question for the webmasters around here:

I'm parsing my web server logs with #goaccess. It tells me that this mornings blog post has around 2400 hits, 1600 visitors. The post includes an image, and I can see from the logs that the image has been accessed around 250 times.

I would expect the image to be downloaded roughly the same number of times as the website, however these numbers are vastly different. And I don't really understand why.

Any ideas?

And related, much of the traffic on the site is from crawlers with the user agent "http.rb/5.2.0". What could that be?

Roll your own static blog analytics!

Static blogs come with tons of advantages. They’re cheap to serve. You store all your changes in git. People with spotty internet connections can clone your blog and run it locally.

However, one of the challenges that I’ve run into over the years is around analytics. 🤔

major.io/p/static-blog-analyti

major.io · Roll your own static blog analyticsStatic blogs are easy to serve, but so many of the free options have no analytics whatsoever. This post talks about how to serve your own blog from a container with live updating analytics
#static#blog#hugo

Petite question #sysadmin pour les personnes qui utilisent #Matomo : quelle est la consommation de CPU/RAM du logiciel en production, et avec quel volume de données ?

J’ai vu la doc de Matomo(1) à ce sujet, mais je n’arrive pas à croire qu’un programme qui lit 50 lignes de fichier journal par seconde aurait besoin de 4 serveurs dédiés avec 16 CPUs et 16 GB de RAM chacun.

Sinon, connaissez-vous un outil de génération de stats un peu plus poussé que #GoAccess qui reste utilisable sur une machine de taille raisonnable ?
Merci 🙂

1: matomo.org/faq/on-premise/mato

Analytics Platform - MatomoRequirements for Matomo On-Premise - Analytics Platform - Matomo

A month ago, I promised a comparison between #plausible and #goaccess + server logs.

It's finally here [0] but much shorter than anticipated simply because @markosaric already made a great post [1] with nearly identical results and with excellent explanations.

Maybe just read his instead 😎

Thanks again to @AlexMV12 for providing the bash script to use goaccess with caddy logs.

[0] yarmo.eu/post/plausible-versus
[1] plausible.io/blog/server-log-a

yarmo.euQuick comparison: Plausible vs logs — yarmo