fixes, TLS1.2
This commit is contained in:
parent
ac56eb5b82
commit
08fd52eedb
3 changed files with 105 additions and 41 deletions
|
|
@ -242,6 +242,12 @@ Start the record proxy:
|
|||
|
||||
Just browse. Any traffic to and from the selected names will be recorded. Terminate netplayer with CTRL+C when finished.
|
||||
|
||||
#### Incomplete records
|
||||
|
||||
The last HTTP payload of a record may be incomplete. If that happens, the run command will hang and display the faulty record number after a timeout.
|
||||
Re-run with `-d --record <record-number>` and note the missing packet number.
|
||||
Run `netreplay <record-file> remove <new-record-file> <record-number> <packet-number>` to remove the packet.
|
||||
|
||||
### Measure
|
||||
|
||||
Measure resource cost on a different machine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue