ZelNodes - Decentralized, high-availibility comput
  • Setting up a ZelNode on a DigitalOcean VPS
  • Before Getting Started
  • Benchmarking Reference Guide
  • Beginner ZelCore ZelNode Setup Guide
    • Using Vultr VPS
    • Using Linode VPS
  • Beginner Zelmate/ZelNode Setup Guide
  • Advanced ZelNode Setup Guide
  • Updating ZelNode to v3.3.1 Using the Install Script
  • Using the bootstrap files
  • Unlocking a ZelNode
  • ZelNode/ZelFlux Commands
    • ZelBench Commands
    • ZelFlux API Endpoints
    • Developer Documentation
Powered by GitBook
On this page
  • List of Commands
  • Command Explanations
  • getinfo - Returns general zelbench daemon info
  • getstatus - Returns current connection status and Zelnode tier defined by Zelbench
  • signzelnodetransaction - Command to get benchmarkd to sign a zelnode broadcast
  • restartnodebenchmarks - Rerun Zelnode benchmarking tests
  • getbenchmarks - Output latest benchmarking scores

Was this helpful?

  1. ZelNode/ZelFlux Commands

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.

PreviousZelNode/ZelFlux CommandsNextZelFlux API Endpoints

Last updated 5 years ago

Was this helpful?