Is there a way to check the health status of worker processes for a Matlab Production Server?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to load balance calls to my MPS instances taking into consideration the status of the worker processes of each instance. Is there a way to check the status of work processes for an MPS instance?
0 件のコメント
採用された回答
Kojiro Saito
2016 年 12 月 12 日
There's mps-status command in $MPS_ROOT/script directory. On this directory,
if Linux, run
./mps-status -C "../instances/MPS_INSTANCE" -s
if Windows, run
mps-status -C "..\instances\MPS_INSTANCE" -s
then you can find the number of workers running for each instance.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Server Management についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!