ZelBench Commands

This page describes the available CLI commands for Zelnode Benchmarking

These commands are available when SSH'd into your Zelnode or through your VPS's dashboard/console.

List of Commands

  • getinfo

  • getstatus

  • signzelnodetransaction

  • restartnodebenchmarks

  • getbenchmarks

Command Explanations

getinfo - Returns general zelbench daemon info

zelbench-cli getinfo

Example output: { "version": "1.1.0", "rpcport": 16224 }

getstatus - Returns current connection status and Zelnode tier defined by Zelbench

zelbench-cli getstatus

Example output: { "status": "online", "benchmarking": "BAMF", "zelback": "connected" }

signzelnodetransaction - Command to get benchmarkd to sign a zelnode broadcast

zelbench-cli signzelnodebroadcast "HEXSTRING"

"HEXSTRING" - (string) The hex encoded zelnode broadcast message

restartnodebenchmarks - Rerun Zelnode benchmarking tests

zelbench-cli restartnodebenchmarks

Zelnode will rerun performance tests for hardware configuration, drive write speeds, and CPU calculation speeds

getbenchmarks - Output latest benchmarking scores

zelbench-cli getbenchmarks

Example output: { "ipaddress": "YOURIPv4", "status": "BAMF", "time": 1586302461, "cores": 8, "ram": 32, "ssd": 0, "hdd": 4711.2998046875, "ddwrite": 517.530029296875, "eps": 1057.89794921875 }

It is ok if benchmarking is showing "hdd" instead of "ssd" for now. The "ddwrite" speeds telling the network that your drive(s) are Solid State Drives.

Last updated