From 424dacae5b0946d839e226b6d36b92f641c88bd7 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 24 Sep 2014 16:32:59 +0400 Subject: [PATCH] Update debug response example in readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb1fe6..a0e43f0 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,15 @@ curl 127.0.0.1:4401/debug Response ```json { - "goroutines": 13 + "gomaxprocs": 1, + "goroutines": 12, + "kyoto_cabinet": { + "count": 0, + "path": "-", + "realtype": 16, + "size": 0, + "type": 16 + }, + "version": "0.2.0" } ```