thebugcode / apiProfiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###Usage You can edit the curl to target your specific API. To trigger the request 10 times type:

for i in {1..10}; do sh analyze.sh; done

Two new files appear: firstReqeustTriggerTimes.txt firstRequestResponseTimes.txt

You can plot the data against time in Pages. image with plot of backend performace

About


Languages

Language:Shell 100.0%