kwi / device_space_left

Small ruby gem/plugin giving you the ability to retrieve easily the space available on your devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeviceSpaceLeft

Small ruby gem/plugin giving you the ability to retrieve easily the space available on your devices.

Usage

  • DeviseSpaceLeft.percent_used(‘/home’)

  • DeviseSpaceLeft.percent_free(‘/dev/md2’)

  • DeviseSpaceLeft.space_available(‘/dev/md2’)

  • DeviseSpaceLeft.space_used(‘/dev/md2’)

  • DeviseSpaceLeft.size(‘/dev/md2’)

Tested on Ubuntu and OsX

Copyright © 2010 Guillaume Luccisano - g-mai|: guillaume.luccisano, released under the MIT license

About

Small ruby gem/plugin giving you the ability to retrieve easily the space available on your devices

License:MIT License


Languages

Language:Ruby 100.0%