Is there a way can I access machine diagnostic information within the Linux OS in realtime? Such diagnostic info as CPU utilization, memory utilization, etc using JavaScript to display on a web page?
If there is no direct access from JavaScript, is there any other method where JS code can call functions in shared libraries (dll, etc.)? Since I am sure there is a native library that can exists in the OS.