Posts

Showing posts with the label ProcDump

Procdump - A Linux Version Of The Procdump Sysinternals Tool

Image
ProcDump is a Linux reimagining of the classic ProcDump tool from the Sysinternals suite of tools for Windows. ProcDump provides a convenient agency for Linux developers to practise pith dumps of their application based on functioning triggers. Installation & Usage Requirements Minimum OS: Red Hat Enterprise Linux / CentOS 7 Fedora 26 Mageia 6 Ubuntu 14.04 LTS We are actively testing against other Linux distributions. If you lot bring requests for specific distros, delight allow us know (or practise a describe asking amongst the necessary changes). gdb >= 7.6.1 zlib (build-time only) Install ProcDump Via Package Manager [prefered method] 1. Add the Microsoft Product feed curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg Register the Microsoft Product feed Ubuntu 16.04 sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/r...