psutil.cr v0.2.2
forked from aablinov/psutil.crpsutil.cr
This is a port of gopsutil Gopsutil a library for accessing information from the system for statistical purposes. It could be used for software that monitors the system for alerting or graphing purposes.
Status
OS support
- Linux
- OSX
Feature support
- cpu_times
- virtual_memory
- disk_partitions
- disk_usage
- disk_io_counters
- host_info
- load_avg
- net_io_counters
Installation
Add this to your application's shard.yml
:
dependencies:
psutil:
github: kodnaplakal/psutil.cr
Usage
require "psutil"
puts Psutil.cpu_times
puts Psutil.virtual_memory
puts Psutil.disk_partitions
puts Psutil.disk_usage
puts Psutil.disk_io_counters
puts Psutil.host_info
puts Psutil.load_avg
puts Psutil.net_io_counters
Development
crystal spec
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- kodnaplakal Andrey Blinov - creator, maintainer
Repository
psutil.cr
Owner
Statistic
- 1
- 0
- 0
- 1
- 0
- almost 3 years ago
- November 25, 2021
License
Links
Synced at
Thu, 07 Nov 2024 01:38:09 GMT
Languages