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

[FEAT] NIC Speed Rating Module #1209

Closed
CarterLi opened this issue Aug 24, 2024 Discussed in #1208 · 1 comment
Closed

[FEAT] NIC Speed Rating Module #1209

CarterLi opened this issue Aug 24, 2024 Discussed in #1208 · 1 comment
Labels
enhancement New feature or request

Comments

@CarterLi
Copy link
Member

Discussed in #1208

Originally posted by jrstrunk August 24, 2024
I don't have the know how to it myself, but it would be cool to have a module for displaying the NICs on a system and their rated speeds, so that people can flex their 2.5Gb and 10Gb capable builds 🔥

I know there is a network IO module, but this takes a while to load and does not show what the rated speed is

This could also be a formatting option for the netio module :)

@CarterLi CarterLi added the enhancement New feature or request label Aug 24, 2024
@CarterLi
Copy link
Member Author

@jrstrunk Please test the dev build

$ fastfetch --format json -s localip --localip-default-route-only false
[
  {
    "type": "LocalIp",
    "result": [
      {
        "defaultRoute": false,
        "ipv4": "",
        "ipv6": "",
        "mac": "",
        "name": "enp3s0",
        "mtu": 1500,
        "speed": 1000
      },
      {
        "defaultRoute": true,
        "ipv4": "10.24.185.57/22",
        "ipv6": "",
        "mac": "",
        "name": "wlan0",
        "mtu": 1280,
        "speed": -1
      }
    ]
  }
]

-1 stands for unavailable / auto mode

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

No branches or pull requests

1 participant