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

Network activity is not being shown #237

Closed
ndelvalle opened this issue Dec 23, 2021 · 4 comments
Closed

Network activity is not being shown #237

ndelvalle opened this issue Dec 23, 2021 · 4 comments

Comments

@ndelvalle
Copy link

For some reason, the network activity is not being shown. It is always set to 0.0 kb/s.

Screen Shot 2021-12-23 at 16 15 32

Context

  • eul version: v1.2.3
  • macOS version: macOS Monterrey v12.0.1
  • Device model: MacBook Pro (14-inch, 2021), Apple M1 Pro.

Debug Output

⚙️ loaded data from user defaults {
  "showTopActivities" : false,
  "networkRefreshRate" : 3,
  "showIcon" : true,
  "fontDesign" : "default",
  "language" : "en",
  "availableComponents" : [
    "Battery",
    "Memory"
  ],
  "textDisplay" : "compact",
  "showComponents" : true,
  "activeComponents" : [
    "CPU",
    "Network"
  ]
}
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"]
shell with ["netstat -bI "]
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"]
shell with ["netstat -bI "]
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"]
shell with ["netstat -bI "]
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"]
shell with ["netstat -bI "]
shell with ["route get 0.0.0.0 | grep interface | awk \'{print $2}\'"]
@levihuayuzhang
Copy link

Same on M1 max. The network status doesn't update, always shown as 0 kb/s.

@levihuayuzhang
Copy link

May work in the version from homebrew or github release, but not from App store.

@gao-sun
Copy link
Owner

gao-sun commented Jan 6, 2022

Looks like you are using the App Store version (v1.2.3) that is too old. :-) App Store uses a sandbox which isolates the real env thus we cannot capture the network traffic down there. Please use the app from GitHub or HomeBrew. Thanks.

@gao-sun gao-sun closed this as completed Jan 6, 2022
@ndelvalle
Copy link
Author

@gao-sun perfect, installed from brew and now everything works correctly.
Thanks and great app! <3

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

No branches or pull requests

3 participants