Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
csv 形式で netflow レコードを取得する必要がありますが、ネットワークには多くのトラフィックがあるため、nfdump は MB 単位で情報を返します。トラフィック情報をバイト単位で取得するには、NFDUMP で 1 つのオプションを使用するしかありません。
私の現在のコマンドは次のとおりです。
nfdump -R netflow/ -q -o csv 'src net 33.1.1.0/24 and dst net 33.1.2.0/24'