Skip to content

show_affinity, a tool to show the core binding affinity of running processes/threads

License

Notifications You must be signed in to change notification settings

TACC/show_affinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

show_affinity

show_affinity is a tool under Linux to show the core binding affinity of running processes/threads of current user.

To compile,
gcc -Wall -Wextra -o show_affinity show_affinity.c

To run the command,
./show_affinity [all]

Without any parameter, show_affinity will only show the results of processes/threads of current user that have running statuses.

With "all" as a parameter, show_affinity show the results of all processes/threads of current user.


Example output,

About

show_affinity, a tool to show the core binding affinity of running processes/threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages