An open API service indexing awesome lists of open source software.

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

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