'NodeJS get CPU and Memory usage from remote Windows server

Is there a module to monitor CPU % usage, memory and disk consumption from a remote Windows server 2012 or more? I try os, os-util, node-os-util, microstat and some other (works great) but there is no way to pass a server name as parameter to remotly acquiring the stat. I'don't want to install a piece of code on all the server that I wanted to monitor I want to do it from one main server. The only module I found is working for linux OS only.

The module windows-service-controller is taking a serveName or IP as parameter but it's for process and services doesn't gave me the information I need.

I'm quite new to NodeJS. Use NodeJS version v16.13.2

Tanks for your time



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source