Skip to content

robinsone/MonitoringApi

Repository files navigation

MonitoringApi

monitor server information

image

End Points

Check

url: http://localhost:9000/api/check

response:

{
	"totalMemory": 34299437056,
	"freeMemory": 18762285056,
	"hostName": "DESKTOP-FT1HVFE",
	"uptime": 1025752,
	"operatingSystem": "Windows 10 Pro",
	"operatingSystemVersion": "10.0.19044"
}

Heartbeat

url: http://localhost:9000/api/heartbeat

response:

{
	"currentDate": 1651168188044
}

About

monitor server information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published