Skip to content

Extract all virtuals and then extract their CPU share and RAM MB usage in CSV format.

Notifications You must be signed in to change notification settings

elmariofredo/proxmox-resource-usage-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. Install direnv
  3. Setup credentials in .envrc based on .envrc_example
  4. Allow direnv direnv allow

Run

go run main.go

About

Extract all virtuals and then extract their CPU share and RAM MB usage in CSV format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages