Skip to content

A NodeJS script that provides basic information about the system on which it is run.

Notifications You must be signed in to change notification settings

StephanJ98/Shinobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Image from freepik.com

A nodeJs script that provides basic information about the system on which it is run.

🍺 Given Information:

Windows Linux
OS Platform OS Platform
Free RAM Free RAM
Total RAM Total RAM
Network (IPv4) Network (IPv4 & IPv6)
Address Address
Netmask Netmask
MAC MAC
CIDR CIDR
CPU Model CPU Model
CPU Max Speed(GHz)
CPU Cores CPU Cores
CPU Architecture CPU Architecture

πŸ’» Current supported OS

  • Windows (Tested in Windows 10)
  • Linux (Tested in Raspbian Buster)

πŸš€ Requirements:

  • Node > v12.0.0

⚑ Installation guide:

  1. Download the system.js file.
  2. Open a command console and navigate to the location of the file.
  3. Run the command node .\system.js on Windows or run node system.js on Linux.

πŸš… Performance

Avegage time execution

Windows Linux
31 ms 47 ms
Tested on a Asus F556U (i7-6500U, 12Go) Tested on a Raspberry Pi 4 B (4 Go)

πŸ“ Contribution:

Contribute if you want, adding new features and name yourselves in the Readme.md

About

A NodeJS script that provides basic information about the system on which it is run.

Topics

Resources

Stars

Watchers

Forks