没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > web-process-admin |
web-process-admin
|
0 | 0 | 2 |
贡献者 | 讨论 | 代码提交 |
Somewhat incomplete process admin tool(starting point for a bigger process admin project),that allows administering of remote clients,for example killing processes, via web interface. Attempts to be cross platform(Os X, Linux, Win32) by using PSTOOLS on windows. Requires Ruby intepreter and Rinda library. Discovers hosts via broadcast and uses rinda tuplespaces to keep track of the hosts.
Many features yet to be implemented like saving of history of commands. Here's first few lines from the program on how to run: #Copyright ---- Ville Maanpaa 12-19-2006 #Run this server from command line: #ruby auto_palvelin.rb #then run clients from command prompt from as many machines as needed: #ruby -e "require 'net/http'; eval(Net:: HTTP.new('10.65.5.152', 11113).get('/client_code').body);" #then point FIREFOX at: #http://localhost:11113 #BE CAREFUL, THIS PROGRAM CAN EXECUTE ANY COMMAND