#!/usr/bin/env php city($ip); } catch (AddressNotFoundException $e) { } if ($i % 1000 == 0) { print($i . ' ' . $ip . "\n"); } } $endTime = microtime(true); $duration = $endTime - $startTime; print('Requests per second: ' . $count / $duration . "\n");