-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCenter Advanced performance data charts and Sexi Graph charts do not match #349
Comments
Hi, what's the time range you're looking at? |
last 1 hour.
|
On the last 1h preview of the vCenter, you got 20 seconds of data granularity, in SexiGraf we collect those data every 5min and store the median of those 15 metrics (15*20sec=5min) to optimize data usage. After 24h we start reducing the granularity for data usage and performances like so : 5m:24h,10m:48h,60m:7d,240m:30d,720m:90d,2880m:1y,5760m:2y,17280m:5y |
Thanks, so it won't see the spikes since it will just do the median based
on when it collects the data? Would there be a way to see the data more
granular for performance troubleshooting on a VM?
…On Tue, Jul 18, 2023 at 12:53 PM Raphaël SCHITZ ***@***.***> wrote:
On the last 1h preview of the vCenter, you got 20 seconds of data
granularity, in SexiGraf we collect those data every 5min and store the
median of those 15 metrics (15*20sec=5min) to optimize data usage. After
24h we start reducing the granularity for data usage and performances like
so : 5m:24h,10m:48h,60m:7d,240m:30d,720m:90d,2880m:1y,5760m:2y,17280m:5y
—
Reply to this email directly, view it on GitHub
<#349 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM67EQRAIF7QEX7WCAR2IU3XQ25PDANCNFSM6AAAAAA2OMIGZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Only for few metrics only because we also collect quickstats (which is basicaly the same thing as median) for even faster processing, so that wouldnt be really helpful in you situation. for troubleshooting you should use esxtop really IMHO |
Thanks for the help and information.
|
your welcome. you have a specific issue with a vm, maybe i can help you ? |
I do a lot of VDI troubleshooting and I look at cpu ready time and cpu usage percentage, but since vcenter doesnt hold on the data that long. I thought sexigrapf would but I would need it to be more real time and granular.
|
it cant be more realtime than 20 sec anyway since that's the minimum the api can provide, below that you need esxtop and having worked in many big vdi env, even with 5min of cpu usage, ready and demand avg, you should have more than enough to tell if something is wrong (vcpu/pcpu ratio also help), otherwise it's more tricky than simply over-commitment. |
If I could have the same realtime vcenter charts in 20 seconds and have longer history that would be helpful for me. If not I totally understand. Thanks for the support.
|
that would require a lot of changes and of course wouldnt be possible over night but you're not the first one to ask me so i'm really starting to consider it. |
One month would be nice. All Vm’s in Vcenter if possible my current environment has about 2300 VM's. Thanks
|
according to https://m30m.github.io/whisper-calculator/ that would be 46.89 Gigabytes only vms instead of 600.81 Megabytes. For reference, we deployed a single sexigraf appliance in a 220K+ VMs env with 50+ vCenter and the total storage consumption was ~100GB :) |
Thank you.
|
Hi, I'm comparing the charts for all the statuses; the data does not match. For example, CPU usage in Percent and CPU utilization in Sexigraf, at 8.50 am Vcenter, shows a CPU spike at 90 Percent, but Sexigraf said it's only 61.5 percent.
The text was updated successfully, but these errors were encountered: