{"id":21464260,"url":"https://github.com/shuque/bwusage","last_synced_at":"2026-04-24T23:34:13.197Z","repository":{"id":6751697,"uuid":"7998136","full_name":"shuque/bwusage","owner":"shuque","description":"A Linux bandwidth usage reporter","archived":false,"fork":false,"pushed_at":"2016-03-20T00:25:35.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-08T17:02:57.101Z","etag":null,"topics":["bandwidth","linux","network","reporter","usage"],"latest_commit_sha":null,"homepage":"","language":"Python","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/shuque.png","metadata":{"files":{"readme":"README","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}},"created_at":"2013-02-03T23:21:21.000Z","updated_at":"2020-06-27T17:31:10.000Z","dependencies_parsed_at":"2022-07-21T12:18:11.952Z","dependency_job_id":null,"html_url":"https://github.com/shuque/bwusage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shuque/bwusage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fbwusage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fbwusage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fbwusage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fbwusage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuque","download_url":"https://codeload.github.com/shuque/bwusage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fbwusage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["bandwidth","linux","network","reporter","usage"],"created_at":"2024-11-23T07:30:32.622Z","updated_at":"2026-04-24T23:34:13.182Z","avatar_url":"https://github.com/shuque.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"2013-02-01\nbwusage: a program to print the the current input and output\nbandwidth utilization on a given network interface on a Linux host.\n\nAuthor: Shumon Huque, \u003cshuque -@- upenn.edu\u003e\n\nPre-requisites:\n\n        Linux \n        Python 2.5 or above\n\nInstallation:\n\n        Copy the program to wherever you need it.\n\nUsage:\n\nbwusage (a network bandwidth usage reporter for Linux), version 0.1\n\nUsage: bwusage [-i interval] [-c #samples] [-h lines] [-b] [-k] [-m] [-g] [-u] \u003cinterface_name\u003e\n\nOptions:\n         -i interval                 interval in seconds\n         -c samples                  count of number of samples\n         -h NN                       print header every NN lines\n         -b                          use bits per second unit\n         -k                          use kilobits per second unit\n         -m                          use megabits per second unit\n         -g                          use gigabits per second unit\n         -u                          print timestamp in unixtime format\n\n\nExample usage/output:\n\n$ bwusage -i 5 -m eth0\nComputing throughput at 5 second intervals for interface eth0 ...\nType Control-C to interrupt\n\nTimestamp                           Input                  Output\n2013-02-02-17:06:43            29.34 Mbps               0.69 Mbps\n2013-02-02-17:06:48            94.13 Mbps               2.21 Mbps\n2013-02-02-17:06:54            94.12 Mbps               2.21 Mbps\n2013-02-02-17:06:59            94.13 Mbps               2.21 Mbps\n2013-02-02-17:07:04            94.12 Mbps               2.21 Mbps\n2013-02-02-17:07:09            94.13 Mbps               2.21 Mbps\n2013-02-02-17:07:14            94.12 Mbps               2.21 Mbps\n2013-02-02-17:07:19            94.13 Mbps               2.21 Mbps\n2013-02-02-17:07:24            94.12 Mbps               2.21 Mbps\n2013-02-02-17:07:29            94.13 Mbps               2.21 Mbps\n2013-02-02-17:07:34            94.12 Mbps               2.21 Mbps\n2013-02-02-17:07:39            94.13 Mbps               2.21 Mbps\n2013-02-02-17:07:44            65.43 Mbps               1.54 Mbps\n2013-02-02-17:07:49             0.00 Mbps               0.00 Mbps\n2013-02-02-17:07:54             0.00 Mbps               0.00 Mbps\n^CProgram terminated.\n\u003e\u003e Statistics:\n        Input min 0.00 Mbps, max 94.13 Mbps, avg 75.34 Mbps\n        Output min 0.00 Mbps, max 2.21 Mbps, avg 1.77 Mbps\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuque%2Fbwusage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuque%2Fbwusage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuque%2Fbwusage/lists"}