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!