Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parikls/mem_usage_ui

Measuring and graphing memory usage of local processes
https://github.com/parikls/mem_usage_ui

aiohttp aiohttp-server asyncio mem memory memory-leak memory-leaks python python-3 python-3-5 python-3-6 python-3-7 python3 vue vuejs websocket websocket-server websockets

Last synced: 8 days ago
JSON representation

Measuring and graphing memory usage of local processes

Awesome Lists containing this project

README

        

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`