{"id":18574793,"url":"https://github.com/maxritter/cppnd-system-monitor","last_synced_at":"2025-09-10T13:38:19.847Z","repository":{"id":149103070,"uuid":"189776547","full_name":"maxritter/CppND-System-Monitor","owner":"maxritter","description":"A console-based linux process manager, similar to htop","archived":false,"fork":false,"pushed_at":"2019-06-02T18:21:52.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T13:38:30.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/maxritter.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}},"created_at":"2019-06-01T20:52:32.000Z","updated_at":"2019-06-02T18:21:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8c341fd-c68a-49c4-b0da-cba18694cd48","html_url":"https://github.com/maxritter/CppND-System-Monitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxritter/CppND-System-Monitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2FCppND-System-Monitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2FCppND-System-Monitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2FCppND-System-Monitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2FCppND-System-Monitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxritter","download_url":"https://codeload.github.com/maxritter/CppND-System-Monitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2FCppND-System-Monitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274470933,"owners_count":25291611,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-06T23:16:31.195Z","updated_at":"2025-09-10T13:38:19.794Z","avatar_url":"https://github.com/maxritter.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux System Monitor\n\nThis project implements a process manager for the Linux operating system, similar to htop. Linux stores information about those processes in a couple of files. The program reads those files, extracts the required values, formats them and uses Ncurses to display them inside the console.\n\n\n\n![](./imgs/program.png)\n\n\n\n\n## Usage:\n\n1. Clone repository\n```\ngit clone https://github.com/udacity/CppND-System-Monitor\n```\n2. Follow along with the lesson and make sure you complete the `ProcessParser` and `Process` classes before attempting to run the project.\n\n3. Install `ncurses` package\n```\nsudo apt-get install libncurses5-dev libncursesw5-dev\n```\n4. Compile and run\n```\ng++ -std=\"c++17\" main.cpp -lncurses\n./a.out\n```\n5. In case of error that looks like the following: \n```\nroot@77e30fca8a01:/home/workspace/CppND-Object-Oriented# ./a.out\n*** %n in writable segment detected ***\n                                      Aborted (core dumped)\n```\njust keep trying `./a.out` and it should work eventually!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxritter%2Fcppnd-system-monitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxritter%2Fcppnd-system-monitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxritter%2Fcppnd-system-monitor/lists"}