1
0
Fork 0

Update debug response example in readme

This commit is contained in:
Gregory Eremin 2014-09-24 16:32:59 +04:00
parent c0918ca789
commit 424dacae5b
1 changed files with 10 additions and 1 deletions

View File

@ -248,6 +248,15 @@ curl 127.0.0.1:4401/debug
Response Response
```json ```json
{ {
"goroutines": 13 "gomaxprocs": 1,
"goroutines": 12,
"kyoto_cabinet": {
"count": 0,
"path": "-",
"realtype": 16,
"size": 0,
"type": 16
},
"version": "0.2.0"
} }
``` ```