All Projects → heim-rs → Heim

heim-rs / Heim

Licence: other
Cross-platform async library for system information fetching 🦀

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Heim

Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+137.41%)
Mutual labels:  cpu, memory, network, system
Xfce4 Genmon Scripts
🐭 XFCE panel generic monitor scripts
Stars: ✭ 69 (-87.94%)
Mutual labels:  cpu, memory, monitoring, disk
Sysstat
Performance monitoring tools for Linux
Stars: ✭ 2,055 (+259.27%)
Mutual labels:  cpu, memory, monitoring, disk
Sympact
🔥 Stupid Simple CPU/MEM "Profiler" for your JS code.
Stars: ✭ 439 (-23.25%)
Mutual labels:  cpu, memory, process, system
Netutils Linux
A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.
Stars: ✭ 664 (+16.08%)
Mutual labels:  cpu, network, monitoring
Stats
macOS system monitor in your menu bar
Stars: ✭ 7,134 (+1147.2%)
Mutual labels:  cpu, network, disk
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (+90.03%)
Mutual labels:  cpu, memory, monitoring
Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+196.85%)
Mutual labels:  cpu, memory, network
hardware
Get CPU, Memory and Network informations of the running OS and its processes
Stars: ✭ 70 (-87.76%)
Mutual labels:  cpu, system, memory
doc
Get usage and health data about your Node.js process.
Stars: ✭ 17 (-97.03%)
Mutual labels:  cpu, memory, process
React Adaptive Hooks
Deliver experiences best suited to a user's device and network constraints
Stars: ✭ 4,750 (+730.42%)
Mutual labels:  cpu, memory, network
Wgcloud
linux运维监控工具,支持系统信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,API接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,linux面板,探针,故障告警
Stars: ✭ 2,669 (+366.61%)
Mutual labels:  cpu, memory, monitoring
stress
Single-purpose tools to stress resources
Stars: ✭ 24 (-95.8%)
Mutual labels:  cpu, disk, memory
psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+1383.92%)
Mutual labels:  cpu, disk, memory
Tbox
🎁 A glib-like multi-platform c library
Stars: ✭ 3,800 (+564.34%)
Mutual labels:  network, cross-platform
Speedtest
Command line client for speedtest.net written in Go
Stars: ✭ 361 (-36.89%)
Mutual labels:  network, monitoring
Chillout
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript
Stars: ✭ 565 (-1.22%)
Mutual labels:  async, cpu
Arch
极客时间专栏《许式伟的架构课》相关的源代码:冯诺伊曼结构
Stars: ✭ 335 (-41.43%)
Mutual labels:  cpu, memory
Pidusage
Cross-platform process cpu % and memory usage of a PID
Stars: ✭ 364 (-36.36%)
Mutual labels:  cpu, memory
Bgpalerter
Software to monitor streams of BGP data. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, and more.
Stars: ✭ 367 (-35.84%)
Mutual labels:  network, monitoring

heim

Project banner

Latest Version Latest Version User guide Gitter
Coverage Status Financial Contributors on Open Collective Apache 2.0 OR MIT licensed

Cross-platform library for system information fetching

heim is an ongoing attempt to create the best tool for system information fetching (ex., CPU, memory, disks or processes stats) in the Rust crates ecosystem.
It targets to have at least the same functionality as psutil, gopsutil or oshi eventually.

Check user guide to get more information on the heim goals, integrations and showcases.

Why should I use heim instead of {crate-name}? See the comparison page.

Examples can be found here.

Background

heim has a few key goals which define its development and public interface:

  1. Async-first with tokio and async-std support.
    Bundled polyfill option could be used for other use cases, see documentation for more details.
  2. Cross-platform with platform-specific extensions.
  3. Modular design.
  4. Idiomatic and easy to use.

Technical notes

heim requires Rust 1.45 or higher; this version is explicitly tested in CI and may be bumped in any major or minor release as needed.
Any changes to the supported minimum version will be called out in the release notes.

Platform support

Right now heim support Tier 1 platforms (Linux, macOS, and Windows for i686 and x86_64). You can check the GitHub projects page for more information.

License

Licensed under either of Apache License 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Donations

If you appreciate my work and want to support me or speed up the project development, you can do it here or support this project at Open Collective.

Contributors

Code Contributors

This project exists thanks to all the people who contribute.

Financial Contributors

Become a financial contributor and help us sustain our community.

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].