From 5715b6c2e876d500fba9bb9e6f26bd5818f05c6a Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 6 Jul 2025 14:06:44 +0300 Subject: [PATCH] docs: additions and improvements --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96f5dfe..c1eadf0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ensure you have the following installed on your system: ## Deploying environment -NOTE: You must have `libvirt` daemon running running +NOTE: You must have `libvirt` daemon running ### Goto Terraform directory @@ -44,7 +44,7 @@ terraform init 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 @@ -67,7 +67,7 @@ tftp server -c get /var/www/MB.file ### Run benchmarks ```bash -./scripts/run_benchmarks +./scripts/run_benchmarks output_dir ``` This script does the following things @@ -90,7 +90,9 @@ Refer to [this](#commands-for-client) #### 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 mergecap -w merged.pcap dump1 dump2 ...