Summary: Console interface bandwidth usage monitor Summary(pl): Konsolowy monitor użycia interfejsu sieciowego Name: bmon Version: 1.2.0 Release: 1 License: Artistic Group: Applications/Networking Source0: http://trash.net/~reeler/bmon/files/%{name}-%{version}.tar.bz2 # Source0-md5: b22af0ac4564200c6d249d4585589ce8 Patch0: %{name}-ncurses.patch URL: http://trash.net/~reeler/bmon/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel BuildRequires: ncurses-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description bmon is an interface bandwidth monitor. It is able to generate and draw three types of diagrams: - The overview diagram which is a list of all interfaces and their send/receive rates. - A very MRTG like graphical diagram in ASCII showing the rate over a specific time period in a bar diagram. - The details diagram which contains all counters of an interface such as total bytes sent/received, errors, compressed packets, ... %description -l pl bmon jest monitorem ruchu na interfejsach sieciowych. Pozwala on na generowanie i rysowanie trzech typów diagramów: - Diagram ogólny który wyświetla wszystkie interfejsy sieciowe i informacje o aktualnym zużyciu przepustowości - Diagram ASCII podobny do generowanego przez MRTG, pokazujący informacje o przesyle danych w postaci wykresu paskowego - Diagram szczegółowy który zawiera wszystkie liczniki danego interfejsu, takie jak całkowita liczba bajtów odebranych/wysłanych, błędy, skompresowane pakiety... %prep %setup -q %patch0 -p1 %build %{__gettextize} %{__aclocal} %{__autoconf} %{__autoheader} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install bmon $RPM_BUILD_ROOT%{_bindir} install bmon.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/*