Skip to content

Instantly share code, notes, and snippets.

View anushiya-thevapalan's full-sized avatar

Anushiya Thevapalan anushiya-thevapalan

View GitHub Profile
#!/bin/bash
backend_host_ip=35.193.107.31
run_time_length_seconds=900
warm_up_time_minutes=5
actual_run_time_seconds=600
jmeter_jtl_location=/home/kubernetes-performance/jtls
jmeter_jmx_file_root=/home/kubernetes-performance/jmx
import time, re, sys
import requests, schedule
import urllib
import datetime
from container_cpu_usage_time import *
from container_cpu_utilization_stats import *
from container_memory_bytes_total_stats import *
from container_memory_bytes_used_stats import *
from container_memory_page_fault_count_stats import *
from container_uptime_stats import *