Metadata-Version: 2.1
Name: mem-usage-ui
Version: 1.0.7
Summary: Measuring and graphing memory usage of local processes
License: MIT
Author: Dmytro Smyk
Author-email: porovozls@gmail.com
Requires-Python: >=3.5.3,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3,<5)
Requires-Dist: psutil (<6)
Description-Content-Type: text/markdown

mem-usage-ui
============

- [![Build Status](https://travis-ci.org/parikls/mem_usage_ui.svg?branch=master)](https://travis-ci.org/parikls/mem_usage_ui) [![PyPI version](https://badge.fury.io/py/mem-usage-ui.svg)](https://badge.fury.io/py/mem-usage-ui) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mem_usage_ui.svg)
- ![GitHub stars](https://img.shields.io/github/stars/parikls/mem_usage_ui.svg) ![PyPI - Downloads](https://img.shields.io/pypi/dm/mem_usage_ui.svg) ![GitHub issues](https://img.shields.io/github/issues/parikls/mem_usage_ui.svg)


![alt text](https://raw.githubusercontent.com/parikls/mem_usage_ui/master/mem_usage_ui.png)

Description
===========

- Measuring and graphing memory usage of local processes
- Supported python versions are `3.5+`

Installation
============

- `pip install mem_usage_ui`

Usage
=====

- Run in shell: `mem_usage_ui`
- Default browser will be opened automatically
- Running on `http://localhost:8080`

Possible Command Line Arguments
===============================

- `--host` - defaults to `localhost`
- `--port` - defaults to `8080`
