Skip to content

Commit 418926f

Browse files
authored
Update README.md
1 parent b546720 commit 418926f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ curl -i http://localhost:6660/default/key/foo
238238
# 5) DELETE (owner only)
239239
curl -i -X DELETE http://localhost:6660/default/key/foo \
240240
-H "Authorization: Bearer $TOKEN"
241+
242+
# 6) Node stats
243+
curl localhost:8081/stats
244+
Response:
245+
{"tables":{"auth":2,"test":20088,"default":1},"total_keys":20091,"total_requests":5,"average_latency_ms":0.4171416,"active_sse_connections":0}
241246
```
242247
243248
> ⚠️ PUT/DELETE without a valid JWT → **401 Unauthorized**

0 commit comments

Comments
 (0)