Skip to content
  • ZipCode Api
  • Blog
  • About RedLine13
RedLine13
RedLine13
Primary Navigation Menu
Menu
  • Start Testing
  • Demo
  • Pricing
  • JMeter
  • Partners
  • Docs
    • Documentation Home
    • AWS Set Up for load testing
    • AWS Approval for Large Tests
    • PHP, NodeJS, Python Load Tests
    • Scalability
    • Jenkins Plugin Setup
    • Premium Features
    • Knowledge Base

Error Handling

k6 Error Handling

k6 Error Handling

2024-02-29

When testing at scale, it is inevitable that at some point your load test will encounter error states. It may even be a condition itself that is tested. Therefore, it is essential that we have a capability to capture and analyze error information. In this brief article, we will detail how to intercept and log errors in your k6 load tests. Intercepting and Logging Errors Ideally, we would like to save errors to a retrievable logRead More →

Stopping a JMeter test

Automatically stop a JMeter load test after too many errors

2021-03-17

Despite our best efforts, we have all been there before. That load test that just concluded generated thousands of errors that it shouldn’t have. It could have been a miscalculation or a shifted decimal place on estimated traffic volumes; or rather it was a configuration setting on the target machines that was overlooked. Regardless, we wish we could have intercepted that test early in its execution, possibly saving valuable time, data charges, and virtual machine costs.Read More →

Load Agent CPU Load

2013-11-15

When running a load test, make sure that your Load Agents are properly sized. We do an automatic “guesstimate” of the number of clients per load agent based on the size of the instance and previous experience. But since every test is different, you need to take a look at the graph at the very bottom of the page to see how the CPU utilization is doing. Here is an example of 25 load agents andRead More →

Handling Failures in your Custom Test Script

2013-11-15

When writing a Custom test script, you need to add the ability to handle errors.  Otherwise, the test script will cause that client to fail. This happens frequently because the request failed by receiving no response or timing out.  Once it fails, that user test stops. If you want to continue after an error, you should wrap the goToUrl call in a try/catch. In the catch, add something like: catch (Exception $e) {   // Record errorRead More →

Recent Posts

  • JMeter XML Format Post Processor
  • Order of Elements in JMeter
  • The JMeter Synthesis Report
  • Using the JMeter Plugins Manager
  • JMeter Rotating JTL Listener

Related

    © RedLine13, LLC | Privacy Policy | Contract
    Contact Us: info@redline13.com

    Designed using Responsive Brix. Powered by WordPress.