Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/gce-license-tracker
Tracks VM and sole-tenant node usage for the purpose of license reporting
https://github.com/googlecloudplatform/gce-license-tracker
byol compute-engine google-cloud windows
Last synced: 3 months ago
JSON representation
Tracks VM and sole-tenant node usage for the purpose of license reporting
- Host: GitHub
- URL: https://github.com/googlecloudplatform/gce-license-tracker
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2022-07-18T23:22:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T00:06:33.000Z (about 1 year ago)
- Last Synced: 2024-04-21T17:00:34.336Z (9 months ago)
- Topics: byol, compute-engine, google-cloud, windows
- Language: C#
- Homepage:
- Size: 167 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# License Tracker
License Tracker is a tool that lets you track VM and sole-tenant node usage for
the purpose of license reporting.The tool is designed to be deployed as a [Cloud Run job](https://cloud.google.com/run/docs/create-jobs)
and invoked periodically, typically once a day. The tool analyzes the Compute Engine audit logs of your
Google Cloud projects and writes its results to a BigQuery dataset. You can then use this dataset
to visualize VM and sole-tenant node usage and determine your consumption of BYOL licenses:![Architecture](https://cloud.google.com/static/compute/images/tracking-vm-and-sole-tenant-usage-architecture.svg)
For detailed instructions on deploying and using the License Tracker tool, see
[Tracking VM and sole-tenant node usage for license reporting](https://cloud.google.com/compute/docs/nodes/determining-server-usage)
on the Google Cloud website.---
_License Tracker is an open-source project and not an officially supported Google product._
_All files in this repository are under the
[Apache License, Version 2.0](LICENSE.txt) unless noted otherwise._