vercel / vercel/hyper

Wrong NIC in the speed of data

Open
#7,819 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

Hi,
in the "status line" (the lower line in hyper) I can't change the interface used (eth or wlan or tun) to monitor the speed of the data: where I can find the right nic used?
It seems that is used the wlan (the icon is an antenna with radio waves), but the speed is always 0kB/s.

Thanks in advance,
Angelo


  • Hyper version: undefined "3.4.1"
  • OS ARCH VERSION: linux x64 6.5.9-custom
  • Electron: 20.3.6 LANG: it_IT.UTF-8
  • SHELL: /bin/bash TERM: undefined
.hyper.js contents
{
  "opacity": 0.2,
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorShape": "BLOCK",
  "cursorBlink": true,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "true",
  "showWindowControls": "true",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#ff0000",
    "green": "#33ff00",
    "yellow": "#ffff00",
    "blue": "#0066ff",
    "magenta": "#cc00ff",
    "cyan": "#00ffff",
    "white": "#d0d0d0",
    "lightBlack": "#808080",
    "lightRed": "#ff0000",
    "lightGreen": "#33ff00",
    "lightYellow": "#ffff00",
    "lightBlue": "#0066ff",
    "lightMagenta": "#cc00ff",
    "lightCyan": "#00ffff",
    "lightWhite": "#ffffff"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": true,
  "hypercwd": {
    "initialWorkingDirectory": "~/Documenti"
  },
  "hyperline": {
    "plugins": [
      "ip",
      "cpu",
      "battery",
      "memory"
    ]
  }
}
plugins
{
  "plugins": [
    "hyperpower",
    "hypercwd",
    "hyper-search",
    "hyper-pane",
    "hyper-launch-menu",
    "hyper-broadcast",
    "hyper-tabs-enhanced",
    "verminal",
    "hyper-manager",
    "hyper-statusline-extended",
    "hyperborder",
    "hyper-tab-icons",
    "hyper-opacity",
    "hyperline"
  ],
  "localPlugins": []
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the hyperline plugin and its configured ip entry, then inspect how the status line selects a network interface. Reproduce the report on the stated Linux environment with wlan, eth, and tun interfaces. Done means the status line identifies the intended interface and reports its traffic instead of always showing 0 kB/s.

Written by the indexing model from the issue text.

Assessment

Tech stack
electron, typescript
Domain
cli, desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.