Monitoring of remote server's CPU utilization

Hi guys,
I am looking for the best solution for measure CPU utilization on the remote server where is running performance testing.

Please can you give me some hint on which plugins or beats do I need to use, I am at the beginning and not sure how should my infrastructure look.

Do I really need Metricbeats?
Do I need to install Metricbeats on the remote server if needed?
Is it possible to measure it by sending data in JSON via HTTP plugin?

Appreciate any feedback.

Martin

For measuring CPU utilization, you probably want to install Metricbeat on the remote server and use the system module (which is enabled by default).

Here is some documentation that might help get you started: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-installation-configuration.html and https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-system.html.

1 Like

It works fine for me.

Now I am sending data from the windows remote server to the Elasticsearch and display data in Kibana.

Thank you very much.

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