This project is mirrored from https://gitee.com/mirrors/Mizu.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 23 May, 2022 3 commits
  2. 22 May, 2022 3 commits
  3. 19 May, 2022 5 commits
  4. 18 May, 2022 3 commits
    • Nimrod Gilboa Markevich's avatar
      Add profiling tools (#1087) · ab38f4c0
      Nimrod Gilboa Markevich authored
      * Add gin-contrib/pprof dependency
      
      * Run pprof server on agent with --profiler flag
      
      * Add --profiler flag to cli
      
      * Fix error message
      
      * Print cpu usage percentage
      
      * measure cpu of current pid instead of globaly on the system
      
      * Add scripts to plot performance
      
      * Plot packetsCount in analysis
      
      * Concat to DataFrame
      
      * Plot in turbo colorscheme
      
      * Make COLORMAP const
      
      * Fix rss units
      
      * Reduce code repetition by adding function for plotting
      
      * Allow grouping based on filenames
      
      * Temporary: Marked with comments where to disable code for experiments
      
      * Add newline at end of file
      
      * Add tap.cpuprofile flag. Change memprofile flag to tap.memprofile
      
      * create tapper modes for debugging using env vars
      
      * Fix rss plot units (MB instead of bytes)
      
      * Remove comment
      
      * Add info to plot script
      
      * Remove tap.cpumemprofile. Rename tap.memprofile to memprofile
      
      * Remove unused import
      
      * Remove whitespaces
      
      Co-authored-by: M. Mert Yıldıran ...
      Unverified
      ab38f4c0
    • David Levanon's avatar
      stop tapping self tapper traffic (#1083) · a9de4f0b
      David Levanon authored
      * stop tapping self tapper traffic
      
      * run go mod tidy
      
      * allow to explicitly ignore ports
      
      * remove unused code
      
      * remove shared from tap + go mod tidy
      
      * move ignroe ports to tapper
      
      * rename TapperPacketsCount to IgnoredPacketsCount
      
      * don't check null - go is smart
      
      * remove nil check
      Unverified
      a9de4f0b
    • lirazyehezkel's avatar
  5. 17 May, 2022 3 commits
  6. 16 May, 2022 2 commits
  7. 15 May, 2022 5 commits
  8. 14 May, 2022 2 commits
  9. 11 May, 2022 4 commits
    • leon-up9's avatar
      match selectlist ui (#1077) · 414e5cfe
      leon-up9 authored
      * insert filter and header to selectlist
      
      * handle single select
      
      * rename search var
      
      * font size changed
      Unverified
      414e5cfe
    • RoyUP9's avatar
      Fixed oas query (#1076) · 2fac0009
      RoyUP9 authored
      Unverified
      2fac0009
    • M. Mert Yıldıran's avatar
      Fix acceptance tests failures caused by fetch 50 and a race in the tests (#1074) · 36d59ede
      M. Mert Yıldıran authored
      * #run_acceptance_tests
      
      * Wait 4 seconds after filter submission #run_acceptance_tests
      
      * Revert "Wait 4 seconds after filter submission #run_acceptance_tests"
      
      This reverts commit 3c20ccfc.
      
      * Upgrade Basenine version to `v0.8.2` #run_acceptance_tests
      
      * #run_acceptance_tests
      
      * Revert "Revert "Wait 4 seconds after filter submission #run_acceptance_tests""
      
      This reverts commit f0c59515.
      
      * Reduce the delay to 2 seconds #run_acceptance_tests
      
      * Use `cy.wait()` instead of `setTimeout`
      
      * #run_acceptance_tests
      
      * Increase it to 4 seconds #run_acceptance_tests
      
      * #run_acceptance_tests
      
      * Wait for a second and pause the stream to preserve the DOM #run_acceptance_tests
      
      * Wait in a better place #run_acceptance_tests
      
      * Wait `pause-icon` to disappear #run_acceptance_tests
      
      * Wait one more second #run_acceptance_tests
      
      * Fix `setup.sh`...
      Unverified
      36d59ede
    • AmitUp9's avatar
      TRA-4513_grpc heading overlap request size (#1075) · ac53508a
      AmitUp9 authored
      * screen resolution changes
      
      * fix window width to not overlap between headlines
      Unverified
      ac53508a
  10. 10 May, 2022 2 commits
    • leon-up9's avatar
      UI/servicemap-dynamic-protocol-filters (#1072) · e24c1825
      leon-up9 authored
      * filters visble on click
      
      * servicemap layout
      
      * headers added
      Icon changed
      
      * flex removed , we have max size for filter
      
      * selection only from edges
      
      * caption changed
      
      * removed duplicated code
      
      * changes
      
      Co-authored-by: Leon <>
      Unverified
      e24c1825
    • leon-up9's avatar
      UI/Service-map-GUI-improvements (#1055) · b2830f13
      leon-up9 authored
      * filters visble on click
      
      * servicemap layout
      
      * headers added
      Icon changed
      
      * flex removed , we have max size for filter
      
      * added mixins
      
      * search input caption
      
      * PR commemts
      
      * changed colors to variables
      
      * lint fix
      small buttom style fix
      
      Co-authored-by: Leon <>
      Unverified
      b2830f13
  11. 09 May, 2022 1 commit
  12. 08 May, 2022 4 commits
  13. 04 May, 2022 1 commit
  14. 03 May, 2022 1 commit
  15. 02 May, 2022 1 commit
    • David Levanon's avatar
      Feature/fix tls not listening (#1046) · 57f8a8dc
      David Levanon authored
      * avoid chunks with invalid address
      
      * tls tapper should distict between pids
      
      * prettfy tls verbose log and tls key
      
      * support tls from multi threads + duplicate calls to the same target
      
      * introduce fdCache and user address pair as tls key
      
      * remove unused comment
      
      * fix merge conflicts
      
      * use lru for fdcache
      
      * pr fixes - renaming
      
      * fix conflict issue
      Unverified
      57f8a8dc