Warning: session_start(): open(/var/lib/php/sessions/sess_207ci63agh4kg5a8fiubj1ak7d, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
static int timeout = 10000;
// TODO: spam
p {
final Pair gauge1 = pMainWithFrame(PGauge);
final Pair gauge2 = pMainWithFrame(PGauge);
print("Surface type: " + className(gauge2.a.getSurface()));
repeat with sleep 2 {
print("Frame 1: " + gauge1.b);
print("Frame 2: " + gauge2.b);
swing { moveWindowToTheRight(gauge2.b, gauge1.b.getWidth()+20); }
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"))));
}
}