Giter Club home page Giter Club logo

memtestr's Introduction

MemTestr - Memory Allocation and Deallocation Tester

This is a simple C program that is done to test memory allocation and dealocation on a system.

It can be useful do diagnostic problems such as the fixed by this kernel patch where the hyper-V of WSL2 doesn't reported the free of memory.

Compiling

As this until now is a simple C file we can compile the program just by running:

gcc memo_usage.c -o memtestr -Wall

Use Memory tool

This utility is designed to be a tester tool to memory usage, it works like that:

./memtestr <amount-of-memory> <unit> <interval>

In the example bellow:

./memtestr 10 MB 15

The mem usage tool will operate this way:

1 - It will alloc 10MB of memory
2 - Sleep for 15 seconds
3 - free the 10 MB of memory
4 - Sleep for 15 seconds
5 - Start all over until you press CTRL+C

The possible units are:

  • B -> Bytes
  • KB -> Kilobytes
  • MB -> Megabytes
  • GB -> Gigabytes

The default values are 5 KB under a interval of 10 (s)

memtestr's People

Contributors

locnnil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.