Táto diplomová práca sa zaoberá analýzou simulácií počítačových sietí. Na simuláciu počítačových sietí sa využíva javovská knižnica JSimlib4, ktorá je jednoduchá, ale robustná knižnica, určená pre tvorbu jednoduchých, ale aj celkom komplexných simulačných modelov. Na analýzu sietí bol navrhnutý štatistický nástroj, ktorý bol realizovaný v programovacom jazyku Java. Aplikácia bola vyvíjaná vo vývojom prostredí EasyEclipse a bola navrhnutá ako aplikácia platformy Eclipse Rich Client Platform. Jedná sa o relatívne novú technológiu, ktorú však kvôli jej priaznivým vlastnostiam využíva čoraz viac vývojárov. Štatistický nástroj je rozdelený na 3 časti: • vytváranie logovacieho súboru, • vytvorenie filtra, • vytvorenie a zobrazenie výstupu. Štatistický nástroj vytvorí záznamy do logovacieho súboru pri každom prenose medzi stanicami. Na prvom riadku tohto súboru je komentár, ktorý popisuje výzor záznamov. Každý záznam obsahuje zdrojovú a ciežovú IP adresu s portom, čas a množstvo prenesených bytov, použitý protokol a nakoniec smer prenosu. Každá položka v riadku je oddelená dvojbodkou. Nástroj dokáže vyhodnotiť prenos medzi stanicami. Na analýzu potrebuje filtračné hodnoty, podža ktorých má analýzu vykonať. Toto filtrovanie môže byť vykonané buď pomocou IP adries alebo názvov staníc. Ďalším spôsobom vytvorenia filtrovania je načítanie týchto údajov z konfiguračného súboru. Po definovaní filtra a spustenia analýzy, štatistický nástroj vytvorí buď diagram alebo súbor na ďalšiu prácu so získanými hodnotami. Najprv program prečíta celý logovací súbor a porovná každú zadanú IP adresu alebo názov porovná s IP adresami alebo názvami v záznamoch logovacieho súboru. V prípade, že nájde vyhovujúci záznam, prečíta celý riadok a pridá počet prenesených bytov a čas do konečného výsledku simulácie. Tento výsledok je potom zobrazený v jednom z podporovaných formátov. Ak aplikácia nájde viac prenosov v rovnakom časovom okamihu, tak spočíta súčet prenesených bytov, ktorý pridá do výsledku., This master's thesis deals with the analysis of simulation of computer networks. A statistical tool was designed for evaluating a communication between stations in the computer network. JSimlib4 Java library was used for the simulation of computer networks. It is a lightweight but robust simulation library, designed for creating simple or even quite complex simulation models of distributed systems. The Statistical tool was written in Java programming language and developed in an EasyEclipse integrated development environment. It was designed as an Eclipse Rich Client Platform application. Eclipse Rich Client Platform is a relatively new technology, which has a lot of favorable properties. The Statistical tool can be divided into 3 parts: • creating a log file, • creating a filter, • creating/showing an output. The Statistical tool creates records into a log file during every communication between stations. This log file contains a comment on the first line. This comment describes the definition of records. Every record contains 2 IP addresses with the used ports at the beginning of the record, then the time, the amount of bytes, the protocol and the direction of communication. Every item in the record is divided by a colon. The Statistical tool can evaluate a communication between stations. At first, it has to define a filter according to which it will assess the suitable stations. It can be created either by adding IP addresses or names of the stations onto a list on a workbench. Filter can be loaded from a file that already includes these IP addresses and other information too. After defining the filter, the Statistical tool can create either a diagram or a file. At first, the Statistical tool reads the log file line by line and compares the IP addresses, which were added to the filter with the IP addresses in a log file. When the Statistical tool finds a complying IP address, it reads the whole line and adds an amount of bytes defined on that line to the final di