-
Notifications
You must be signed in to change notification settings - Fork 234
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
I think upload is broken? #31
Labels
question
Further information is requested
Comments
Behind reverse proxy? https://github.com/openspeedtest/Speed-Test#docker-install-instructions |
For the k8s people apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: ISSUER-NAME
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: 10240m
nginx.ingress.kubernetes.io/ssl-redirect: "true"
name: INGRESS-RESOURCE-NAME
namespace: NAMESPACE-NAME
spec:
rules:
- host: DNS-ADDRESS
http:
paths:
- backend:
service:
name: SERVICE-NAME
port:
name: SERVICE-PORT-NAME
path: /
tls:
- hosts:
- DNS-ADDRESS
secretName: TLS-SECRET-NAME |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My net specs I pay for
1gbps down/750mbps up
I see usually in the neighbourhood of around 650-750 down and about 500-600 up typically throughout the day,
I deployed this to a gke cluster and ran a test from the gke cluster to home, this is the results.
The download speed is typical of what I would see from lets say speettest.net, the upload though is definitely broken.
The docker image I used was openspeedtest/latest:latest (pushed 15 days ago from typing this)
DIGEST:sha256:2b058dda797e8bac0861a92cf5e6a34afbdf748b07f3b16fc65347916b62e504
Results from speed test immediately after running the openspeedtest one with negligible network traffic differences from my device
it's almost like the decimal place is off by 2 digits like I would expect to see around 579.64 would be normal for me
The text was updated successfully, but these errors were encountered: