Skip to content
#

load-testing

Here are 386 public repositories matching this topic...

tsenart
tsenart commented Jul 5, 2018

Documentation overhaul

Vegeta's documentation today is OK, but it can be substantially improved. This issue is meant to track ideas and needs for better documentation.

examples/ directory

All common (or not so common) recipes and examples ought to be captured in an appropriately named file in the examples/ directory, be they CLI or library related.

The README should be reduc

robooo
robooo commented Nov 14, 2018

I can't find any other explanation or formulas for results like median, average, min/max, req/sec in documentation, readme or web page. On the documentation page I tried basic scenario to search result/s and get no relevant page.

I found this question on stackoverflow, so I'm not only one who didn't understand it
https://stackoverflow.com/questions/39665250/locust-result-summary-how-to-underst

k6
dingding7199
dingding7199 commented Jun 9, 2017

背景是乐视大数据部接收机tcp协议接收机压力测试,服务端口为9999。采用falcon监控相关性能信息。
解决方式是tcpcopy服务器开启4倍流量时出现大量rst包现象,后来改为两个tcpcopy进程启动1倍流量后,恢复正常。看cpu参数我理解是单tcpcopy进程占用一个cpu核心100%,24核cpu没有完全使用。采用开启两个进程曲线救国。
10.116.95.87 target server
image

10.116.95.81 intercept
/usr/local/intercept/sbin/intercept -i eth1 -F 'tcp and

combrs
combrs commented Mar 10, 2019

I'm use docker image: direvius/yandex-tank latest a1099a214528
start it as in doc (with bash)
start check: yandex-tank-check-ssh -e yyyyy -u zzzzz

2019-03-10 15:30:03,949 INFO Execute on yyyyy: ls -l
....
2019-03-10 15:30:04,962 INFO Authentication (publickey) successful!
2019-03-10 15:30:05,464 INFO Output dat
Ardesco
Ardesco commented Feb 22, 2019

I get the feeling that the Wiki doesn't really get read too much and is not as easy to find as the website. I'm going to suggest that we move all wiki content to the website and then close down the Wiki portion of the repo.

The website is using markdown with GitHub Pages so it should largely be a cut and paste job with some minor tweaking.

chartjes
chartjes commented Jun 25, 2019

venv/lib/python3.7/site-packages/molotov/session.py:43
/mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/molotov/session.py:43: DeprecationWarning: Inheritance class LoggedClientSession from ClientSession is discouraged
class LoggedClientSession(ClientSession):

contract-tests/test_api_v3.py::test_list
/mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/aioht

Framework allows to perform load testing with Apache Jmeter, view application/server metrics in real-time with Grafana, analyze errors cause with detailed traces for failed requests, compare different test runs in scripted dashboard and perform frontend performance testing with sitespeed.io+webpagetest

  • Updated May 29, 2020
  • JavaScript
svenstaro
svenstaro commented Apr 28, 2020

I think for very quickly looking at the output of your load test it would be cool if oha used some colors with sane defaults for how long something takes (maybe green 0s - 0.3s, orange, 0.3-0.8, red, >=0.8?).

I suggest using colors in the TUI view and in the final output. Of course, make it into an option but I think it should be "auto" by default so that if the terminal is detected to be capab

Improve this page

Add a description, image, and links to the load-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 load-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.