mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#jmeter

0 Beiträge0 Beteiligte0 Beiträge heute
Felix Palmen :freebsd: :c64:<p>I need help. First the question: On <a href="https://mastodon.bsd.cafe/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeBSD</span></a>, with all ports built with <a href="https://mastodon.bsd.cafe/tags/LibreSSL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LibreSSL</span></a>, can I somehow use the <a href="https://mastodon.bsd.cafe/tags/clang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clang</span></a> <a href="https://mastodon.bsd.cafe/tags/thread" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>thread</span></a> <a href="https://mastodon.bsd.cafe/tags/sanitizer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sanitizer</span></a> on a binary actually using LibreSSL and get sane output?</p><p>What I now observe debugging <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swad</span></a>:</p><p>- A version built with <a href="https://mastodon.bsd.cafe/tags/OpenSSL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSSL</span></a> (from base) doesn't crash. At least I tried very hard, really stressing it with <a href="https://mastodon.bsd.cafe/tags/jmeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jmeter</span></a>, to no avail. Built with LibreSSL, it does crash.<br>- Less relevant: the OpenSSL version also performs slightly better, but needs almost twice the RAM<br>- The thread sanitizer finds nothing to complain when built with OpenSSL<br>- It complains a lot with LibreSSL, but the reports look "fishy", e.g. it seems to intercept some OpenSSL API functions (like SHA384_Final)<br>- It even complains when running with a single-thread event loop.<br>- I use a single SSL_CTX per listening socket, creating SSL objects from it per connection ... also with multithreading; according to a few sources, this should be supported and safe.<br>- I can't imagine doing that on a *single* thread could break with LibreSSL, I mean, this would make SSL_CTX pretty much pointless<br>- I *could* imagine sharing the SSL_CTX with multiple threads to create their SSL objects from *might* not be safe with LibreSSL, but no idea how to verify as long as the thread sanitizer gives me "delusional" output 😳</p>
Felix Palmen :freebsd: :c64:<p>Finally getting somewhere working on the next evolution step for <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swad</span></a>. I have a first version that (normally 🙈) doesn't crash quickly (so, no release yet, but it's available on the master branch).</p><p>The good news: It's indeed an improvement to have *multiple* parallel <a href="https://mastodon.bsd.cafe/tags/reactor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reactor</span></a> (event-loop) threads. It now handles 3000 requests per second on the same hardware, with overall good response times and without any errors. I uploaded the results of the stress test here:</p><p><a href="https://zirias.github.io/swad/stress/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">zirias.github.io/swad/stress/</span><span class="invisible"></span></a></p><p>The bad news ... well, there are multiple.</p><p>1. It got even more memory hungry. The new stress test still simulates 1000 distinct clients (trying to do more fails on my machine as <a href="https://mastodon.bsd.cafe/tags/jmeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jmeter</span></a> can't create new threads any more...), but with delays reduced to 1/3 and doing 100 iterations each. This now leaves it with a resident set of almost 270 MiB ... tuning <a href="https://mastodon.bsd.cafe/tags/jemalloc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jemalloc</span></a> on <a href="https://mastodon.bsd.cafe/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeBSD</span></a> to return memory more promptly reduces this to 187 MiB (which is still a lot) and reduces performance a bit (some requests run into 429, overall response times are worse). I have no idea yet where to start trying to improve *this*. </p><p>2. It requires tuning to manage that load without errors, mainly using more threads for the thread pool, although *these* threads stay almost idle ... which probably means I have to find ways to make putting work on and off these threads more efficient. At least I have some ideas.</p><p>3. I've seen a crash which only happened once so far, no idea as of now how to reproduce. *sigh*. Massively parallel code in C really is a PITA.</p><p>Seems the more I improve here, the more I find that *should* also be improved. 🤪 </p><p><a href="https://mastodon.bsd.cafe/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a> <a href="https://mastodon.bsd.cafe/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://mastodon.bsd.cafe/tags/performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>performance</span></a></p>
Honeybadger.io<p>Every Rails app has a breaking point. Do you know yours? Learn how to load test your Rails application with Apache JMeter.</p><p><a href="https://www.honeybadger.io/blog/rails-load-testing-jmeter/?utm_source=mastodon&amp;utm_medium=social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">honeybadger.io/blog/rails-load</span><span class="invisible">-testing-jmeter/?utm_source=mastodon&amp;utm_medium=social</span></a> </p><p><a href="https://honeybadger.social/tags/Ruby" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ruby</span></a> <a href="https://honeybadger.social/tags/RubyOnRails" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RubyOnRails</span></a> <a href="https://honeybadger.social/tags/LoadTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LoadTesting</span></a> <a href="https://honeybadger.social/tags/Performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Performance</span></a> <a href="https://honeybadger.social/tags/JMeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JMeter</span></a></p>
Erik C. Thauvin<p>Load Testing Java Applications: An In-Depth Guide to Apache JMeter</p><p><a href="https://mastodon.social/tags/apache" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>apache</span></a> <a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jmeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jmeter</span></a> <a href="https://mastodon.social/tags/loadtesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>loadtesting</span></a></p><p><a href="https://www.javacodegeeks.com/2024/11/load-testing-java-applications-an-in-depth-guide-to-apache-jmeter.html?utm_medium=erik.in&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">javacodegeeks.com/2024/11/load</span><span class="invisible">-testing-java-applications-an-in-depth-guide-to-apache-jmeter.html?utm_medium=erik.in&amp;utm_source=mastodon</span></a></p>
Bert<p>Are there alternatives to <a href="https://chaos.social/tags/JMeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JMeter</span></a> that do not require to click through lots of dialogs? Something with a DSL or scripting support?</p>
Erik C. Thauvin<p>Create and Run Apache JMeter Test Scripts via Java Program</p><p><a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jmeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jmeter</span></a> <a href="https://mastodon.social/tags/test" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>test</span></a></p><p><a href="https://www.baeldung.com/java-jmeter-create-run-test-scripts?utm_medium=erik.in&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">baeldung.com/java-jmeter-creat</span><span class="invisible">e-run-test-scripts?utm_medium=erik.in&amp;utm_source=mastodon</span></a></p>
Erik C. Thauvin<p>The Art of Load Testing in JMeter for Peak Performance</p><p><a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jmeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jmeter</span></a> <a href="https://mastodon.social/tags/performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>performance</span></a></p><p><a href="https://www.javacodegeeks.com/2024/01/the-art-of-load-testing-in-jmeter-for-peak-performance.html?utm_medium=erik.in&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">javacodegeeks.com/2024/01/the-</span><span class="invisible">art-of-load-testing-in-jmeter-for-peak-performance.html?utm_medium=erik.in&amp;utm_source=mastodon</span></a></p>
DerRente<p>Chatbots auf Schwachstellen Testen mit Owasp Zap</p><p><a href="https://www.dev-crowd.com/2023/08/20/chatbots-auf-schwachstellen-testen-mit-owasp-zap/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2023/08/20/chatb</span><span class="invisible">ots-auf-schwachstellen-testen-mit-owasp-zap/</span></a><br /><a href="https://mastodontech.de/tags/Betatester" class="mention hashtag" rel="tag">#<span>Betatester</span></a> <a href="https://mastodontech.de/tags/Brainstorming" class="mention hashtag" rel="tag">#<span>Brainstorming</span></a> <a href="https://mastodontech.de/tags/Chatbots" class="mention hashtag" rel="tag">#<span>Chatbots</span></a> <a href="https://mastodontech.de/tags/Diff" class="mention hashtag" rel="tag">#<span>Diff</span></a> <a href="https://mastodontech.de/tags/DockerCompose" class="mention hashtag" rel="tag">#<span>DockerCompose</span></a> <a href="https://mastodontech.de/tags/Editor" class="mention hashtag" rel="tag">#<span>Editor</span></a> <a href="https://mastodontech.de/tags/Engineering" class="mention hashtag" rel="tag">#<span>Engineering</span></a> <a href="https://mastodontech.de/tags/ExplorativesTesten" class="mention hashtag" rel="tag">#<span>ExplorativesTesten</span></a> <a href="https://mastodontech.de/tags/Jenkins" class="mention hashtag" rel="tag">#<span>Jenkins</span></a> <a href="https://mastodontech.de/tags/JiraTerminal" class="mention hashtag" rel="tag">#<span>JiraTerminal</span></a> <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/KatalonStudio" class="mention hashtag" rel="tag">#<span>KatalonStudio</span></a> <a href="https://mastodontech.de/tags/Kreativitt" class="mention hashtag" rel="tag">#<span>Kreativitt</span></a> <a href="https://mastodontech.de/tags/LoadandPerformance" class="mention hashtag" rel="tag">#<span>LoadandPerformance</span></a> <a href="https://mastodontech.de/tags/Logs" class="mention hashtag" rel="tag">#<span>Logs</span></a> <a href="https://mastodontech.de/tags/Mocking" class="mention hashtag" rel="tag">#<span>Mocking</span></a> <a href="https://mastodontech.de/tags/MutationTesting" class="mention hashtag" rel="tag">#<span>MutationTesting</span></a> <a href="https://mastodontech.de/tags/OWASPZAP" class="mention hashtag" rel="tag">#<span>OWASPZAP</span></a> <a href="https://mastodontech.de/tags/PenetrationTest" class="mention hashtag" rel="tag">#<span>PenetrationTest</span></a> <a href="https://mastodontech.de/tags/Penetrationtest" class="mention hashtag" rel="tag">#<span>Penetrationtest</span></a> <a href="https://mastodontech.de/tags/Postman" class="mention hashtag" rel="tag">#<span>Postman</span></a> <a href="https://mastodontech.de/tags/Programmierung" class="mention hashtag" rel="tag">#<span>Programmierung</span></a> <a href="https://mastodontech.de/tags/Projektmanagement" class="mention hashtag" rel="tag">#<span>Projektmanagement</span></a> <a href="https://mastodontech.de/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://mastodontech.de/tags/RegressionsTest" class="mention hashtag" rel="tag">#<span>RegressionsTest</span></a> <a href="https://mastodontech.de/tags/Requests" class="mention hashtag" rel="tag">#<span>Requests</span></a> <a href="https://mastodontech.de/tags/RestAPI" class="mention hashtag" rel="tag">#<span>RestAPI</span></a> <a href="https://mastodontech.de/tags/Sandboxtesting" class="mention hashtag" rel="tag">#<span>Sandboxtesting</span></a> <a href="https://mastodontech.de/tags/Sc" class="mention hashtag" rel="tag">#<span>Sc</span></a></p>
Anthony Shaw :python:<p>Taking another stab at a JMeter-Playwright mashup. via a custom extension, you can enter navigation commands, assertions etc. into a JMeter box and then it will run your code on each browser context in the thread pool, whilst tracing times + failures into JMeter <a href="https://fosstodon.org/tags/playwright" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>playwright</span></a> <a href="https://fosstodon.org/tags/jmeter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jmeter</span></a></p>
DerRente<p>Last- und Performance Testing mit Python Request<br />Ihr kennt das Problem sicherlich auch, der Kunde will &quot;mal eben&quot; einen Last und Performance Test durchführen, um an Ergebnisse zu kommen. Meistens wird dazu immer <br /><a href="https://www.dev-crowd.com/2023/05/16/last-und-performance-testing-mit-python-request/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2023/05/16/last-</span><span class="invisible">und-performance-testing-mit-python-request/</span></a><br /><a href="https://mastodontech.de/tags/ExplorativesTesten" class="mention hashtag" rel="tag">#<span>ExplorativesTesten</span></a> <a href="https://mastodontech.de/tags/Penetrationtest" class="mention hashtag" rel="tag">#<span>Penetrationtest</span></a> <a href="https://mastodontech.de/tags/Programmierung" class="mention hashtag" rel="tag">#<span>Programmierung</span></a> <a href="https://mastodontech.de/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://mastodontech.de/tags/TestEngineering" class="mention hashtag" rel="tag">#<span>TestEngineering</span></a> <a href="https://mastodontech.de/tags/Testframework" class="mention hashtag" rel="tag">#<span>Testframework</span></a> <a href="https://mastodontech.de/tags/Testmanagement" class="mention hashtag" rel="tag">#<span>Testmanagement</span></a> <a href="https://mastodontech.de/tags/Testsuites" class="mention hashtag" rel="tag">#<span>Testsuites</span></a> <a href="https://mastodontech.de/tags/Tools" class="mention hashtag" rel="tag">#<span>Tools</span></a> <a href="https://mastodontech.de/tags/Tools" class="mention hashtag" rel="tag">#<span>Tools</span></a> <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/PyCharm" class="mention hashtag" rel="tag">#<span>PyCharm</span></a> <a href="https://mastodontech.de/tags/pyPI" class="mention hashtag" rel="tag">#<span>pyPI</span></a> <a href="https://mastodontech.de/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://mastodontech.de/tags/PythonSelenium" class="mention hashtag" rel="tag">#<span>PythonSelenium</span></a> <a href="https://mastodontech.de/tags/vs" class="mention hashtag" rel="tag">#<span>vs</span></a> <a href="https://mastodontech.de/tags/vscode" class="mention hashtag" rel="tag">#<span>vscode</span></a></p>
DerRente<p>Korrektes Management von Regressionstests als Schnittstelle zwischen verschiedenen Testteams innerhalb von SAFe-Scrum</p><p><a href="https://www.dev-crowd.com/2023/01/16/korrektes-management-von-regressionstests-als-schnittstelle-zwischen-verschiedenen-testteams-innerhalb-von-safe-scrum/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2023/01/16/korre</span><span class="invisible">ktes-management-von-regressionstests-als-schnittstelle-zwischen-verschiedenen-testteams-innerhalb-von-safe-scrum/</span></a><br /><a href="https://mastodontech.de/tags/Allgemein" class="mention hashtag" rel="tag">#<span>Allgemein</span></a> <a href="https://mastodontech.de/tags/Betatester" class="mention hashtag" rel="tag">#<span>Betatester</span></a> <a href="https://mastodontech.de/tags/Brainstorming" class="mention hashtag" rel="tag">#<span>Brainstorming</span></a> <a href="https://mastodontech.de/tags/ExplorativesTesten" class="mention hashtag" rel="tag">#<span>ExplorativesTesten</span></a> <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/Kreativit%C3%A4t" class="mention hashtag" rel="tag">#<span>Kreativität</span></a> <a href="https://mastodontech.de/tags/LoadandPerformance" class="mention hashtag" rel="tag">#<span>LoadandPerformance</span></a> <a href="https://mastodontech.de/tags/Penetrationtest" class="mention hashtag" rel="tag">#<span>Penetrationtest</span></a> <a href="https://mastodontech.de/tags/Programmierung" class="mention hashtag" rel="tag">#<span>Programmierung</span></a> <a href="https://mastodontech.de/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://mastodontech.de/tags/TestEngineering" class="mention hashtag" rel="tag">#<span>TestEngineering</span></a> <a href="https://mastodontech.de/tags/Testautomatisierung" class="mention hashtag" rel="tag">#<span>Testautomatisierung</span></a> <a href="https://mastodontech.de/tags/Testframework" class="mention hashtag" rel="tag">#<span>Testframework</span></a> <a href="https://mastodontech.de/tags/Testmanagement" class="mention hashtag" rel="tag">#<span>Testmanagement</span></a> <a href="https://mastodontech.de/tags/Testplan" class="mention hashtag" rel="tag">#<span>Testplan</span></a> <a href="https://mastodontech.de/tags/Te" class="mention hashtag" rel="tag">#<span>Te</span></a></p>
DerRente<p>Mutationstests: Sind sie nützlich für die Bewertung der Testqualität?</p><p><a href="https://www.dev-crowd.com/2022/11/09/mutationstests-sind-sie-nuetzlich-fuer-die-bewertung-der-testqualitaet/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2022/11/09/mutat</span><span class="invisible">ionstests-sind-sie-nuetzlich-fuer-die-bewertung-der-testqualitaet/</span></a><br /><a href="https://mastodontech.de/tags/Betatester" class="mention hashtag" rel="tag">#<span>Betatester</span></a> <a href="https://mastodontech.de/tags/Bugtracker" class="mention hashtag" rel="tag">#<span>Bugtracker</span></a> <a href="https://mastodontech.de/tags/Docker" class="mention hashtag" rel="tag">#<span>Docker</span></a> <a href="https://mastodontech.de/tags/ExplorativesTesten" class="mention hashtag" rel="tag">#<span>ExplorativesTesten</span></a> <a href="https://mastodontech.de/tags/Jenkins" class="mention hashtag" rel="tag">#<span>Jenkins</span></a> <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/Kreativit%C3%A4t" class="mention hashtag" rel="tag">#<span>Kreativität</span></a> <a href="https://mastodontech.de/tags/LoadandPerformance" class="mention hashtag" rel="tag">#<span>LoadandPerformance</span></a> <a href="https://mastodontech.de/tags/MantisBugtracker" class="mention hashtag" rel="tag">#<span>MantisBugtracker</span></a> <a href="https://mastodontech.de/tags/Mutation" class="mention hashtag" rel="tag">#<span>Mutation</span></a>-Testing <a href="https://mastodontech.de/tags/Terminal" class="mention hashtag" rel="tag">#<span>Terminal</span></a> <a href="https://mastodontech.de/tags/Testautomatisierung" class="mention hashtag" rel="tag">#<span>Testautomatisierung</span></a> <a href="https://mastodontech.de/tags/Testframework" class="mention hashtag" rel="tag">#<span>Testframework</span></a> <a href="https://mastodontech.de/tags/Testlink" class="mention hashtag" rel="tag">#<span>Testlink</span></a> <a href="https://mastodontech.de/tags/Testmanagement" class="mention hashtag" rel="tag">#<span>Testmanagement</span></a> <a href="https://mastodontech.de/tags/Testplan" class="mention hashtag" rel="tag">#<span>Testplan</span></a> <a href="https://mastodontech.de/tags/Testsuites" class="mention hashtag" rel="tag">#<span>Testsuites</span></a></p>
DerRente<p>Wie lässt man einen JMeter-Testplan für eine bestimmte Zeitspanne laufen?<br />Ihr könnt dies mit dem JMeter Scheduler umsetzen: Markiert in der Thread-Gruppe den Scheduler und stellt den Wert wie unten angegeben ein:</p><p>Startzeit und Endzeit: Müssen nicht eingegeben werden. Behaltet diese Werte bei<br /><a href="https://www.dev-crowd.com/2022/07/05/wie-laesst-man-einen-jmeter-testplan-fuer-eine-bestimmte-zeitspanne-laufen/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2022/07/05/wie-l</span><span class="invisible">aesst-man-einen-jmeter-testplan-fuer-eine-bestimmte-zeitspanne-laufen/</span></a><br /><a href="https://mastodontech.de/tags/LoadandPerformance" class="mention hashtag" rel="tag">#<span>LoadandPerformance</span></a> <a href="https://mastodontech.de/tags/TestEngineering" class="mention hashtag" rel="tag">#<span>TestEngineering</span></a> <a href="https://mastodontech.de/tags/Testmanagement" class="mention hashtag" rel="tag">#<span>Testmanagement</span></a> <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/Loadtesting" class="mention hashtag" rel="tag">#<span>Loadtesting</span></a> <a href="https://mastodontech.de/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a></p>
DerRente<p>Wie man in Jmeter mit Json-Files arbeitet.<br />Wer mit Jmeter arbeitet, wird nicht an verschiedenen Formaten bei größeren Testtverfahren vorbeikommen. Im Fall eines Json, ist aber der Import recht einfach umgesetzt.</p><p>Ihr habt mindestens 2 Möglichkeiten:</p><p>Verwendet den HTTP Request Sampler und Dateiprotokoll wie hier gezeigt:</p><p>JSON-Dateien s<br /><a href="https://www.dev-crowd.com/2022/05/23/wie-man-in-jmeter-mit-json-files-arbeitet/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2022/05/23/wie-m</span><span class="invisible">an-in-jmeter-mit-json-files-arbeitet/</span></a><br /><a href="https://mastodontech.de/tags/LoadandPerformance" class="mention hashtag" rel="tag">#<span>LoadandPerformance</span></a> <a href="https://mastodontech.de/tags/TestEngineering" class="mention hashtag" rel="tag">#<span>TestEngineering</span></a> <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/Load" class="mention hashtag" rel="tag">#<span>Load</span></a> <a href="https://mastodontech.de/tags/Performance" class="mention hashtag" rel="tag">#<span>Performance</span></a></p>
DerRente<p>Eine weitere spezielle Frage bei <a href="https://mastodontech.de/tags/Stackoverflow" class="mention hashtag" rel="tag">#<span>Stackoverflow</span></a> zum Thema Testen von <a href="https://mastodontech.de/tags/API" class="mention hashtag" rel="tag">#<span>API</span></a>|s mit <a href="https://mastodontech.de/tags/Cucumber" class="mention hashtag" rel="tag">#<span>Cucumber</span></a> als Load and Performance Test der entsprechenden API. </p><p>Falls einer eine Ideen hat, gerne hier oder eben als Kommentar auch bei Stackoverflow. <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> <a href="https://mastodontech.de/tags/LoadandPerformanceTesting" class="mention hashtag" rel="tag">#<span>LoadandPerformanceTesting</span></a> <a href="https://mastodontech.de/tags/neuhier" class="mention hashtag" rel="tag">#<span>neuhier</span></a> </p><p><a href="https://sqa.stackexchange.com/questions/50031/measurement-of-apis-load-and-performance-within-a-cucumber-test-case-possible" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sqa.stackexchange.com/question</span><span class="invisible">s/50031/measurement-of-apis-load-and-performance-within-a-cucumber-test-case-possible</span></a></p>
DerRente<p>Vielleicht könnte der eine oder andere mich bei dieser Frage unterstützen.</p><p>Es geht dabei um das Thema Load- and Performance Regression Testing bei einer High-Load. Möchte das gerne mit <a href="https://mastodontech.de/tags/Datadog" class="mention hashtag" rel="tag">#<span>Datadog</span></a> und <a href="https://mastodontech.de/tags/Jmeter" class="mention hashtag" rel="tag">#<span>Jmeter</span></a> hinbekommen. Und das entsprechend dann in einer CI in einen Jenkins automatisiert testen lassen. <a href="https://mastodontech.de/tags/Stackoverflow" class="mention hashtag" rel="tag">#<span>Stackoverflow</span></a> <a href="https://mastodontech.de/tags/neuhier" class="mention hashtag" rel="tag">#<span>neuhier</span></a> </p><p><a href="https://sqa.stackexchange.com/questions/50037/is-it-possible-to-run-automatic-performance-regression-tests-based-on-load-and-p/50038#50038" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sqa.stackexchange.com/question</span><span class="invisible">s/50037/is-it-possible-to-run-automatic-performance-regression-tests-based-on-load-and-p/50038#50038</span></a></p>