What is the best way/tool to analyze raw data(network stats) from Simulation?
- by user90500
After running a simulation(using a simulator(QualNet)) of a simulated network I end up with ip stats stored in a database, I then extract the data to a csv file
So now I have 750mb of raw network stats(time stamp, packet id, source ip, source port, protocol, etc).
What are the common ways of analyzing large amounts of data like above, if you want to know things like packet loss, throughput, delay, congestion, etc.