hyperpape / ramhog

testing utility for generating lots of traffic to main memory

Repository from Github https://github.comhyperpape/ramhogRepository from Github https://github.comhyperpape/ramhog

RamHog

RamHog allocates a chunk of memory, fills it with random data, then optionally repeatedly reads from that memory.

Usage:

ramhog 8G --touch --random --sleep=500000000

this command tells ramhog to allocate 8G of memory, then repeatedly cycle between reading random portions of that memory and sleeping for a half second.

About

testing utility for generating lots of traffic to main memory


Languages

Language:C 98.5%Language:Makefile 1.5%