Skip to content

Demo of libnuma that measure DRAM latency in NUMA systems

Notifications You must be signed in to change notification settings

ruben-laso/numa-latency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUMA Latency Benchmark

This project is a simple program that measures memory latency in NUMA (Non-Uniform Memory Access) systems. It also serves as a small demo for libnuma

Table of Contents

Installation

To install and run the NUMA Latency Benchmark, follow these steps:

  1. Clone the repository:
git clone https://github.com/ruben-laso/numa-latency.git
  1. Build the benchmark program:
cd numa-latency
make

Usage

To run the NUMA Latency Benchmark, execute the following command:

make run
# or
./numa-latency [input-size]

By default, the benchmark uses an input size 4 times the size of the L3 cache. You can specify a custom input size by passing it as an argument to the program.

Dependencies

  • libnuma

About

Demo of libnuma that measure DRAM latency in NUMA systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published