Skip to content

A k6 extension for sending datagrams for udp protocol

License

Notifications You must be signed in to change notification settings

pedrosaraiva/xk6-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xk6-udp

A k6 extension for sending datagrams for udp protocol like the one for tcp

Build

To build a k6 binary with this plugin, first ensure you have the prerequisites:

Then:

  1. Install xk6:
go install github.com/k6io/xk6/cmd/xk6@latest
  1. Build the binary:
xk6 build master \
  --with github.com/pedrosaraiva/xk6-udp
  1. Execute k6:
./k6 run examples/udp.ts

About

A k6 extension for sending datagrams for udp protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages