lutop


Namelutop JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/barkhayot/lutop
SummaryA utility to monitor system resources and top processes.
upload_time2024-07-15 14:36:18
maintainerNone
docs_urlNone
authorBarkhayot Juraev
requires_python>=3.6
licenseNone
keywords system monitor processes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lutop

## Introduction

Welcome to lutop (Lightweight System Monitor), a terminal-based system monitoring application inspired by Unix `top` command and designed using Python and curses library.

## Table of Contents

1. [Installation](#installation)
2. [Usage](#usage)
3. [Key Features](#key-features)

## Installation

### Prerequisites

- Python 3.6 or above
- pip (Python package installer)
- curses (Python standard library for terminal handling)

### Install lutop

Install using pip manager:

```bash
   pip install lutop
```

## Usage
To start lutop, simply run the following command in your terminal:

```bash
lutop
```

### Key Commands
- Quit: Press Ctrl + D to quit the application.
- Refresh: Data is automatically refreshed every second.
- Display Information
- CPU Usage: Displays usage of each CPU core with a progress bar.
- Memory Usage: Shows total, used, and free memory with a progress bar.
- Swap Usage: Shows total, used, and free swap memory with a progress bar.
- Top Processes: Displays top processes by memory usage.
### Key Features
- Real-time updates of system information.
- Color-coded progress bars for CPU and memory usage.
- Supports terminal resizing for dynamic layout adjustment.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/barkhayot/lutop",
    "name": "lutop",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "system monitor processes",
    "author": "Barkhayot Juraev",
    "author_email": "barkhayotoff@email.com",
    "download_url": "https://files.pythonhosted.org/packages/72/0c/99a46d21507dfd363786f1831e45501e2d3026673c585a33cf60f2257dfd/lutop-1.1.0.tar.gz",
    "platform": null,
    "description": "# Lutop\n\n## Introduction\n\nWelcome to lutop (Lightweight System Monitor), a terminal-based system monitoring application inspired by Unix `top` command and designed using Python and curses library.\n\n## Table of Contents\n\n1. [Installation](#installation)\n2. [Usage](#usage)\n3. [Key Features](#key-features)\n\n## Installation\n\n### Prerequisites\n\n- Python 3.6 or above\n- pip (Python package installer)\n- curses (Python standard library for terminal handling)\n\n### Install lutop\n\nInstall using pip manager:\n\n```bash\n   pip install lutop\n```\n\n## Usage\nTo start lutop, simply run the following command in your terminal:\n\n```bash\nlutop\n```\n\n### Key Commands\n- Quit: Press Ctrl + D to quit the application.\n- Refresh: Data is automatically refreshed every second.\n- Display Information\n- CPU Usage: Displays usage of each CPU core with a progress bar.\n- Memory Usage: Shows total, used, and free memory with a progress bar.\n- Swap Usage: Shows total, used, and free swap memory with a progress bar.\n- Top Processes: Displays top processes by memory usage.\n### Key Features\n- Real-time updates of system information.\n- Color-coded progress bars for CPU and memory usage.\n- Supports terminal resizing for dynamic layout adjustment.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A utility to monitor system resources and top processes.",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/barkhayot/lutop"
    },
    "split_keywords": [
        "system",
        "monitor",
        "processes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49cb11ad937e7ef57ca3b4c5d75795bdbbaee21021f9810f03b43ffa1f15ef5b",
                "md5": "2fc2709cd7b3f10fd4e12069d2cd91bb",
                "sha256": "5c335b043253864493ffd7b2c18af9727968c4700804c87de71c45a9f76c1566"
            },
            "downloads": -1,
            "filename": "lutop-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fc2709cd7b3f10fd4e12069d2cd91bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4799,
            "upload_time": "2024-07-15T14:36:17",
            "upload_time_iso_8601": "2024-07-15T14:36:17.417928Z",
            "url": "https://files.pythonhosted.org/packages/49/cb/11ad937e7ef57ca3b4c5d75795bdbbaee21021f9810f03b43ffa1f15ef5b/lutop-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "720c99a46d21507dfd363786f1831e45501e2d3026673c585a33cf60f2257dfd",
                "md5": "6df9892ab6e68c4432bd52aaa20ed99f",
                "sha256": "045dfe1b86fb7861619156b3078ce20a39dcd48aecb2e4c1358080d48a9bc525"
            },
            "downloads": -1,
            "filename": "lutop-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6df9892ab6e68c4432bd52aaa20ed99f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4499,
            "upload_time": "2024-07-15T14:36:18",
            "upload_time_iso_8601": "2024-07-15T14:36:18.805214Z",
            "url": "https://files.pythonhosted.org/packages/72/0c/99a46d21507dfd363786f1831e45501e2d3026673c585a33cf60f2257dfd/lutop-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 14:36:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "barkhayot",
    "github_project": "lutop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "lutop"
}
        
Elapsed time: 0.47268s