Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History

sleepybox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kubernetes tests - Applications - Sleepybox

description

Simple Docker image containing networking tools

ports

  • 8600 TCP listener

working directory

/usr/bin

available scripts

  • curl-inf-loop.sh $HOST $PORT $ENDPOINT

    to perform a rest calls to a HOST on a PORT at an ENDPOINT using curl

  • http-inf-loop.sh $HOST $PORT $ENDPOINT

    to perform a rest calls to a HOST on a PORT at an ENDPOINT using httpie

  • tcp-listener.sh

    to open a TCP listener on port 8600

  • tcp-caller.sh $HOST $PORT $MSG

    to send a message (MSG) using TCP to a HOST on a PORT