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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 16 Jun, 2022 2 commits
- 14 Jun, 2022 1 commit
-
-
AmitUp9 authored
* remove node-sass from project and install sass instead * fix ui-common path
-
- 13 Jun, 2022 2 commits
-
-
lirazyehezkel authored
* Fix images imports * fix image name
-
Igor Gov authored
-
- 12 Jun, 2022 4 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Upgrade Basenine to `v0.8.3` * #run_acceptance_tests
-
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...
-
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
-
- 08 Jun, 2022 1 commit
-
-
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
-
- 06 Jun, 2022 4 commits
- 02 Jun, 2022 3 commits
-
-
AmitUp9 authored
-
gadotroee authored
-
AmitUp9 authored
* Major npm packages update * npm i command added to dockerfile * globally install npm new version * remove the packages lock file copy * package-lock commit and dockerfile revert changes * space removal Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
- 01 Jun, 2022 1 commit
-
-
gadotroee authored
-
- 31 May, 2022 1 commit
-
-
AmitUp9 authored
-
- 30 May, 2022 2 commits
- 29 May, 2022 1 commit
-
-
Igor Gov authored
* Trigger mizu ent stg deployment on release
-
- 26 May, 2022 1 commit
-
-
AmitUp9 authored
-
- 25 May, 2022 1 commit
-
-
AmitUp9 authored
* #run_acceptance_tests * added new line to the end of the file * #run_acceptance_tests * linter fix * more linter issues fix
-
- 24 May, 2022 4 commits
-
-
AmitUp9 authored
* number of lines state added * added useEffect to update to showLineNubers state dynamically * small cr fixes
-
AmitUp9 authored
-
Nimrod Gilboa Markevich authored
-
leon-up9 authored
Co-authored-by: Leon <>
-
- 22 May, 2022 3 commits
-
-
RoyUP9 authored
-
Nimrod Gilboa Markevich authored
-
Nimrod Gilboa Markevich authored
-
- 19 May, 2022 5 commits
-
-
Nimrod Gilboa Markevich authored
-
David Levanon authored
-
M. Mert Yıldıran authored
* Fix `checkFilterByMethod` in acceptance tests * #run_acceptance_tests * Add `numberOfRecords` parameter to test specs #run_acceptance_tests * Fix the values #run_acceptance_tests * Fix the values #run_acceptance_tests * Fix #run_acceptance_tests * #run_acceptance_tests * Reduce value duplication #run_acceptance_tests Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com> Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
gadotroee authored
-
M. Mert Yıldıran authored
* Call `SetProtocol` in AMQP faster and remove `GetProtocol` method * #run_acceptance_tests * Remove the unused fields from the test mocks #run_acceptance_tests
-
- 18 May, 2022 3 commits
-
-
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 <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. 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:
David Levanon <dvdlevanon@gmail.com> Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com>
-
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
-
lirazyehezkel authored
-
- 17 May, 2022 1 commit
-
-
M. Mert Yıldıran authored
* Fix `checkFilter` method in the acceptance tests * #run_acceptance_tests * Remove duplicate assertion #run_acceptance_tests
-