rlane / ubpf

Userspace eBPF VM (main repo is https://github.com/iovisor/ubpf)
Apache License 2.0
92 stars 144 forks source link

Performance estimations #3

Open pavel-odintsov opened 8 years ago

pavel-odintsov commented 8 years ago

Hello!

Huge Thanks for your brilliant job! That's what I want ;) I would like to ask you about some performance estimations. Do you have they?

rlane commented 8 years ago

It really depends on the eBPF program. For my usecase I'm able to saturate a 10G link with small packets, so you can at least execute realistic programs at a rate of 14.8 M/s. If you come up with any benchmarks I'd be happy to merge them.

Note that https://github.com/iovisor/ubpf is the main repo now.

pavel-odintsov commented 8 years ago

Thanks a lot! 14.8 mpps is really awesome! I'll test it soon!