{"id":18968955,"url":"https://github.com/finnbear/simple_server_status","last_synced_at":"2026-02-12T11:49:24.859Z","repository":{"id":62444540,"uuid":"497481673","full_name":"finnbear/simple_server_status","owner":"finnbear","description":"A simple and fast way to get server status on Linux systems.","archived":false,"fork":false,"pushed_at":"2024-08-08T20:27:45.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T14:45:10.777Z","etag":null,"topics":["rust","rust-crate","rust-lang","server","server-status","status"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/simple_server_status","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/finnbear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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":"2022-05-29T03:37:44.000Z","updated_at":"2024-08-08T20:27:49.000Z","dependencies_parsed_at":"2024-11-08T20:15:30.091Z","dependency_job_id":null,"html_url":"https://github.com/finnbear/simple_server_status","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"8206dc7362c613e9057c07a5b3bb7f72028e73ab"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/finnbear/simple_server_status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnbear%2Fsimple_server_status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnbear%2Fsimple_server_status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnbear%2Fsimple_server_status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnbear%2Fsimple_server_status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finnbear","download_url":"https://codeload.github.com/finnbear/simple_server_status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnbear%2Fsimple_server_status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29365248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["rust","rust-crate","rust-lang","server","server-status","status"],"created_at":"2024-11-08T14:48:55.715Z","updated_at":"2026-02-12T11:49:24.831Z","avatar_url":"https://github.com/finnbear.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_server_status\n\nA simple and fast way to get server status on Linux systems.\n\n## Features\n\nAll features except `conntrack` are enabled by default:\n\n- CPU (`cpu`)\n  - `cpu_usage() -\u003e Option\u003cf32\u003e` (0.0..=1.0)\n  - `cpu_local_usage() -\u003e Option\u003cf32\u003e` (0.0..=1.0)\n  - `cpu_stolen_usage() -\u003e Option\u003cf32\u003e` (0.0..=1.0, useful on VPS's to measure noisy neighbors)\n- Network (`net`)\n  - `net_bandwidth() -\u003e Option\u003cu64\u003e` (bytes/s)\n  - `net_reception_bandwidth() -\u003e Option\u003cu64\u003e` (bytes/s)\n  - `net_transmission_bandwidth() -\u003e Option\u003cu64\u003e` (bytes/s)\n- RAM (`ram`)\n  - `ram_usage() -\u003e Option\u003cf32\u003e` (0.0..=1.0)\n  - `ram_swap_usage() -\u003e Option\u003cf32\u003e` (0.0..=1.0)\n- TCP (`tcp`)\n  - `tcp_connections() -\u003e Option\u003cusize\u003e` (count)\n- UDP (`udp`)\n  - `udp_sockets() -\u003e Option\u003cusize\u003e` (count)\n- Conntrack (`conntrack`)\n  - `conntrack_sessions() -\u003e Option\u003cusize\u003e` (count)\n\nNote: Must call `update()` first, to make a measurement.\n\n## Limitations\n\nOnly supports Linux for now. Will return `Err`, `None`, or `0` on unsupported platforms,\ndepending on the operation.\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0\n  ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license\n  ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnbear%2Fsimple_server_status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinnbear%2Fsimple_server_status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnbear%2Fsimple_server_status/lists"}