Difference between revisions of "Manuals"
From MosixWiki
(New page: ==man1== * bestnode - Select the best node to run on * migrate - Manual control of running MOSIX processes * mon - MOSIX monitor * mosctl - Miscellaneous MOSIX functions *...) |
|||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | The manuals below are provided for general information.<br> | |
+ | '''Users are advised to use the manuals that are<br> | ||
+ | '''provided with their specific MOSIX distribution. | ||
− | * [[bestnode]] - | + | ==For Users== |
− | * [[migrate]] - | + | |
+ | * [[bestnode]] - select the best node to run on | ||
+ | * [[migrate]] - manual control of running MOSIX processes | ||
* [[mon]] - MOSIX monitor | * [[mon]] - MOSIX monitor | ||
− | + | * [[moskillall]] - kill or signal all your MOSIX processes | |
− | * [[moskillall]] - | + | * [[mospipe]] - run pipelined jobs efficiently using Direct Communication |
− | * [[mospipe]] - | + | * [[mosps]] - list information about MOSIX processes |
− | * [[mosps]] - | + | |
* [[mosq]] - MOSIX queue control | * [[mosq]] - MOSIX queue control | ||
− | * [[mosrun]] - | + | * [[mosrun]] - running MOSIX programs |
− | * [[ | + | * [[testload]] - MOSIX test program |
+ | * [[timeof]] - report CPU usage of migratable processes | ||
− | + | ==For Programmers== | |
− | == | + | |
* [[direct communication]] - migratable sockets between MOSIX processes | * [[direct communication]] - migratable sockets between MOSIX processes | ||
− | * | + | * [[mosix]] - sharing the power of clusters and grids |
− | * | + | |
+ | ==For Administrators== | ||
+ | |||
+ | * [[mosctl]] - miscellaneous MOSIX functions | ||
+ | * [[setpe]] - configure the local cluster | ||
+ | * [[topology]] - incorporating networking costs in MOSIX |
Latest revision as of 15:18, 22 February 2009
The manuals below are provided for general information.
Users are advised to use the manuals that are
provided with their specific MOSIX distribution.
For Users
- bestnode - select the best node to run on
- migrate - manual control of running MOSIX processes
- mon - MOSIX monitor
- moskillall - kill or signal all your MOSIX processes
- mospipe - run pipelined jobs efficiently using Direct Communication
- mosps - list information about MOSIX processes
- mosq - MOSIX queue control
- mosrun - running MOSIX programs
- testload - MOSIX test program
- timeof - report CPU usage of migratable processes
For Programmers
- direct communication - migratable sockets between MOSIX processes
- mosix - sharing the power of clusters and grids