Metadata-Version: 2.1
Name: plot-memory-usage
Version: 0.0.1
Summary: Create a live plot of the CPU or GPU memory usage of your system over time
Home-page: https://github.com/tylerlum/plot_memory_usage
Author: Tyler Lum
Author-email: tylergwlum@gmail.com
License: UNKNOWN
Keywords: python,plot,memory,usage,cpu,gpu
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# plot_memory_usage

Create a live plot of the CPU or GPU memory usage of your system over time

# Installing

Install:

```
pip install plot_memory_usage
```

# Usage

```
plot_memory_usage --help

usage: plot_memory_usage [-h] [--units {MB,GB,PERCENT}]

╭─ arguments ───────────────────────────────────────╮
│ -h, --help        show this help message and exit │
│ --units {MB,GB,PERCENT}                           │
│                   (default: MB)                   │
╰───────────────────────────────────────────────────╯

```

![2023-11-23_18-35-31_plot_memory_usage](https://github.com/tylerlum/plot_memory_usage/assets/26510814/452cb712-b1ea-49a0-b4d0-c9b67133bf1e)


