From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id C854424DA8 for ; Thu, 2 May 2024 23:00:52 +0200 (CEST) Received: from mail-lj1-f173.google.com ([209.85.208.173]) by 9front; Thu May 2 16:59:15 -0400 2024 Received: by mail-lj1-f173.google.com with SMTP id 38308e7fff4ca-2e1fa2ff499so8570751fa.0 for <9front@9front.org>; Thu, 02 May 2024 13:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1714683551; x=1715288351; darn=9front.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=QubRJVrnPFZPOoKP7DPweIqsUuyKemsINnIV7cIH2CA=; b=E3IplihFO+ZEsdvh/p2GQQhYigZEPTaSTQOvxFINSNz+ybVuGyGQn3jXE8IjUHzJRB WFdGxheHtsPRWPqIrdx+AJLx72mbdx/OihhgK3KKhme5eGQJH2Z+UsIt6ZYA2UcSgUhc mg/BlkFbfKv/m7RpQ+cYdyPZEWRBdS4o5BhKo0bGpwSXj7iyL2w47gPsqa+Qn6RzinvZ kvDZkUL7DnbfbmPLnHaoiPN9CBXtNiho3F7gTre28i2F8EVVgtq3mA/cNFITDYSaZmYy 8m7HQqqBADZW+rJbJXM60dloBmKj+dsM4TWOJoBqRtrB7z+NXCBHx1BSWWk60MkvKq/h h7qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714683551; x=1715288351; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QubRJVrnPFZPOoKP7DPweIqsUuyKemsINnIV7cIH2CA=; b=u6ugVqFdvHs6ummjHrVSbPMj+tS4jufTQOFwA91NeV55Xs9OFbD3poh2oqF66UjV0d LjRMSIjUHUH7IygLyxoG1XdQalXZXBN7wZ9qSc2anRswtn3kTjFXvZ7SDqoAjsxdIPS3 WjhFMoY9XqEn1OmrWFxRWj9SS8HceIlTqHLh2fHAJxwLOirw1xZuG0w/jO/XG4Zbe9Fd VwiWZUzFkla2hNw98uIoz8lU80VZA3stJXs0dC/AiKGvnHy0OEZTYafvRDk4WpI34niG A4jO7xq/KIklRjg7OdWS6LNPitC6ftMPU0XK0IC9w6rFUycCJo0qGwrgB2jGaLZ1WtyV QS8w== X-Gm-Message-State: AOJu0YwrZ8QmjfW1U0RHvLPgWjRhlU/0GOaowOUboBo4S/KmGAfSyvH5 s8krgAfKJF9R7/OOcFC1+sRGHcdRWZItGQrV3lvmLJommLO1hHrOpZeymWiFpnhf+5gTvCsNpBz +tyS9NVc+jYPQadcgezXY7pUsYmxQrRC0 X-Google-Smtp-Source: AGHT+IGLpabI0EpQrXO0W/9ZbgyAJs+LUSmF/tTfGqO/atBWZqjANyLeAJ5g+VtxB40Q6AnJVe1y4z73L/ChhBPijY8= X-Received: by 2002:a2e:7003:0:b0:2e1:f38c:b598 with SMTP id l3-20020a2e7003000000b002e1f38cb598mr781854ljc.18.1714683550599; Thu, 02 May 2024 13:59:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: adventures in9 Date: Thu, 2 May 2024 13:58:59 -0700 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking object-oriented full-stack storage NoSQL controller Subject: Re: [9front] Fields in /net/ether0/ifstats Reply-To: 9front@9front.org Precedence: bulk The /net/etherN/ifstats file is particular to each driver. So to understand it you would have to read the code for that particular driver. The exception is for wifi, where it is used for scans and what AP you are connected to. /net/etherN/stats is set by the OS. It is mentioned in ether(3), but not much because it is pretty self explanatory. On Thu, May 2, 2024 at 1:43=E2=80=AFPM Rocky Hotas = wrote: > > Hello! > > The file /net/ether0/ifstats in the Ethernet device interface gives some > information about the device and the packets. > > Are its fields documented somewhere? I tried googling them, but with no > results. > > In particular, what is the contents of `eeprom' and `phy'? What do they > represent? > > Bye, > > Rocky