missyoyo

Results 10 issues of missyoyo

**Describe the bug** Hi, I have some performance test recently and find a issue, I use Apache JMeter to get some http test(http object 100KB no keep alive).I send 5863...

enhancement

作者你好,我最近测试了你的API,感觉总体来说非常好,不过你的API输出格式中JSON包含了本身输入的IP地址做为字段,这样在解析的时候会生成动态字段名,举个例子,如果我输入114.114.114.114, http://127.0.0.1:2060/?ip=114.114.114.114 得到的结果是: {"114.114.114.114":{"ip":"114.114.114.114","country":"江苏省南京市","area":"南京信风网络科技有限公司GreatbitDNS服务器"}} 进行解析后得到结果: ![图片](https://user-images.githubusercontent.com/19371588/76055073-8f841380-5fad-11ea-932b-99641a497d50.png) 请教一下源代码中的源个部分能做一下小调整,使用输出结果只保留country和areap字段 例如如下简单的输出结果: { "ip": "114.114.114.114", "country": "江苏省南京市", "area": "南京信风网络科技有限公司GreatbitDNS服务器" } 非常感谢。

I have test dpdk2disk with default version dpdk inlude this. but get error message like this.Pleas help this issue. root@knot-onesys:/home/dhb/DPDK2disk# ./scripts/capture0.sh /home/dhb/ EAL: Detected 8 lcore(s) EAL: Probing VFIO support......

When I try this command, seems wireless noise -256 cat /proc/net/wireless Inter-| sta-| Quality | Discarded packets | Missed | WE face | tus | link level noise | nwid...

Hello: We have some embedded device need test dns use dog, But our device can only run ARM linux(Openwrt arm aarch64),Would you like to add ARM binary to release list?...

Hello: I seem Moongen update years ago. and seems can not support new OS(Ubuntu 22.04),We can use centos with intel 2.5Gbpbs NIC card(I226-V 125c) called igc Network devices using DPDK-compatible...

Hello: I not sure I do this correctly. I have MoonGen with 2 intel X710 bind to DPDK, Port 1(SRC_IP_BASE=10.0.0.10) connect to my router port 0 (10.0.0.100) and port 1...

Hello: I have install viewssld on Unbuntu 16.04 even get some problem. After fix all problem. I have change /etc/viewssld.conf like this: # PID-file path (default: /var/run/viewssld.pid) pid = /var/run/viewssld.pid...

Hello: I am new guy use replace-filter-nginx-module, I want insert some javascript to html body. And my javascript code contain $. When try $$ like this: replace_filter '' '$$(document).ready(function(){$$(".panel-container").eq(-1).hide();});' g;...

I have try last verion kismet on freebsd. I get error when use 'make datsource' ./configure seems no error `Configuration complete: Compiling for: openbsd7.4 (x86_64) C++ Library: stdc++ Protobuf Library:...