# Performance monitor CLI for Windows
Parse and display performance counter from `psutil` and `nvidia-smi`.
Minimum height:
- If GPU: 17 + #CPUs/2
- Else: 9 + #CPUs/2
Unfortunately, temperature reading for CPU is not available.
## Requires
- `psutil`: load CPU+MEM stats.
- `termcolor`: color stuff.
- `xmltodict`: parse `nvidia-smi` output during GPU stats load.
### Parameters:
- `-t` or `--time`: Change default refresh time to `t` seconds (default: 2).
- `-d` or `--disable_gpu`: Disable GPU stats load and display.
- `-c` or `--disable_cpu`: Clear screen every `c` prints (default: 5).
## Run standalone
- Install `requirements.txt`
- Run with: `python main.py`
Raw data
{
"_id": null,
"home_page": "https://github.com/loribonna/PerfMonitorCLI",
"name": "perfmonitor",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "performance,monitor,windows,cli,powershell,commandline,htop",
"author": "Lorenzo Bonicelli",
"author_email": "loribonna@gmail.com",
"download_url": "https://github.com/loribonna/PerfMonitorCLI/archive/refs/tags/v0.0.6.zip",
"platform": null,
"description": "# Performance monitor CLI for Windows\r\nParse and display performance counter from `psutil` and `nvidia-smi`.\r\n\r\nMinimum height:\r\n- If GPU: 17 + #CPUs/2\r\n- Else: 9 + #CPUs/2\r\n\r\nUnfortunately, temperature reading for CPU is not available.\r\n\r\n## Requires\r\n- `psutil`: load CPU+MEM stats.\r\n- `termcolor`: color stuff.\r\n- `xmltodict`: parse `nvidia-smi` output during GPU stats load.\r\n\r\n### Parameters:\r\n- `-t` or `--time`: Change default refresh time to `t` seconds (default: 2).\r\n- `-d` or `--disable_gpu`: Disable GPU stats load and display.\r\n- `-c` or `--disable_cpu`: Clear screen every `c` prints (default: 5).\r\n\r\n## Run standalone\r\n- Install `requirements.txt`\r\n- Run with: `python main.py`\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Performance monitor CLI for Windows: parse and display performance counter from 'psutil' and 'nvidia-smi'.",
"version": "0.0.6",
"project_urls": {
"Download": "https://github.com/loribonna/PerfMonitorCLI/archive/refs/tags/v0.0.6.zip",
"Homepage": "https://github.com/loribonna/PerfMonitorCLI"
},
"split_keywords": [
"performance",
"monitor",
"windows",
"cli",
"powershell",
"commandline",
"htop"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0e1cc6ec9dedc277874a9086755f3341447d9ffe85b2a44a39d08a4fd62ab71d",
"md5": "5d9ab75022cf0b3ca312a04b2f0eec10",
"sha256": "096c4732772cc335405eb7b379ed266d590162cd9dc5ae5f4cecfd26a91ecd21"
},
"downloads": -1,
"filename": "perfmonitor-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5d9ab75022cf0b3ca312a04b2f0eec10",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8672,
"upload_time": "2023-09-13T17:21:31",
"upload_time_iso_8601": "2023-09-13T17:21:31.914765Z",
"url": "https://files.pythonhosted.org/packages/0e/1c/c6ec9dedc277874a9086755f3341447d9ffe85b2a44a39d08a4fd62ab71d/perfmonitor-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-13 17:21:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "loribonna",
"github_project": "PerfMonitorCLI",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "perfmonitor"
}