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. 02 Jun, 2022 5 commits
  2. 01 Jun, 2022 1 commit
  3. 31 May, 2022 1 commit
  4. 30 May, 2022 2 commits
  5. 29 May, 2022 1 commit
  6. 26 May, 2022 1 commit
  7. 25 May, 2022 1 commit
  8. 24 May, 2022 4 commits
  9. 22 May, 2022 3 commits
  10. 19 May, 2022 5 commits
  11. 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 ...
      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
      a9de4f0b
    • lirazyehezkel's avatar
      948af518
  12. 17 May, 2022 3 commits
  13. 16 May, 2022 2 commits
  14. 15 May, 2022 5 commits
  15. 14 May, 2022 2 commits
  16. 11 May, 2022 1 commit
    • 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
      414e5cfe