Skip to content
Oleg Strizhechenko edited this page May 29, 2017 · 4 revisions

Welcome to the netutils-linux wiki!

Design notes, why this, why that, etc

Network top output layout responsibility

  1. If it will be fully defined in network_top.py - there'll be a lot of duplicity.
    • separate function parse() in basetop is designed to be used from network top
    • we don't need self.header in every default __repr__ of any top
    • for loop and print top was just a temporary hack to make it work as PoC
  2. If it will be defined in each top-like util - there are small differences in output union of irqtop, softirq-net-rx-top and softnet-stat-top.
  3. I don't know there to put NUMA highlighting logic.
Clone this wiki locally