https://github.com/kadle11/process_migration
Script to check if a Process or Thread migrates between cores
https://github.com/kadle11/process_migration
cores if migration threads
Last synced: 11 months ago
JSON representation
Script to check if a Process or Thread migrates between cores
- Host: GitHub
- URL: https://github.com/kadle11/process_migration
- Owner: Kadle11
- License: gpl-3.0
- Created: 2019-09-11T16:10:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T10:01:18.000Z (over 6 years ago)
- Last Synced: 2025-02-12T14:50:51.406Z (over 1 year ago)
- Topics: cores, if, migration, threads
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Process_Migration
### Setting up Top
* Run ``` top ```
* Press f to Edit the columns shown by Top
* Select Column P and Quit
* After returning to the "Top Screen", Hit "Shift + w" to save these columns as Defualt in "~/.toprc"
* ``` chmod a+x ThreadMigration.sh ```
* Set Up Complete
### Usage
```./ThreadMigration.sh ```
### Description
Given a Process, This script gives the following details
* Number of Threads of the Process
* The PIDs of the Threads that Migrate and that of Threads that do not Migrate