Skip to content

Learning about Varnish caching and bottlenecks

Notifications You must be signed in to change notification settings

DavidCarrington/tech-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K6

This is the theoretical command to run:

k6 run k6/test.js

However, volume is a concern, so you likely also need to follow instructions at https://k6.io/docs/misc/fine-tuning-os/

Specifically within WSL2:

sudo su
ulimit -n 5000
k6 run k6/test.js

About

Learning about Varnish caching and bottlenecks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published