Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/generate-traffic.cmd
400 views
@ECHO OFF
:loop
	cls
	curl -s http://localhost:8080/rolldice
	curl -s http://localhost:8081/rolldice
	curl -s http://localhost:8082/rolldice
	curl -s http://localhost:8083/rolldice
	timeout /t 2
goto loop