Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parikls/mem_usage_ui
- Owner: parikls
- License: mit
- Created: 2019-01-06T13:52:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T10:32:24.000Z (11 months ago)
- Last Synced: 2025-01-16T10:19:59.292Z (16 days ago)
- Topics: 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
- Language: Python
- Homepage: https://github.com/parikls/mem_usage_ui
- Size: 3.54 MB
- Stars: 164
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`