Search Criteria
Package Details: ifstat 1.1.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ifstat.git (read-only, click to copy) |
---|---|
Package Base: | ifstat |
Description: | A tool to report network interfaces bandwith just like vmstat/iostat do for other system counters |
Upstream URL: | https://github.com/matttbe/ifstat |
Licenses: | GPL-2.0-or-later |
Conflicts: | libifstat |
Provides: | libifstat |
Submitter: | njones |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-30 15:05 (UTC) |
Last Updated: | 2024-05-28 10:53 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- net-snmp (optional) – Gather statistics from remote equipments
Latest Comments
dreieck commented on 2024-04-18 22:31 (UTC) (edited on 2024-04-18 22:33 (UTC) by dreieck)
I get the following error in
prepare()
:The fix that was provided on 2022-05-18 fixes it -- please implement!
Regards!
PeterBB commented on 2023-11-26 20:58 (UTC)
There is a more recent version of ifstat on GitHub now.
https://github.com/matttbe/ifstat
gbc921 commented on 2022-05-18 14:44 (UTC)
Hi!
It seems that the patch line needs to be changed to:
patch -p1 -i "$srcdir/0001-a.patch"
Please let me know if that is true to you. Thanks