[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] How can i be able to determine if a host its overloaded?
Hi, > Hello, i have run in a little problem with my host, and i have two questions > perhaps someone can help me with, they are: > > Right now my dom0 its a machine with a 2 GHz dual core intel VT able > processor, 4 Gig RAM and 2 gig-e network cards, how can i know how many > machines (for example with 256 Mb RAM, 1 virtual processor) can it run? Limit, without knowledge of cpu power needed, is your ram. round( ( 4096 - Dom0RAM - 256 ) / 256 ) so, about 14 DomUs. If they are all idle, no problem, if the all stress your cpus - problem. But i dont know how to meassure the load of dom0. Martin _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |