Server and VM report
-
Is there a way to export out a list of VM and what host they live on, in Xen Ochestra? maybe as CSV, or Excel?
-
Report plugin is what you need.
-
Hello, Is there some way to access these reports other than through the email? We are manually importing csv from the daily reports into a database. Looking for some kind of automation freindly push or pull.
-
Depends on what you need What kind of ways do you have in mind? (we need to understand your requirements before adding a feature )
-
The best would be for Prometheus to scrape the current performance stats, not so much the daily/weekly usage counters. I am open to suggestions. It could drop the files to a windows share, or we can grab the file winscp or some other function.
-
So I'm not sure to understand. Ideally, you'd like to have all perfs stats directly in Prometheus? Note this is something we started to work on
-
@olivierlambert That is awesome! Let me know if you need a beta tester!
-
It's a "multi-stage" topic:
- Exploring the best architecture to ask metrics from Xen (so Xen modifications are required)
- Implement the code to get those metrics in the Open format
- Push those mods in upstream Xen
- Modify XAPI to be able to request with the new method
- Push those mods in upstream XAPI
And finally, get those mods in downstream XCP-ng. So it's not for tomorrow, but we want to get until the final result.
-
@olivierlambert We are using rrd2csv to get host cpu stats into SQL to provide nice Grafana page sorted by pool. It would be nice to dial even further down to the vm's that are running high cpu or have memory burden.