From 9aeb4537431b5a22b52269c0329795cd5909ee4b Mon Sep 17 00:00:00 2001 From: Keanu Taufan Date: Thu, 24 Oct 2024 21:31:33 +0700 Subject: [PATCH] task 20 --- Dementor/20.sh | 30 ++++++++++++++++++++++++++++++ SusanBones/20.sh | 5 +++++ 2 files changed, 35 insertions(+) create mode 100644 Dementor/20.sh create mode 100644 SusanBones/20.sh diff --git a/Dementor/20.sh b/Dementor/20.sh new file mode 100644 index 0000000..bd57851 --- /dev/null +++ b/Dementor/20.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +cat > /etc/nginx/sites-enabled/default < temp.json +ab -n 100 -c 10 -T application/json -p temp.json -v 4 http://ravenclaw.hogwarts.f01.com/api/auth/login +rm temp.json \ No newline at end of file