Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Lightweight RAM Profiler

A lightweight, zero-dependency, bare-metal RAM profiler written in pure Python. Designed to capture real-time hardware telemetry directly from the system kernel, bypassing C-compiler requirements. Features

Zero-Dependency: Runs on standard Python libraries.

Bare-Metal Telemetry: Captures data directly from the system kernel.

Platform Agnostic: Native across Linux desktop and Android terminal environments (like Pydroid 3).

CSV Export: Logs data directly to a CSV file for post-analysis and visualization.

Quick Start

Clone this repository: git clone https://github.com/stellaracademyhelp-coder/python-lightweight-ram-profiler.git

Run the profiler:

python profiler.py Your RAM telemetry will be exported to ram_telemetry_log.csv.

Why This Project?

Engineered for hardware optimization, this tool provides the data necessary to understand software memory footprints in constrained environments. Part of the Stellar Tech Labs engineering suite.

License Distributed under the MIT License. See LICENSE for more information.

About

A lightweight, zero-dependency bare-metal RAM profiler in pure Python. Engineered to capture real-time hardware telemetry directly from the system kernel, bypassing C-compiler requirements. Native across Linux desktop and Android terminal environments like Pydroid 3. Exports live logging directly to CSV.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages