Docs/Run Modes/Fast Traffic

Fast Traffic is the volume module: raw hits without humanization, for high-pressure tests where you want maximum sessions in minimum time.

What it does

  • Launches many concurrent real browsers (or simulated sessions in preview) and points them at your URLs.
  • Skips the humanization layers: no reading profiles, no comment forms, no warmup.
  • Each browser lands, waits its dwell time, and moves to the next URL in the list.

Live stats

Hits
1,204
Failed
18
Concurrency
40
  • Hits: completed visits.
  • Failed: sessions that could not complete.
  • Concurrency: the configured number of simultaneous browsers.

Settings

OptionDefaultValuesDescription
Concurrency405 to 150Number of simultaneous browsers. Higher is faster and heavier on CPU, RAM and the target site.
Dwell time5s1 to 60sHow long each browser stays on a URL before moving on.
RoutingRandomRandom, SequentialRandom shuffles the URL list per visit; sequential walks the list in order.

Controls

  • Start: begins a fast run with the active campaign's URLs.
  • Stop: ends the run. A warning alert is shown while the run is active.
  • Configuration locks while running.

Related