Edit

IABSD.fr/src/usr.bin/kstat

Branch :

  • Show log

    Commit

  • Author : dlg
    Date : 2023-11-16 03:17:34
    Hash : 18bc31b7
    Message : avoid reading data when enumerating kstats. this means we can reliably read the provider/instance/name/unit tuple, which should avoid "duplicate kstat entry" when multiple kstat read handlers have issues. found on a box with multiple rge interfaces, which have hardware backed kstats that can only be read when the interface is up.