Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

With the assumption that this bizarre packet loss is related to setting the traffic class on the outgoing ICMP echo request, I found that adjusting the traffic class with the...

Is `tx_pause_ctrl_phy` vendor or model specific? The only reference to it I can find is for the Mellanox ConnectX series of NICs which use the mlx5 driver, https://www.kernel.org/doc/html/latest/networking/device_drivers/ethernet/mellanox/mlx5/counters.html In addition...

The textfile collector feature is arguably the "plugin framework" in node_exporter. Implementing support natively for vendor- / hardware-specific counters is tricky without having access to said hardware for testing. I...

Incidentally, the expiry dates of the certs (both CA and server/client) seem to be a bit wild and inconsistent. The original CA had a lifetime of only 5 years, whilst...

@sbates130272 Can you perhaps confirm that the `nvme smart-log` command is indeed controller-specific, not namespace-specific? I noticed that nvme-cli will work with either e.g. `/dev/nvme0` or `/dev/nvme0n1`, but as far...

@sbates130272 What I am a little unclear about is whether there is any difference between passing e.g. `/dev/nvme0` and `/dev/nvme0n1` as the device to the `nvme smart-log` command. I get...

@sbates130272 Thanks for researching that. So I think that, as I alluded to with the FIXME in the current code, it would make sense to just fetch the global SMART...