diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-09 18:45:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-09 18:45:34 +0200 |
| commit | 171e61019c783ed393d7516a0b6b64a7c65646e6 (patch) | |
| tree | dd98d774f13511c8c42d749037debf0a72124c95 | |
| parent | 60ade7e934dd65eac561099d92ea923b4e197463 (diff) | |
Update content for md
| -rw-r--r-- | gemfeed/2023-08-18-site-reliability-engineering-part-1.md | 10 | ||||
| -rw-r--r-- | gemfeed/2023-11-19-site-reliability-engineering-part-2.md (renamed from gemfeed/2023-08-19-site-reliability-engineering-part-2.md) | 10 | ||||
| -rw-r--r-- | gemfeed/2024-01-09-site-reliability-engineering-part-3.md (renamed from gemfeed/2023-08-20-site-reliability-engineering-part-3.md) | 10 | ||||
| -rw-r--r-- | gemfeed/index.md | 4 | ||||
| -rw-r--r-- | index.md | 6 | ||||
| -rw-r--r-- | uptime-stats.md | 148 |
6 files changed, 93 insertions, 95 deletions
diff --git a/gemfeed/2023-08-18-site-reliability-engineering-part-1.md b/gemfeed/2023-08-18-site-reliability-engineering-part-1.md index 4ce87aaf..7d1d098c 100644 --- a/gemfeed/2023-08-18-site-reliability-engineering-part-1.md +++ b/gemfeed/2023-08-18-site-reliability-engineering-part-1.md @@ -2,11 +2,11 @@ > Published at 2023-08-18T22:43:47+03:00 -The universe of Site Reliability Engineering (SRE) is like an intricate tapestry woven with diverse technology, culture, and personal grit threads. Site Reliability Engineering is one of the most demanding jobs. With all the facets, it's impossible to get bored. There is always a new challenge to master, and there is always a new technology to tinker with. It's not just technical; it's also about communication, collaboration and teamwork. I am currently employed as a Principal Site Reliability Engineer and will try to share what SRE is about in this blog series. +The universe of Site Reliability Engineering (SRE) is like an intricate tapestry woven with diverse technology, culture, and personal grit threads. Site Reliability Engineering is one of the most demanding jobs. With all the facets, it's impossible to get bored. There is always a new challenge to master, and there is always a new technology to tinker with. It's not just technical; it's also about communication, collaboration and teamwork. I am currently employed as a Site Reliability Engineer and will try to share what SRE is about in this blog series. [2023-08-18 Site Reliability Engineering - Part 1: SRE and Organizational Culture (You are currently reading this)](./2023-08-18-site-reliability-engineering-part-1.md) -[2023-08-19 Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-08-19-site-reliability-engineering-part-2.md) -[2023-08-20 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2023-08-20-site-reliability-engineering-part-3.md) +[2023-11-19 Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-11-19-site-reliability-engineering-part-2.md) +[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2024-01-09-site-reliability-engineering-part-3.md) ``` ▓▓▓▓░░ @@ -36,7 +36,7 @@ At the heart of SRE lies the proactive mindset of "prevention over cure." Tradit Another defining SRE idea concept the "error budget." This ingenious framework accepts that no system is flawless. Failures are inevitable. However, instead of being punitive, the culture here is to accept, learn, and iterate. By providing teams with a "budget" for errors, organisations create an environment where innovation is encouraged, and failures are viewed as learning opportunities. -But SRE isn't just about technology and metrics; it's deeply human. It challenges the "hero culture" that plagues many IT teams. While individual heroics might occasionally save the day, a sustainable model requires collective expertise. An SRE culture recognises that heroes achieve their best within teams, negating the need for a hero-centric environment. This philosophy promotes a balanced on-call experience, emphasising the importance of trust, ownership, effective communication, and collaboration as cornerstones of team success. I personally have fallen into the hero trap, and know it's unsustainable to be the only go-to person for every problem. +But SRE isn't just about technology and metrics; it's also human. It challenges the "hero culture" that plagues many IT teams. While individual heroics might occasionally save the day, a sustainable model requires collective expertise. An SRE culture recognises that heroes achieve their best within teams, negating the need for a hero-centric environment. This philosophy promotes a balanced on-call experience, emphasising the importance of trust, ownership, effective communication, and collaboration as cornerstones of team success. I personally have fallen into the hero trap, and know it's unsustainable to be the only go-to person for every arising problem. Additionally, the SRE model requires good documentation. However, it's essential ensuring that this documentation undergoes the same quality checks as code, reinforcing effective onboarding, training and communication. @@ -52,7 +52,7 @@ Organisations with the implementation of SLIs, SLOs and error budgets are alread Continue with the second part of this series: -[2023-08-19 Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-08-19-site-reliability-engineering-part-2.md) +[2023-11-19 Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-11-19-site-reliability-engineering-part-2.md) E-Mail your comments to `paul@nospam.buetow.org` :-) diff --git a/gemfeed/2023-08-19-site-reliability-engineering-part-2.md b/gemfeed/2023-11-19-site-reliability-engineering-part-2.md index b3e908f4..0db86f50 100644 --- a/gemfeed/2023-08-19-site-reliability-engineering-part-2.md +++ b/gemfeed/2023-11-19-site-reliability-engineering-part-2.md @@ -1,12 +1,12 @@ # Site Reliability Engineering - Part 2: Operational Balance in SRE -> Published at 2023-08-19T00:18:18+03:00 +> Published at 2023-11-19T00:18:18+03:00 -This is the second part of my Site Reliability Engineering (SRE) series. I am currently employed as a Principal Site Reliability Engineer and will try to share what SRE is about in this blog series. +This is the second part of my Site Reliability Engineering (SRE) series. I am currently employed as a Site Reliability Engineer and will try to share what SRE is about in this blog series. [2023-08-18 Site Reliability Engineering - Part 1: SRE and Organizational Culture](./2023-08-18-site-reliability-engineering-part-1.md) -[2023-08-19 Site Reliability Engineering - Part 2: Operational Balance in SRE (You are currently reading this)](./2023-08-19-site-reliability-engineering-part-2.md) -[2023-08-20 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2023-08-20-site-reliability-engineering-part-3.md) +[2023-11-19 Site Reliability Engineering - Part 2: Operational Balance in SRE (You are currently reading this)](./2023-11-19-site-reliability-engineering-part-2.md) +[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2024-01-09-site-reliability-engineering-part-3.md) ``` ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⣷⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ @@ -43,7 +43,7 @@ That all sounds very romantic. The truth is, it's brutal to archive the perfect Continue with the third part of this series: -[2023-08-20 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2023-08-20-site-reliability-engineering-part-3.md) +[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2024-01-09-site-reliability-engineering-part-3.md) E-Mail your comments to `paul@nospam.buetow.org` :-) diff --git a/gemfeed/2023-08-20-site-reliability-engineering-part-3.md b/gemfeed/2024-01-09-site-reliability-engineering-part-3.md index 831eb156..d53c083f 100644 --- a/gemfeed/2023-08-20-site-reliability-engineering-part-3.md +++ b/gemfeed/2024-01-09-site-reliability-engineering-part-3.md @@ -1,12 +1,12 @@ # Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect -> Published at 2023-08-20T12:17:56+03:00 +> Published at 2024-01-09T18:35:48+02:00 -This is the third part of my Site Reliability Engineering (SRE) series. I am currently employed as a Principal Site Reliability Engineer and will try to share what SRE is about in this blog series. +This is the third part of my Site Reliability Engineering (SRE) series. I am currently employed as a Site Reliability Engineer and will try to share what SRE is about in this blog series. [2023-08-18 Site Reliability Engineering - Part 1: SRE and Organizational Culture](./2023-08-18-site-reliability-engineering-part-1.md) -[2023-08-19 Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-08-19-site-reliability-engineering-part-2.md) -[2023-08-20 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect (You are currently reading this)](./2023-08-20-site-reliability-engineering-part-3.md) +[2023-11-19 Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-11-19-site-reliability-engineering-part-2.md) +[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect (You are currently reading this)](./2024-01-09-site-reliability-engineering-part-3.md) ``` ..--""""----.. @@ -52,8 +52,6 @@ For the junior engineer, it's too easy to fall back and ask the experts in the t A blameless on-call culture is a must for a safe and collaborative environment where engineers can effectively respond to incidents without fear of retribution. This approach acknowledges that mistakes are a natural part of the learning and innovation process. When individuals are assured they won't be punished for errors, they're more likely to openly discuss mistakes, allowing the entire team to learn and grow from each incident. Furthermore, a blameless culture promotes psychological safety, enhances job satisfaction, reduces burnout, and ensures that talent remains committed and engaged. -The fourth part of this blog series will be published soon :-) - E-Mail your comments to `paul@nospam.buetow.org` :-) [Back to the main site](../) diff --git a/gemfeed/index.md b/gemfeed/index.md index fcf83d14..0eccfe89 100644 --- a/gemfeed/index.md +++ b/gemfeed/index.md @@ -2,12 +2,12 @@ ## To be in the .zone! +[2024-01-09 - Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2024-01-09-site-reliability-engineering-part-3.md) [2023-12-10 - Bash Golf Part 3](./2023-12-10-bash-golf-part-3.md) +[2023-11-19 - Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-11-19-site-reliability-engineering-part-2.md) [2023-11-11 - 'Mind Management' book notes](./2023-11-11-mind-management-book-notes.md) [2023-10-29 - KISS static web photo albums with `photoalbum.sh`](./2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md) [2023-09-25 - DTail usage examples](./2023-09-25-dtail-usage-examples.md) -[2023-08-20 - Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./2023-08-20-site-reliability-engineering-part-3.md) -[2023-08-19 - Site Reliability Engineering - Part 2: Operational Balance in SRE](./2023-08-19-site-reliability-engineering-part-2.md) [2023-08-18 - Site Reliability Engineering - Part 1: SRE and Organizational Culture](./2023-08-18-site-reliability-engineering-part-1.md) [2023-07-21 - Gemtexter 2.1.0 - Let's Gemtext again³](./2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md) [2023-07-17 - 'Software Developmers Career Guide and Soft Skills' book notes](./2023-07-17-career-guide-and-soft-skills-book-notes.md) @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2023-12-10T17:11:56+02:00 by `Gemtexter` +> This site was generated at 2024-01-09T18:45:17+02:00 by `Gemtexter` ``` |\---/| @@ -33,12 +33,12 @@ If you reach this site via the modern web, please read this: ### Posts +[2024-01-09 - Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./gemfeed/2024-01-09-site-reliability-engineering-part-3.md) [2023-12-10 - Bash Golf Part 3](./gemfeed/2023-12-10-bash-golf-part-3.md) +[2023-11-19 - Site Reliability Engineering - Part 2: Operational Balance in SRE](./gemfeed/2023-11-19-site-reliability-engineering-part-2.md) [2023-11-11 - 'Mind Management' book notes](./gemfeed/2023-11-11-mind-management-book-notes.md) [2023-10-29 - KISS static web photo albums with `photoalbum.sh`](./gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md) [2023-09-25 - DTail usage examples](./gemfeed/2023-09-25-dtail-usage-examples.md) -[2023-08-20 - Site Reliability Engineering - Part 3: On-Call Culture and the Human Aspect](./gemfeed/2023-08-20-site-reliability-engineering-part-3.md) -[2023-08-19 - Site Reliability Engineering - Part 2: Operational Balance in SRE](./gemfeed/2023-08-19-site-reliability-engineering-part-2.md) [2023-08-18 - Site Reliability Engineering - Part 1: SRE and Organizational Culture](./gemfeed/2023-08-18-site-reliability-engineering-part-1.md) [2023-07-21 - Gemtexter 2.1.0 - Let's Gemtext again³](./gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md) [2023-07-17 - 'Software Developmers Career Guide and Soft Skills' book notes](./gemfeed/2023-07-17-career-guide-and-soft-skills-book-notes.md) diff --git a/uptime-stats.md b/uptime-stats.md index 5e60c28c..2f0813f1 100644 --- a/uptime-stats.md +++ b/uptime-stats.md @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2023-12-10T17:11:56+02:00 +> This site was last updated at 2024-01-09T18:45:17+02:00 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. @@ -27,20 +27,20 @@ Boots is the total number of host boots over the entire lifespan. | 4. | callisto | 153 | | 5. | dionysus | 136 | | 6. | tauceti-e | 120 | -| 7. | *earth | 113 | +| 7. | *earth | 119 | | 8. | pluto | 51 | -| 9. | makemake | 50 | -| 10. | *mega15289 | 50 | -| 11. | *t450 | 45 | +| 9. | *mega15289 | 50 | +| 10. | *makemake | 50 | +| 11. | t450 | 45 | | 12. | phobos | 40 | | 13. | mega8477 | 40 | | 14. | sun | 33 | -| 15. | *blowfish | 19 | -| 16. | vulcan | 19 | +| 15. | vulcan | 19 | +| 16. | *blowfish | 19 | | 17. | tauceti | 16 | | 18. | sagittarius | 15 | -| 19. | deltavega | 12 | -| 20. | *fishfinger | 12 | +| 19. | *fishfinger | 13 | +| 20. | deltavega | 12 | +-----+----------------+-------+ ``` @@ -59,19 +59,19 @@ Uptime is the total uptime of a host over the entire lifespan. | 5. | deltavega | 3 years, 1 months, 21 days | | 6. | pluto | 2 years, 10 months, 29 days | | 7. | tauceti | 2 years, 3 months, 19 days | -| 8. | *earth | 1 years, 11 months, 26 days | -| 9. | *blowfish | 1 years, 11 months, 22 days | -| 10. | *mega15289 | 1 years, 11 months, 12 days | +| 8. | *earth | 2 years, 1 months, 15 days | +| 9. | *blowfish | 2 years, 1 months, 10 days | +| 10. | *mega15289 | 1 years, 11 months, 20 days | | 11. | tauceti-f | 1 years, 9 months, 18 days | -| 12. | mega8477 | 1 years, 3 months, 25 days | -| 13. | *fishfinger | 1 years, 3 months, 21 days | +| 12. | *fishfinger | 1 years, 5 months, 9 days | +| 13. | mega8477 | 1 years, 3 months, 25 days | | 14. | host0 | 1 years, 3 months, 9 days | | 15. | tauceti-e | 1 years, 2 months, 20 days | -| 16. | makemake | 1 years, 1 months, 25 days | +| 16. | *makemake | 1 years, 1 months, 28 days | | 17. | callisto | 0 years, 10 months, 31 days | | 18. | alphacentauri | 0 years, 10 months, 28 days | -| 19. | london | 0 years, 9 months, 16 days | -| 20. | twofish | 0 years, 8 months, 31 days | +| 19. | *babylon5 | 0 years, 9 months, 25 days | +| 20. | london | 0 years, 9 months, 16 days | +-----+----------------+-----------------------------+ ``` @@ -91,15 +91,15 @@ Score is calculated by combining all other metrics. | 6. | deltavega | 193 | | 7. | pluto | 182 | | 8. | dionysus | 156 | -| 9. | tauceti | 141 | -| 10. | *earth | 138 | -| 11. | *mega15289 | 137 | -| 12. | *blowfish | 123 | +| 9. | *earth | 147 | +| 10. | tauceti | 141 | +| 11. | *mega15289 | 140 | +| 12. | *blowfish | 132 | | 13. | tauceti-f | 108 | -| 14. | tauceti-e | 96 | -| 15. | makemake | 90 | -| 16. | callisto | 86 | -| 17. | *fishfinger | 80 | +| 14. | *makemake | 102 | +| 15. | tauceti-e | 96 | +| 16. | *fishfinger | 89 | +| 17. | callisto | 86 | | 18. | mega8477 | 80 | | 19. | host0 | 76 | | 20. | mars | 67 | @@ -117,14 +117,14 @@ Downtime is the total downtime of a host over the entire lifespan. | 1. | dionysus | 8 years, 3 months, 16 days | | 2. | alphacentauri | 5 years, 11 months, 18 days | | 3. | uranus | 3 years, 5 months, 8 days | -| 4. | callisto | 1 years, 5 months, 15 days | -| 5. | makemake | 1 years, 3 months, 26 days | +| 4. | *makemake | 1 years, 10 months, 13 days | +| 5. | callisto | 1 years, 5 months, 15 days | | 6. | mars | 1 years, 2 months, 10 days | -| 7. | tauceti-e | 0 years, 12 months, 9 days | -| 8. | *mega15289 | 0 years, 11 months, 2 days | -| 9. | *t450 | 0 years, 9 months, 17 days | +| 7. | *mega15289 | 0 years, 12 months, 28 days | +| 8. | tauceti-e | 0 years, 12 months, 9 days | +| 9. | t450 | 0 years, 9 months, 17 days | | 10. | sirius | 0 years, 8 months, 20 days | -| 11. | *earth | 0 years, 5 months, 24 days | +| 11. | *earth | 0 years, 5 months, 31 days | | 12. | deimos | 0 years, 5 months, 15 days | | 13. | joghurt | 0 years, 2 months, 9 days | | 14. | host0 | 0 years, 2 months, 1 days | @@ -152,19 +152,19 @@ Lifespan is the total uptime + the total downtime of a host. | 5. | sun | 3 years, 10 months, 2 days | | 6. | uugrn | 3 years, 5 months, 5 days | | 7. | deltavega | 3 years, 1 months, 21 days | -| 8. | pluto | 2 years, 10 months, 30 days | -| 9. | *mega15289 | 2 years, 9 months, 13 days | -| 10. | makemake | 2 years, 4 months, 19 days | -| 11. | *earth | 2 years, 4 months, 18 days | +| 8. | *mega15289 | 2 years, 11 months, 15 days | +| 9. | *makemake | 2 years, 11 months, 8 days | +| 10. | pluto | 2 years, 10 months, 30 days | +| 11. | *earth | 2 years, 6 months, 13 days | | 12. | tauceti | 2 years, 3 months, 22 days | | 13. | callisto | 2 years, 3 months, 13 days | | 14. | tauceti-e | 2 years, 1 months, 29 days | -| 15. | *blowfish | 1 years, 11 months, 23 days | +| 15. | *blowfish | 2 years, 1 months, 11 days | | 16. | tauceti-f | 1 years, 9 months, 20 days | | 17. | mars | 1 years, 8 months, 19 days | -| 18. | host0 | 1 years, 4 months, 10 days | -| 19. | mega8477 | 1 years, 4 months, 1 days | -| 20. | *fishfinger | 1 years, 3 months, 21 days | +| 18. | *fishfinger | 1 years, 5 months, 10 days | +| 19. | host0 | 1 years, 4 months, 10 days | +| 20. | mega8477 | 1 years, 4 months, 1 days | +-----+----------------+-----------------------------+ ``` @@ -181,16 +181,16 @@ Boots is the total number of host boots over the entire lifespan. | 3. | *Linux 5... | 250 | | 4. | Linux 4... | 164 | | 5. | FreeBSD 11... | 153 | -| 6. | *FreeBSD 13... | 143 | -| 7. | *Linux 6... | 57 | -| 8. | *OpenBSD 7... | 41 | +| 6. | FreeBSD 13... | 143 | +| 7. | *Linux 6... | 64 | +| 8. | *OpenBSD 7... | 42 | | 9. | Darwin 13... | 40 | | 10. | FreeBSD 5... | 25 | | 11. | Linux 2... | 22 | | 12. | Darwin 21... | 18 | | 13. | Darwin 15... | 15 | | 14. | *Darwin 22... | 14 | -| 15. | Darwin 18... | 12 | +| 15. | Darwin 18... | 11 | | 16. | FreeBSD 6... | 10 | | 17. | OpenBSD 4... | 10 | | 18. | FreeBSD 7... | 10 | @@ -209,24 +209,24 @@ Uptime is the total uptime of a host over the entire lifespan. +-----+----------------+------------------------------+ | 1. | Linux 3... | 15 years, 10 months, 25 days | | 2. | FreeBSD 10... | 5 years, 9 months, 9 days | -| 3. | *Linux 5... | 4 years, 7 months, 14 days | -| 4. | *OpenBSD 7... | 3 years, 10 months, 9 days | +| 3. | *Linux 5... | 4 years, 8 months, 31 days | +| 4. | *OpenBSD 7... | 4 years, 1 months, 16 days | | 5. | Linux 4... | 2 years, 8 months, 9 days | | 6. | FreeBSD 11... | 2 years, 4 months, 28 days | | 7. | Linux 2... | 1 years, 11 months, 21 days | | 8. | Darwin 13... | 1 years, 3 months, 25 days | | 9. | FreeBSD 6... | 1 years, 3 months, 9 days | -| 10. | *Linux 6... | 1 years, 1 months, 10 days | +| 10. | *Linux 6... | 1 years, 3 months, 5 days | | 11. | OpenBSD 4... | 0 years, 8 months, 12 days | | 12. | Darwin 21... | 0 years, 8 months, 9 days | -| 13. | Darwin 18... | 0 years, 7 months, 12 days | -| 14. | *Darwin 22... | 0 years, 7 months, 6 days | +| 13. | *Darwin 22... | 0 years, 7 months, 6 days | +| 14. | Darwin 18... | 0 years, 7 months, 5 days | | 15. | Darwin 15... | 0 years, 6 months, 15 days | | 16. | FreeBSD 5... | 0 years, 5 months, 18 days | -| 17. | *FreeBSD 13... | 0 years, 4 months, 7 days | +| 17. | FreeBSD 13... | 0 years, 4 months, 7 days | | 18. | Darwin 20... | 0 years, 3 months, 14 days | | 19. | FreeBSD 7... | 0 years, 2 months, 5 days | -| 20. | Darwin 19... | 0 years, 1 months, 9 days | +| 20. | *Darwin 23... | 0 years, 1 months, 15 days | +-----+----------------+------------------------------+ ``` @@ -240,24 +240,24 @@ Score is calculated by combining all other metrics. +-----+----------------+-------+ | 1. | Linux 3... | 1045 | | 2. | FreeBSD 10... | 406 | -| 3. | *Linux 5... | 310 | -| 4. | *OpenBSD 7... | 244 | +| 3. | *Linux 5... | 318 | +| 4. | *OpenBSD 7... | 261 | | 5. | Linux 4... | 178 | | 6. | FreeBSD 11... | 159 | | 7. | Linux 2... | 121 | -| 8. | Darwin 13... | 80 | -| 9. | FreeBSD 6... | 75 | -| 10. | *Linux 6... | 72 | +| 8. | *Linux 6... | 82 | +| 9. | Darwin 13... | 80 | +| 10. | FreeBSD 6... | 75 | | 11. | OpenBSD 4... | 39 | | 12. | Darwin 21... | 39 | | 13. | *Darwin 22... | 36 | -| 14. | Darwin 18... | 34 | -| 15. | *FreeBSD 13... | 31 | -| 16. | Darwin 15... | 29 | +| 14. | Darwin 18... | 32 | +| 15. | Darwin 15... | 29 | +| 16. | FreeBSD 13... | 28 | | 17. | FreeBSD 5... | 25 | | 18. | Darwin 20... | 13 | | 19. | FreeBSD 7... | 7 | -| 20. | Darwin 19... | 1 | +| 20. | *Darwin 23... | 5 | +-----+----------------+-------+ ``` @@ -269,10 +269,10 @@ Boots is the total number of host boots over the entire lifespan. +-----+------------+-------+ | Pos | KernelName | Boots | +-----+------------+-------+ -| 1. | *Linux | 1043 | -| 2. | *FreeBSD | 892 | +| 1. | *Linux | 1050 | +| 2. | FreeBSD | 892 | | 3. | *Darwin | 105 | -| 4. | *OpenBSD | 51 | +| 4. | *OpenBSD | 52 | +-----+------------+-------+ ``` @@ -281,14 +281,14 @@ Boots is the total number of host boots over the entire lifespan. Uptime is the total uptime of a host over the entire lifespan. ``` -+-----+------------+------------------------------+ -| Pos | KernelName | Uptime | -+-----+------------+------------------------------+ -| 1. | *Linux | 25 years, 11 months, 12 days | -| 2. | *FreeBSD | 9 years, 12 months, 8 days | -| 3. | *OpenBSD | 4 years, 5 months, 20 days | -| 4. | *Darwin | 3 years, 7 months, 18 days | -+-----+------------+------------------------------+ ++-----+------------+-----------------------------+ +| Pos | KernelName | Uptime | ++-----+------------+-----------------------------+ +| 1. | *Linux | 26 years, 2 months, 22 days | +| 2. | FreeBSD | 9 years, 12 months, 8 days | +| 3. | *OpenBSD | 4 years, 8 months, 27 days | +| 4. | *Darwin | 3 years, 7 months, 26 days | ++-----+------------+-----------------------------+ ``` ## Top 20 Score's by KernelName @@ -299,10 +299,10 @@ Score is calculated by combining all other metrics. +-----+------------+-------+ | Pos | KernelName | Score | +-----+------------+-------+ -| 1. | *Linux | 1725 | -| 2. | *FreeBSD | 706 | -| 3. | *OpenBSD | 283 | -| 4. | *Darwin | 235 | +| 1. | *Linux | 1743 | +| 2. | FreeBSD | 704 | +| 3. | *OpenBSD | 300 | +| 4. | *Darwin | 236 | +-----+------------+-------+ ``` |
