rotop


Namerotop JSON
Version 1.0.4 PyPI version JSON
download
home_page
Summarytop command for ROS 2
upload_time2023-12-15 07:41:51
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords ros ros2 tool cpu performance monitoring
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rotop

## About

top command for ROS 2

## Features

- Replace a long displayed name for ROS 2 command and Python command, especially for component container
  - :sob: Normal `top` command : "`component_container`"
  - :sob: Normal `top -c` or `htop` : "`/very/long/path/component_container` `very-long-options`"
  - :smile: My `rotop` command: "`{node_name}, {name_space}`"
- Filter function
- csv file logger
- Graph plotter

## How to use

```sh
pip3 install rotop

rotop
rotop --gui


# usage: rotop [-h] [--interval INTERVAL] [--filter FILTER] [--csv] [--gui] [--num_process NUM_PROCESS]
# options:
#   -h, --help            show this help message and exit
#   --interval INTERVAL
#   --filter FILTER
#   --csv
#   --gui
#   --num_process NUM_PROCESS
```

```sh
cd rotop
python3 main.py
```

## Screen Shot

- CUI mode
  - ![](./00_doc/capture_00.png)
- GUI mode
  - ![](./00_doc/capture_01.png)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rotop",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "iwatake2222 <take.iwiw2222@gmail.com>",
    "keywords": "ros,ros2,tool,cpu,performance,monitoring",
    "author": "",
    "author_email": "iwatake2222 <take.iwiw2222@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e8/f5/986fae3a142c33c9c342ba9d9ac41278dfedc136b1d94f60cbc19f8e0ab4/rotop-1.0.4.tar.gz",
    "platform": null,
    "description": "# rotop\n\n## About\n\ntop command for ROS 2\n\n## Features\n\n- Replace a long displayed name for ROS 2 command and Python command, especially for component container\n  - :sob: Normal `top` command : \"`component_container`\"\n  - :sob: Normal `top -c` or `htop` : \"`/very/long/path/component_container` `very-long-options`\"\n  - :smile: My `rotop` command: \"`{node_name}, {name_space}`\"\n- Filter function\n- csv file logger\n- Graph plotter\n\n## How to use\n\n```sh\npip3 install rotop\n\nrotop\nrotop --gui\n\n\n# usage: rotop [-h] [--interval INTERVAL] [--filter FILTER] [--csv] [--gui] [--num_process NUM_PROCESS]\n# options:\n#   -h, --help            show this help message and exit\n#   --interval INTERVAL\n#   --filter FILTER\n#   --csv\n#   --gui\n#   --num_process NUM_PROCESS\n```\n\n```sh\ncd rotop\npython3 main.py\n```\n\n## Screen Shot\n\n- CUI mode\n  - ![](./00_doc/capture_00.png)\n- GUI mode\n  - ![](./00_doc/capture_01.png)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "top command for ROS 2",
    "version": "1.0.4",
    "project_urls": {
        "Bug Reports": "https://github.com/iwatake2222/rotop/issues",
        "Homepage": "https://github.com/iwatake2222/rotop",
        "Source": "https://github.com/iwatake2222/rotop"
    },
    "split_keywords": [
        "ros",
        "ros2",
        "tool",
        "cpu",
        "performance",
        "monitoring"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72379a268719d8ba24fe89ea78f91b061aac6f7a8adc77f2571f822c1e248385",
                "md5": "ca44ee6dcbc477aa62963f89149a1375",
                "sha256": "8803df922c8e8424779bba1e0de7a017187ee14c851bb8b0ee96ff8b25690a93"
            },
            "downloads": -1,
            "filename": "rotop-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca44ee6dcbc477aa62963f89149a1375",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 16630,
            "upload_time": "2023-12-15T07:41:49",
            "upload_time_iso_8601": "2023-12-15T07:41:49.404989Z",
            "url": "https://files.pythonhosted.org/packages/72/37/9a268719d8ba24fe89ea78f91b061aac6f7a8adc77f2571f822c1e248385/rotop-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8f5986fae3a142c33c9c342ba9d9ac41278dfedc136b1d94f60cbc19f8e0ab4",
                "md5": "a361c9d60ace1226c3f65574258152e5",
                "sha256": "226ff7a1fb425831aad17142fb79e8907517810e845f7b094fb376a09354feb9"
            },
            "downloads": -1,
            "filename": "rotop-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a361c9d60ace1226c3f65574258152e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1149349,
            "upload_time": "2023-12-15T07:41:51",
            "upload_time_iso_8601": "2023-12-15T07:41:51.440558Z",
            "url": "https://files.pythonhosted.org/packages/e8/f5/986fae3a142c33c9c342ba9d9ac41278dfedc136b1d94f60cbc19f8e0ab4/rotop-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 07:41:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iwatake2222",
    "github_project": "rotop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "rotop"
}
        
Elapsed time: 0.16625s