{"id":65590,"library":"prometheus-community-pro-bing","title":"pro-bing","description":"Package probing is a simple but powerful ICMP echo (ping) library for Go that sends and receives ICMP Echo Request packets.","status":"active","version":"0.8.0","language":"go","source_language":null,"source_url":"https://github.com/prometheus-community/pro-bing","tags":["ping","icmp","network","diagnostics"],"install":[{"cmd":"go get github.com/prometheus-community/pro-bing","lang":"bash","label":"Install github.com/prometheus-community/pro-bing"}],"dependencies":[],"imports":[{"symbol":"probing","correct":"github.com/prometheus-community/pro-bing"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/prometheus-community/pro-bing\"\n)\n\nfunc main() {\n\tpinger, err := probing.NewPinger(\"8.8.8.8\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tpinger.Count = 3\n\terr = pinger.Run()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tstats := pinger.Statistics()\n\tfmt.Printf(\"Sent: %d, Received: %d\\n\", stats.PacketsSent, stats.PacketsRecv)\n}","lang":"go","description":"Creates a pinger, sends 3 ICMP echo requests, and prints statistics."},"warnings":[],"env_vars":null,"search_vec":"'bing':3 'diagnost':28 'echo':12,22 'go':16 'icmp':11,21,26 'librari':14 'network':27 'packag':4 'packet':24 'ping':13,25 'power':10 'pro':2 'pro-b':1 'probe':5 'receiv':20 'request':23 'send':18 'simpl':8","created_at":"2026-06-17T17:12:29.503596+00:00","updated_at":"2026-06-17T17:12:29.503596+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/prometheus-community/pro-bing","github":"https://github.com/prometheus-community/pro-bing","docs":"https://pkg.go.dev/github.com/prometheus-community/pro-bing#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}