https://github.com/qubole/tco
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qubole/tco
- Owner: qubole
- License: apache-2.0
- Created: 2017-11-16T11:28:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T13:38:20.000Z (over 7 years ago)
- Last Synced: 2024-11-14T23:44:19.245Z (over 1 year ago)
- Language: Python
- Size: 224 KB
- Stars: 4
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCO
This tool is used to download cloudwatch metrics at an interval of 5 min for all clusters in an aws account.
Steps to run this script -
```
1. git clone https://github.com/qubole/tco.git
2. cd tco
3. python setup.py develop
4. python qubole-tco.py --access-key= --secret-key=
```