summaryrefslogtreecommitdiff
path: root/emacs/elisp/my-uptime.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-10my-uptime: rename the function to `my/uptime-is`Franck Cuny1-3/+3
Using the prefix `my/` is more consistent with my other functions.
2022-05-04my-uptime: new module to calculate availabilityFranck Cuny1-0/+55
For a given SLO, calculate what's the allowed downtime for different time period.