Hello!
On Fri, Feb 5, 2016 at 11:05 AM, Jim Robinson wrote:
> What tools do developers here use for profiling their OpenResty based
> services? The SystemTap toolkit? Anything else?
>
See
https://openresty.org/#Profiling
There are also equivalents of these flame graph sampling tools on some
other operating systems. You can google for it. But I doubt there's an
equivalent for the Lua-land on-CPU flame graph tool on non-Linux
systems right now.
LuaJIT 2.1 (bundled by OpenResty) ships with a builtin Lua profiler as
well. It is also something though not encouraged for production
profiling.
Regards,
-agentzh