Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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