docs: additions and improvements

This commit is contained in:
ITQ
2025-07-06 14:06:44 +03:00
parent b6e8e9afd8
commit 5715b6c2e8
+6 -4
View File
@@ -10,7 +10,7 @@ Ensure you have the following installed on your system:
## Deploying environment ## Deploying environment
NOTE: You must have `libvirt` daemon running running NOTE: You must have `libvirt` daemon running
### Goto Terraform directory ### Goto Terraform directory
@@ -44,7 +44,7 @@ terraform init
terraform apply terraform apply
``` ```
NOTE: Wait for several minutes until all required things will provided to the vms NOTE: Wait for several minutes until all required things will be provided to the vms
## CheatSheet ## CheatSheet
@@ -67,7 +67,7 @@ tftp server -c get /var/www/<size>MB.file
### Run benchmarks ### Run benchmarks
```bash ```bash
./scripts/run_benchmarks ./scripts/run_benchmarks output_dir
``` ```
This script does the following things This script does the following things
@@ -90,7 +90,9 @@ Refer to [this](#commands-for-client)
#### Stops `tcpdump` #### Stops `tcpdump`
### Merge `pcap` files Using `capinfos` (wireshark builtin cmd utility) it gets first packet time in epoch and then shifts all packets using `editcap` (wireshark builtin cmd utility) to the beginning of epoch time.
#### Merges `pcap` files
```bash ```bash
mergecap -w merged.pcap dump1 dump2 ... mergecap -w merged.pcap dump1 dump2 ...