New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Demo Series - Small Business Backup By Veeam
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Returns process's progeny in all generations recursively.
PROJECT MOVED:
https://github.com/vstavrinov/progeny
---------------------------------------------------------------
This small utility takes Process ID (PID) on command line as parent and returns
all its progeny in all generations recursively.
This is a monitor that takes vmstat output and pairs it with the top CPU consumers displaying some useful stats for each PID. The purpose of this script is performance monitoring and troubleshooting bottlenecks all in one screen.
Gkill is a frontend for "kill" which takes textual input from unix pipes and autamically transforms it to its PID(s) and kills the listed processes. This comes in handy when having to kill many similar processes, or simply as a shortcut.
Pscope is a process analyzer that delves deep into every proccess (PID) on a Linux system and provides details such as paging, memory, and CPU utilization. Used with a tool such as sar, pscope helps identify what pids correlate to system usage.
DeamonUp is a light weight daemon that verifies that all configured daemons are running, if not it will restart them. It works whith any daemon, including the ones that fork and start a new process (if they can write a pid file). It also keeps them to co