Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Shows a memory usage map of processes

no-835 au-03

The pmap command

pmap command displays the memory usage map of a process or multiple processes. We need PID to check memory usage of process. At this section, we’ll check the memory usage map of Google Chromium.

1) Open Google Chromium

2) Run the top command and find the PID of chromium+

1) Run the pmap command.

pmap -x 25846

FORMAT:
pmap option pid

option: -x
pid: 25846

2) Here is the memory usage map of Google Chromium

This article is a component of the “Linux Introduction” course from the ABIOLA online Academy.

Please refer: https://academy.abiola.ngo/courses/linux-introduction/?lang=en

Inhaltsverzeichnis