Skip to content

[Feature Request] provide current RX/TX bytes for each interface #120

@jin-eld

Description

@jin-eld

Hi,

thank you for this great crate, this is exactly what I was looking for in cross platform environments.

Would you consider providing the current RX/TX byte count of the interface? This would be very useful for monitoring traffic and right now I have to combine netdev and sysinfo, because the latter has RX/TX, but does not expose the interface index in the API (which I also need), while netdev does give me the interface index, but does not offer RX/TX values. It'd be great if I could only stick with netdev without having to cross-reference interface lists from both crates in order to populate what is missing 😅

Kind regards,
Jin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions