Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MBean nameDescriptionAttributes
org.wso2.carbon.ml.thread-pool-active-countActive threads in the WSO2 ML thread poolvalue
org.wso2.carbon.ml.thread-pool-queue-sizeSize of the queue used by the WSO2 ML thread poolvalue
org.wso2.carbon.ml.dataset-summary-generation-timeDescriptive statistics on the time spent on generating summary statistics of datasets uploaded to WSO2 ML (in milliseconds).count, min, max, mean, standard deviation etc.
org.wso2.carbon.ml.model-building-time.<ALGORITHM_NAME>Descriptive statistics on the time spent on model generation based on a ML algorithm (in milliseconds).count, min, max, mean, standard deviation etc.
org.wso2.carbon.ml.prediction-time.<ALGORITHM_NAME>Descriptive statistics on the time spent on prediction from a model generated by a ML algorithm. (milliseconds)count, min, max, mean, standard deviation etc.

You can view the above MBeans using JConsole or an equivalent tool which is capable of monitoring JMX MBeans as shown in the examples below. 

Dataset summary generation time MBean

dataset summary generation timeImage Added

Model building time MBean

ML model building timeImage Added

Prediction time MBean

prediction time MBean attributesImage Added