Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CommandDescriptionExample
listNetConfigurationLists all currently set settings for OdysseusNet (see Configuration). 
lsNetConfigurationSee listNetConfiguration. 
setNetConfiguration <key> <value>Sets a configuration key-value-pair of OdysseusNet. Depending on the specific setting, changing the value has different effects.setNetConfiguration net.node.name NewNodeName
saveNetConfigurationSaves the configuration settings of OdysseusNet into the configuration file (see Configuration) 

 

Data stream processing

CommandDescriptionExample
dumpStream <hash | name> <time>Prints the current output data stream elements of the specified physical operator (specified by its hash or name). Printing stops after the specified amount of time. 
dumpPlan <queryID>Prints the physical plan (with its operators) of the query with the specified queryID. 

Development

CommandDescriptionExample
listOdysseusNetComponentsLists all features/components of OdysseusNet 
lsOdysseusNetComponentsSee listOdysseusNetComponents 

General

CommandDescriptionExample
startOdysseusNetStarts/Activates OdysseusNet, if not activated 
stopOdysseusNetStops/Deactivated OdysseusNet, if activated 
isOdysseusNetStartedPrints out if OdysseusNet is started or not 
reinstallNodeShuts down Odysseus (and OdysseusNet) and reinstall the newest version of Odysseus (with OdysseusNet). Only applicable to RasperryPi (yet). 
updateNodeInvokes the update mechanism to update Odysseus (and OdysseusNet, if needed) 
restartNodeRestarts Odysseus (and OdysseusNet) 

Help

CommandDescriptionExample
helpNetPrints help text for these console commands 

...

CommandDescriptionExample
listNodesLists all known nodes (connected and not connected ones) with names and ids 
lsNodesSee listNodes. 
describeNode <nodename | nodeid>Prints available information about the specified node (by name or by id) 
descNode <nodename | nodeid>See describeNode 
showLocalNodePrints node information of the own (local) node 
listConnectedNodesLists all nodes which are connected to own node 
lsConnectedNodesSee listConnectedNodes 
isConnected <nodename | nodeid>Prints if the specified node is connected to own node or not. 

Ping

CommandDescriptionExample
pingLists pings to all known nodes 
listPingPositionsLists the positions of all known nodes in the PingMap 
lsPingPositionsSee listPingPositions 

Remote execution

CommandDescriptionExample
loginNode <nodename | nodeid> <username> <password>Logs in to remote node (specified by name or id) with specified username and password. Needed to execute other commands remotely at that node. 
logoutNode <nodename | nodeid>Logs out from the specified remote node. 
listLoggedInNodesLists all remote nodes which are logged in to own local node 
lsLoggedInNodesSee listLoggedInNodes 
listLoggedToNodesLists all remote nodes which the own local node is logged in 
lsLoggedToNodesSee listLoggedToNodes 
revokeLogin <nodename | nodeid>Remove login of remote node 
loginStatuslistLoggedInNodes and listLoggedToNodes 
executeCommand <nodename | nodeid> <command>Remotely executes a console command at the specified remote nodeexecuteCommand MyRemoteNode1 restartNode
execCommand <nodename | nodeid> <command>See executeCommand 
execCmd <nodename | nodeid> <command>See executeCommand 
execCmdAll <username> <password> <command>Tries to login to all connected nodes, execute the specified command remotely and finally logout. 
remoteUpdate <nodename | nodeid>Remotely updates the specified node. Remote node must allow this (see Configuration). 
remoteUpdateAllRemotely updates all connected nodes. Remote nodes must allow this (see  Configuration). 
remoteReinstall <nodename | nodeid>Remotely reinstalls the specified node. Remote node must allow this (see  Configuration). 
remoteReinstallAllRemotely resinstalls all connected nodes. Remote nodes must allow this (see  Configuration). 
remoteRestart <nodename | nodeid>Remotely restarts the specified node. Remote node must allow this (see  Configuration). 
remoteRestartAllRemotely restarts all connected nodes. Remote nodes must allow this (see  Configuration). 

 

Resource management

CommandDescriptionExample
resourceStatusPrints information about current resource status (like processor load, memory) 

System properties

CommandDescriptionExample
listSystemProperties (filter)Lists all system properties (and values). Filters the list if filter is specified.listSystemProperties os
lsSystemProperties (filter)See listSystemProperties 
setSystemProperty <propName> <value>Sets the system property propName to value value.setSystemProperty user.home Lala

...