info('Running speedtest, this might take a while...'); $results = SpeedtestHelper::runSpeedtest(); $this->info('Ping: ' . $results->ping . ' ms'); $this->info('Download: ' . $results->download . ' Mbit/s'); $this->info('Upload: ' . $results->upload . ' Mbit/s'); } }