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
  1. Terminal Commands

echo

echo [message]

Prints the specified message to the console.

Example Usage

echo Hello, world!

This command will print:

Hello, world!

Previous/pingNexttime

Last updated 5 months ago