Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/heroku-usage-calculator
Calculate heroku hour usage from nginx access log files
https://github.com/no0dles/heroku-usage-calculator
Last synced: 25 days ago
JSON representation
Calculate heroku hour usage from nginx access log files
- Host: GitHub
- URL: https://github.com/no0dles/heroku-usage-calculator
- Owner: no0dles
- License: mit
- Created: 2015-12-12T11:22:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T11:26:21.000Z (about 9 years ago)
- Last Synced: 2024-04-28T04:42:21.631Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroku-usage-calculator
Calculate heroku hour usage from nginx access log files## Usage
```
python main.py nginx.access.log
```
**Output**
```
Total usage: 541.998611 hours
Max day usage: 13.532778 hours
Min day usage: 0.500000 hours
Avg day usage: 7.458263 hours
```