summaryrefslogtreecommitdiffstats
path: root/sleepingcelldetector/src/main/resources/tca.json
diff options
context:
space:
mode:
Diffstat (limited to 'sleepingcelldetector/src/main/resources/tca.json')
-rw-r--r--sleepingcelldetector/src/main/resources/tca.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/sleepingcelldetector/src/main/resources/tca.json b/sleepingcelldetector/src/main/resources/tca.json
new file mode 100644
index 0000000..3d7baaa
--- /dev/null
+++ b/sleepingcelldetector/src/main/resources/tca.json
@@ -0,0 +1,16 @@
+[
+ {
+ "name": "latency",
+ "condition": "MORE_OR_EQUAL",
+ "averageThresholdValue": 400,
+ "latestThresholdValue": 150,
+ "latestSize": 2
+ },
+ {
+ "name": "throughput",
+ "condition": "LESS_OR_EQUAL",
+ "averageThresholdValue": 10,
+ "latestThresholdValue": 10,
+ "latestSize": 2
+ }
+]