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 is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Process Memory Tools | |
|---|---|
| ps_mem | Accurately reports memory usage of programs |
| pscircle | Visualizes Linux processes in a form of radial tree |
| psrecord | Record the CPU and memory activity of a process |
| smem2 | Reports on memory usage on Linux systems |
| process-mem | Display memory used by processes |
| process-map | Visualize the virtual memory of a process |
| Smemstat | Reports the physical memory usage |
| mstat | Measure memory usage of a program over time |
| alram | Helps when available memory is below threshold, with optional task killer |
Read our verdict in the software roundup.
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. |

