Changeset 124 for trunk

Show
Ignore:
Timestamp:
09/20/10 09:43:01 (13 years ago)
Author:
andreu
Message:

ticket #44

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dataFlowSet.c

    r122 r124  
    10621062                } else {  
    10631063                  /* here we'll make the choice that in multisampling mode, 
    1064                    * the virtual POP that represent the reste of world is  
    1065                    * in 1:10 packets mode */ 
     1064                   * the virtual POP that represent the reste of world will be 
     1065                   * recorded in 1:10 packets mode */ 
    10661066#if defined(MULTISAMPLING) 
    10671067                  ( 
     
    12311231                } 
    12321232#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   
    12331265              } 
    12341266              if (res->sampling == 0  
  • trunk/web/conf/opt.php

    r122 r124  
    66print "<div id=\"contenu\">\n"; 
    77 
    8 print "<p> Compilation options: </p>\n"; 
     8print "<p> Compilation options: \n"; 
    99 
    1010while (!feof ($CONFfinputLOG)) { 
     
    2222 } 
    2323 
    24 print "</div>\n"; 
     24print "</p> </div>\n"; 
    2525 
    2626fclose($CONFfinputLOG); 
  • trunk/web/renetcol.css

    r120 r124  
    182182{ 
    183183        display: block; 
    184         margin-left: 130px; 
    185         padding-right: 10px; 
     184        margin-left: 140px; 
     185        padding-right: 15px; 
    186186/*        border-style: dotted;*/ 
    187187        background: url(./img_monitoring/renetcol_logo_vertical.jpg) no-repeat -100px bottom; 
     
    207207} 
    208208 
     209div#contenu li 
     210{  
     211} 
     212 
    209213div#contenu p 
    210214{