!7 sS url = "http://ai1.lol/1010504/raw/number-of-threads"; static double timeout = 60.0, delay = 60.0; p { printWithDateAndTimeInThisThread(); repeat with sleep delay { time { S s = loadPageWithTimeout(url, timeout); } if (isInteger(s)) print("Server OK - " + n2(parseLong(s), "thread", "threads") + ", " + lastTiming() + " ms"); else print("Server fail"); } }