-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# dns-perf-test | ||
# DNS perf test | ||
DNS-perf-test program resolves domains from a file with a set number of requests per second. And it can save the results to files. The cache.data can be used in the dns-server-test program. | ||
## Usage | ||
```sh | ||
Commands: | ||
Required parameters: | ||
-file /example.txt Domains file path | ||
-DNS 0.0.0.0:00 DNS address | ||
-listen 0.0.0.0:00 Listen address | ||
-RPS 00000 Request per second | ||
Optional parameters: | ||
-save Save DNS answer data to cache.data, | ||
DNS answer domains to out_domains.txt, | ||
DNS answer IPs to ips.txt | ||
``` |