Console - LIST CONNECTIONS

Displays all active connections to the OrientDB Server. Command introduced in version 2.2.

Syntax

  1. LIST CONNECTIONS

Example

  • List the current connections to the OrientDB Server:

    1. orientdb {server=remote:localhost/}> LIST CONNECTIONS
    2.  
    3. ---+----+--------------+------+-------------------+--------+-----+--------+--------
    4. # | ID |REMOTE_ADDRESS|PROTOC|LAST_OPERATION_ON |DATABASE|USER |COMMAND |TOT_REQS
    5. ---+----+--------------+------+-------------------+--------+-----+--------+--------
    6. 0 | 17 |/127.0.0.1 |binary|2015-10-12 19:22:34|- |- |info | 1
    7. 1 | 16 |/127.0.0.1 |binary|1970-01-01 01:00:00|- |- |- | 0
    8. 5 | 1 |/127.0.0.1 |http |1970-01-01 00:59:59|pokec |admin|Listen | 32
    9. ---+----+--------------+------+-------------------+--------+-----+--------+--------

For more information on other commands, see Console Commands.