Skip to content

vrshgv/cpu-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue 3 + TypeScript + Vite + Express

Load Monitoring Web Application

  • communicates with a local back-end service to retrieve CPU load average information from your computer
  • retrieves CPU load information every 10 seconds
  • maintains a 10 minute window of historical CPU load information
  • alerts the user to high CPU load
  • alerts the user when CPU load has recovered

Start application

# Install dependencies in root, frontend, backend directories
$ npm install

# Run in development mode
$ npm run dev

# Run production build
$ npm run start

Formatting, tests

# Run formatting
$ npm run format

# Run frontend tests
cd frontend
$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published