-
Notifications
You must be signed in to change notification settings - Fork 1
API Version 1: Server Health
Nikhil Kansal edited this page Apr 23, 2017
·
1 revision
Returns some statistics about the server. It is meant to check if the server is up or not. Example usage:
$ curl http://localhost/app/api/v1/health
{
"cpu": {
"user":1448000,
"system":168000
},
"memory": {
"rss":76566528,
"heapTotal":65032192,
"heapUsed":34816216,
"external":217834
},
"uptime":44.325
}