watzon / sysinfo.cr

Psutil for Crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SysInfo.cr

This shard is a port of shirou/gopsutil and giampaolo/psutil, but for Crystal. It is set up to be completely cross platform (although right now only Linux is supported). It's main purpose is for system monitoring, profiling, limiting process resources, and management of running processes. It implements many functionalities offered by classic UNIX command line tools, such as ps, top, iotop, lsof, netstat, ifconfig, free, and many others.

Supported Platforms

  • Linux
  • macOS
  • Windows
  • FreeBSD, OpenBSD, NetBSD
  • Sun Solaris
  • AIX

...both 32-bit and 64-bit architectures.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • watzon Chris Watson - creator, maintainer

About

Psutil for Crystal

License:MIT License


Languages

Language:Crystal 100.0%