!7 static int timeout = 10000; // TODO: spam p { Pair gauge1 = pMainWithFrame(PGauge); Pair gauge2 = pMainWithFrame(PGauge); print("Frame: " + gauge2.b); print("Surface type: " + className(gauge2.a.getSurface())); //moveWindowToTheRight(gauge2.b, gauge1.b.getWidth()+20); repeat with sleep 2 { pgauge_showSystemLoad(gauge1.a, "Old server load", parseDouble(print(loadPageWithTimeout(timeout, "http://botcompany.de/1001951/raw/system+load")))); pgauge_showSystemLoad(gauge2.a, "New server load", parseDouble(print(loadPageWithTimeout(timeout, "http://butter.botcompany.de:8080/1001951/raw/system+load")))); } }