Skip to content

cold-logic/killunresponsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kill Unresponsive

Terminal command to terminate unresponsive processes.

How it works

This command generates a spin dump report using Apple's provided "spindump" command. The report generated contains samples of user and kernel stacks for every process in the system. This command parses that report to obtain a list of unresponsive processes and then terminates them.

How to compile

Simply run the go build command from the terminal while browsing this directory.

How to install

I copied the compiled app into my /usr/local/sbin directory but you're welcome to install it anywhere you like.

About

Mac OS X terminal application to kill unresponsive processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages