mysql - Can Jmeter only measure OS level metrics? -


i use jmeter performance testing of various application, measure os level metrics, cpu, memory, network usages.
can use application specific metrics through jmeter, example, in mysql, searched following metrics monitored 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 monitored through jmeter?

have @ jmeter-plugins pg@gc:

the sql query should return single row single column , value should number.

it graph lines.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -