Jmeter performance testing, Plugins Manager plug-in management tools

A, jmeter
1, download JMeter Plugins Manager.jar into your jmeter \ lib \ ext directory under
2, start jmeter, find perfmon into the Plugins Manager install this plugin
  Method 2: Download JMeterPlugins-Standard.jar and JMeterPlugins-Extras.jar is the client, on jmeter \ lib \ ext directory
when 3, start again jmeter, written scripts, listening Add Permon Metrics Collector

Two, ServerAgent
1, download ServerAgent.zip service side
2, uploaded to the target server, start (Windows environments, double-click ServerAgent.bat start; linux environment to perform ServerAgent.sh start)
3, the detection start case
  1, telnet open laptop monitor (control panel - programs - open or close the Windows feature -telnet client checking open)
  2, the Telnet yourip 4444 # 4444 10.12.2.48 the Telnet connection ServerAgent
    test test test send #
    exit # exit, that is disconnected

Third, the performance test
1, the destination server IP; port 4444; I listening Disks CPU / Memory O
2, the number of threads, the number of cycles performed

 

jp @ gc - Bytes Throughput Over Time : Time Throughput different impressions (graph) report the polymerization, Throughput is based on a request to show the number of, for example, 1.9 / sec, is transmitted every 1.9 s request; here is to show the bytes bytes to show the chart
jp @ gc - Composite graph: mixed chart in its graphs which show how many charts can be set together, it can show multiple graphs simultaneously
jp @ gc - Hits per second: Hits per
jp @gc - PerfMon Metrics Collector: performance monitoring server controls, including CPU, Memory, Network, I / O , etc.
jp @ gc - Reponse latencies Over time : after recording the client sends a request to complete, the server returns the period prior to requesting
jp @gc - Reponse times distribution: display response time distribution tests, X-axis shows the response time of the packet by a time interval, Y-axis of each section comprising a number of samples
jp @ gc - transactions per second: the number of transactions per second, per second server the number of transactions processed

Guess you like

Origin www.cnblogs.com/shuzf/p/10979813.html