Skip to content

c4dt/stats

Folders and files

NameName
Last commit message
Last commit date
Feb 12, 2024
Sep 28, 2022
Apr 3, 2023
Jan 24, 2024
Jul 26, 2024
Oct 16, 2023
Oct 13, 2023
Jul 26, 2024
Feb 7, 2022
Jan 24, 2024
Oct 6, 2021
May 11, 2020
Jul 4, 2022
Apr 28, 2020
Mar 24, 2021
Jul 13, 2020
Mar 25, 2021
Jul 13, 2020
Feb 7, 2022
Jul 6, 2021
May 8, 2020
Jan 15, 2021
May 8, 2020
Apr 13, 2021
Dec 6, 2022
Dec 6, 2022

Repository files navigation

stats

The user setup behind stats.c4dt.org.

At root, it contains a bunch of script to run measurement, each regularly started by a user systemd timer, found in .config. The timers output the results in a graphite database and shown in a grafana. Both are handle by the root docker-compose.yaml. To add or modify grafana's panels, look in data/grafana.

Deployment is done via ansible: stats role

If you need help with systemd, there is a Systemd Cheatsheet

Testing

To test the new values, the easiest way is to do the following:

  • ssh to the stats-server, then
sudo -iu stats
git pull
git checkout your_branch
make

Once you've finished testing, don't forget to

git checkout main
make

And then re-apply ansible.