Skip to content

Commit

Permalink
Update readme with install instruction and project meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jojje committed Jun 5, 2024
1 parent de2b18c commit a70463a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[![unittest](https://img.shields.io/github/actions/workflow/status/jojje/osmem/push.yml?branch=master)](https://github.com/jojje/osmem/actions/workflows/push.yml)
[![PyPI - latest](https://img.shields.io/pypi/v/osmem?label=latest&logo=pypi)](https://pypi.org/project/osmem)
[![PyPI - Python](https://img.shields.io/pypi/pyversions/osmem?logo=pypi)](https://pypi.org/project/osmem)

# osmem

Shows memory usage information for process trees

## Install

```
pip install osmem
```

## Usage

Find out the top-n types of processes consuming most memory.
Expand Down

0 comments on commit a70463a

Please sign in to comment.