Skip to content

Instantly share code, notes, and snippets.

View vitobotta's full-sized avatar

Vito Botta vitobotta

View GitHub Profile
-------------------------------------------------
nench.sh v2019.07.20 -- https://git.io/nench.sh
benchmark timestamp: 2021-09-04 14:55:20 UTC
-------------------------------------------------
Processor: AMD EPYC 7601 32-Core Processor
CPU cores: 4
Frequency: 2199.998 MHz
RAM: 7.8Gi
Swap: 511Mi
-------------------------------------------------
nench.sh v2019.07.20 -- https://git.io/nench.sh
benchmark timestamp: 2021-09-04 14:55:18 UTC
-------------------------------------------------
Processor: AMD EPYC 7601 32-Core Processor
CPU cores: 4
Frequency: 2199.996 MHz
RAM: 7.8Gi
Swap: 511Mi
@vitobotta
vitobotta / gist:135c35db9938d94298a5c06f66029d42
Created September 4, 2021 14:54
Hetzner Cloud, 4 shared cored, 8GB - 12.40 euros/mo
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# Yet-Another-Bench-Script #
# v2021-06-05 #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat 04 Sep 2021 04:40:50 PM CEST
Basic System Information:
---------------------------------
@vitobotta
vitobotta / gist:16513b5de3ad6626a2389bb21a962def
Created September 4, 2021 14:53
DigitalOcean, 4 shared premium AMD cores, 8GB - $48/mo
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# Yet-Another-Bench-Script #
# v2021-06-05 #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat 04 Sep 2021 02:32:39 PM UTC
Basic System Information:
---------------------------------
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# Yet-Another-Bench-Script #
# v2021-06-05 #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat 04 Sep 2021 02:31:51 PM UTC
Basic System Information:
---------------------------------
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# Yet-Another-Bench-Script #
# v2021-06-05 #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat 04 Sep 2021 02:30:57 PM UTC
Basic System Information:
---------------------------------
@vitobotta
vitobotta / gist:993073a35df0a90034b5898de213a81a
Created September 4, 2021 14:51
Linode 4 dedicated cores, 8GB - $60/mo
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# Yet-Another-Bench-Script #
# v2021-06-05 #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat 04 Sep 2021 02:28:11 PM UTC
Basic System Information:
---------------------------------
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# Yet-Another-Bench-Script #
# v2021-06-05 #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
Sat 04 Sep 2021 02:27:16 PM UTC
Basic System Information:
---------------------------------
@vitobotta
vitobotta / create-k3s-cluster.sh
Created July 12, 2021 18:52
Create a K3s cluster very quickly in Hezner cloud
#!/bin/bash
POSITIONAL=()
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
--context)
CONTEXT_NAME="$2"
@vitobotta
vitobotta / ttfb.sh
Created January 31, 2021 17:56
ttfb
#!/usr/bin/env bash
#
# Shows time in seconds to first byte of a url or urls
#
# Based on a gist https://gist.github.com/sandeepraju/1f5fbdbdd89551ba7925abe2645f92b5
# by https://github.com/sandeepraju
#
# Modified by [email protected], @jaygooby
#
# Usage: ttfb [options] url [url...]