|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Performance and Performance Testing?What does this suggest:
Aggregating as a big system and partitioning will create big performance overhead and is inefficient. Instead you can create multiple partitions with SSI interface itself if you work on hot-plug of systems which allows you to dynamically re-configure your partitions" That I should simply create multiple partions, or what does it mean with SSI interface?And to what is hot plug up systems which allows you to dynamically re-configure your partions? I didn't understand this thread though it should prove useful: http://www.nabble.com/Performance-Tests-td2013120.html#a2013120 I want to know ways are there to monitor & test performance of OpenSSI, especially load balancing. The following are some performance monitors(VIII): 1. /proc shows all the processes on all the nodes but the 2. non-process part of /proc shows local information (e.g. cpuinfo, meminfo, etc.). 3. /proc/cluster has some clusterwide info (events is for getting notification of membership changes; http://openssi.org/cgi-bin/view?page=docs2/1.2/Introduction-to-SSI Information that is provided through the /proc mechansim in Mosix, such as where the process is executing, number of nodes in the cluster, number of cpu's per node, etc can be obtained by using the SSI cluster commands/interfaces, such as clusternode_num, cluster, cluster_getinfo. http://openssi.org/cgi-bin/view?page=docs2/1.2/README-mosixll |
|
|
Re: Performance and Performance Testing?On Mon, Oct 12, 2009 at 2:26 AM, Advice Pro <LAPIII8@...> wrote:
> > What does this suggest: > > http://www.nabble.com/XEN%2BOpenSSI%2C-big-performace-overhead--td5643723.html#a5643723 > Aggregating as a big system and partitioning will create big > performance overhead and is inefficient. Instead you can create > multiple partitions with SSI interface itself if you work on > hot-plug of systems which allows you to dynamically re-configure your > partitions" > > That I should simply create multiple partions, or what does it mean with SSI > interface?And to what is hot plug up systems which allows you to dynamically > re-configure your partions? Looks the original post talks about load balancing Xen virtual machine on top of openSSI. If it is, better use the Xen capability to do VM migration between Xen instance. Almost every known virtualization technologies have this capability. > I didn't understand this thread though it should prove useful: > > http://www.nabble.com/Performance-Tests-td2013120.html#a2013120 > > I want to know ways are there to monitor & test performance of OpenSSI, > especially load balancing. run something like PVM pov ray, parallel john the ripper etc -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ssic-linux-users mailing list Ssic-linux-users@... https://lists.sourceforge.net/lists/listinfo/ssic-linux-users |
|
|
Re: Performance and Performance Testing?What I meant by What does this suggest, is If I should create multiple partitions to dynamically re-configure partitions on an ordinary OpenSSI cluster. If it's possible, why would I want to dynamically reconfigure partitions.
> I didn't understand this thread though it should prove useful: > > http://www.nabble.com/Performance-Tests-td2013120.html#a2013120 > > I want to know ways are there to monitor & test performance of OpenSSI, > especially load balancing. run something like PVM pov ray, parallel john the ripper etc |
|
|
Re: Performance and Performance Testing?Advice Pro wrote:
> What I meant by What does this suggest, is If I should create multiple > partitions to dynamically re-configure partitions on an ordinary OpenSSI > cluster. If it's possible, why would I want to dynamically reconfigure > partitions. > > OpenSSI doesn't do "partitions". What you get with OpenSSI: You take a bunch of PC, with various hardware bits (serial ports, USB devices, video cards, disks and so on), you connect 'em all together with a gigabit ethernet LAN, you run an OpenSSI kernel on 'em all and bingo! You have one big machine. Any process runnning on any "node" (those PCs) can access the hardware on any other nodes. Processes can be transparently moved from node to node and can start children on any node they want. If you configure things right you can arrange that the cluster keeps running even if a node crashes. That's it. (Anything I've forgotten?) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ssic-linux-users mailing list Ssic-linux-users@... https://lists.sourceforge.net/lists/listinfo/ssic-linux-users |
| Free embeddable forum powered by Nabble | Forum Help |