diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-29 12:34:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-29 12:34:03 +0300 |
| commit | 18d1fb66049a155010f3cd83f7984228372494e7 (patch) | |
| tree | d7a6f497099dfd840517a9e596140423adfb10fe | |
| parent | 39752e218a0fdbafae592b251b80ace399a40c3e (diff) | |
adjust readmev1.0.0
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -8,8 +8,14 @@ - Supports multiple metrics: `Boots`, `Uptime`, `Score`, `Downtime`, and `Lifespan` - Output formats available: `Plaintext`, `Markdown`, and `Gemtext` - Provides top entries based on the specified limit -- Allows generating reports for all possible combinations of categories and metrics -- Can include or exclude the `Kernel` category as needed + +Whereas: + +* `Boots`: Total count of system boots. +* `Uptime`: Total hosts uptimes. +* `Score`: A meta score, calculated combining all other metrics. +* `Downtime`: Total hosts downtimes. +* `Lifespan`: Downtimes plus uptimes. ## Usage |
