Info

Synopsis

info [OPTIONS]

Description

The RSB information query tool can be used to display information regarding

The usual commandline options are accepted. Specialized commandline options:

--configuration

Display the current default configuration.

--connectors

Display list of available connectors.

--converters

Display list of available converters.

--filters

Display list of available filters.

Note

Only available in the Common Lisp implementation.

--plugins

Display plugin search path and list of available plugins.

Note

Only available in the C++ implementation.

--participants

Display list of available participant classes.

Note

Only available in the Common Lisp implementation.

--verbose

Display all available information.

Examples

  • $ rsb-info
    Version: |release|, build 1911 (DATE 2011-06-30 15:14:46 +0200 (Thu, 30 Jun 2011)), abi 2
    

    Version only example.

  • $ rsb-info --verbose
    Version: |release|, build 1911 (DATE 2011-06-30 15:14:46 +0200 (Thu, 30 Jun 2011)), abi 2
    
    Connectors
    ConnectorFactory<rsb::transport::InPushConnector>[
        ConnectorInfo[inprocess, schemas = {inprocess}, options = {enabled}]
        ConnectorInfo[spread, schemas = {spread}, options = {host, port, enabled}]
    ]
    ConnectorFactory<rsb::transport::OutConnector>[
        ConnectorInfo[inprocess, schemas = {inprocess}, options = {enabled}]
        ConnectorInfo[spread, schemas = {spread}, options = {host, maxfragmentsize, port, enabled}]
    ]
    
    Converters
    Repository<std::string>[
        .*               <-> bytearray       : rsb::converter::ByteArrayConverter[wireType = std::string, wireSchema = .*, dataType = bytearray]
        bool             <-> bool            : rsb::converter::BoolConverter[wireType = std::string, wireSchema = bool, dataType = bool]
        uint64           <-> unsigned long   : rsb::converter::Uint64Converter[wireType = std::string, wireSchema = uint64, dataType = unsigned long]
        utf-8-string     <-> std::string     : rsb::converter::StringConverter[wireType = std::string, wireSchema = utf-8-string, dataType = std::string]
        void             <-> void            : rsb::converter::VoidConverter[wireType = std::string, wireSchema = void, dataType = void]
    ]
    

    Verbose mode example.

Implementations

Implementation Language Project Repository Link
C++ rsb-cpp “0.11” branch of https://code.cor-lab.org/git/rsb.git.cpp at apps/info
Common Lisp rsb-tools-cl “0.11” branch of https://code.cor-lab.org/git/rsb.git.tools-cl