Skip to content

fangdingjun/qpi-stress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.overview

    this is a tool to test CPU's QPI channel:

    start a process A and bind to cpu0, then request a share memory
    start a process B and bind to cpu1, then attach to process A's share memory
    process A write to the share memory, process B read from then share memory via QPI channel
    process A read the process B's share memory via QPI channel

         procA                   procB
          ||                      ||
        +------+              +--------+
        |cpu0  |  QPI channel | cpu1   |
        +------+              +--------+
          ||                      ||
        +-----+                 +-----+
        |memA |                 |memB |
        +-----+                 +-----+

2. install
   unpack the source and enter the source directory, type 
   ./configure
   make
   make install

3.usage
  type 
    qpi_stress -h 
  for help

About

a tool to stress QPI channel on romely platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published