Load Stress Test & Traffic Generator avatar
Load Stress Test & Traffic Generator

Pricing

$15.00/month + usage

Go to Store
Load Stress Test & Traffic Generator

Load Stress Test & Traffic Generator

Developed by

Onidivo Technologies

Onidivo Technologies

Maintained by Community

Perform load and stress tests against your website. Drive traffic and test your website tools and integrations.

4.0 (1)

Pricing

$15.00/month + usage

5

Total users

229

Monthly users

11

Runs succeeded

98%

Last modified

a year ago

Load & Stress Test

Run load and stress tests against your list of links. Test your websites tools and integrations.

Features

  • Handle multiple URLs
  • Deep crawling for domain and subdomains links
  • (Upcoming) Custom devices and locations
  • Want more? Let us know here

Use cases

  • Load & stress test your website and get ahead of potential issues.
  • Generate customized traffic to test your website tools and integrations (e.g, analytics, SEO, and ADs).

Cost of usage

When running the actor with memory of 4096 MB using datacenter proxies, average consumption is about $2 usage credits and 90 minutes per 1000 results.

Bugs, issues, features, and feedback

You can report issues on the Actor tab "Issues" or here and discuss or leave your feedback here.

Input

You can provide input either through the editor on the Apify platform or as a JSON object.

The only mandatory field you need to provide is URLs (urls).

{
"urls": [
{
"url": "https://bmwrepairguide.com/"
}
],
"maxUrlDuplications": 3,
"maxCrawledPagesPerDomain": 3,
"maxHandledPagesPerRun": 20,
"proxyConfiguration": {
"useApifyProxy": true
},
"maxHandledPagesPerTime": 5,
"pageNavigationTimeoutMs": 90000
}

Output

The output looks like this:

{
"url": "https://bmwrepairguide.com/",
"originalUrl": "https://bmwrepairguide.com/",
"duplicationId": 0,
"pageTitle": "BMW Repair Guide - DIY repairs for your BMW",
"loadTime": 0
}