|
NAMEUnix::Statgrab::sg_network_iface_stats - container for libstatgrab network interface statisticsDESCRIPTION"Unix::Statgrab::sg_network_iface_stats" is a Perl package name providing accessors to bundled libstatgrab sg_network_iface_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_network_iface_stats.3.html> network interface statistics.METHODSnentriesReturns the number of entries in the container.systimeReturns the seconds since Epoch (0:00:00 on January, 1st 1970) of the time measure the network interface statistics.as_listDeprecated alias of "fetchall_hash"fetchall_hashReturns all records from sg_network_iface_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_network_iface_stats.3.html> container as list of hash containing each datum name as key and the datum as value.fetchall_arrayReturns all records from sg_network_iface_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_network_iface_stats.3.html> container as list of arrays containing the values in following order:(interface_name speed factor duplex up systime) in that order without leading headline. fetchall_tableReturns all records from sg_network_iface_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_network_iface_stats.3.html> container as list of arrays containing the values in following order:(interface_name speed factor duplex up systime) in that order including leading headline. fetchrow_arrayref($row = 0)Returns one row as array containing values as above.fetchall_arrayrefReturns all records from sg_network_iface_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_network_iface_stats.3.html> container as array of arrays without header.fetchrow_hashref($row = 0)Returns one row as hash containing "{ disk_name => $self.disk_name($row), read_bytes => ... }".fetchall_hashrefReturns all records from sg_network_iface_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_network_iface_stats.3.html> container as array of hashes.colnamesReturns list of column names: "(interface_name speed factor duplex up systime)"interface_nameThe name of the interface known to the operating system. (e.g. on linux it might be eth0)speedThe speed of the interface, in factor/secfactorThe factor for the speed in bit/sec - e.g. 1'000'000 for megabit/secduplexOne ofSG_IFACE_DUPLEX_FULL SG_IFACE_DUPLEX_HALF SG_IFACE_DUPLEX_UNKNOWN upTrue value when the interface is upAUTHORJens Rehsack, <rehsack AT cpan.org>COPYRIGHT AND LICENSECopyright (C) 2012-2018 by Jens RehsackThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Visit the GSP FreeBSD Man Page Interface. |