Difference between revisions of "Manuals"
From MosixWiki
(→For Programmers) |
|||
(11 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. | ||
− | + | ==For Users== | |
− | + | ||
− | + | * [[bestnode]] - select the best node to run on | |
− | + | * [[migrate]] - manual control of running MOSIX processes | |
− | + | ||
− | * [[bestnode]] - | + | |
− | * [[migrate]] - | + | |
* [[mon]] - MOSIX monitor | * [[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== | ==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