Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
niean committed Jun 17, 2015
1 parent e7961e4 commit 2c5d1a1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,44 @@ install mail-sender from bin
- mailServerPasswd: int, password for mailServerAccount
```

## debug
use ```./test/debug``` to debug your mailsender service
```bash
bash ./test/debug
{
"data": [
{# counter of mailsending request
"Cnt": 0,
"Name": "HttpRequestCnt",
"Other": {},
"Qps": 0,
"Time": "2015-06-17 09:11:57"
},
{# counter of all mails sent(ok + error)
"Cnt": 0,
"Name": "MailSendCnt",
"Other": {},
"Qps": 0,
"Time": "2015-06-17 09:11:57"
},
{# counter of mails sent ok
"Cnt": 0,
"Name": "MailSendOkCnt",
"Other": {},
"Qps": 0,
"Time": "2015-06-17 09:11:57"
},
{# counter of mails sent error
"Cnt": 0,
"Name": "MailSendErrCnt",
"Other": {},
"Qps": 0,
"Time": "2015-06-17 09:11:57"
}
],
"msg": "success"
}
```

## reference
TODO

0 comments on commit 2c5d1a1

Please sign in to comment.