Essential System Utils

process-map – visualize the virtual memory of a process

process map is tool to visualize the virtual memory of a process. Thread activity is drawn as small dots jumping around on the map (at the instructions they’re executing). The map also shows public symbols from binaries and shared libraries.

The tool is meant to give students an easier and intuitive idea of what a process is. It isn’t a profiler or any other serious debugging tool. It doesn’t measure where CPU time is spend (a flame chart will do a much better job). It just looks at each threads instruction pointer every so often and plots that on the map. The visualization doesn’t show if the threads are actually doing work

This is free and open source software.

Website: github.com/arkanis/process-map
Support:
Developer: Stephan Soller
License: MIT License

process-map in action

process-map is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Process Memory Tools
ps_memAccurately reports memory usage of programs
pscircleVisualizes Linux processes in a form of radial tree
psrecordRecord the CPU and memory activity of a process
smem2Reports on memory usage on Linux systems
process-memDisplay memory used by processes
process-mapVisualize the virtual memory of a process
SmemstatReports the physical memory usage
mstatMeasure memory usage of a program over time
alramHelps when available memory is below threshold, with optional task killer

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted