Home
last modified time | relevance | path

Searched refs:ifstat (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/dports/net/ifstat/ifstat-1.1/
H A DMakefile.in20 SRCS = ifstat.c $(LIBSRCS)
23 TARGET = ifstat
48 $(RM) configure config.h.in ifstat.1
71 $(INSTALL) -m 644 ifstat.1 $(DESTDIR)$(mandir)/man1/ifstat.1
77 $(INSTALL) -m 644 ifstat.h $(includedir)/ifstat.h
86 ifstat.o: ifstat.c ifstat.h config.h
87 drivers.o: drivers.c ifstat.h config.h snmp.h
88 snmp.o: snmp.c ifstat.h config.h snmp.h
H A Difstat.pod3 …-center="System Utilities" --release="ifstat `cat VERSION`" --lax --section=1 ifstat.pod > ifstat.1
11 ifstat - Report InterFace STATistics
15 B<ifstat> [B<-a>] [B<-l>] [B<-z>] [B<-n>] [B<-v>] [B<-h>] [B<-t>] [B<-i> if0,if1,...] [B<-d> drv[:o…
23 B<ifstat> accepts the following options:
29 Enables monitoring of loopback interfaces for which statistics are available. By default, ifstat mo…
H A Difstat.spec4 Name: ifstat
11 URL: http://gael.roualland.free.fr/ifstat/
19 ifstat(1) is a little tool to report interface activity like vmstat/iostat do.
20 In addition, ifstat can poll remote hosts through SNMP if you have the ucd-snmp
H A DREADME24 In addition, ifstat can poll remote hosts through SNMP if you have
87 Simply run ifstat and see stats rolling ;)
91 http://gael.roualland.free.fr/ifstat/
95 If you're happy with ifstat, I'd be glad to hear from you and know
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dinterface.c71 static perfstat_netinterface_t *ifstat; variable
363 if (pnif != nif || ifstat == NULL) { in interface_read()
364 free(ifstat); in interface_read()
365 ifstat = malloc(nif * sizeof(*ifstat)); in interface_read()
370 if ((ifs = perfstat_netinterface(&id, ifstat, sizeof(perfstat_netinterface_t), in interface_read()
378 if (!report_inactive && ifstat[i].ipackets == 0 && ifstat[i].opackets == 0) in interface_read()
381 if_submit(ifstat[i].name, "if_octets", ifstat[i].ibytes, ifstat[i].obytes); in interface_read()
382 if_submit(ifstat[i].name, "if_packets", ifstat[i].ipackets, in interface_read()
383 ifstat[i].opackets); in interface_read()
384 if_submit(ifstat[i].name, "if_errors", ifstat[i].ierrors, in interface_read()
[all …]
/dports/sysutils/moreutils/moreutils-0.66/
H A Difdata.c282 free(ifstat); in get_stats()
295 &ifstat->in_bytes, &ifstat->in_packets, in get_stats()
296 &ifstat->in_errors, &ifstat->in_drops, in get_stats()
297 &ifstat->in_fifo, &ifstat->in_frame, in get_stats()
298 &ifstat->in_compress, &ifstat->in_multicast, in get_stats()
299 &ifstat->out_bytes, &ifstat->out_packets, in get_stats()
300 &ifstat->out_errors, &ifstat->out_drops, in get_stats()
301 &ifstat->out_fifo, &ifstat->out_colls, in get_stats()
302 &ifstat->out_carrier, &ifstat->out_carrier in get_stats()
314 return ifstat; in get_stats()
[all …]
/dports/net/ifstat/ifstat-1.1/debian/
H A Dchangelog1 ifstat (1.1-1) unstable; urgency=low
7 ifstat (1.0-1) unstable; urgency=low
14 ifstat (1.0rc3-1) unstable; urgency=low
20 ifstat (1.0rc2-1) unstable; urgency=low
26 ifstat (1.0rc1-1) unstable; urgency=low
34 ifstat (1.0pre-1) unstable; urgency=low
42 ifstat (0.5-2) unstable; urgency=low
49 ifstat (0.5-1) unstable; urgency=low
55 ifstat (0.4-1) unstable; urgency=low
H A Dcontrol1 Source: ifstat
7 Package: ifstat
12 ifstat is a tool to report network interfaces bandwith just like
22 Static library, header and config file to include ifstat
/dports/games/libretro-picodrive/picodrive-600894e/pico/cd/
H A Dcdc.c81 uint8 ifstat; member
109 cdc.ifstat = 0xff; in cdc_reset()
208 old_load(ifstat, 67892); in cdc_context_load_old()
360 cdc.ifstat &= ~BIT_DTEI; in cdc_dma_update()
404 cdc.ifstat &= ~BIT_DECI; in cdc_decoder_update()
523 cdc.ifstat &= ~BIT_DTBSY; in cdc_reg_w()
607 cdc.ifstat |= BIT_DTEI; in cdc_reg_w()
708 return cdc.ifstat; in cdc_reg_r()
770 cdc.ifstat |= BIT_DECI; in cdc_reg_r()
793 if (!(cdc.ifstat & BIT_DTEN)) in cdc_host_r()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/cd/
H A Dcdc.c81 uint8 ifstat; member
109 cdc.ifstat = 0xff; in cdc_reset()
208 old_load(ifstat, 67892); in cdc_context_load_old()
360 cdc.ifstat &= ~BIT_DTEI; in cdc_dma_update()
404 cdc.ifstat &= ~BIT_DECI; in cdc_decoder_update()
523 cdc.ifstat &= ~BIT_DTBSY; in cdc_reg_w()
607 cdc.ifstat |= BIT_DTEI; in cdc_reg_w()
708 return cdc.ifstat; in cdc_reg_r()
770 cdc.ifstat |= BIT_DECI; in cdc_reg_r()
793 if (!(cdc.ifstat & BIT_DTEN)) in cdc_host_r()
[all …]
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/
H A Dcdc.c79 cdc.ifstat = 0xff; in cdc_reset()
197 cdc.ifstat |= (BIT_DTBSY | BIT_DTEN); in cdc_dma_update()
200 cdc.ifstat &= ~BIT_DTEI; in cdc_dma_update()
257 cdc.ifstat &= ~BIT_DECI; in cdc_decoder_update()
372 cdc.ifstat |= (BIT_DTBSY | BIT_DTEN); in cdc_reg_w()
406 cdc.ifstat &= ~(BIT_DTBSY | BIT_DTEN); in cdc_reg_w()
483 cdc.ifstat |= BIT_DTEI; in cdc_reg_w()
583 return cdc.ifstat; in cdc_reg_r()
645 cdc.ifstat |= BIT_DECI; in cdc_reg_r()
693 cdc.ifstat |= (BIT_DTBSY | BIT_DTEN); in cdc_host_r()
[all …]
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/
H A Dcdc.c79 cdc.ifstat = 0xff; in cdc_reset()
197 cdc.ifstat |= (BIT_DTBSY | BIT_DTEN); in cdc_dma_update()
200 cdc.ifstat &= ~BIT_DTEI; in cdc_dma_update()
257 cdc.ifstat &= ~BIT_DECI; in cdc_decoder_update()
372 cdc.ifstat |= (BIT_DTBSY | BIT_DTEN); in cdc_reg_w()
406 cdc.ifstat &= ~(BIT_DTBSY | BIT_DTEN); in cdc_reg_w()
483 cdc.ifstat |= BIT_DTEI; in cdc_reg_w()
583 return cdc.ifstat; in cdc_reg_r()
645 cdc.ifstat |= BIT_DECI; in cdc_reg_r()
693 cdc.ifstat |= (BIT_DTBSY | BIT_DTEN); in cdc_host_r()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dicmp.c1454 mib2_ipv6IfIcmpEntry_t ifstat; in icmp_load() local
1470 while ((ret_value = getMibstat(MIB_ICMP6, &ifstat, sizeof(ifstat), req, in icmp_load()
1477 icmp6stat.icmp6OutMsgs += ifstat.ipv6IfIcmpOutMsgs; in icmp_load()
1478 icmp6stat.icmp6InMsgs += ifstat.ipv6IfIcmpInMsgs; in icmp_load()
1479 icmp6stat.icmp6InErrors += ifstat.ipv6IfIcmpInErrors; in icmp_load()
1483 icmp6stat.icmp6InPktTooBigs += ifstat.ipv6IfIcmpInPktTooBigs; in icmp_load()
1484 icmp6stat.icmp6OutTimeExcds += ifstat.ipv6IfIcmpOutTimeExcds; in icmp_load()
1485 icmp6stat.icmp6InTimeExcds += ifstat.ipv6IfIcmpInTimeExcds; in icmp_load()
1488 icmp6stat.icmp6OutEchos += ifstat.ipv6IfIcmpOutEchos; in icmp_load()
1489 icmp6stat.icmp6InEchos += ifstat.ipv6IfIcmpInEchos; in icmp_load()
[all …]
H A Dinterfaces.c1341 mib2_ifEntry_t ifstat; in var_ifEntry() local
1361 long_return = ifstat.ifIndex; in var_ifEntry()
1364 *var_len = ifstat.ifDescr.o_length; in var_ifEntry()
1371 long_return = (u_long) ifstat.ifType; in var_ifEntry()
1374 long_return = (u_long) ifstat.ifMtu; in var_ifEntry()
1380 long_return = (u_long) ifstat.ifSpeed; in var_ifEntry()
1383 *var_len = ifstat.ifPhysAddress.o_length; in var_ifEntry()
1396 long_return = (u_long) ifstat.ifInOctets; in var_ifEntry()
1408 long_return = (u_long) ifstat.ifInErrors; in var_ifEntry()
1429 long_return = (u_long) ifstat.ifOutQLen; in var_ifEntry()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/config/cloud/
H A Daws.ipxe5 ifstat ||
11 ifstat ||
23 ifstat ||
H A Dgce.ipxe5 ifstat ||
9 ifstat ||
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/net/ipxe/ipxe-2265a65/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/usr/
H A Dlotest.c231 ifstat ( sender ); in loopback_test()
232 ifstat ( receiver ); in loopback_test()
278 ifstat ( sender ); in loopback_test()
279 ifstat ( receiver ); in loopback_test()
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Difstat1 # bash completion for ifstat(1) -*- shell-script -*-
66 complete -F _ifstat ifstat

12345678910>>...32