Skip to content
Snippets Groups Projects
  1. May 12, 2021
  2. Apr 28, 2021
  3. Apr 27, 2021
  4. Apr 23, 2021
  5. Apr 22, 2021
  6. Apr 14, 2021
  7. Mar 31, 2021
  8. Mar 29, 2021
  9. Mar 25, 2021
  10. Feb 24, 2021
  11. Feb 23, 2021
    • Petr Špaček's avatar
      merge_chunks: utility to merge chunks on-the-fly · c378de50
      Petr Špaček authored
      Intended usage is to avoid generating PCAPs which are simple combination
      of "base chunks".
      
      Example:
      When original PCAP is split into 100 chunks with 1 kQPS on average,
      testing full range of 1k to 100k QPS formerly required generating 100
      distincts PCAPs, wasting time and storage.
      With this utility it is enough to generate "base chunks" and create
      arbitrary multiplication on-the-fly.
      
      Why Python?
      - Lua cannot list content of directory, FFI solution would be
        unportable, and adding depedency just for that seems too much.
      - BASH version of this script made me cry when I finished it.
      - Python is already depedency of replay.py and it is used only to
        process mergecap arguments and python process terminates/replaces
        itself once its job is done.
      c378de50
  12. Feb 18, 2021
  13. Feb 15, 2021
  14. Feb 11, 2021
  15. Feb 10, 2021
  16. Feb 09, 2021
  17. Feb 08, 2021
Loading