SysMonitoring
  • Introduction
  • Installation
  • Configuration
  • Troubleshooting
  • Functions
    • startServer()
    • stopServer()
    • getCpuLoad()
    • getMemoryUsage()
    • getPing()
  • API
    • /cpu
    • /memory
    • /ping
  • Terminal Commands
    • echo
    • time
    • help
    • stats
Powered by GitBook
On this page
  • Installation
  • Prerequisites
  • Install sysmonitoring

Installation

PreviousIntroductionNextConfiguration

Last updated 5 months ago

Installation

Prerequisites

Make sure Node.js is installed on your system. You can download it from .

Install sysmonitoring

Run the following command in your project directory:

npm install sysmonitoring
here