Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 733 Bytes

wsreplay_record.md

File metadata and controls

33 lines (22 loc) · 733 Bytes

wsreplay record

Record a websocket session.

Synopsis

Records a websocket session and saves the session to a serialized gob file.

wsreplay record [flags]

Options

  -d, --duration int    Number of seconds to record. 0 seconds will run until interrupted (ctrl-c).
  -f, --file string     File to save the recorded data to.
  -h, --help            help for record
  -t, --target string   Websocket connection to record.

Options inherited from parent commands

  -c, --config string   Path to a config file.
  -q, --quiet           Suppress Info messages.

SEE ALSO

  • wsreplay - Record and playback websocket traffic.
Auto generated by spf13/cobra on 17-Jan-2024