Tanel Poder
Tanel Poder
I tried changing the `PYTHONPATH`, but hit some other errors, a temporary workaround (if you can't remove the clashing `proc` package) is to rename pSnapper's `proc.py` to `psnproc.py` and change...
Thanks :-) There's actually a PR already for RPM generation (#18). But I was the bottleneck last year getting this completed. But I plan to be more active this year...
That would be great! I'd be happy to make any changes to file & directory locations etc and anything that's needed for proper standardized deployment to Fedora/CentOS appstream/RHEL environment.
Thanks for the PRs! I hope to review this within a week or so and merge with other changes & release.
Great addition! There may be more syscalls that have a single file descriptor as an argument, so they all could be enhanced. If you find any, more PRs welcome :-)...
The current workaround is to just use `sed s/->/\n/g' to replace *->* with a newline: ``` $ sudo psn -G syscall,wchan,kstack -p ora_ckpt | sed 's/->/\n/g' Linux Process Snapper v0.16...
Thanks for the PR. I will include this in v1.2.0
Thanks for the improvement! I'll test & include this into the next version too. (Still being a bit swamped time-wise, but have a full-week vacation coming up soon where I...
Added into v1.2.3
Hello, I recall changing the sqlmem.sql to use SQL_ID (I wrote it many years ago before 10g adn SQL_IDs) and sqlmemh.sql is the same thing, but takes a hash value...