https://github.com/devopsmariocom/proxmox-resource-usage-report
Extract all virtuals and then extract their CPU share and RAM MB usage in CSV format.
https://github.com/devopsmariocom/proxmox-resource-usage-report
Last synced: 9 months ago
JSON representation
Extract all virtuals and then extract their CPU share and RAM MB usage in CSV format.
- Host: GitHub
- URL: https://github.com/devopsmariocom/proxmox-resource-usage-report
- Owner: devopsmariocom
- Created: 2021-10-27T08:37:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T08:38:32.000Z (over 4 years ago)
- Last Synced: 2025-07-08T23:48:12.170Z (9 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxmox generate resource usage CSV report
Based on https://pve.proxmox.com/wiki/Proxmox_VE_API it will loop thru the API, extract all virtuals and group them by first part of the name ( splitted by `-` ) and then extract their CPU share and RAM MB usage.
## Setup
1. [Install golang](https://golang.org/doc/install)
2. [Install direnv](https://direnv.net/#basic-installation)
3. Setup credentials in `.envrc` based on `.envrc_example`
4. Allow direnv `direnv allow`
## Run
go run main.go