fm_stats.fmt

来自「跑leach需要的」· FMT 代码 · 共 20 行

FMT
20
字号
1) now,2) f->flowid(),    // flowid3) 0,              // category4) f->ptype(),     // type (from trace header)5) f->flowid(),    // flowid (formerly class)6) f->src(),7) f->dst(),8) f->parrivals(), // arrivals this flow (pkts)9) f->barrivals(), // arrivals this flow (bytes)10) f->epdrops(),   // early drops this flow (pkts)11) f->ebdrops(),   // early drops this flow (bytes)12) parrivals(),    // all arrivals (pkts)13) barrivals(),    // all arrivals (bytes)14) epdrops(),      // total early drops (pkts)15) ebdrops(),      // total early drops (bytes)16) pdrops(),       // total drops (pkts)17) bdrops(),       // total drops (bytes)18) f->pdrops(),    // drops this flow (pkts) [includes edrops]19) f->bdrops()     // drops this flow (bytes) [includes edrops]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?