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

[bug] erroneous download speed #226

Open
YiquanGu opened this issue Aug 5, 2021 · 4 comments
Open

[bug] erroneous download speed #226

YiquanGu opened this issue Aug 5, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@YiquanGu
Copy link

YiquanGu commented Aug 5, 2021

Make sure there's no open issue for the same bug before submit.

Describe the Bug

M1 Mac Big Sur USB tethered with an Android 5G phone using HoRNDIS. Download speed is as expected (~200Mbps) but EUL reports 0. Reported upload speed appears correct.

Expected Behavior

Correctly reporting current download speed.

Screenshots
Download speed is reported as the the second number on the top right corner.

Screenshot 2021-08-05 at 13 08 41

Context

  • eul version: 1.6.2
  • macOS version: 11.5.1
  • Device model: M1 Mac Mini

Debug Output

⚙️ loaded data from user defaults preference {
  "showIcon" : true,
  "upgradeMethod" : "showInStatusBar",
  "smcRefreshRate" : 3,
  "fontDesign" : "default",
  "showNetworkTopActivities" : true,
  "temperatureUnit" : "celius",
  "appearance" : "auto",
  "checkStatusItemVisibility" : true,
  "networkRefreshRate" : 1,
  "language" : "zh-Hans",
  "cpuMenuDisplay" : "usagePercentage",
  "textDisplay" : "singleLine",
  "showRAMTopActivities" : true,
  "showCPUTopActivities" : true
}
SMC init error unknown(kIOReturn: -536870206, SMCResult: 0)
⚙️ loaded data from user defaults EulComponent {
  "showComponents" : true,
  "availableComponents" : [
    "GPU",
    "Disk"
  ],
  "activeComponents" : [
    "Network",
    "Memory",
    "CPU"
  ]
}
shell with ["system_profiler SPDisplaysDataType -xml"]
⚙️ loaded data from user defaults componentConfig {
  "configs" : [
    {
      "showGraph" : false,
      "networkPortSelection" : "",
      "diskSelection" : "",
      "showIcon" : false,
      "component" : "CPU"
    },
    {
      "showGraph" : false,
      "networkPortSelection" : "",
      "diskSelection" : "",
      "showIcon" : false,
      "component" : "Memory"
    },
    {
      "showGraph" : false,
      "networkPortSelection" : "",
      "diskSelection" : "",
      "showIcon" : true,
      "component" : "Network"
    },
    {
      "showGraph" : false,
      "networkPortSelection" : "",
      "diskSelection" : "",
      "showIcon" : true,
      "component" : "Disk"
    },
    {
      "showGraph" : false,
      "networkPortSelection" : "",
      "diskSelection" : "",
      "showIcon" : true,
      "component" : "GPU"
    }
  ],
  "converted" : true
}
⚙️ loaded data from user defaults CpuTextComponent {
  "activeComponents" : [
    "usagePercentage"
  ],
  "showComponents" : true,
  "availableComponents" : [
    "loadAverage1Min",
    "temperature",
    "loadAverage5Min",
    "loadAverage15Min"
  ]
}
⚙️ loaded data from user defaults MemoryTextComponent {
  "availableComponents" : [
    "usagePercentage",
    "usage",
    "total",
    "temperature"
  ],
  "showComponents" : true,
  "activeComponents" : [
    "free"
  ]
}
⚙️ loaded data from user defaults NetworkTextComponent {
  "showComponents" : true,
  "activeComponents" : [
    "upload",
    "download"
  ],
  "availableComponents" : [

  ]
}
shell with ["networksetup -listnetworkserviceorder"]
shell with ["ifconfig"]
network services order [eul.Info.NetworkPort(port: Optional("Ethernet"), device: "en0"), eul.Info.NetworkPort(port: Optional("Thunderbolt Ethernet Slot 0"), device: "en7"), eul.Info.NetworkPort(port: Optional("RMX3241"), device: "en9"), eul.Info.NetworkPort(port: Optional("Wi-Fi"), device: "en1"), eul.Info.NetworkPort(port: Optional("Bluetooth PAN"), device: "en4")]
network active interfaces ["ap1", "en9", "bridge100"]
network current active interfaces NetworkPort(port: Optional("RMX3241"), device: "en9")
shell with ["netstat -bI en9"]
zsh: abort      /Applications/eul.app/Contents/MacOS/eul --debug

Is Related to a Crash?

No

@gao-sun
Copy link
Owner

gao-sun commented Aug 7, 2021

thanks, will take a look

@gao-sun gao-sun added the bug Something isn't working label Aug 7, 2021
@gao-sun
Copy link
Owner

gao-sun commented Aug 7, 2021

actually would you mind to take a look at "network" section to see if auto detection is correct?
image

@YiquanGu
Copy link
Author

YiquanGu commented Aug 7, 2021

actually would you mind to take a look at "network" section to see if auto detection is correct?
image

Thanks for looking into this! I can confirm that auto detection returns correct result of the tethered USB connection "en9".

@gao-sun
Copy link
Owner

gao-sun commented Aug 21, 2021

interesting. will try to connect a phone and see if the speed is correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants