The Wayback Machine - https://web.archive.org/web/20220529150728/https://github.com/topics/performance-testing
Skip to content
#

performance-testing

Here are 745 public repositories matching this topic...

fortio
ldemailly
ldemailly commented May 16, 2022

fortio has so many features that -h or the README.md or the web UI are not making for an easy onboarding or discovery of all it can do and how to best use it

default values of many flags too (like now using -a -uniform -nocatchup being more or less required for serious use etc

for now I added these to https://github.com/fortio/fortio/wiki/FAQ#i-want-to-get-the-best-results-what-flags-sho

riramar
riramar commented Feb 15, 2019

I'm trying a simple test with tcpliveplay but it seems tcpliveplay doesn't handle TCP handshake properly.
Let me describe the steps from my testing.

  1. Logged as root on machine A I ran this command to capture all the traffic to the host 104.31.95.22 (my website).

# tcpdump host 104.31.95.22 -n -s 65535 -w http.pcap

  1. In another shell instance under the same machine I performed a
good first issue shelved
Ardesco
Ardesco commented Mar 10, 2016

We need to add more integration tests (living in the src/it folder) to cover various usage scenarios.

Right now we only have a single test that just checks that the plugin can run a basic test with no additional configuration (This can be used as an example on how to configure other integration tests). We should be testing various configuration options as well.

Requirements:

  • The .jmx files

Improve this page

Add a description, image, and links to the performance-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the performance-testing topic, visit your repo's landing page and select "manage topics."

Learn more