Skip to content

Ordering clear srcip and dstip address fields #19

@jwrona

Description

@jwrona

Without -o:

$ mpiexec --allow-run-as-root -n 2 fdistdump$MPI_SUFFIX /data/lnfstore/ -f "srcip 81.25.30.14"
first                       bytes     packets     srcport     dstport     srcip           dstip               proto
2018-01-29 10:04:49.005     76        1           123         123         81.25.30.14     195.113.144.201     UDP
2018-01-29 10:05:01.006     76        1           123         123         81.25.30.14     195.113.144.201     UDP
2018-01-29 10:05:13.002     76        1           123         123         81.25.30.14     195.113.144.201     UDP
2018-01-29 10:05:25.003     76        1           123         123         81.25.30.14     195.113.144.201     UDP
2018-01-29 10:05:37.006     76        1           123         123         81.25.30.14     195.113.144.201     UDP
2018-01-29 10:05:49.003     76        1           123         123         81.25.30.14     195.113.144.201     UDP
...

With -o:

# mpiexec --allow-run-as-root -n 2 fdistdump$MPI_SUFFIX /data/lnfstore/ -f "srcip 81.25.30.14" -o bytes
first                       bytes     packets     srcport     dstport     srcip     dstip     proto
2018-01-29 10:04:37.003     76        1           123         123         ::        ::        UDP
2018-01-29 10:04:25.004     76        1           123         123         ::        ::        UDP
2018-01-29 10:04:13.004     76        1           123         123         ::        ::        UDP
2018-01-29 10:04:01.003     76        1           123         123         ::        ::        UDP
2018-01-29 10:03:49.003     76        1           123         123         ::        ::        UDP
2018-01-29 10:03:37.007     76        1           123         123         ::        ::        UDP
...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions