[Planetlab-users] How to manage a large number of nodes
effciently?
Jin Liang
jinliang at cs.uiuc.edu
Fri Sep 2 12:53:52 EDT 2005
Hi,
If you want the "live" status of the nodes, you cannot
do it continuously. Therefore the best way might be to
run a script and query the status when you want to. To
improve the performance, you can either use parallel query
(e.g., using pssh or vxargs), or build a dynamic structure
to "relay" the query and aggregate the results. The latter
is the approach taken by our MON (http://cairo.cs.uiuc.edu/~mon/)
system. Although note MON only provides summary (e.g., average,
top k) status data, not the complete data that CoMon provides.
Jin
On Fri, 2 Sep 2005, Zhenzhou Zhu wrote:
> Found it is difficult to manage a large number of nodes because some of the
> nodes might not be that steable from time to time. So anybody could share
> some excellent methods to lively capture the status of the nodes?Seems the
> information from CoMon http://comon.cs.princeton.edu/status/ etc is not
> acurate enough. Or any suggestion on the nodes which should not be
> used?Thanks very much!!
>
More information about the Users
mailing list