NAME
Device::Firewall::PaloAlto::Op::InterfaceStats - Palo Alto firewall interface statistics.
VERSION
version 0.1.9
SYNOPSIS
DESCRIPTION
ERRORS
METHODS
hw_bytes
my ($bytes_in, $bytes_out) = $fw->op->interface_stats('ethernet1/1')->hw_bytes;
Returns the number of bytes received and sent on the interface.
AUTHOR
Greg Foletta <greg@foletta.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Greg Foletta.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.