Skip to content

Latest commit

 

History

History

reduction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Resource Reduction

You can measure the number of containers, CPU, Memory, and response time under load and autoscaled, and compare resource consumption with and without shared microservices using PiCoP.

Preparation

Common Steps

cd kubernetes/manifests
kubectl apply -f namespace.yaml
kubectl apply -f proxy-http.yaml
./script/create-service.sh 1 <the number of environments> | kubectl -n service apply -f -

Measurements

cd script
go run timertt/main.go <options>

share: yes

./load.sh yes <ENVS>

share: no

./load.sh no <ENVS>

Outputs

./benchmark.sh <PREFIX> <yes or no> <ENVS>