Skip to content

Commit

Permalink
update stats & metrics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunKoyalwar committed Oct 25, 2023
1 parent 5c6cc18 commit 58dac42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/getting-started/running.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,15 @@ STATISTICS:
-stats display statistics about the running scan
-sj, -stats-json write statistics data to an output file in JSONL(ines) format
-si, -stats-interval int number of seconds to wait between showing a statistics update (default 5)
-m, -metrics expose nuclei metrics on a port
-mp, -metrics-port int port to expose nuclei metrics on (default 9092)
```

<Tip>
From Nuclei v3.0.0 `-metrics` port has been removed and merged with `-stats`
when using `-stats` flag metrics will be by default available at `localhost:9092/metrics`
and metrics-port can be configured by `-metrics-port` flag
</Tip>

### Rate **Limits**

Nuclei have multiple rate limit controls for multiple factors, including a number of templates to execute in parallel, a number of hosts to be scanned in parallel for each template, and the global number of request / per second you wanted to make/limit using nuclei, here is an example of each flag with description.
Expand Down

0 comments on commit 58dac42

Please sign in to comment.