{"id":19843016,"url":"https://github.com/danni-m/redis-info-statsd","last_synced_at":"2025-10-14T00:41:38.974Z","repository":{"id":118833839,"uuid":"74786886","full_name":"danni-m/redis-info-statsd","owner":"danni-m","description":"redis module to update your statsd server","archived":false,"fork":false,"pushed_at":"2016-12-10T00:09:25.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-18T12:52:05.957Z","etag":null,"topics":["redis","redis-module","redis-statsd","statsd","statsd-server"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danni-m.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":"2016-11-25T20:40:45.000Z","updated_at":"2023-08-15T00:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e528445-1f80-4c3f-813b-bd870bd814e5","html_url":"https://github.com/danni-m/redis-info-statsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danni-m/redis-info-statsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danni-m%2Fredis-info-statsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danni-m%2Fredis-info-statsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danni-m%2Fredis-info-statsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danni-m%2Fredis-info-statsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danni-m","download_url":"https://codeload.github.com/danni-m/redis-info-statsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danni-m%2Fredis-info-statsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017363,"owners_count":26086052,"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-10-13T02:00:06.723Z","response_time":61,"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":["redis","redis-module","redis-statsd","statsd","statsd-server"],"created_at":"2024-11-12T12:37:24.379Z","updated_at":"2025-10-14T00:41:38.953Z","avatar_url":"https://github.com/danni-m.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis Statsd Module\nThe purpose of this module is to get performance stats from redis.\n\n## Overview\nThe module creates a hiredis client and a statsd client.\nOn initialization the module creates another thread that will periodically update the statsd server by running the `info` command and than update all corresponding gauges.\n\n## known issues\n1. Some `info` parmas are not parsed currectly.\n3. update interval is not configurable\n\n## License: AGPL\n\n# How to start using?\n## Compile\n### dependancies\n* cmake\n* pthreads\n* hiredis (install via brew or your favourite package manager)\n* statsd-c-client (fetch using git submodule)\n* RedisModulesSDK ()\n## Compile\n1. fetch submodules, run the following:\n~~~~\ngit submodule init\ngit submodule update\n~~~~\n2. compile RedisModulesSDK:\n```{r, engine='bash', count_lines}\ncd RedisModulesSDK/rmutil\nmake\n```\n3. go back to main directory, and create a `bin` directory, run cmake and compile:\n```{r, engine='bash', count_lines}\ncd ../..\nmkdir bin\ncd bin\ncmake ..\nmake\n```\nthe module should be in your current directory (`bin`) named `libredis_info_statsd.dylib` or `libredis_info_statsd.so`.\n## load module\nusing the loadmodule command, or by configuration file:\n`loadmodule PATH_TO_redis-info-statsd/bin/libredis_info_statsd.dylib` \n### configuration\nBy default the module will send the metrics to localhost:8125 using the namespace \"redis\" you can override it by passing 3 arguments to loadmodule:\n`loadmodule PATH_TO_redis-info-stats/bin/libredis_info_statsd.dylib 172.16.0.2 8125 redis-23`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanni-m%2Fredis-info-statsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanni-m%2Fredis-info-statsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanni-m%2Fredis-info-statsd/lists"}