{"id":21807086,"url":"https://github.com/appmonet/latency_tracker","last_synced_at":"2026-02-26T02:32:22.450Z","repository":{"id":167185404,"uuid":"642759245","full_name":"AppMonet/latency_tracker","owner":"AppMonet","description":"An Elixir GenServer that will periodically ping a list of hosts and write the average latency to an ETS table.","archived":false,"fork":false,"pushed_at":"2023-05-19T09:57:47.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-27T12:38:40.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppMonet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-19T09:30:39.000Z","updated_at":"2024-03-02T10:47:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"424700ca-e5f8-482f-a6e9-a29e1209a34d","html_url":"https://github.com/AppMonet/latency_tracker","commit_stats":null,"previous_names":["appmonet/latency_tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Flatency_tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Flatency_tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Flatency_tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Flatency_tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppMonet","download_url":"https://codeload.github.com/AppMonet/latency_tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235665649,"owners_count":19026236,"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":[],"created_at":"2024-11-27T12:36:41.902Z","updated_at":"2025-10-08T00:30:41.833Z","avatar_url":"https://github.com/AppMonet.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LatencyTracker\n\nA GenServer that will periodically ping a list of hosts and write the average latency to an ETS table.\n\n## Example:\n\n```\niex(1)\u003e LatencyTracker.start_link([hosts: [[hostname: \"google.com\", alias: :google]]])\n{:ok, #PID\u003c0.234.0\u003e}\niex(2)\u003e LatencyTracker.average_latency(:google)\n42.7\n```\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:latency_tracker, github: \"AppMonet/latency_tracker\"}\n  ]\nend\n```\n\nUnfortunately we cannot publish this library to Hex as it depends on `hauleth/gen_icmp` which is not published on hex and that name is already taken.\n\nThe icmp libraries that are on hex require more complex configuration/settings in order to use, for example `:icmp` requires: `sudo setcap cap_net_raw=+ep /path/to/beam.smp`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmonet%2Flatency_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappmonet%2Flatency_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmonet%2Flatency_tracker/lists"}