process-monitor
There are 143 repositories under process-monitor topic.
winsiderss/systeminformer
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com
hishamhm/htop
htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
bvaisvil/zenith
Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage
cyring/CoreFreq
CoreFreq : CPU monitoring and tuning software designed for the 64-bit processors.
jaredrummler/AndroidProcesses
A legacy Android library for listing running processes by reading /proc; deprecated as of Android 7.0+ due to platform restrictions.
kostya/eye
Process monitoring tool. Inspired from Bluepill and God.
walles/px
ps, top and pstree for human beings
Hexagon/pup
Universal process manager built in Deno
eronnen/procmon-parser
Parser to process monitor file formats
imengyu/PCMgr
Windows 任务管理器重制版 A rebulid version for Windows task manager.
apriorit/windows-process-monitor
A demo solution to illustrate approaches on getting information about processes and block/allow their start
ColinIanKing/forkstat
Forkstat is a program that logs process fork(), exec() and exit() activity. It is useful for monitoring system behaviour and to track down rogue processes that are spawning off processes and potentially abusing the system.
thijse/Watchdog
C# Watchdog application. It will monitor applications and restart if necessary.
mirfatif/WhatsRunning
Know what's running on your Android device
kfiros/execmon
Advanced process execution monitoring utility for linux (procmon like)
berghetti/netproc
tool to monitor network traffic based on processes
padosoft/kill-process
Bash script to kill high CPU process, long running process and too much consuming memory process.
reklatsmasters/node-process-list
Cross-platform native method to receive the list of the launched processes
IamSanjid/linux-process_mem
Simple library to Read and Write Memory of a Linux Process through custom Kernel Module
HSF/prmon
Standalone monitor for process resource consumption
SweetIceLolly/Prevent_Process_Creation
Record & prevent process creation in kernel mode
ferama/wsw
🥪 A tiny, practical tool that lets any executable run as a real Windows service, with zero boilerplate.
kongo2002/nyx
Lean linux and OSX process monitoring written in C
ColinIanKing/smemstat
Smemstat reports the physical memory usage taking into consideration shared memory. The tool can either report a current snapshot of memory usage or periodically dump out any changes in memory.
vorakl/TrivialRC
A trivial process manager for containers and applications
wuanzhuan/system_monitor
Monitor windows kernel event, based on etw, development in rust. A replacement of procmon. more events and useful filter. Typically can check handle leak for a few weeks.
happyfish100/watchd
watchd is a process watcher / monitor, so watchd is a process watch dog to keep the watched processes alive.
pmarino90/igniter
A simple process manager written in Rust
DEMON1A/Brocmon
Modified version of Process monitor that bypasses procmon detection for anti-debuggers
dangeabunea/PMonitor
PMonitor is a process monitoring library focused on simplicity and ease of use. Its goal is to help you monitor the status of applications that are of interest to you.
diazona/pwait
Small utility to wait for a process to finish
Intika-Linux-Network/Network-Watcher
Linux graphical network connections manager with tomoyo firewall support (based on mihaivzr/netactview)
X3n0m0rph59/precached
Precached - A Linux process monitor and pre-caching daemon
airflow-laminar/airflow-supervisor
Airflow utilities for running long-running or always-on jobs with supervisord
nshalabi/ProtectVSS
PoC to protect volume shadow copies
Starwarsfan2099/PyWinDbg
Python based 32-bit Windows debugger built for learning purposes. Currently includes breakpoint setting, register modification, process monitoring and inspection, file monitoring and hooking, DLL injection, shellcode injection, and crash detection.