openresty-systemtap-toolkit icon indicating copy to clipboard operation
openresty-systemtap-toolkit copied to clipboard

Real-time analysis and diagnostics tools for OpenResty (including NGINX, LuaJIT, ngx_lua, and more) based on SystemTap

Results 28 openresty-systemtap-toolkit issues
Sort by recently updated
recently updated
newest added

hi @agentzh myself building systemtap notice 'SSL_GetImplementedCiphers' domain undefined, error message detail for blow: csclient.cxx: In member function ‘int compile_server_client::compile_using_server(std::vector&)’: csclient.cxx:1308: 错误:‘SSL_GetImplementedCiphers’ 在此作用域中尚未声明 csclient.cxx: In function ‘void add_server_trust(systemtap_session&, const std::string&,...

Hi, I have been getting issues with running leaked pools: sudo ./ngx-leaked-pools -p 7390 semantic error: while resolving probe point: identifier 'process' at :9:7 source: probe process("/usr/local/nginx/sbin/nginx").provider("nginx").mark("create-pool-done") This has something...

Hi, I'm trying to collect information about Lua script running on Nginx by following command: ``` sudo ./ngx-sample-lua-bt -p 22629 --lua51 -t 10 > tmp6.bt ``` which crashes this way:...

Hi, After running the following command: ``` sudo ./ngx-sample-lua-bt -p 25192 --lua51 -t 30 > tmp12.bt ``` I noticed fragments of code from `/usr/local/share/lua/5.1/json/encode/object.lua` in tmp12.bt: ``` 29 @/usr/local/share/lua/5.1/json/encode.lua:84 [tail]...

Hi, I'm using the latest version of nginx-systemtap-toolkit under Ubuntu 14.04.1 LTS (server type) for optimizing performance of Lua code running on Nginx (built with lua-nginx-module). I tried to run...

This tool analyzes shared memory dict and tracks dict operations in the specified running nginx process.

> This tool is very useful in locating the infinite Lua loop that keeps the Nginx worker spinning with 100% CPU usage. -[ngx-lua-bt](https://github.com/openresty/nginx-systemtap-toolkit#ngx-lua-bt) That is exactly the problem I want...

Hi Yichun Thought I'd try this on my lua code to find if I could improve anything as it's getting to be quite a few LOC now, but came to...