8000 GitHub - andrestc/delaystat: [WIP] CLI to track linux task delay accounting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrestc/delaystat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delaystat

delaystat is a cli utility that fetches and prints linux delay accounting information for a given process or thread.

Usage

Delay accounting for by PID:

$ delaystat -p 1

Delay accounting by TGID:

$ delaystat -t 1

If no flags are provided, delaystat prints its own delay accounting information.

More information

For more information on linux delay accounting, please see:

Notes

  • Requires CAP_NET_ADMIN capability (see capabilities(7)). Otherwise, the application must be run as root.

About

[WIP] CLI to track linux task delay accounting

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0