Skip to content

A simple node.js application for memory monitoring.

License

Notifications You must be signed in to change notification settings

sou3mar/memorymonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Screenshot This simple project will monitor the free/used memory in a 5s cycle. Packages used: Chalk & OS-Monitor

Install & Run!

Firstly, install all of dependencies using this command:

npm i

The latest version of each package will be downloaded, according to "package.json" file.

To install packages individually:

npm install --save os-monitor
npm install --save chalk

After installation, head to the directory in which your project has been stored. (Using Command Prompt / Terminal)

cd C:\path\memorymonitor

Then enter one of the following commands to run the program:

node index.js
npm start

npm start is defined as a script in package.json file.

The program will be running and would log the memory state every 5 seconds.

Copyright

This project is under MIT license. :)