You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: results/research/k3_agent_capacity_stress_mac.json
+58-22Lines changed: 58 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,13 @@
24
24
},
25
25
"levels": [
26
26
1,
27
+
4,
28
+
8,
29
+
16,
30
+
32,
31
+
48,
27
32
64,
28
-
256,
29
-
512,
30
-
1024,
31
-
2048
33
+
96
32
34
],
33
35
"single_tenant_note": "v0.3 single-tenant: shared verifier, RPCs serialized on one asyncio loop; this measures connection/session admission scaling, not parallel inference."
34
36
},
@@ -39,43 +41,77 @@
39
41
"generate_ok": 1,
40
42
"errors": {},
41
43
"create_latency_s": {
42
-
"p50": 3.0911,
43
-
"p95": 3.0911
44
+
"p50": 3.0748,
45
+
"p95": 3.0748
44
46
},
45
47
"generate_latency_s": {
46
-
"p50": 0.0297,
47
-
"p95": 0.0297
48
+
"p50": 0.0296,
49
+
"p95": 0.0296
48
50
},
49
51
"per_session_kv_bytes": 29474816,
50
-
"server_rss_mb": 11227.9,
51
-
"wall_s": 3.12
52
+
"server_rss_mb": 11476.5,
53
+
"wall_s": 3.11
52
54
},
53
55
{
54
-
"agents": 64,
55
-
"created_ok": 14,
56
-
"generate_ok": 14,
56
+
"agents": 4,
57
+
"created_ok": 4,
58
+
"generate_ok": 4,
59
+
"errors": {},
60
+
"create_latency_s": {
61
+
"p50": 9.255,
62
+
"p95": 12.3516
63
+
},
64
+
"generate_latency_s": {
65
+
"p50": 0.0867,
66
+
"p95": 0.1155
67
+
},
68
+
"per_session_kv_bytes": 29818880,
69
+
"server_rss_mb": 11474.8,
70
+
"wall_s": 12.47
71
+
},
72
+
{
73
+
"agents": 8,
74
+
"created_ok": 8,
75
+
"generate_ok": 8,
76
+
"errors": {},
77
+
"create_latency_s": {
78
+
"p50": 15.7695,
79
+
"p95": 25.2241
80
+
},
81
+
"generate_latency_s": {
82
+
"p50": 0.1739,
83
+
"p95": 0.2352
84
+
},
85
+
"per_session_kv_bytes": 29818880,
86
+
"server_rss_mb": 11342.6,
87
+
"wall_s": 25.46
88
+
},
89
+
{
90
+
"agents": 16,
91
+
"created_ok": 15,
92
+
"generate_ok": 15,
57
93
"errors": {
58
-
"RpcCancelledError": 50
94
+
"RpcCancelledError": 1
59
95
},
60
96
"create_latency_s": {
61
-
"p50": 21.683,
62
-
"p95": 40.7049
97
+
"p50": 25.6965,
98
+
"p95": 44.5888
63
99
},
64
100
"generate_latency_s": {
65
-
"p50": 0.2375,
66
-
"p95": 0.3998
101
+
"p50": 0.2797,
102
+
"p95": 0.4459
67
103
},
68
104
"per_session_kv_bytes": 29818880,
69
-
"server_rss_mb": 10849.8,
70
-
"wall_s": 67.58
105
+
"server_rss_mb": 10780.7,
106
+
"wall_s": 63.64
71
107
}
72
108
],
73
109
"summary": {
74
-
"max_concurrent_agents_clean": 1,
110
+
"max_concurrent_agents_clean": 8,
75
111
"per_session_kv_bytes": 29818880,
76
112
"per_session_kv_mb": 29.8189,
77
113
"node_kv_upper_bound_mb": 61069.07,
78
114
"node_kv_upper_bound_note": "capacity * per-session bounded KV \u2014 the whole-node resident-KV ceiling, independent of context length or agent churn.",
0 commit comments