mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Using the base dir only, will ensure to get all needed info independent of configuration and future changes. ├── dasd │ ├── devices │ └── statistics ├── net │ ├── anycast6 │ ├── arp │ ├── bonding │ ├── dev │ ├── dev_mcast │ ├── dev_snmp6 │ │ ├── encbdf0 │ │ └── lo │ ├── sockstat │ ├── sockstat6 │ ├── softnet_stat │ ├── stat │ │ ├── arp_cache │ │ ├── ndisc_cache │ │ ├── nf_conntrack │ │ └── rt_cache │ ├── vlan The change in size and collection speed can be ignored. Reviewed-by: Michael Storzer <MSTORZER@de.ibm.com> Signed-off-by: Jörn Siglen <siglen@de.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>