Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
    • Jerome Marchand's avatar
      tcpstates: forget sockets when connection is closed · 8bab454b
      Jerome Marchand authored
      The adress of struct sock, which are used as the map key, are often
      reused. When it happens random duration appears in the MS field for
      new connections (CLOSE->SYN_SENT and LISTEN->SYN_RECV
      transitions). Let's forget about the socket when the connection is
      closed.
      8bab454b
  2. Sep 25, 2020
  3. Jun 18, 2020
  4. May 25, 2020
  5. Mar 14, 2020
  6. Jan 09, 2020
  7. Jun 26, 2019
  8. Feb 15, 2019
  9. Jan 16, 2019
  10. Jan 03, 2019
  11. Dec 19, 2018
  12. Nov 27, 2018
    • Gerald Combs's avatar
      tcpstates: Add systemd journal logging. (#2058) · abdca97b
      Gerald Combs authored
      * tcpstates: Add systemd journal logging.
      
      Add a -Y/--journal flag to tcpstates.py, which logs events to the
      systemd journal.
      
      * tcpstates: Document systemd journal logging.
      
      Update tcpstates_example.txt and tcpstates.8 to include the "-Y" flag.
      abdca97b
  13. Oct 09, 2018
    • jeromemarchand's avatar
      Bytes/string encoding (#2004) · b96ebcd2
      jeromemarchand authored
      * tools: uses 'replace' error handler by default in decode()
      
      Tools might encouter characters from non utf-8 charset (e.g. a file
      name). When this happen, it's better to replace the unexpected
      character by a question mark than crash the tool when all we do is
      to print the string.
      
      * tools: fix a bytes/string issue in attach_perf_event()
      b96ebcd2
  14. Sep 11, 2018
  15. Aug 16, 2018
  16. Mar 21, 2018
Loading