{"id":19439848,"url":"https://github.com/matteyeux/sysnet","last_synced_at":"2026-03-09T11:05:18.413Z","repository":{"id":40614243,"uuid":"504824978","full_name":"matteyeux/sysnet","owner":"matteyeux","description":"Random tool to get system and network info","archived":false,"fork":false,"pushed_at":"2023-03-06T04:03:32.000Z","size":32,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T22:11:36.820Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteyeux.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}},"created_at":"2022-06-18T11:29:17.000Z","updated_at":"2022-09-08T17:31:01.000Z","dependencies_parsed_at":"2023-02-12T20:05:11.053Z","dependency_job_id":"7e566486-6cbd-49dd-a1bb-c6fdaaaf94e3","html_url":"https://github.com/matteyeux/sysnet","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":0.6,"last_synced_commit":"260748e586532a7e840fe2bf238e70244d04a9c2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matteyeux/sysnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Fsysnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Fsysnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Fsysnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Fsysnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteyeux","download_url":"https://codeload.github.com/matteyeux/sysnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Fsysnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":[],"created_at":"2024-11-10T15:27:01.212Z","updated_at":"2026-03-09T11:05:18.389Z","avatar_url":"https://github.com/matteyeux.png","language":"Rust","readme":"# sysnet\n\nA tool to get system and network info of a Linux box written in Rust.\n\n\n### Usage\n\n```\nλ ~ » sysnet --help\nsysnet 0.1.0\n\nUSAGE:\n    sysnet [OPTIONS]\n\nOPTIONS:\n    -a, --all          Print system and network info\n    -c, --cpu          Print CPUs info\n    -d, --disks        Print disks info\n    -h, --help         Print help information\n    -n, --network      Print network info\n    -p, --processes    List all processes\n    -s, --system       Print system info\n    -V, --version      Print version information\n```\n\n\n### Examples\n\nPrint system info :\n```\nλ ~ » sysnet -s\nHosname: blackbird\nOS : Ubuntu 21.10\nkernel : 5.13.0-44-generic\nCores : 8\nRAM\n   Total RAM: 8299MB\n   Free  RAM: 5277MB\n   Used  RAM: 986MB\nSwap\n   Total Swap: 2147MB\n   Free  Swap: 2147MB\n   Used  Swap: 0MB\n```\n\nPrint network info :\n```\nλ ~ » sysnet -n\nlo\n   127.0.0.1/8\n   00:00:00:00:00:00\n\n   ::1/128\n   00:00:00:00:00:00\nens33\n   192.168.121.128/24\n   00:0c:31:b8:a9:f9\n\n   fe80::e57c:b022:b151:4b8a/64\n   00:af:29:bf:f9:c9\nvirbr0\n   192.168.122.1/24\n   51:52:00:f7:6b:cd\ndocker0\n   172.17.0.1/16\n   06:ff:91:ff:89:21\n```\n\n\n### Installing \n\nFrom the git repo :\n```\nλ ~/dev/sysnet(main*) » cargo install --path .\n  Installing sysnet v0.1.0 (/home/mathieu/dev/sysnet)\n    Updating crates.io index\n   Compiling sysnet v0.1.0 (/home/mathieu/dev/sysnet)\n    Finished release [optimized] target(s) in 1.36s\n   Replacing /home/mathieu/.cargo/bin/sysnet\n    Replaced package `sysnet v0.1.0 (/home/mathieu/dev/sysnet)` with `sysnet v0.1.0 (/home/mathieu/dev/sysnet)` (executable `sysnet`)\n```\n\nFrom crates.io : `cargo install sysnet`.\n\n\nMake sure `~/.cargo/bin/sysnet` is in your `$PATH`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteyeux%2Fsysnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteyeux%2Fsysnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteyeux%2Fsysnet/lists"}