{"id":28484067,"url":"https://github.com/openw3rk-develop/o3shelltaskmonitor","last_synced_at":"2025-10-24T12:18:12.553Z","repository":{"id":297662932,"uuid":"997510934","full_name":"openw3rk-DEVELOP/o3ShellTaskMonitor","owner":"openw3rk-DEVELOP","description":"A light Shell-Task-Monitor for Windows especially for Windows Server without Desktop-environment","archived":false,"fork":false,"pushed_at":"2025-06-06T17:15:31.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-06T18:24:22.480Z","etag":null,"topics":["administration","c","open-source","openw3rk-invent","shell","task-management","terminal-based","usage-analytics","windows-server","windows-shell"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openw3rk-DEVELOP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-06T16:47:47.000Z","updated_at":"2025-06-06T17:17:49.000Z","dependencies_parsed_at":"2025-06-06T18:37:56.105Z","dependency_job_id":null,"html_url":"https://github.com/openw3rk-DEVELOP/o3ShellTaskMonitor","commit_stats":null,"previous_names":["openw3rk-develop/o3shelltaskmonitor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openw3rk-DEVELOP/o3ShellTaskMonitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openw3rk-DEVELOP%2Fo3ShellTaskMonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openw3rk-DEVELOP%2Fo3ShellTaskMonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openw3rk-DEVELOP%2Fo3ShellTaskMonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openw3rk-DEVELOP%2Fo3ShellTaskMonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openw3rk-DEVELOP","download_url":"https://codeload.github.com/openw3rk-DEVELOP/o3ShellTaskMonitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openw3rk-DEVELOP%2Fo3ShellTaskMonitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262608648,"owners_count":23336547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["administration","c","open-source","openw3rk-invent","shell","task-management","terminal-based","usage-analytics","windows-server","windows-shell"],"created_at":"2025-06-07T22:06:20.851Z","updated_at":"2025-10-24T12:18:07.524Z","avatar_url":"https://github.com/openw3rk-DEVELOP.png","language":"C","readme":"  \u003ch1\u003eo3ShellTaskMonitor\u003c/h1\u003e\n  \u003cp\u003e\n  Current version: 1.7.0 | Rev 0.1.0\u003cbr\u003e\n  License: MIT License\u003cbr\u003e\n  Developer: openw3rk INVENT\u003cbr\u003e\n  Copyright: (c) openw3rk INVENT\u003cbr\u003e\n  \u003c/p\u003e\n\n  \u003ch2\u003eDescription\u003c/h2\u003e\n  \u003cp\u003eCross-platform CPU and memory usage monitor with process list, supporting Windows consoles.\u003c/p\u003e\n\n  \u003ch2\u003eFeatures\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eDisplays real-time \u003cstrong\u003eCPU usage\u003c/strong\u003e\u003c/li\u003e\n    \u003cli\u003eDisplays \u003cstrong\u003eRAM usage\u003c/strong\u003e\u003c/li\u003e\n    \u003cli\u003eLists all running processes with:\n      \u003cul\u003e\n        \u003cli\u003ePID\u003c/li\u003e\n        \u003cli\u003eProcess name\u003c/li\u003e\n        \u003cli\u003eRAM usage (MB)\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003eSupports \u003cstrong\u003ecolored output\u003c/strong\u003e\u003c/li\u003e\n    \u003cli\u003eWorks on:\n      \u003cul\u003e\n        \u003cli\u003eWindows (cmd or PowerShell) or Windows Server whitout Desktop-environment\u003c/li\u003e\n      \u003c/ul\u003e\n  \n  \u003ch2\u003eCompilation\u003c/h2\u003e\n\n  \u003ch3\u003eBasic (No Icon)\u003c/h3\u003e\n  \u003ch4\u003eWindows\u003c/h4\u003e\n  \u003cpre\u003e\u003ccode\u003egcc main.c -o o3ShellTaskMonitor.exe -lpsapi\u003c/code\u003e\u003c/pre\u003e\n\n  \u003cp\u003e\u003cem\u003e\u003ccode\u003e-lpsapi\u003c/code\u003e is required for \u003ccode\u003eGetProcessMemoryInfo\u003c/code\u003e on Windows.\u003c/em\u003e\u003c/p\u003e\n\n  \u003ch3\u003eWith Icon\u003c/h3\u003e\n\n  \u003cp\u003e1. Create a resource file named \u003ccode\u003eresource.rc\u003c/code\u003e:\u003c/p\u003e\n  \u003cpre\u003e\u003ccode\u003eIDI_ICON1 ICON \"icon.ico\"\u003c/code\u003e\u003c/pre\u003e\n\n  \u003cp\u003e2. Compile resource file:\u003c/p\u003e\n  \u003cpre\u003e\u003ccode\u003ewindres resource.rc -o resource.o\u003c/code\u003e\u003c/pre\u003e\n\n  \u003cp\u003e3. Compile program with the icon:\u003c/p\u003e\n  \u003cpre\u003e\u003ccode\u003egcc main.c resource.o -o o3ShellTaskMonitor.exe -lpsapi\u003c/code\u003e\u003c/pre\u003e\n\n  \u003cp\u003e4. Program is ready\u003c/p\u003e\n\n  \u003cp\u003e5. Run it\u003c/p\u003e\n\n  \u003ch2\u003eExample Output\u003c/h2\u003e\n  \u003cpre\u003e\u003ccode\u003e\no3ShellTaskMonitor - Version 1.7.0 | Rev 0.1.0\n-----------------------------------------------------\nCopyright (c) openw3rk INVENT\nhttps://openw3rk.de\ndevelop@openw3rk.de\n-----------------------------------------------------\no3ShellTaskMonitor comes with ABSOLUTELY NO WARRANTY.\n-----------------------------------------------------\n\u003cbr\u003e\n    \nCPU-usage: 12.43%   RAM-usage: 47.12%\nPID     Processname               RAM (MB)\n1040    program1.exe                 55\n5432    program2.exe                 624\n...\n\u003c/code\u003e\u003c/pre\u003e\n\n  \u003ch2\u003eLicense\u003c/h2\u003e\n  \u003cp\u003eMIT License – Note the LICENSE file.\u003c/p\u003e\n  \u003ch4\u003eCopyright (c) openw3rk INVENT\u003c/h4\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenw3rk-develop%2Fo3shelltaskmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenw3rk-develop%2Fo3shelltaskmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenw3rk-develop%2Fo3shelltaskmonitor/lists"}