Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush-683/machine-monitor
A script using electron and system information to provide monitoring capabilities to admins and users.
https://github.com/aayush-683/machine-monitor
Last synced: 2 days ago
JSON representation
A script using electron and system information to provide monitoring capabilities to admins and users.
- Host: GitHub
- URL: https://github.com/aayush-683/machine-monitor
- Owner: Aayush-683
- Created: 2024-07-18T05:34:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:20:45.000Z (4 months ago)
- Last Synced: 2024-07-26T17:47:03.083Z (4 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Monitor
- This is a VMI (virtual machine introspection) tool that uses electron and system information to provide monitoring capabilities to admins and users for Windows operating systems.## Features
- Real-time monitoring of CPU, GPU, Memory, Disk and more using charts and graphs.
- Real-time monitoring of network traffic.
- Real-time monitoring of processes and services.
- File watcher for monitoring file changes in a specific directory.## Installation
- Clone the repository.
- Install electron (https://www.electronjs.org/docs/tutorial/installation).
- Run `npm install` to install the dependencies.
- Run `npm start` to start the application.
## Screenshots