-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnectivity_test_results.json
More file actions
80 lines (80 loc) · 2.3 KB
/
connectivity_test_results.json
File metadata and controls
80 lines (80 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"predictor": {
"status": "healthy",
"health": {
"status": "healthy",
"model_loaded": true,
"model_info": {
"model_name": "Simple Pattern Predictor",
"page_range": 1000,
"window_size": 10,
"prediction_horizon": 5,
"feature_names": [
"recent_accesses",
"pattern_analysis"
],
"performance": {
"accuracy": 0.75,
"precision": 0.72,
"recall": 0.68
}
}
},
"prediction_test": {
"predicted_pages": [
{
"page": 6,
"score": 0.7
},
{
"page": 6,
"score": 0.6000000000000001
},
{
"page": 7,
"score": 0.4
},
{
"page": 4,
"score": 0.4
},
{
"page": 2,
"score": 0.4
}
],
"model_info": {
"model_name": "Simple Pattern Predictor",
"page_range": 1000,
"window_size": 10,
"prediction_horizon": 5,
"feature_names": [
"recent_accesses",
"pattern_analysis"
],
"performance": {
"accuracy": 0.75,
"precision": 0.72,
"recall": 0.68
}
},
"processing_time_ms": 0.019788742065429688
}
},
"backend": {
"status": "error",
"error": "HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /metrics (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x1061f7390>: Failed to establish a new connection: [Errno 61] Connection refused'))"
},
"frontend": {
"status": "healthy",
"accessible": true
},
"sse": {
"status": "error",
"error": "HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /simulate/start (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x106207a80>: Failed to establish a new connection: [Errno 61] Connection refused'))"
},
"integration": {
"status": "error",
"error": "HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /simulate/start (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x1062dd010>: Failed to establish a new connection: [Errno 61] Connection refused'))"
}
}