This CPU monitor has been reconstructed with VueJS 3 and TailwindCSS but it still requires CPU Monitor Express Server to run on your machine in order to display CPU loading and temperature.
Now you can adjust some of the settings with CPU monitor's Settings page,
- protocol, default to http,
- hostname, e.g. IP address of your local machine,
- api port number, default using 3000 as CPU Monitor Express Server,
- api path, default path is /api/all and should be the same as CPU Monitor Express Server,
- refresh rate (in milliseconds), default to 1000
If you run CPU Monitor on any cloud services other than your local machine, you would want to change the hostname to point it back your machine's IP address. Otherwise, the hostname should be whatever hostname getting from URL.
npm install
npm run serve
npm run build
npm run lint