Skip to content

Simple app used in chaos testing as a potential target. It can ping specified server at a fixed rate using /counter endpoint

Notifications You must be signed in to change notification settings

iskorotkov/chaos-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaos Client

Simple app used in chaos testing as a potential target. It can ping specified server at a fixed rate using /counter endpoint.

Command line arguments

Service supports several command line arguments set (example values are provided in parentheses):

  • host — server to ping (server:80);
  • verb — request verb to use (get); get if not specified;
  • rate — requests per second (1); 0 to send 1 request and close.

Development

To build project:

go build ./...

About

Simple app used in chaos testing as a potential target. It can ping specified server at a fixed rate using /counter endpoint

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published