mirror of
https://github.com/telephone/LookingGlass.git
synced 2026-04-25 07:56:01 +03:00
[GH-ISSUE #45] speedtest feature #29
Labels
No labels
enhancement
enhancement
enhancement
pull-request
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LookingGlass#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hendranata on GitHub (Sep 4, 2017).
Original GitHub issue: https://github.com/telephone/LookingGlass/issues/45
helo
i hope looking glass will have feature to do speedtest.. not from client to LookingGlass server.. but from LookingGlass to another ip address outside.
@walle89 commented on GitHub (Sep 4, 2017):
If you run
configure.sh, you will get this option:By generate these files, the client have the option to download a test file to measure the download speed.
Or what kind of speedtest are you after? Do you have an example?
@hendranata commented on GitHub (Sep 4, 2017):
i mean speedtest between LookingGlass script.
if i have 3 server in 3 different countries which also using LookingGlass.
user want to know from server A to server B how fast they are? note: user does not have root access..they just want to know the speed result only.
hemm...possible?
@walle89 commented on GitHub (Sep 4, 2017):
A simple solution is to make a PHP script that executes a curl or wget command and print the result. Example of a curl command with nice output.
Then you simply link to this script on the LookingGlass page.
@Lamvisal commented on GitHub (Jun 1, 2019):
LookingGlass curent can't test to another server, LG can get IP server chose to test with host?
@jackson01010101 commented on GitHub (Aug 28, 2025):
Any update for adding the feature?