catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

windows 10 support? unable to install dummynet on W10 #338

Open narendrapavanveyyala opened 4 years ago

narendrapavanveyyala commented 4 years ago

are there any other alternatives to capture traffic on windows 10 other than dummynet, having problems in ipfw certificate import

pmeenan commented 4 years ago

Do you mean traffic shaping and winshaper? You can use "--shaper none" to disable traffic shaping or install winshaper.

For winshaper you need to disable secure boot because the binary wasn't built with EV code signing certs (whic is why I assumed you were talking about winshaper). dummynet isn't used on any platform (Mac is the closest which is dummynet under the covers but built into the OS).