Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

awesome-llama: https://github.com/dropbox/llama

go latency loss monitoring network telemetry

Score: 12.930098145735053

Last synced: about 5 hours ago
JSON representation

Repository metadata:

Library for testing and measuring network loss and latency between distributed endpoints.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 18
Total Committers: 2
Avg Commits per committer: 9.0
Development Distribution Score (DDS): 0.222

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Daniel d****r@d****m 14
Daniel Martin d****2 4

Issue and Pull Request metadata

Last synced: 4 days ago

Total issues: 2
Total pull requests: 1
Average time to close issues: N/A
Average time to close pull requests: 8 minutes
Total issue authors: 2
Total pull request authors: 1
Average comments per issue: 0.0
Average comments per pull request: 0.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 0.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/dropbox/llama

Top Issue Authors

  • dmar42 (1)
  • maifeeulasad (1)

Top Pull Request Authors

  • dmar42 (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

pypi.org: llama

LLAMA - Loss & LAtency MAtrix

  • Homepage: https://github.com/dropbox/llama
  • Documentation: https://llama.readthedocs.io/
  • Licenses: Apache
  • Latest release: 0.1.1 (published about 7 years ago)
  • Last Synced: 2024-09-04T11:02:53.091Z (4 days ago)
  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Downloads: 3,219 Last month
  • Docker Downloads: 0
  • Rankings:
    • Docker downloads count: 3.927%
    • Downloads: 4.873%
    • Average: 8.057%
    • Stargazers count: 8.572%
    • Forks count: 9.324%
    • Dependent packages count: 10.126%
    • Dependent repos count: 11.519%
  • Maintainers (2)
proxy.golang.org: github.com/dropbox/llama

Llama client to pull metrics from Llama collectors LLAMA Collector sends UDP probes to a set of target reflectors and provides statistics about their latency and reachability via an API. Mock Llama client used in `client_test.go` Functionality for sending and receiving UDP probes on a socket. portgroup defines PortGroup, which is used to multiplex UDPAddr structs to multiple ports via parallel channels. LLAMA Scraper pulls stats from Collectors and then writes them to the indicated database. Tags is a helper description for a structure that stores a map of attributes and values for a given key. Example: Tags["1.2.3.4"]["dst_hostname"] = "localhost" Tags["1.2.3.4"]["dst_cluster"] = "mycluster"

  • Homepage: https://github.com/dropbox/llama
  • Documentation: https://pkg.go.dev/github.com/dropbox/llama#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.0.0-20190529192750-c81f3ba6f868 (published over 5 years ago)
  • Last Synced: 2024-09-04T11:02:54.340Z (4 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%

Dependencies

go.mod go
  • github.com/gogo/protobuf v1.2.1
  • github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
  • github.com/kr/pretty v0.1.0
  • github.com/patrickmn/go-cache v2.1.0+incompatible
  • github.com/satori/go.uuid v1.2.0
  • golang.org/x/sys v0.0.0-20190410235845-0ad05ae3009d
  • golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
go.sum go
  • github.com/gogo/protobuf v1.2.1
  • github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
  • github.com/kisielk/errcheck v1.1.0
  • github.com/kisielk/gotool v1.0.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/patrickmn/go-cache v2.1.0+incompatible
  • github.com/satori/go.uuid v1.2.0
  • golang.org/x/sys v0.0.0-20190410235845-0ad05ae3009d
  • golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
  • golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2