This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/src/entry
zhengchao a1556699c3 在feather增加累积扫描长度和次数的统计,但未在maat_stat中输出,只能通过gdb查看。
在gdb中切换到bt后包含thread_rule_monitor函数的线程,在.84上是thread 4,up到thread_rule_monitor栈,执行:
(gdb) p *feather
$2 = {
  scanner = 0x706540,
  total_scan_bytes = 1971931012,
  total_scan_cnt = 13269797
}
2016-05-11 09:53:00 +08:00
..