8000 GitHub - ashyi/memorymonitor: A simple node.js application for monitoring memory!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ashyi/memorymonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This simple project will monitor the free/used memory in a 5s cycle.

Packages used: Chalk & OS-Monitor

Install & Run!

First, to install all of dependencies, use this command:

 npm install

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) You can easily use this command in Windows & it works on GNU/Linux distributions as Well!

 cd C:\example\

Then enter one of the followings:

 node index.js
 or
 npm start

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

The project will be running and would show the memory state every 5 seconds!

Copyright

This project is under MIT license. :)

About

A simple node.js application for monitoring memory!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0