-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
my repeated test dosen't show in grafan #4348
Comments
Hi @hamedkhosrawi ok, do you tets different pages or is the same page? If you test the same page with the exact same key, the metric will be replaced depending on your Graphite setup:
That means that within 30 minutes for the exact same key, it will replace the values. Do you test the exact same thing or do you want to keep the test data as separate? |
hi, thank for reply, i test exact same test, my goal is use sitespeed as synthetic job for measuring accessibility and performance of the multi scenario, i measure the loginpage, homepage and searchpage, should i decrease the value of retentions? |
How often do you plan to run the test? Graphite prepare space on disk depending on your configuration. The lower retention, the metrics will take up more space in disk. |
if this configuration is efficient, i configured my job for 45 min, it's enough for me |
Ok, cool. Let me know how it works out and I'll close the issue. |
i put this configuration in storage-schema.conf, i tried for changing configuration but it dosn't work, then when i talked to you and i found out the problem 100% related to configration i delete whisper directory and everthing going to be ok, thank for reply, sitespeed is awsome, [sitespeed_crux] [sitespeed_run] retentions = 10s:8d [sitespeed] and this is my script for measure: /**
await commands.measure.start("LandPage"); await navigateTo(context, commands, baseUrl); context.log.info("Waiting for redirection to HomePage complete..."); await commands.scroll.toBottom(delayTime); await commands.js.run("window.scrollTo(0, 0)"); |
i have an issue, my configuration file config.json
i run sitespeed with this command <--- Last few GCs ---> [43:0x7527260] 501887 ms: Scavenge (reduce) 2043.0 (2077.6) -> 2042.9 (2078.3) MB, 10.05 / 0.00 ms (average mu = 0.457, current mu = 0.155) allocation failure;
nodejs consumes all memory about 28GB and my rootfs grows about 80%, how can i resolve this? i need sending metrics to graphite and i can't store any file, because i have limited resources for disk |
Are you sure? Usually nodejs the default memory limit is 2GB for NodeJS. You can increase that by following these instructions: |
i increase the MAX_OLD_SPACE_SIZE=4096 and errors gone, but after sending metrics to graphite it's starting consume memory up to 28G, consumes 2G during execution but when logged those metrics on the console like below
it starts consuming memory |
i found the issue for my case, i put this block in json config then i remove that all issues gone
|
Hi @hamedkhosrawi ok, thanks for reporting, I'll check that implementation ASAP. |
Hi @soulgalore , |
Your question
hi dears, i'm very thanksful about sitespeed.io and enjoy it when i work with, i have written a multi scripting test with below configuration, but when i run test with one slug name it seems metrics overwritten and when i choose different slug name it's goes appear, how can i resolve this?
The text was updated successfully, but these errors were encountered: