{"id":25625310,"url":"https://github.com/felipeelias/instrumentation","last_synced_at":"2026-03-09T17:14:56.987Z","repository":{"id":56668737,"uuid":"72553705","full_name":"felipeelias/instrumentation","owner":"felipeelias","description":"Monitor process stats over time","archived":false,"fork":false,"pushed_at":"2025-09-08T04:06:28.000Z","size":4126,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-20T16:18:28.630Z","etag":null,"topics":["instrumentation","monitoring","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/felipeelias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-11-01T16:15:34.000Z","updated_at":"2023-05-30T17:32:18.000Z","dependencies_parsed_at":"2025-04-14T10:43:34.577Z","dependency_job_id":"71dc2328-d90f-41c4-980e-93d731ac2e87","html_url":"https://github.com/felipeelias/instrumentation","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/felipeelias/instrumentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelias%2Finstrumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelias%2Finstrumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelias%2Finstrumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelias%2Finstrumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipeelias","download_url":"https://codeload.github.com/felipeelias/instrumentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelias%2Finstrumentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30304076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["instrumentation","monitoring","ruby"],"created_at":"2025-02-22T14:56:54.938Z","updated_at":"2026-03-09T17:14:56.956Z","avatar_url":"https://github.com/felipeelias.png","language":"Ruby","readme":"# Instrumentation\n\n[![Build Status](https://travis-ci.org/felipeelias/instrumentation.svg?branch=master)](https://travis-ci.org/felipeelias/instrumentation)\n[![Gem Version](https://badge.fury.io/rb/erb-view.svg)](https://badge.fury.io/rb/erb-view)\n[![Maintainability](https://api.codeclimate.com/v1/badges/6531f22fba0af4aa09be/maintainability)](https://codeclimate.com/github/felipeelias/instrumentation/maintainability)\n\nMonitor any system stats and process memory usage over time.\n\n![Example](https://github.com/felipeelias/instrumentation/blob/4d74af4a8ad0c97cc2940dec92399e54dbfd4d5e/example.gif \"Example\")\n\n## Installation\n\n```\ngem install process-instrumentation\n```\n\n## Usage\n\nTo monitor a process, get its PID from the system (using `ps aux | grep PROCESS_NAME`) and start the command:\n\n```\n$ instrument \u003cpid\u003e\n```\n\nThen go to `http://localhost:8080` and you'll see the graph of memory usage over time.\n\n## Development/Testing\n\nInstall dependencies with:\n\n```\nbin/setup\n```\n\nRun tests with:\n\n```\nrake test\n```\n\nRun the local binary with:\n\n```\nexe/instrument \u003cpid\u003e\n```\n\nAn interactive console with all files loaded is available on:\n\n```\nbin/console\n```\n\n## Documentation\n\nYou can generate documentation locally:\n\n```\nrake yard\n```\n\nThen open `doc/index.html` in your browser.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/felipeelias/instrumentation. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\nMake sure that the code passes the style guidelines with:\n\n```\nrake rubocop\n```\n\nIf you want to contribute with anything but don't know where to start, check the project's to-do list:\n\n- [x] Auto-refresh report (fetch datapoints dynamically)\n- [x] Implement Load average reader\n- [x] Setup rubocop task\n- [ ] Implement option parser for command line tool\n- [ ] Add tests when the interface and functionality is defined\n- [ ] Implement memory reader for Linux, that reads from `/proc/\u003cpid\u003e/statm`, example [here][linux-statm]\n- [ ] Implement CPU % reader\n- [ ] Let user customize HTTP server port via command line\n- [ ] Setup continuous integration\n- [ ] Setup code climate\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n[linux-statm]: https://gist.github.com/pvdb/6240788\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeelias%2Finstrumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipeelias%2Finstrumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeelias%2Finstrumentation/lists"}