We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0b418 commit 8e642efCopy full SHA for 8e642ef
README.md
@@ -7,6 +7,23 @@ Special events are:
7
* time of free device,
8
* end of modeling.
9
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
27
## Technologies
28
- ASP .NET 6
29
- C# 10
0 commit comments