Check out my first novel, midnight's simulacra!

Timestamping: Difference between revisions

From dankwiki
(Created page with "yo dawg i heard you like timestamps so i timestamped your timestamps. use ethtool to see what timestamping methods are available on Linux: <pre> [schwarzgerat](0) $ ethtool -T ixgbe1 Time stamping parameters for ixgbe1: Capabilities: hardware-transmit software-transmit hardware-receive software-receive software-system-clock hardware-raw-clock PTP Hardware Clock: 1 Hardware Transmit Timestamp Modes: off...")
 
No edit summary
 
Line 21: Line 21:
[schwarzgerat](0) $  
[schwarzgerat](0) $  
</pre>
</pre>
[[CATEGORY: Networking]]

Latest revision as of 02:42, 29 June 2023

yo dawg i heard you like timestamps so i timestamped your timestamps.

use ethtool to see what timestamping methods are available on Linux:

[schwarzgerat](0) $ ethtool -T ixgbe1
Time stamping parameters for ixgbe1:
Capabilities:
        hardware-transmit
        software-transmit
        hardware-receive
        software-receive
        software-system-clock
        hardware-raw-clock
PTP Hardware Clock: 1
Hardware Transmit Timestamp Modes:
        off
        on
Hardware Receive Filter Modes:
        none
        all
[schwarzgerat](0) $