441 | | for (i=0; i<v4PrefixNb; i++){ |
442 | | fprintf(stderr, "%lu \n %llu flows,\t %llu bytes,\t %llu pkts\n Pkts (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Bytes (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Flows (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n \n %llu flows,\t %llu bytes,\t %llu pkts\n Pkts (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Bytes (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Flows (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n \n", |
443 | | prefixV4Tab[i].beginning, |
444 | | prefixV4Tab[i].flowNbIN, |
445 | | prefixV4Tab[i].bytesNbIN, |
446 | | prefixV4Tab[i].pktsNbIN, |
447 | | prefixV4Tab[i].udpPktsNbIN, |
448 | | prefixV4Tab[i].tcpPktsNbIN, |
449 | | prefixV4Tab[i].icmpPktsNbIN, |
450 | | prefixV4Tab[i].othersPktsNbIN, |
451 | | prefixV4Tab[i].udpBytesNbIN, |
452 | | prefixV4Tab[i].tcpBytesNbIN, |
453 | | prefixV4Tab[i].icmpBytesNbIN, |
454 | | prefixV4Tab[i].othersBytesNbIN, |
455 | | prefixV4Tab[i].udpFlowNbIN, |
456 | | prefixV4Tab[i].tcpFlowNbIN, |
457 | | prefixV4Tab[i].icmpFlowNbIN, |
458 | | prefixV4Tab[i].othersFlowNbIN, |
459 | | prefixV4Tab[i].flowNbOUT, |
460 | | prefixV4Tab[i].bytesNbOUT, |
461 | | prefixV4Tab[i].pktsNbOUT, |
462 | | prefixV4Tab[i].udpPktsNbOUT, |
463 | | prefixV4Tab[i].tcpPktsNbOUT, |
464 | | prefixV4Tab[i].icmpPktsNbOUT, |
465 | | prefixV4Tab[i].othersPktsNbOUT, |
466 | | prefixV4Tab[i].udpBytesNbOUT, |
467 | | prefixV4Tab[i].tcpBytesNbOUT, |
468 | | prefixV4Tab[i].icmpBytesNbOUT, |
469 | | prefixV4Tab[i].othersBytesNbOUT, |
470 | | prefixV4Tab[i].udpFlowNbOUT, |
471 | | prefixV4Tab[i].tcpFlowNbOUT, |
472 | | prefixV4Tab[i].icmpFlowNbOUT, |
473 | | prefixV4Tab[i].othersFlowNbOUT |
474 | | ); |
475 | | } |
| 469 | /* for (i=0; i<shmForAgg->v4PrefixNb; i++){ */ |
| 470 | /* fprintf(stderr, "%lu \n %llu flows,\t %llu bytes,\t %llu pkts\n Pkts (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Bytes (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Flows (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n \n %llu flows,\t %llu bytes,\t %llu pkts\n Pkts (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Bytes (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n Flows (udp tcp icmp others): %llu \t %llu \t %llu \t %llu\n \n", */ |
| 471 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].beginning, */ |
| 472 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].flowNbIN, */ |
| 473 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].bytesNbIN, */ |
| 474 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].pktsNbIN, */ |
| 475 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].udpPktsNbIN, */ |
| 476 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].tcpPktsNbIN, */ |
| 477 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].icmpPktsNbIN, */ |
| 478 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].othersPktsNbIN, */ |
| 479 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].udpBytesNbIN, */ |
| 480 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].tcpBytesNbIN, */ |
| 481 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].icmpBytesNbIN, */ |
| 482 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].othersBytesNbIN, */ |
| 483 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].udpFlowNbIN, */ |
| 484 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].tcpFlowNbIN, */ |
| 485 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].icmpFlowNbIN, */ |
| 486 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].othersFlowNbIN, */ |
| 487 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].flowNbOUT, */ |
| 488 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].bytesNbOUT, */ |
| 489 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].pktsNbOUT, */ |
| 490 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].udpPktsNbOUT, */ |
| 491 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].tcpPktsNbOUT, */ |
| 492 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].icmpPktsNbOUT, */ |
| 493 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].othersPktsNbOUT, */ |
| 494 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].udpBytesNbOUT, */ |
| 495 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].tcpBytesNbOUT, */ |
| 496 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].icmpBytesNbOUT, */ |
| 497 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].othersBytesNbOUT, */ |
| 498 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].udpFlowNbOUT, */ |
| 499 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].tcpFlowNbOUT, */ |
| 500 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].icmpFlowNbOUT, */ |
| 501 | /* shmForAgg->prefixV4Tab[shmForAgg->currentTable][i].othersFlowNbOUT */ |
| 502 | /* ); */ |
| 503 | /* } */ |