summaryrefslogtreecommitdiff
path: root/uptime-stats.gmi.tpl
blob: 89a6ada900ed85ebb9c6cf6d4cfefae02f29aa49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# My machine uptime stats

<< echo "> This site was last updated at $($DATE $DATE_FORMAT)"

The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.

> Uptimed is an uptime record daemon keeping track of the highest uptimes a computer system ever had. It uses the system boot time to keep sessions apart from each other.

=> https://github.com/rpodgorny/uptimed
=> https://codeberg.org/snonux/guprecords

<<<
  if [ -f ~/git/uprecords/uprecords.gmi ]; then
      cat ~/git/uprecords/uprecords.gmi
  else
      $SED -n '/Top/,$p' uptime-stats.gmi
  fi
>>>