]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- netlink optimizations for snmpnetstat:
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Feb 2009 09:21:01 +0000 (09:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  time ss -nat | wc -l -> 10648; 0m0.126s (with tcp_diag kernel module)
  time ss -nat | wc -l -> 10929; 0m2.380s (without tcp_diag kernel module)
  time netstat -nat | wc -l -> 10775; 0m8.275s (plain /proc/net/tcp reading)
- add GetBulk support to snmpnetstat
- rel 4

Changed files:
    net-snmp.spec -> 1.132

net-snmp.spec

index cc936641d0b79da731a387459e378f80b0f5200a..383fab82ca1fdada2ce962ff4b9ebf1af78732f6 100644 (file)
@@ -20,7 +20,7 @@ Summary(ru.UTF-8):    Набор утилит для протокола SNMP от U
 Summary(uk.UTF-8):     Набір утиліт для протоколу SNMP від UC-Davis
 Name:          net-snmp
 Version:       5.4.2.1
-Release:       3
+Release:       4
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz
@@ -48,6 +48,8 @@ Patch11:      %{name}-defaultconfig.patch
 Patch12:       %{name}-use-rpm-hrmib.patch
 Patch14:       %{name}-lm_sensors_3.patch
 Patch15:       %{name}-subcontainer.patch
+Patch16:       %{name}-netlink.patch
+Patch17:       %{name}-TCP_STATS_CACHE_TIMEOUT.patch
 URL:           http://www.net-snmp.org/
 BuildRequires: autoconf >= 2.61-3
 BuildRequires: automake
@@ -60,7 +62,7 @@ BuildRequires:        openssl-devel >= 0.9.7d
 %{?with_autodeps:BuildRequires:        perl-Term-ReadKey}
 BuildRequires: perl-devel >= 1:5.8.0
 %if %{with python}
-BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-devel
 BuildRequires: python-setuptools
 %endif
 %if %{with rpm}
@@ -418,6 +420,8 @@ SNMP dla trzech wersji tego protokołu (SNMPv3, SNMPv2c, SNMPv1).
 %patch12 -p1
 %patch14 -p0
 %patch15 -p1
+%patch16 -p1
+%patch17 -p1
 
 %build
 %{__libtoolize}
This page took 0.059961 seconds and 4 git commands to generate.