Skip to content

a **Linux** cli tool to get what signals the process is listening on

Notifications You must be signed in to change notification settings

deoops-net/sigcgt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigCgt

Command line tool to get signals that process is listening on, writen by golang, inside the code, it runs a exec call of cat /proc/%n/status and then parse the SigCgt field to human readable texts

Install

go get -u github.com/deoops-net/sigcgt

Usage

sigcgt -p n

n is the pid of which process you want to inspect

About

a **Linux** cli tool to get what signals the process is listening on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages