質問

I use JMeter for performance testing of various application, but I generally measure OS level metrics, like CPU, memory, network usages.
Can I use application specific metrics through JMeter, for example, in MySQL, I searched that following are the metrics to be monitored for performance benchmarking:

  • Connection Time
  • Request Statistics
  • Connection Statistics
  • Thread Details
  • Table Lock Statistics
  • Key efficiency
  • Query Hit Ratio
  • Query Cache Hitrate
  • Replication Details
  • etc.

Can these be monitored through JMeter?

役に立ちましたか?

解決

Have a look at jmeter-plugins from Pg@gc:

The sql query should return a single row with a single column and that value should be a number.

It will graph lines.

他のヒント

You can use PerfMon Pluging. Its basic monitoring, but easy to use!

https://jmeter-plugins.org/wiki/PerfMon/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top