Luke Gorrie

Results 385 comments of Luke Gorrie

I added lookup and insert operations as plain functions that should be callable from LuaJIT: ``` c // Define a lookup function for LuaJIT to call. // The lookup function...

This would be awesome. I would love to be able to have one pool of servers for both CI use and also direct interactive use. This seems a bit tricky...

If I may piggy-back a question on this issue: Is _Jungfrau_ an acceptable name for a project according to this CoC? On the one hand in English Jungfrau is a...

Just an experience report on bounds-checking with LuaJIT FFI: There is some [example code from Mike Pall](http://www.freelists.org/post/luajit/Stack-trace-on-SIGSEGV,4) about how to efficiently put bounds checking on FFI arrays. One gotcha though...

Great test case! There is probably a simple explanation. This kind of test has been done successfully with a few existing Snabb applications in the past. Question is how to...

Edit: Script has `sleep 1h` to snapshot every hour now. Initially it had the short `sleep 10` interval that I used for testing.

I would also like to have some rrd-like functionality built into Snabb. This should work very well for counters (`core.counter` module) since those mostly represent simple events that can be...

@raj2569 You should talk with @alexandergall who has previously made a daemon to expose Snabb data via SNMP with NetSNMP, and with @wingo &co who are now working on making...

@raj2569 Great! Could you post the data somewhere so that I can have a little noodle around before suggesting the right commands to use?

@raj2569 Great detective work! Thank you for your patience. I am now building new tools and writing new documentation about how to diagnose and fix performance problems. The work in...