Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose mode #6

Closed
sindresorhus opened this issue Aug 16, 2015 · 6 comments
Closed

Verbose mode #6

sindresorhus opened this issue Aug 16, 2015 · 6 comments

Comments

@sindresorhus
Copy link
Owner

Would be useful to have a --verbose flag that displays more info, like which server it connects to, etc.

What would you like to have included in the verbose output?

Available info can be found here: https://github.com/ddsol/speedtest.net#data

@KoalaBear84
Copy link

  • Chosen server
  • Location+Country and Distance to server

And also min/max pings and speeds. Maybe also if not verbose, depends on how much data it is and if it is cluttering too much, then not.

@SamVerschueren
Copy link
Contributor

This is quite easy to implement, but my main concern is how to show the information without cluttering the view :p. Any design ideas @sindresorhus ?

@sindresorhus
Copy link
Owner Author

@SamVerschueren I was thinking just showing it in the list:

      Ping
  Download   
    Upload   
    Server
  Location
  Distance
       Etc

And should also be included in the --json output.

@SamVerschueren
Copy link
Contributor

Should we add an empty line between the verbose properties and the normal properties to make a clear distinction? The main reason someone is running a speed-test is because they want the speed of there connection, right?

      Ping
  Download   
    Upload   

    Server
  Location
  Distance
       Etc

@sindresorhus
Copy link
Owner Author

Sure

@sindresorhus
Copy link
Owner Author

Fixed by #21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants