davidezanella / DS2-GossipingAppendOnlyLogs

Second assignment of DS2 2020-2021
0 stars 0 forks source link

Ideas for graphs/analysis #4

Closed simonedegiacomi closed 3 years ago

simonedegiacomi commented 3 years ago

What type of analysis should we do? what type of graphs should we create?

Possible ideas for graphs:

Latency

We can show how latency decreases when we increase:

Those graphs can have the mean latency in ticks on the y and the variable on the x. Maybe we can do some 3D graphs that shows how latency (y) decreases when we increase number of LANs (x) and increase number of people (z).

Redundancy of messages

Graph that shows the mean number of copies of messages (y) ...

Number of hops between people

Graph that shows how the number of hops decreases as time passes. Probably this makes more sense on the transitive interests version.

texdade commented 3 years ago

I particularly like the idea of 3D graphs, I will have to recover some guides on matplotlib but it's definitely duable

texdade commented 3 years ago

The basic idea was to create multiple graphs out of the logs we have at our disposal: