initial commit
This commit is contained in:
commit
ea4ca77ffe
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
![series](https://cube.nethack.net/images/avail_series.png "in-series calculations")
|
||||||
|
![parallel](https://cube.nethack.net/images/avail_parallel.png "in-parallel calculations")
|
||||||
|
![individual](https://cube.nethack.net/images/avail_individual.png "individual system calculations")
|
Loading…
Reference in New Issue