Show / Hide Table of Contents

    Connectivity Commands

    Built into Petabridge.Cmd.Host are a number of useful utility commands for doing things like determining the IP address of the connecting peer, checking the uptime of the server, and so forth.

    Available Commands

    Command Name Description
    net uptime Checks the system uptime of the Petabridge.Cmd.Host process.
    net myip Returns the IP address of the client currently connected to the host.

     

    net uptime

    Fetches the uptime of the Akka.NET host, as measured by when the PetabridgeCmd was first launched on the host (usually right at system startup).

    Examples Check the uptime of the host.

    pbm [[email protected]] net uptime
    

    net myip

    Fetches the IP address of the pbm client currently connected to the host.

    Examples Check the IP address of the currently connected client.

    pbm [[email protected]] net myip
    
    Back to top Generated by DocFX