Tanel Poder

Results 35 comments of Tanel Poder

Aalso I see that the PROMPT code says "SQL_ID" in both scripts, feel free to send a PR for that too!

Yep the v$sql_shared_memory / x$ksmhp only work when it's using the "fixed index" based access into a specific heap descriptor address (it doesn't walk through all the heaps that it...

With the latest long.sql it should work? Perhaps I pushed the actual code too late - but "in my laptop it works"? So when you run `@long 1=1` or some...

Or were you referring to the inaccuracy in the prompt output `prompt Show session long operations from v$session_longops for sid &1` Feel free to send a PR :-) And as...

Thanks for the idea @jgebal - I have thought about it, but I think I won't do it in the foreseeable future as I would have to change a lot...

Right now it only includes the 1st \0-delimited string of the full cmdline. Linux /proc/PID/cmdline is a list of \0-terminated strings, so conveniently the command name is just the 1st...

Yep good point, currently the only install instructions documented are the `make ; sudo make install` for the original tools provided, xcapture (v1) and psn. The `xcapture-bpf` is not yet...

Also, it's a good idea to allow some tools to be installed individually, if you don't want the whole package.

Just realized that the Python-only `psn` tool could also be installed via `pip`. The eBPF based tools need more than just the Python frontend though, but as I mentioned above,...

Interesting, I'll test it on Debian 13 and see what's up. Does Debian 13 have 6.10 kernel as a default or did you upgrade the kernel separately? There's a chance...