1 parent 1220aa9 commit f27769dCopy full SHA for f27769d
1 file changed
README.md
@@ -2,14 +2,18 @@
2
3
packet-logger is a plugin that simply tracks the packets coming and going from your server and
4
displays it in a digestible and easy graph.
5
+
6
---
7
8
### 🛠 How Does It Work?
9
packet-logger collects anonymous packet data from your server and the clients connected to your server
10
which is then saved into a SQLite file every 5 seconds by default.
11
12
You can then simply download the SQLite file and parse it using the provided Python script
13
to analyze the amount of packets and size of those packets.
14
15
16
17
### 🐍 Analyze Using the Python Script
18
> [!NOTE]
19
> This script was tested with Python 3.11.4 and Plotly 5.24.1
0 commit comments