RubyGems Navigation menu

instance_accountant 0.0.4

The instance_accountant gem is designed to be used to account for hourly resource consumption, such as EC2 instances, using Subledger, the double-entry accounting API. It can account for both cost (amount owed to AWS) as well as price (amount owed to instance owner). If you run hourly-billed instances for yourself, or for others, and want real-time usage information for yourself, and for those paying you for the instance, then this gem is for you. :-) instance_accountant keeps state in an "hourfile" that contains the timestamp of the last hour accounted for. It is intended to be run in --daemon mode at startup. It makes no effort to account for instance time when it is not running, so it's important to run it immediately upon startup, and to make sure that it is always running.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.4 - November 07, 2014 (11.5 KB)
  2. 0.0.3 - November 07, 2014 (11.5 KB)
  3. 0.0.2 - November 05, 2014 (12.0 KB)
  4. 0.0.1 - November 05, 2014 (10.5 KB)

Runtime 依赖 (2):

subledger ~> 0.7
thor ~> 0.19

Development 依赖 (9):

guard ~> 2.8
guard-rubocop ~> 1.1
minitest ~> 5.4
rake ~> 10.3
rb-fsevent ~> 0.9
rspec-mocks ~> 3.1
rubocop ~> 0.27

业主:

作者:

  • Tom Mornini, John McKee

SHA 256 校验和:

5ace877892d9db30fc9622bedbc4e8b171e875df4b02dffbd707a309e79dfd05

下载总量 10,178

这个版本 3,187

许可:

BSD 3-Clause

需要的 Ruby 版本: >= 0

链接: