> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/leonardo02lobo/Memory-Monitor/llms.txt
> Use this file to discover all available pages before exploring further.

# Memory Monitor

> A lightweight Linux system monitoring tool that tracks memory usage and identifies processes with highest memory consumption

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with Memory Monitor in minutes
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Install Memory Monitor on your Linux system
  </Card>

  <Card title="API Reference" icon="code" href="/api/memory-info">
    Explore the available functions and modules
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/understanding-output">
    Learn how to interpret memory monitoring data
  </Card>
</CardGroup>

## Key Features

Memory Monitor is a lightweight Python tool designed for Linux systems that provides real-time memory monitoring and process analysis with zero external dependencies.

<CardGroup cols={2}>
  <Card title="Real-time Memory Monitoring" icon="gauge">
    Track system memory usage directly from `/proc/meminfo` including total memory, free memory, buffers, and cache
  </Card>

  <Card title="Process Analysis" icon="magnifying-glass-chart">
    Identify processes with the highest memory consumption using VmRSS (Resident Set Size) tracking
  </Card>

  <Card title="Lightweight Implementation" icon="feather">
    Pure Python implementation with no external dependencies - works on any Linux system with Python installed
  </Card>

  <Card title="Simple CLI Interface" icon="terminal">
    Easy-to-use command-line interface that displays memory information in a clear, readable format
  </Card>
</CardGroup>

## What You Can Do

<Steps>
  <Step title="Monitor System Memory">
    Get instant visibility into your system's memory usage including total, free, used memory, buffers, and cache
  </Step>

  <Step title="Identify Memory Hogs">
    Quickly find which process is consuming the most memory on your system
  </Step>

  <Step title="Troubleshoot Performance">
    Use memory insights to diagnose performance issues and optimize resource usage
  </Step>
</Steps>

## Get Started

<Card title="Quick Start Guide" icon="play" href="/quickstart">
  Run Memory Monitor and start tracking your system's memory usage in under 60 seconds
</Card>
