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. 16 Jun, 2022 2 commits
  2. 14 Jun, 2022 1 commit
  3. 13 Jun, 2022 2 commits
  4. 12 Jun, 2022 4 commits
    • M. Mert Yıldıran's avatar
      Update Basenine hashes (#1138) · 1f70eab0
      M. Mert Yıldıran authored
      1f70eab0
    • M. Mert Yıldıran's avatar
      Upgrade Basenine to `v0.8.3` (#1137) · ea499190
      M. Mert Yıldıran authored
      * Upgrade Basenine to `v0.8.3`
      
      * #run_acceptance_tests
      ea499190
    • M. Mert Yıldıran's avatar
      Add Go `crypto/tls` eBPF tracer for TLS connections (#1120) · 2ad4838c
      M. Mert Yıldıran authored
      * Run `go generate tls_tapper.go`
      
      * Add `golang_uprobes.c`
      
      * Add Golang hooks and offsets
      
      * Add `golangConnection` struct and implement `pollGolangReadWrite` method
      
      * Upgrade `github.com/cilium/ebpf` version to `v0.8.1`
      
      * Fix the linter error
      
      * Move map related stuff to `maps.h` and run `go generate tls_tapper.go`
      
      * Remove unused parameter
      
      * Add an environment variable to test Golang locally
      
      * Replace `Libssl` occurrences with `Ssllib` for consistency
      
      * Fix exe path finding
      
      * Temporarily disable OpenSSL
      
      * Fix the mixed offsets and dissection preparation
      
      * Change the read symbol from `net/http.(*persistConn).Read` to `crypto/tls.(*Conn).Read`
      
      * Remove `len` and `cap` fields
      
      * Fix the indent
      
      * Fix the read data address
      
      * Make `golang_dial_writes` key `__u64` and include the PID
      
      * Fix the read data address one more time
      
      * Temporarily disable the PCAP capture
      
      * Add a uprobe for `net/http.(*g...
      2ad4838c
    • lirazyehezkel's avatar
      TRA-4276 Folder structure refactor (#1131) · e41488ef
      lirazyehezkel authored
      * mizu-common folder structure refactor
      
      * no message
      
      * change images import from absolute to relative
      
      * relative sass imports
      
      * no message
      
      * remove tgz
      
      * spinner style
      e41488ef
  5. 08 Jun, 2022 1 commit
    • AmitUp9's avatar
      TRA-4596_Update material UI to v5 (#1132) · 533fb71b
      AmitUp9 authored
      * install @mui v5 and change imports
      
      * upgrade MUI v5 in mizu community
      
      * package-lock of mizu community and ui-common
      
      * fix ui-common path
      
      * #run_acceptance_tests
      
      * remove comment
      
      * cr fixes
      533fb71b
  6. 06 Jun, 2022 4 commits
  7. 02 Jun, 2022 3 commits
  8. 01 Jun, 2022 1 commit
  9. 31 May, 2022 1 commit
  10. 30 May, 2022 2 commits
  11. 29 May, 2022 1 commit
  12. 26 May, 2022 1 commit
  13. 25 May, 2022 1 commit
  14. 24 May, 2022 4 commits
  15. 22 May, 2022 3 commits
  16. 19 May, 2022 5 commits
  17. 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: default avatarM. Mert Yıldıran <mehmet@up9.com>
      
      * Remove whitespaces
      Co-authored-by: default avatarM. Mert Yıldıran <mehmet@up9.com>
      
      * Remove whitespaces
      Co-authored-by: default avatarM. Mert Yıldıran <mehmet@up9.com>
      
      * Remove whitespaces
      Co-authored-by: default avatarM. Mert Yıldıran <mehmet@up9.com>
      
      * Remove whitespaces
      Co-authored-by: default avatarM. Mert Yıldıran <mehmet@up9.com>
      
      * Remove whitespaces
      Co-authored-by: default avatarM. Mert Yıldıran <mehmet@up9.com>
      
      * Rename debug env vars
      
      * Create package for debug env vars, read each env var once
      
      * Run go mod tidy
      
      * Increment MatchedPairs before emitting
      
      * Only count cores once
      
      * Count virtual and physical cores
      
      * Add dbgctl replace in cli
      
      * Fix lint: Check return values
      
      * Add tap/dbgctl to test-lint make rule
      
      * Replace tap/dbgctl in all modules
      
      * #run_acceptance_tests
      
      * Copy dbgctl module to docker image
      
      * Debug/profile tapper benchmark (#1093)
      
      * add mizu debug env to avoid all extensions
      
      * add readme + run_tapper_benchmark.sh
      
      * temporary change branch name
      
      * fix readme
      
      * fix MIZU_BENCHMARK_CLIENTS_COUNT env
      
      * change tap target to tcp stream
      
      * track live tcp streams
      
      * pr fixes
      
      * rename tapperPacketsCount to ignored_packets_count
      
      * change mizu tapper to mizu debugg
      Co-authored-by: default avatarDavid Levanon <dvdlevanon@gmail.com>
      Co-authored-by: default avatarM. Mert Yıldıran <mehmet@up9.com>
      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
  18. 17 May, 2022 1 commit