Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I would be really good if we can see the internet speed without having to log onto the computer and run speedtest.net

  • Administrators

Hi,

I've found this script on reddit which reports back the Download speed:

$a=Get-Date; Invoke-WebRequest http://client.akamai.com/install/test-objects/10MB.bin|Out-Null; "$((10/((Get-Date)-$a).TotalSeconds)*8) Mbps"

You can use this as an automation script and run it on demand from your phone.

-Paul

For me (Powershell 2 - yes I really must update!!!), this had an error. However, the below works (as a single line)

$a=Get-Date; $web = New-Object Net.WebClient; $web.DownloadString("http://client.akamai.com/install/test-objects/10MB.bin") | out-null; $t = "$((10/((Get-Date)-$a).TotalSeconds)*8) Mbps"; $t

  • 5 years later...

Trying to get this to work in a automation script for my client portal is this still the best way to do this or is there a updated way. doesn't seem to want to save in the current custom script input option

  • 10 months later...

This appears super old... over 5 years and still no functional way to run a speedtest in Pulseway? The script above simply have no output on phone or mobile. Not sure how it works but would be nice to have this feature to test a remote user's connection occasionaly/manually.

Should I start a new request to have this added?

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.