summary refs log tree commit diff
path: root/emacs/elisp/my-uptime.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* my-uptime: rename the function to `my/uptime-is`Franck Cuny2022-05-101-3/+3
| | | | Using the prefix `my/` is more consistent with my other functions.
* my-uptime: new module to calculate availabilityFranck Cuny2022-05-041-0/+55
For a given SLO, calculate what's the allowed downtime for different time period.