user interface - best scripting language\technology to use when building an app that allows to run commands over ssh and via GUI? -
for testing environment want build system can describe below , appreciate feedback on scripting language\technology best doing so. if think there no scripting language suitable task, appreciate feedback. appreciate suggestions on how approach task.
thanks. raamee
application description:
- display gui allow me select couple of ips db query.
- open several ssh connections of selected ips.
- allow me enter command in gui , run on machines simultaneously.
- optionally, capture standard output of command in each of ssh connections , display in gui or save in file.
for example able following example:
- query db "which ips available?". lets 2 ips
- ssh both ips simultaneously.
- enter in gui command
du -h
- retrieve standard output both ssh connections.
- display result of
du -h
command on each machine.
tcl/tk expect meet requirements.
Comments
Post a Comment