All Projects → unrelentingtech → Systemstat

unrelentingtech / Systemstat

Licence: unlicense
Rust library for getting system information

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Systemstat

Otseca
Open source security auditing tool to search and dump system configuration. It allows you to generate reports in HTML or RAW-HTML formats.
Stars: ✭ 416 (+38.21%)
Mutual labels:  system-information, system
indicium
Portable, advanced system information utility
Stars: ✭ 46 (-84.72%)
Mutual labels:  system, system-information
Stacer
Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
Stars: ✭ 7,405 (+2360.13%)
Mutual labels:  system-information, system
sysfetch
A super tiny system information fetch script written in BASH
Stars: ✭ 197 (-34.55%)
Mutual labels:  system, system-information
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (-92.36%)
Mutual labels:  system, system-information
disfetch
Yet another *nix distro fetching program, but less complex.
Stars: ✭ 45 (-85.05%)
Mutual labels:  system, system-information
WindowsMonitor
WMI namespaces and classes
Stars: ✭ 15 (-95.02%)
Mutual labels:  system
netbox-agent
Netbox agent to run on your infrastructure's servers
Stars: ✭ 99 (-67.11%)
Mutual labels:  system-information
Deviice
Swift library to easily check the current device and some more info about it.
Stars: ✭ 51 (-83.06%)
Mutual labels:  system
sccm
Microsoft System Center Configuration Manager
Stars: ✭ 21 (-93.02%)
Mutual labels:  system
Nt wrapper
A wrapper library around native windows sytem APIs
Stars: ✭ 287 (-4.65%)
Mutual labels:  system
Scf
SenparcCoreFramework Template Project
Stars: ✭ 264 (-12.29%)
Mutual labels:  system
SuperLauncher
🚀 Super Launcher is an admin launcher that persists in the system tray that can launch programs quickly; optionally, with administrator rights, as another user, or both.
Stars: ✭ 36 (-88.04%)
Mutual labels:  system
HotelManagementSystem
Hotel Management System created with Restify and Angular 9
Stars: ✭ 23 (-92.36%)
Mutual labels:  system
nodejs-system-sleep
Sleep function for Node.js All platforms.
Stars: ✭ 47 (-84.39%)
Mutual labels:  system
scooby
🐶 🕵️ Great Dane turned Python environment detective
Stars: ✭ 36 (-88.04%)
Mutual labels:  system-information
Keylogger
Keylogger is 100% invisible keylogger not only for users, but also undetectable by antivirus software. Blackcat keylogger Monitors all keystokes, Mouse clicks. It has a seperate process which continues capture system screenshot and send to ftp server in given time.
Stars: ✭ 271 (-9.97%)
Mutual labels:  system
brand.systemd.io
Website with systemd brand assets
Stars: ✭ 12 (-96.01%)
Mutual labels:  system
clock
High-resolution clock functions: monotonic, realtime, cputime.
Stars: ✭ 52 (-82.72%)
Mutual labels:  system
Welcome Ui
Customizable design system of @wttj with react • styled-components • styled-system • reakit
Stars: ✭ 256 (-14.95%)
Mutual labels:  system

crates.io API Docs unlicense

systemstat

A Rust library for getting system information/statistics:

  • CPU load
  • load average
  • memory usage
  • uptime / boot time
  • battery life
  • filesystem mounts (and disk usage)
  • disk I/O statistics
  • network interfaces
  • network traffic statistics
  • CPU temperature

Unlike sys-info-rs, this one is written purely in Rust.

Supported platforms (roughly ordered by completeness of support):

  • FreeBSD
  • Linux
  • OpenBSD
  • Windows
  • macOS
  • more coming soon

Originally written for unixbar :-)

Usage

See examples/info.rs.

Contributing

Please feel free to submit pull requests!

By participating in this project you agree to follow the Contributor Code of Conduct.

The list of contributors is available on GitHub.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.

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].