2022-08-29 10:37:21 +10:00
|
|
|
# Overview
|
|
|
|
|
|
|
|
Quick bash script to determine availability figures.
|
|
|
|
|
|
|
|
# Features
|
|
|
|
|
|
|
|
Calculates the following:
|
|
|
|
|
|
|
|
- Availability for systems with varying uptimes in series
|
|
|
|
- Availability for systems with the same uptime in parallel
|
|
|
|
- Availability for an individual system based on mtbf and mttr
|
|
|
|
|
|
|
|
# Screenshots
|
|
|
|
|
2022-08-29 10:38:45 +10:00
|
|
|
**In-series calculation:**
|
2022-08-29 10:37:21 +10:00
|
|
|
![series](https://cube.nethack.net/images/avail_series.png "in-series calculations")
|
2022-08-29 10:38:45 +10:00
|
|
|
**In-parallel calculation:**
|
2022-08-29 10:37:21 +10:00
|
|
|
![parallel](https://cube.nethack.net/images/avail_parallel.png "in-parallel calculations")
|
2022-08-29 10:38:45 +10:00
|
|
|
**Indiviaual system calculation**
|
2022-08-29 10:37:21 +10:00
|
|
|
![individual](https://cube.nethack.net/images/avail_individual.png "individual system calculations")
|