Code Monkey home page Code Monkey logo

memory-reciter's Introduction

Memory Reciter(BETA) - A free and open-source Memory Profiler for .NET applications.

Memory Reciter is a free and opensource memory profiler tool for finding memory leaks, profiling, comparing dumps or snapshots, identifying threads and optimizing the memory usage in .NET applications. You can track down the cause of memory problems, by finding out which objects use more memory and which objects are surviving the longest. Apart from identifying the memory leaks, it comes with added functionalities like analyzing the exe file to get the method level details, digging the pdb information and generating code that helps the user to optimize the code for effective execution. And yes you can visualize the heap contents using Memory Recitor. Most "System.OutOfMemoryException" and deadlocks in any .NET application can be solved using this memory profiler.

Memory reciter gives the user more granular level data i.e. user can view the very minute level details that an object comprises of while all other memory profilers limit data to object level .This functionality lets user to uniquely identify the object responsible for memory leak.**

Never go with "Out of memory" using meory reciter.........Get the latest Release of memory profiler here

Memory Reciter Functionalities

  • Taking multiple snapshots or memory dumps of the running process on different intervals which is further helpful to identify memory leak.
  • Using snapshotor dump user can analyse:
    • What are all the objects(.NET & User Defined Objects) in the heap.
    • We can also examine each object data, properties, methods and their memory addresses.
    • App domain details with various dependencies(.dlls) injected at runtime & multiple threads created by the process.
    • We can also analyse the call stack of individual thread and get the current stack pointer(last executed method).
  • User can also compare different dumps or snapshots and view the changes(Objects Added/Removed) between them which is helpful in identifying memory leaks.
  • User will be able to view hierarchical structure of the classes, methods, method invocations and variables present in an assembly.
  • User will be able analyse method level ILCODE.
  • User can generate project from the .exe file through decompilation.
  • User can also examine PDB files and get the data out of it.

Usage

Memory reciter demo

Home Window

Home window has of this memory profiler has two options

  • Attach to running process and create dumps out of it.
  • Launch a process and attach to it.

HomePage

When choosed to attach to a running process... It will list out all current running process in the system and we can select any process that we need to profile.

HomePage2

On clicking on Browse on exe user needs to select the exe file that profiler need to attach.

Profiling Window

On sucessfully attaching to a process... A new window opens with all options such as taking memory dumps or memory snapshots.

User must click on TAKE SNAPSHOT to anylyse the memory by taking the meomory dump at that point in the attached process. This Data is highly usefull for profiling the application. ProfilingPage1

Once the snapshot or dump is taken user will profiler will give all details about the memory of application. ProfilingPage2

User can dig deeper to object level details and their memory allocations. ProfilingPage3

It can even show you what are the fields in each object and even methods that we can access using object. ProfilingPage4

We can compare dumps or snapshots to identify the possible memory leak. ProfilingPage6

Threads and modules of your application domain can also be listed ProfilingPage7

DeadLock Detection using the current stack trace can be viewed using this memory profiler. ProfilingPage8

Analyzing Window

Variables used in the method level, Methods in the class level and classes in the assembly level can be viewed in this window. AnalyzingPage1

GenerateCode Window

Thanks to open source library using which we can generate code from exe file. GenerateCode1

Pdb Browser Window

Method addresss, variable mappings with indexes is stored in the PDB files. PdbBrowser

Memory Reciter, A free and open source Memory profiler thus can highly used to debug and come across deadlocks, out of memory exceptions and many other errors or issues in the .NET applications.

Issues

Nothing is perfect.....I agree that there is really a long way to go...... Please don't hesitate to create issues or suggestions. All issues will be reviewed and answered as soon as possible.

Contributors Behind the scene

  • Kishore Ithadi
  • Ayush Thakur
  • Naresh Bairam
  • Shilpa Tippana

Contributions

Contributions are always welcome!!! Please fork and create pull request(don't forget to follow the basic standards)... If you have any further questions let me know.

memory-reciter's People

Contributors

ganeshkurcheti 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.