Search code examples
javascriptcpu-usagesystem-variable

Display realtime server data on webpage


I would need to display realtime server informations on a webpage such as cpu load and such things. the more i can display the better it is. There is no restriction in the programming Language, but if it could be javascript it would be better. All samples i found use node.js to get the client informations, but none to get the server informations. At a later stage i would needto access the hardware IO of the server (a Raspberry) so this could be taken into account too.

A plus would be to display the realtime mouse position on the server as this would help me out on future implementations too.

Thanks


Solution

  • I'd highly recommend the open-source script phpSysInfo; it's been around for years now.

    Here's a demo - enjoy!