Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 677 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 677 Bytes

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>