• dpayne's avatar
    Adding a couple of optional parameters to tcpconnlat. · 3aed4fbf
    dpayne authored
    1. Adding `-m` and `-u` parameters for filtering tcp connects with greater the specified minimum latency.
    2. Adding -v option to print out the bpf program. This is helpful for debugging and is a bit more consistent with some of the other bpf tools.
    
    The latency check is only added if `-u` or `-m` have been set to greater than 0.
    3aed4fbf
tcpconnlat.py 7.63 KB