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:39:46 +10:00
|
|
|
**_In-series calculation:_**
|
2022-08-29 10:39:04 +10:00
|
|
|
|
2022-08-29 10:37:21 +10:00
|
|
|
![series](https://cube.nethack.net/images/avail_series.png "in-series calculations")
|
2022-08-29 10:39:14 +10:00
|
|
|
|
2022-08-29 10:39:46 +10:00
|
|
|
**_In-parallel calculation:_**
|
2022-08-29 10:39:04 +10:00
|
|
|
|
2022-08-29 10:37:21 +10:00
|
|
|
![parallel](https://cube.nethack.net/images/avail_parallel.png "in-parallel calculations")
|
2022-08-29 10:39:14 +10:00
|
|
|
|
2022-08-29 10:39:46 +10:00
|
|
|
**_Individual system calculation_**
|
2022-08-29 10:39:04 +10:00
|
|
|
|
2022-08-29 10:37:21 +10:00
|
|
|
![individual](https://cube.nethack.net/images/avail_individual.png "individual system calculations")
|
2022-08-29 10:39:14 +10:00
|
|
|
|