# `Sys.Linux.Proc.NetDev.Interface`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/sys/linux/proc/net_dev.ex#L33)

One `/proc/net/dev` row: an interface and its cumulative rx/tx bytes.

# `t`

```elixir
@type t() :: %Sys.Linux.Proc.NetDev.Interface{
  name: String.t(),
  rx_bytes: non_neg_integer(),
  tx_bytes: non_neg_integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
