在做访问流量监控web.xml中有多个filter每个doFilter()方法中有FilterChain.doFilter()方法监控流量代码写在那个filter里面呢?
定义一个filter,在里面统计,放在所有filter的前面。