# Stress Test Website for Load Performance and Stability

**Use case:** 

Generate rapid, high-volume traffic to a specific URL to test server resilience and identify performance bottlenecks under pressure. This ensures your website c

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.yourwebsitestore.com/product/bestseller"
    }
  ],
  "mode": "STRESS",
  "enableCrawling": false,
  "crawlingLinkSelector": "a[href]",
  "maxPagesPerUrl": 10,
  "waitOnPage": 5,
  "endAfterSeconds": 600,
  "enableYoutube": false,
  "enableAdvancedFingerprinting": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "pageTitle": {
    "label": "Page Title",
    "format": "text"
  },
  "loadTimeMs": {
    "label": "Load (ms)",
    "format": "number"
  },
  "timeOnPageSec": {
    "label": "Time (s)",
    "format": "number"
  },
  "scrollDepthPercent": {
    "label": "Scroll %",
    "format": "number"
  },
  "linksFound": {
    "label": "Links",
    "format": "number"
  },
  "linksFollowed": {
    "label": "Followed",
    "format": "number"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Traffic Generator](https://apify.com/crawlerbros/traffic-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/traffic-generator) to learn more, explore other use cases, and run it yourself.