mitchleung / cpu-monitor-vue

Display CPU usage, temperature and network traffic remotely on browser

Home Page:cpu-monitor-vue.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpu-monitor-vue

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Display CPU usage, temperature and network traffic remotely on browser

cpu-monitor-vue.vercel.app


Languages

Language:Vue 81.8%Language:JavaScript 14.4%Language:HTML 3.5%Language:CSS 0.2%