Last active
July 9, 2017 07:41
-
-
Save Akkadius/28b7ad2fdd82bdd15ea737c68f404346 to your computer and use it in GitHub Desktop.
Revisions
-
Akkadius renamed this gist
Jul 9, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Akkadius created this gist
Jul 9, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,243 @@ ###################################################################### #::: Below example, 46 clients, 1 NPC target - 64 seconds ###################################################################### .------------------------------------------------------------. | Packet Totals (Log Duration (64s)) | +--------------+------------+--------------------------------+ | Packet Count | Bytes | Packet Type | +--------------+------------+--------------------------------+ | 466,533 | 11,196,792 | OP_ClientUpdate - 0x005b | | 420,056 | 2,100,280 | OP_MobHealth - 0x014a | | 257,110 | 1,542,660 | OP_Animation - 0x0024 | | 39,984 | 399,840 | OP_BeginCast - 0x003a | | 34,465 | 999,485 | OP_Damage - 0x0071 | | 20,858 | 104,290 | OP_MobEnduranceUpdate - 0x0149 | | 20,858 | 104,290 | OP_MobManaUpdate - 0x014b | | 116 | 1,624 | OP_AAAction - 0x0004 | | 48 | 672 | OP_AAExpUpdate - 0x0005 | | 8,687 | 286,671 | OP_Action - 0x0008 | | 1,686 | 84,300 | OP_Buff - 0x003e | | 1,145 | 235,750 | OP_ChannelMessage - 0x0049 | | 868 | 27,513 | OP_ColoredText - 0x005e | | 2,303 | 78,302 | OP_Death - 0x0072 | | 2,401 | 16,807 | OP_DeleteSpawn - 0x0078 | | 49 | 686 | OP_DisciplineTimer - 0x007d | | 3,644 | 43,728 | OP_EnduranceUpdate - 0x0099 | | 9,666 | 336,303 | OP_FormattedMessage - 0x00ad | | 1,717 | 20,604 | OP_HPUpdate - 0x00f8 | | 196 | 50,568 | OP_Illusion - 0x00f9 | | 85 | 1,267 | OP_InterruptCast - 0x0102 | | 42 | 588 | OP_ItemRecastDelay - 0x0109 | | 61 | 854 | OP_ItemVerifyReply - 0x010a | | 1 | 6 | OP_LootRequest - 0x0133 | | 1,439 | 25,902 | OP_ManaChange - 0x0134 | | 3,644 | 43,728 | OP_ManaUpdate - 0x0135 | | 402 | 7,236 | OP_MemorizeSpell - 0x0138 | | 2 | 44 | OP_MoneyOnCorpse - 0x014e | | 3,528 | 2,744,784 | OP_NewSpawn - 0x0157 | | 193 | 48,250 | OP_PetBuffWindow - 0x0162 | | 8 | 48 | OP_PetHoTT - 0x0165 | | 3,724 | 37,240 | OP_PlayerStateAdd - 0x0176 | | 3,674 | 36,740 | OP_PlayerStateRemove - 0x0177 | | 84 | 424 | OP_RestState - 0x01a2 | | 160 | 2,240 | OP_SimpleMessage - 0x01d2 | | 724 | 7,240 | OP_SpawnAppearance - 0x01d9 | | 2,254 | 67,620 | OP_SpellEffect - 0x01dd | | 3,346 | 692,908 | OP_TargetBuffs - 0x01e3 | | 144 | 864 | OP_TargetHoTT - 0x01e5 | | 2,380 | 69,020 | OP_WearChange - 0x0213 | '--------------+------------+--------------------------------' ################################################################################# #::: BEFORE #::: Results shown below are: packet count, bytes total, packet type PER second ################################################################################# root@peq-test:/home/eqemu# cat packet_log_burn_1_result.txt | grep ClientUpdate 436 10464 :: OP_ClientUpdate - 0x005b 772 18528 :: OP_ClientUpdate - 0x005b 583 13992 :: OP_ClientUpdate - 0x005b 760 18240 :: OP_ClientUpdate - 0x005b 431 10344 :: OP_ClientUpdate - 0x005b 672 16128 :: OP_ClientUpdate - 0x005b 728 17472 :: OP_ClientUpdate - 0x005b 815 19560 :: OP_ClientUpdate - 0x005b 532 12768 :: OP_ClientUpdate - 0x005b 679 16296 :: OP_ClientUpdate - 0x005b 1,164 27936 :: OP_ClientUpdate - 0x005b 3,417 82008 :: OP_ClientUpdate - 0x005b 5,619 134856 :: OP_ClientUpdate - 0x005b 5,507 132168 :: OP_ClientUpdate - 0x005b 4,736 113664 :: OP_ClientUpdate - 0x005b 4,308 103392 :: OP_ClientUpdate - 0x005b 5,573 133752 :: OP_ClientUpdate - 0x005b 4,837 116088 :: OP_ClientUpdate - 0x005b 4,822 115728 :: OP_ClientUpdate - 0x005b 5,161 123864 :: OP_ClientUpdate - 0x005b 5,675 136200 :: OP_ClientUpdate - 0x005b 4,446 106704 :: OP_ClientUpdate - 0x005b 6,259 150216 :: OP_ClientUpdate - 0x005b 15,273 366552 :: OP_ClientUpdate - 0x005b 13,925 334200 :: OP_ClientUpdate - 0x005b 13,798 331152 :: OP_ClientUpdate - 0x005b 17,418 418032 :: OP_ClientUpdate - 0x005b 16,606 398544 :: OP_ClientUpdate - 0x005b 15,401 369624 :: OP_ClientUpdate - 0x005b 18,671 448104 :: OP_ClientUpdate - 0x005b 18,399 441576 :: OP_ClientUpdate - 0x005b 16,384 393216 :: OP_ClientUpdate - 0x005b 19,187 460488 :: OP_ClientUpdate - 0x005b 19,805 475320 :: OP_ClientUpdate - 0x005b 15,016 360384 :: OP_ClientUpdate - 0x005b 11,826 283824 :: OP_ClientUpdate - 0x005b 11,186 268464 :: OP_ClientUpdate - 0x005b 12,844 308256 :: OP_ClientUpdate - 0x005b 11,664 279936 :: OP_ClientUpdate - 0x005b 14,339 344136 :: OP_ClientUpdate - 0x005b 12,963 311112 :: OP_ClientUpdate - 0x005b 12,500 300000 :: OP_ClientUpdate - 0x005b 13,759 330216 :: OP_ClientUpdate - 0x005b 11,912 285888 :: OP_ClientUpdate - 0x005b 9,676 232224 :: OP_ClientUpdate - 0x005b 12,070 289680 :: OP_ClientUpdate - 0x005b 12,797 307128 :: OP_ClientUpdate - 0x005b 11,087 266088 :: OP_ClientUpdate - 0x005b 9,235 221640 :: OP_ClientUpdate - 0x005b 2,785 66840 :: OP_ClientUpdate - 0x005b 2,843 68232 :: OP_ClientUpdate - 0x005b 3,258 78192 :: OP_ClientUpdate - 0x005b 2,745 65880 :: OP_ClientUpdate - 0x005b 2,880 69120 :: OP_ClientUpdate - 0x005b 2,637 63288 :: OP_ClientUpdate - 0x005b 1,867 44808 :: OP_ClientUpdate - 0x005b 2,064 49536 :: OP_ClientUpdate - 0x005b 1,756 42144 :: OP_ClientUpdate - 0x005b 1,736 41664 :: OP_ClientUpdate - 0x005b 1,581 37944 :: OP_ClientUpdate - 0x005b 1,484 35616 :: OP_ClientUpdate - 0x005b 1,589 38136 :: OP_ClientUpdate - 0x005b 864 20736 :: OP_ClientUpdate - 0x005b 771 18504 :: OP_ClientUpdate - 0x005b root@peq-test:/home/eqemu# cat packet_log_burn_1_result.txt | grep MobHealth 306 1530 :: OP_MobHealth - 0x014a 124 620 :: OP_MobHealth - 0x014a 873 4365 :: OP_MobHealth - 0x014a 456 2280 :: OP_MobHealth - 0x014a 447 2235 :: OP_MobHealth - 0x014a 244 1220 :: OP_MobHealth - 0x014a 823 4115 :: OP_MobHealth - 0x014a 219 1095 :: OP_MobHealth - 0x014a 718 3590 :: OP_MobHealth - 0x014a 748 3740 :: OP_MobHealth - 0x014a 631 3155 :: OP_MobHealth - 0x014a 1,252 6260 :: OP_MobHealth - 0x014a 9,976 49880 :: OP_MobHealth - 0x014a 7,122 35610 :: OP_MobHealth - 0x014a 7,244 36220 :: OP_MobHealth - 0x014a 7,277 36385 :: OP_MobHealth - 0x014a 8,893 44465 :: OP_MobHealth - 0x014a 7,744 38720 :: OP_MobHealth - 0x014a 7,372 36860 :: OP_MobHealth - 0x014a 7,534 37670 :: OP_MobHealth - 0x014a 9,407 47035 :: OP_MobHealth - 0x014a 8,058 40290 :: OP_MobHealth - 0x014a 8,990 44950 :: OP_MobHealth - 0x014a 10,448 52240 :: OP_MobHealth - 0x014a 11,581 57905 :: OP_MobHealth - 0x014a 11,951 59755 :: OP_MobHealth - 0x014a 13,609 68045 :: OP_MobHealth - 0x014a 8,792 43960 :: OP_MobHealth - 0x014a 12,484 62420 :: OP_MobHealth - 0x014a 13,875 69375 :: OP_MobHealth - 0x014a 9,887 49435 :: OP_MobHealth - 0x014a 16,697 83485 :: OP_MobHealth - 0x014a 14,716 73580 :: OP_MobHealth - 0x014a 8,564 42820 :: OP_MobHealth - 0x014a 15,071 75355 :: OP_MobHealth - 0x014a 15,071 75355 :: OP_MobHealth - 0x014a 11,918 59590 :: OP_MobHealth - 0x014a 11,338 56690 :: OP_MobHealth - 0x014a 10,147 50735 :: OP_MobHealth - 0x014a 11,214 56070 :: OP_MobHealth - 0x014a 11,878 59390 :: OP_MobHealth - 0x014a 10,683 53415 :: OP_MobHealth - 0x014a 11,737 58685 :: OP_MobHealth - 0x014a 14,880 74400 :: OP_MobHealth - 0x014a 15,258 76290 :: OP_MobHealth - 0x014a 15,581 77905 :: OP_MobHealth - 0x014a 13,621 68105 :: OP_MobHealth - 0x014a 13,202 66010 :: OP_MobHealth - 0x014a 3,188 15940 :: OP_MobHealth - 0x014a 924 4620 :: OP_MobHealth - 0x014a 229 1145 :: OP_MobHealth - 0x014a 233 1165 :: OP_MobHealth - 0x014a 286 1430 :: OP_MobHealth - 0x014a 192 960 :: OP_MobHealth - 0x014a 659 3295 :: OP_MobHealth - 0x014a 917 4585 :: OP_MobHealth - 0x014a 212 1060 :: OP_MobHealth - 0x014a 210 1050 :: OP_MobHealth - 0x014a 261 1305 :: OP_MobHealth - 0x014a 195 975 :: OP_MobHealth - 0x014a 604 3020 :: OP_MobHealth - 0x014a 912 4560 :: OP_MobHealth - 0x014a 172 860 :: OP_MobHealth - 0x014a 201 1005 :: OP_MobHealth - 0x014a root@peq-test:/home/eqemu# cat packet_log_burn_1_result.txt | grep Animation 393 2358 :: OP_Animation - 0x0024 198 1188 :: OP_Animation - 0x0024 688 4128 :: OP_Animation - 0x0024 442 2652 :: OP_Animation - 0x0024 343 2058 :: OP_Animation - 0x0024 443 2658 :: OP_Animation - 0x0024 591 3546 :: OP_Animation - 0x0024 295 1770 :: OP_Animation - 0x0024 492 2952 :: OP_Animation - 0x0024 789 4734 :: OP_Animation - 0x0024 247 1482 :: OP_Animation - 0x0024 1,034 6204 :: OP_Animation - 0x0024 4,392 26352 :: OP_Animation - 0x0024 3,855 23130 :: OP_Animation - 0x0024 4,041 24246 :: OP_Animation - 0x0024 4,314 25884 :: OP_Animation - 0x0024 4,389 26334 :: OP_Animation - 0x0024 4,300 25800 :: OP_Animation - 0x0024 4,488 26928 :: OP_Animation - 0x0024 4,341 26046 :: OP_Animation - 0x0024 4,894 29364 :: OP_Animation - 0x0024 4,636 27816 :: OP_Animation - 0x0024 4,979 29874 :: OP_Animation - 0x0024 6,250 37500 :: OP_Animation - 0x0024 6,641 39846 :: OP_Animation - 0x0024 8,709 52254 :: OP_Animation - 0x0024 7,031 42186 :: OP_Animation - 0x0024 4,755 28530 :: OP_Animation - 0x0024 9,035 54210 :: OP_Animation - 0x0024 8,477 50862 :: OP_Animation - 0x0024 4,714 28284 :: OP_Animation - 0x0024 11,938 71628 :: OP_Animation - 0x0024 7,734 46404 :: OP_Animation - 0x0024 5,067 30402 :: OP_Animation - 0x0024 11,259 67554 :: OP_Animation - 0x0024 8,378 50268 :: OP_Animation - 0x0024 6,860 41160 :: OP_Animation - 0x0024 8,490 50940 :: OP_Animation - 0x0024 7,342 44052 :: OP_Animation - 0x0024 7,571 45426 :: OP_Animation - 0x0024 7,768 46608 :: OP_Animation - 0x0024 6,946 41676 :: OP_Animation - 0x0024 7,319 43914 :: OP_Animation - 0x0024 8,485 50910 :: OP_Animation - 0x0024 13,837 83022 :: OP_Animation - 0x0024 9,631 57786 :: OP_Animation - 0x0024 8,787 52722 :: OP_Animation - 0x0024 7,418 44508 :: OP_Animation - 0x0024 2,022 12132 :: OP_Animation - 0x0024 2 12 :: OP_Animation - 0x0024 5 30 :: OP_Animation - 0x0024 5 30 :: OP_Animation - 0x0024 6 36 :: OP_Animation - 0x0024 4 24 :: OP_Animation - 0x0024