Entwicklerportal
CodeGewölbe
Kostenlose Sammlung für Entwickler, Admins und Website-Betreiber: Snippets, VelinStyle-Komponenten, VelinScript-Automationen und Security-Rezepte — copy-paste-fertig.
Website prüfen
HTTP-Status und Antwortzeit messen.
Anfänger
5 Min.
Code
curl -o /dev/null -s -w '%{http_code} %{time_total}s\n' "$URL"
Passend dazu