mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine api, now to now_ms
This commit is contained in:
parent
a1fed15789
commit
900406cc70
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ int SrsApiSummaries::do_process_request(SrsSocket* skt, SrsHttpMessage* req)
|
|||
<< JFIELD_ORG("cpuinfo_ok", (c->ok? "true":"false")) << JFIELD_CONT
|
||||
<< JFIELD_ORG("meminfo_ok", (m->ok? "true":"false")) << JFIELD_CONT
|
||||
<< JFIELD_ORG("platform_ok", (p->ok? "true":"false")) << JFIELD_CONT
|
||||
<< JFIELD_ORG("now", now) << JFIELD_CONT
|
||||
<< JFIELD_ORG("now_ms", now) << JFIELD_CONT
|
||||
<< JFIELD_ORG("self", JOBJECT_START)
|
||||
<< JFIELD_ORG("pid", getpid()) << JFIELD_CONT
|
||||
<< JFIELD_ORG("ppid", u->ppid) << JFIELD_CONT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue