[netperf-dev] netperf2 commit notice r496 - trunk
raj at netperf.org
raj at netperf.org
Wed Nov 2 09:56:15 PDT 2011
Author: raj
Date: 2011-11-02 09:56:15 -0700 (Wed, 02 Nov 2011)
New Revision: 496
Modified:
trunk/configure
trunk/configure.ac
Log:
enable automagic selection of cpu util mechanism for aix 6
Modified: trunk/configure
===================================================================
--- trunk/configure 2011-11-02 16:54:14 UTC (rev 495)
+++ trunk/configure 2011-11-02 16:56:15 UTC (rev 496)
@@ -7025,7 +7025,7 @@
enable_cpuutil="pstat - auto"
NETCPU_SOURCE="pstat"
;;
- *-*-aix5.*)
+ *-*-aix5.* | *-*-aix6.*)
use_puutil=true
$as_echo "#define USE_PERFSTAT /**/" >>confdefs.h
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2011-11-02 16:54:14 UTC (rev 495)
+++ trunk/configure.ac 2011-11-02 16:56:15 UTC (rev 496)
@@ -678,7 +678,7 @@
enable_cpuutil="pstat - auto"
NETCPU_SOURCE="pstat"
;;
- *-*-aix5.*)
+ *-*-aix5.* | *-*-aix6.*)
use_puutil=true
AC_DEFINE([USE_PERFSTAT],,[Use AIX's perfstat interface to measure CPU util.])
AC_HAVE_LIBRARY(perfstat)
More information about the netperf-dev
mailing list