How to measure CPU and memory during load test

后端 未结 5 1409
别跟我提以往
别跟我提以往 2021-02-02 11:54

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application

5条回答
  •  独厮守ぢ
    2021-02-02 12:51

    Perhaps you can take a look to collectd if you run in some unix/linux flavour. It will bring you not only CPU but also memory, Disk IO, network and a good number of plugins available.

提交回复
热议问题