Skip to content

Commit

Permalink
MJRTY BM info
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kallitsis committed Sep 30, 2017
1 parent f570233 commit f5a5ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This version of AMON reads packets directly from the network interface (NIC),
using the PF\_RING API. It then generates and streams (to a centralized MongoDB
database) the following data output (for more details, see [1]):
1. A 128x128 matrix (aka "databrick") that conveys information about the network's traffic *intensity* and *structure*
2. A 128x128 matrix that conveys information about the network heavy-hitters. These hitters are identified with the help of the MJRTY Boyer-Moore algorithm.
2. A 128x128 matrix that conveys information about the network heavy-hitters. These hitters are identified with the help of the MJRTY Boyer-Moore algorithm [2].

Installation
-------------
Expand Down Expand Up @@ -38,3 +38,4 @@ References
-------------

[1] M. Kallitsis, S. Stoev, S. Bhattacharya, G. Michailidis, AMON: An Open Source Architecture for Online Monitoring, Statistical Analysis and Forensics of Multi-gigabit Streams, IEEE JSAC Special Issue on Measuring and Troubleshooting the Internet, July 2016. [Online] http://ieeexplore.ieee.org/document/7460178/
[2] A Linear Time Majority Vote Algorithm. [Online] https://www.cs.utexas.edu/~moore/best-ideas/mjrty/

0 comments on commit f5a5ba3

Please sign in to comment.