Skip to content

Commit 8e642ef

Browse files
authored
Update README.md
1 parent 5e0b418 commit 8e642ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ Special events are:
77
* time of free device,
88
* end of modeling.
99

10+
Results of moddeling represented by:
11+
* Modeling time
12+
* Amount of Generated requests
13+
* Amount of Served requests
14+
* Average probability of Maintenance ( P = N served / N total )
15+
* Bandwidth of System ( A = N served / T modeling )
16+
* Probability of Failure ( P failire of request = N declined / N total )
17+
18+
Input parameters:
19+
* Number of Sources
20+
* Number of Devices
21+
* Buffer capacity
22+
* Amount of requests
23+
* Modeling time (max time)
24+
* SimulationType (Type of buffer modeling, FIFO, LIFO etc.)
25+
* Lambda (amount of flow) parameter for Poissonian flow
26+
1027
## Technologies
1128
- ASP .NET 6
1229
- C# 10

0 commit comments

Comments
 (0)