- Timestamp:
- 09/20/10 09:43:01 (13 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataFlowSet.c
r122 r124 1062 1062 } else { 1063 1063 /* here we'll make the choice that in multisampling mode, 1064 * the virtual POP that represent the reste of world is1065 * in 1:10 packets mode */1064 * the virtual POP that represent the reste of world will be 1065 * recorded in 1:10 packets mode */ 1066 1066 #if defined(MULTISAMPLING) 1067 1067 ( … … 1231 1231 } 1232 1232 #endif 1233 } else { 1234 #if defined(MULTISAMPLING) 1235 #if defined(MATRIX) 1236 ( 1237 ((struct POP *)(myPtrs->matrixPOP) 1238 +((ROUTER_INDEX_MAX-1)*ROUTER_INDEX_MAX) 1239 +((res->routerNb))))->pktsNb += agCache.pkts*myPtrs->currentRouterPtr->sampled/10; 1240 ( 1241 ((struct POP *)(myPtrs->matrixPOP) 1242 +((ROUTER_INDEX_MAX-1)*ROUTER_INDEX_MAX) 1243 +((res->routerNb))))->bytesNb += agCache.bytes*myPtrs->currentRouterPtr->sampled/10; 1244 ( 1245 ((struct POP *)(myPtrs->matrixPOP) 1246 +((ROUTER_INDEX_MAX-1)*ROUTER_INDEX_MAX) 1247 +((res->routerNb))))->flowNb++; 1248 #endif 1249 #else 1250 #if defined(MATRIX) 1251 ( 1252 ((struct POP *)(myPtrs->matrixPOP) 1253 +((ROUTER_INDEX_MAX-1)*ROUTER_INDEX_MAX) 1254 +((res->routerNb))))->pktsNb += agCache.pkts; 1255 ( 1256 ((struct POP *)(myPtrs->matrixPOP) 1257 +((ROUTER_INDEX_MAX-1)*ROUTER_INDEX_MAX) 1258 +((res->routerNb))))->bytesNb += agCache.bytes; 1259 ( 1260 ((struct POP *)(myPtrs->matrixPOP) 1261 +((ROUTER_INDEX_MAX-1)*ROUTER_INDEX_MAX) 1262 +((res->routerNb))))->flowNb++; 1263 #endif 1264 #endif 1233 1265 } 1234 1266 if (res->sampling == 0 -
trunk/web/conf/opt.php
r122 r124 6 6 print "<div id=\"contenu\">\n"; 7 7 8 print "<p> Compilation options: </p>\n";8 print "<p> Compilation options: \n"; 9 9 10 10 while (!feof ($CONFfinputLOG)) { … … 22 22 } 23 23 24 print "</ div>\n";24 print "</p> </div>\n"; 25 25 26 26 fclose($CONFfinputLOG); -
trunk/web/renetcol.css
r120 r124 182 182 { 183 183 display: block; 184 margin-left: 1 30px;185 padding-right: 1 0px;184 margin-left: 140px; 185 padding-right: 15px; 186 186 /* border-style: dotted;*/ 187 187 background: url(./img_monitoring/renetcol_logo_vertical.jpg) no-repeat -100px bottom; … … 207 207 } 208 208 209 div#contenu li 210 { 211 } 212 209 213 div#contenu p 210 214 {