How to know how much resources are being used for machine learning?

Hi, we are considering to add a new node exclusively for machine learning, how I can find out how much resources are being used for machine learning for all the jobs runing in real time?

the documentation says that theres an api

GET _ml/anomaly_detectors/_stats

but it shows all jobs separetely, an seem only to show the configuration parameter of the jobs

also, in linux how can I identify the procces that is running the job, usin a command like "ps"

thanks!

The anomaly detection jobs run as a process called autodetect - one per job.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.