Is there a way to check the health status of worker processes for a Matlab Production Server?

4 次查看(过去 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?

采纳的回答

Kojiro Saito
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 CenterFile Exchange 中查找有关 Server Management 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by