MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 4 as of 2020-10-20 20:37:16
  • JMeter

JMeter

Pure Java application designed to load test functional behavior and measure performance. I

  • https://jmeter.apache.org/

  • wget https://mirrors.up.pt/pub/apache//jmeter/binaries/apache-jmeter-5.3.tgz

  • cp apache-jmeter-5.3.tgz ~/tmp/
  • cd ~/tmp/
  • tar xvzf apache-jmeter-5.3.tgz
  • cd apache-jmeter-5.3/bin
  • ./jmeter
  • sh /etc/rc.d/rc.httpd start
  • throughput, requests per second
  • add threads (users), thread group
    • 5 users, ramp up 0 sec, loop count 1000 (requests per user) (5000 samples)
      • thread group add sampler http request, server name localhostphp path /
      • thread group add listener, graph results
      • thread group add listener, summary report
      • run, clear all
      • start
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01