Skip to main content

The Agent Console

Panickos Neophytou avatar
Written by Panickos Neophytou
Updated over 10 months ago

The NetBeez Agent Console enables you to interact with an Agent via a command-line interface. The console can be used for a number of purposes, including viewing Agent data and conducting certain tests.

The Agent Console can be accessed by clicking on the Agent Console Tab in Agent Details.

Notes:

  • We advise that less experienced users only perform queries and other commands that do not make changes to the Agent or its tests.

  • Agent Console is only available on Network Agents, not Remote Worker Agents.

  • Administrators can choose if read/write and read-only users can access the agent console from Settings > Users.

mceclip0.png

Basic Commands

Inspect the Agent's arp cache:

arp -a

Inspect the Agent's routing table:

netstat -rn

Conducting Tests via Agent Console

Run a SpeedTest to get download and upload bandwidth:

speedtest-cli --simple

Run a ping test to <destination>'s IP address or FQDN:

ping <destination>

Run an HTTP test to a provided URL:

curl <url>

Run a traceroute test to <destination>'s IP address or FQDN:

dig <FQDN>
traceroute <destination>
Did this answer your question?