openMosixview 1.5
Sponsored Links
openMosixview 1.5 Ranking & Summary
File size:
0.92 MB
Platform:
Any Platform
License:
GPL (GNU General Public License)
Price:
Downloads:
1619
Date added:
2005-06-02
Publisher:
Matthias Rechenburg
openMosixview 1.5 description
openMosixview is the next version and a complete rewrite of Mosixview. It is a cluster-management GUI for openMosix-cluster and everybody is invited to download and use it (at your own risk and responsibility).
The openMosixview-suite contains 8 usefull applications for monitoring and administrating openMosix-cluster.
All parts are accessable from the main application window. The most common
openMosix-commands are executable by a few mouse-clicks. An advanced execution
dialog helps to start applications on the cluster.
"Priority-sliders" for each node simplifying the manual and automatic load-balancing.
openMosixview is now adapted to the openMosix-autodiscovery and gets all
configuration-values from the openMosix /proc-interface.
Enhancements:
- openMosixview-1.5 is now adjusted+tested to compile+run fine on : Redhat 7.2, Redhat 7.3, Redhat 8.0, Redhat 9.0, SuSE 8.2, Mandrake 9.1, Debian 3.0, Gentoo (latest), Slackware 9.0,...to be continued
- It is also tested to compile ok against any QT-version from 2.3.x up to 3.x.x no matter if QT is compiled with or without threads (libqt <-> libqt-mt)
- this release is a great clean-up of openMosixview.
- The complete "autoconf" is removed !! and replaced with static Makefiles. Here are the reasons why:
- openMosixview will run on openMosix system only.
- It will only run on IA32 (or IA64 later) as openMosix too.
- No need at all to adapt the whole compile-environment to e.g. other architectures.
- openMosixivew just depends on a C-compiler and QT, nothing more.
- "autoconf" makes it depended to many other stuff e.g. the autoconf version. I do not like that.
- the openMosixview applications are all just a few C++ source files and the "autoconf" generates i guess about 50-100 not needed files for each application. I do not like that.
- there are just about 5-10 lines to execute for compiling an openMosixview-application, not 500 as with "autoconf"
- to my mind it is much easier to manage about 5 Makefiles than to fight with (or against) the "autoconf"
- it is much more transparent with static Makefiles
- errors are much more easy to detect and i can help better if somebody has probs with it.
- read more about the autoconf-trouble at : http://freshmeat.net/articles/view/889/
- the openMosixmigmon now works together with the "miggroup" feature in the openMosix kernel. You can now select multiple processes by a "mouse-draw" (hold mouse button one pressed and move the mouse) and then migrate complete groups of processes to remote nodes. Each "miggroup" (max 10 in the GUI) has a diffrent color so you will know easily where your groups are migrated to.
- a "first idea" of a new openMosix monitoring application was added : the openMosixpidlog. It is a small application which can be "attached" to any running process and it will show the most serious data + information about it. ...... and it is not yet finished. Any ideas + wanted features are welcome as usual.
- fixed the "font bug" so now all text in the openMosixview applications should be displayed correctly on any linux distribution.
- commented out the "buildfont" function in the 3dmosmon which causes crashes on some libglut versions. No text is displayed any more but it works much safer now. If you would like to run it (test it) with the text-display you can un-comment line 50 in 3dmon/3dmosmon/barmanager.cpp and re-compile. ... also i noticed the sometimes the "base field" is not displayed correctly (if you see it you will know). If this happens to you try to compile it against another glut-version, this helps in my testing. I really "love" this 3d-applet and that is the reason why it is still "in" openMosixview until Johnny Cache has has "the next generation" of the 3dmosmon ready ;)
- reduced the use of tmp-files in the openMosixview applications (thanks to Jeremy Weatherford for sending a patch)
- the openMosixmigmon now displays only "migrateable" processes.
- fixed problem in openMosixprocs+openMosixmigmon to display all processes whith their correct commandline.
- added a spinbox to change the refresh-timout for openMosixview, openMosixanalyzer, openMosixpidlog and the openMosixmigmon.
- some smaller enhancements
The openMosixview-suite contains 8 usefull applications for monitoring and administrating openMosix-cluster.
All parts are accessable from the main application window. The most common
openMosix-commands are executable by a few mouse-clicks. An advanced execution
dialog helps to start applications on the cluster.
"Priority-sliders" for each node simplifying the manual and automatic load-balancing.
openMosixview is now adapted to the openMosix-autodiscovery and gets all
configuration-values from the openMosix /proc-interface.
Enhancements:
- openMosixview-1.5 is now adjusted+tested to compile+run fine on : Redhat 7.2, Redhat 7.3, Redhat 8.0, Redhat 9.0, SuSE 8.2, Mandrake 9.1, Debian 3.0, Gentoo (latest), Slackware 9.0,...to be continued
- It is also tested to compile ok against any QT-version from 2.3.x up to 3.x.x no matter if QT is compiled with or without threads (libqt <-> libqt-mt)
- this release is a great clean-up of openMosixview.
- The complete "autoconf" is removed !! and replaced with static Makefiles. Here are the reasons why:
- openMosixview will run on openMosix system only.
- It will only run on IA32 (or IA64 later) as openMosix too.
- No need at all to adapt the whole compile-environment to e.g. other architectures.
- openMosixivew just depends on a C-compiler and QT, nothing more.
- "autoconf" makes it depended to many other stuff e.g. the autoconf version. I do not like that.
- the openMosixview applications are all just a few C++ source files and the "autoconf" generates i guess about 50-100 not needed files for each application. I do not like that.
- there are just about 5-10 lines to execute for compiling an openMosixview-application, not 500 as with "autoconf"
- to my mind it is much easier to manage about 5 Makefiles than to fight with (or against) the "autoconf"
- it is much more transparent with static Makefiles
- errors are much more easy to detect and i can help better if somebody has probs with it.
- read more about the autoconf-trouble at : http://freshmeat.net/articles/view/889/
- the openMosixmigmon now works together with the "miggroup" feature in the openMosix kernel. You can now select multiple processes by a "mouse-draw" (hold mouse button one pressed and move the mouse) and then migrate complete groups of processes to remote nodes. Each "miggroup" (max 10 in the GUI) has a diffrent color so you will know easily where your groups are migrated to.
- a "first idea" of a new openMosix monitoring application was added : the openMosixpidlog. It is a small application which can be "attached" to any running process and it will show the most serious data + information about it. ...... and it is not yet finished. Any ideas + wanted features are welcome as usual.
- fixed the "font bug" so now all text in the openMosixview applications should be displayed correctly on any linux distribution.
- commented out the "buildfont" function in the 3dmosmon which causes crashes on some libglut versions. No text is displayed any more but it works much safer now. If you would like to run it (test it) with the text-display you can un-comment line 50 in 3dmon/3dmosmon/barmanager.cpp and re-compile. ... also i noticed the sometimes the "base field" is not displayed correctly (if you see it you will know). If this happens to you try to compile it against another glut-version, this helps in my testing. I really "love" this 3d-applet and that is the reason why it is still "in" openMosixview until Johnny Cache has has "the next generation" of the 3dmosmon ready ;)
- reduced the use of tmp-files in the openMosixview applications (thanks to Jeremy Weatherford for sending a patch)
- the openMosixmigmon now displays only "migrateable" processes.
- fixed problem in openMosixprocs+openMosixmigmon to display all processes whith their correct commandline.
- added a spinbox to change the refresh-timout for openMosixview, openMosixanalyzer, openMosixpidlog and the openMosixmigmon.
- some smaller enhancements
openMosixview 1.5 Screenshot
openMosixview 1.5 Keywords
3dmosmon
QT
Mosixview
openmosixview
autoconf
complete
applications
OpenMOSIX
rewrite
openMosixview 1.5
Networking
System
Bookmark openMosixview 1.5
openMosixview 1.5 Copyright
WareSeeker periodically updates pricing and software information of openMosixview 1.5 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of openMosixview 1.5 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
openmosixview debian
complete hockey
complete list
gnu autoconf
complete album lyrics
complete tax
autoconfiguration ip address
complete moisture plus
firestone complete auto care
autoconf.h
completely free ringtones
complete me
autoconfianza
complete music
openmosixview tutorial
complete 2008 nfl draft order
applications for employment
complete blood count
Related Software
MOSIXVIEW is a GUI for managing openMosix-Cluster. Free Download
openMosix is a Linux kernel extension for single-system image clustering. Free Download
Manslide is the begining of ManDVD rewrite. Free Download
Eunit is an Erlang unit test suite. Free Download
NmapSi is a complete Qt-based Gui with the design goals to provide a complete control nmap scanner interface. Free Download
Mudpit is an intelligent, modular, and reliable spool processor for Snorts unified format. Free Download
Rockbox is an open source replacement firmware for mp3 players. Free Download
KPicFramer is a small (but slightly maddening) card game. Free Download
Latest Software
Popular Software
Favourite Software