From bc52457df19122aa074beb5abaa877c08964bfd3 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 7 Sep 2023 16:25:36 +0200 Subject: Add function to monitor curl time --- functions/curl_time.fish | 1 + 1 file changed, 1 insertion(+) create mode 100644 functions/curl_time.fish (limited to 'functions') diff --git a/functions/curl_time.fish b/functions/curl_time.fish new file mode 100644 index 0000000..db03741 --- /dev/null +++ b/functions/curl_time.fish @@ -0,0 +1 @@ +alias curl_time='curl -L -w "time_namelookup: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_appconnect: %{time_appconnect}\ntime_pretransfer: %{time_pretransfer}\ntime_redirect: %{time_redirect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n" -o /dev/null' -- cgit v1.2.3