[netperf-dev] netperf2 commit notice r246 - trunk/src

raj at netperf.org raj at netperf.org
Thu Mar 6 16:43:43 PST 2008


Author: raj
Date: 2008-03-06 16:43:42 -0800 (Thu, 06 Mar 2008)
New Revision: 246

Modified:
   trunk/src/nettest_bsd.h
Log:
lay the foundation for system and cpu model strings and cpu frequency

Modified: trunk/src/nettest_bsd.h
===================================================================
--- trunk/src/nettest_bsd.h	2008-03-07 00:40:48 UTC (rev 245)
+++ trunk/src/nettest_bsd.h	2008-03-07 00:43:42 UTC (rev 246)
@@ -91,6 +91,16 @@
 
   uint32_t   interval_burst;/* how many things to do each interval */
   uint32_t   interval_usecs;/* how long each interval should be */
+  /* there are 16 ints above here, and we have 248 - (16*4) or 184 bytes
+     remaining */
+  /* these are here because they can be checked before actual data
+     connections are made, and the omni_results_struct is already
+     full */
+  uint32_t   cpu_frequency;
+  char       system_model[32];
+  char       cpu_model[64];  /* seems like an awful lot doesn't it */
+  /* 84 bytes left */
+  
 };
 
 struct omni_results_struct {



More information about the netperf-dev mailing list