December 2015
Intermediate to advanced
250 pages
4h 41m
English
In this recipe, we'll look at the following network metrics:
network.interface.collisionsnetwork.interface.in.bytesnetwork.interface.in.packetsnetwork.interface.in.errorsnetwork.interface.in.dropsnetwork.interface.out.bytesnetwork.interface.out.packetsnetwork.interface.out.errorsnetwork.interface.out.dropsNow, one last time, we'll look at how we can create a text and graphical representation of data. Perform the following steps:
~]# pmdumptext -H -t 1 -i -l network.interface.collisions network.interface.in.bytes network.interface.in.packets network.interface.in.errors network.interface.in.drops network.interface.out.bytes network.interface.out.packets ...