# 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": null,
"name": "rotop",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "iwatake2222 <take.iwiw2222@gmail.com>",
"keywords": "ros, ros2, tool, cpu, performance, monitoring",
"author": null,
"author_email": "iwatake2222 <take.iwiw2222@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/96/d2/bbfeba9bc7af1d47be026353c609bd4c678f641fe2b2a8e8ec08636e3b5c/rotop-1.0.5.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": null,
"summary": "top command for ROS 2",
"version": "1.0.5",
"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": "c17fe1006bde01b202ee0b0a02b2e07a907a26aca1b5767806be4ed745bd8e45",
"md5": "484fa78e3c538c0ba2d11972e6b0e4b0",
"sha256": "0784119f73928e0a5f63325dd7df92e46e81422e231d0b32ac0b8452ab709928"
},
"downloads": -1,
"filename": "rotop-1.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "484fa78e3c538c0ba2d11972e6b0e4b0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 16850,
"upload_time": "2024-05-10T10:08:28",
"upload_time_iso_8601": "2024-05-10T10:08:28.620202Z",
"url": "https://files.pythonhosted.org/packages/c1/7f/e1006bde01b202ee0b0a02b2e07a907a26aca1b5767806be4ed745bd8e45/rotop-1.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96d2bbfeba9bc7af1d47be026353c609bd4c678f641fe2b2a8e8ec08636e3b5c",
"md5": "bb02878e05f15fb00cb82ece433a1a70",
"sha256": "d8b6ad3be23232280cbb3667cf0af9cdf29de3fb920829cd505d55e08c0e80a2"
},
"downloads": -1,
"filename": "rotop-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "bb02878e05f15fb00cb82ece433a1a70",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1149539,
"upload_time": "2024-05-10T10:08:30",
"upload_time_iso_8601": "2024-05-10T10:08:30.332118Z",
"url": "https://files.pythonhosted.org/packages/96/d2/bbfeba9bc7af1d47be026353c609bd4c678f641fe2b2a8e8ec08636e3b5c/rotop-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-10 10:08:30",
"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"
}