bonedaddy / bettercap

The Swiss Army knife for 802.11, BLE and Ethernet networks reconnaissance and MITM attacks. - this is a fork of bettercap/bettercap with multiple hot fixes and performance improvements available before they are available upstream
https://www.bettercap.org/
Other
2 stars 0 forks source link

Performance Analysis #4

Open bonedaddy opened 3 years ago

bonedaddy commented 3 years ago

CPU Profiles

1

This I recorded on my RPi3 doing a simple wifi network scan, no associations or any deauths

profile001

Notable mentions:

2

This I recorded on my RPi3 doing a simple network scan, along with mass association every 5 seconds via ticker

profile002

Notable mentions:

Memory Profiles

1

Captured alongside #2 from cpu profiles

profile003-mem

bonedaddy commented 3 years ago

Possible Improvements

General Comments

Slice Optimization Of Functions like Stations::List

try slice = slice[:0]  that truncates slice and leaves allocated space
so you can append egan