Skip to content

watzon/sysinfo.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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