FAQ
Short answers to questions that come up the most. If your question is not here, check the rest of the docs or contact us through the Support page.
Product
Section titled “Product”What can I test with MaxoPerf?
Section titled “What can I test with MaxoPerf?”Any HTTP-based system you are authorized to load — web apps, public APIs, internal services, GraphQL endpoints, and most workflows you can express in Taurus, JMeter, or k6.
Which test engines do you support?
Section titled “Which test engines do you support?”Taurus, JMeter, and k6. The engine is inferred from the file you mark as the entrypoint. See Test engines.
Can I test internal systems?
Section titled “Can I test internal systems?”Yes — install the MaxoPerf agent inside your network and pick that location when creating a test. See Connect a private datacenter.
Can I run multiple tests at the same time?
Section titled “Can I run multiple tests at the same time?”Yes, subject to your plan’s concurrent-run limit. See Billing and plans.
Tests and runs
Section titled “Tests and runs”Where do my test files live?
Section titled “Where do my test files live?”Files live with the test in the project that owns it. You upload them once and re-use them across runs. See Upload test files.
How do I keep credentials out of my test files?
Section titled “How do I keep credentials out of my test files?”Use project secrets. They are encrypted, scoped to one project, and injected as environment variables at run time. See Manage test secrets.
Can I run a test on a schedule?
Section titled “Can I run a test on a schedule?”Yes. Each test has a Schedules tab where you can define cron expressions and timezones. See Schedule recurring tests.
Can I trigger runs from CI?
Section titled “Can I trigger runs from CI?”Yes. Use the Platform API from any CI system. See Run tests from CI.
Results and reporting
Section titled “Results and reporting”Why is the average latency green but the p95 red?
Section titled “Why is the average latency green but the p95 red?”Averages hide tail latency. Always read p95 and p99 by request label, not whole-run averages. See Read run results and logs.
Can I save a dashboard that I can re-use across runs?
Section titled “Can I save a dashboard that I can re-use across runs?”Yes. Dashboards live at the workspace level and can be pinned as the default view for a test. See Build reporting dashboards.
Where can I see the actual error response bodies?
Section titled “Where can I see the actual error response bodies?”Open the Errors tab on the run page and click into an error row. See Inspect error response bodies.
Billing
Section titled “Billing”Where do I see what my plan includes?
Section titled “Where do I see what my plan includes?”The Pricing page lists current tiers, and the account Billing screen always shows the active plan. See Billing and plans.
How do I change plans?
Section titled “How do I change plans?”From the account Billing screen, click Change plan. See Upgrade or cancel your plan.
What happens if my payment fails?
Section titled “What happens if my payment fails?”You get a banner and an email. You have a grace period to update payment before the plan downgrades to the free tier. See Billing payment issues.
Security and privacy
Section titled “Security and privacy”Do you store the request bodies of my test traffic?
Section titled “Do you store the request bodies of my test traffic?”No. We store metrics, lifecycle events, and the response bodies from failed requests for diagnostic purposes. We do not store every request body, and you can configure caps on captured response sizes.
How are secrets stored?
Section titled “How are secrets stored?”Project secrets are encrypted at rest. They are decrypted only at the moment a run starts, injected into the runner, and never written to result pages or logs. See Manage test secrets.
Where is the status page?
Section titled “Where is the status page?”status.maxoperf.com. It is always reachable, with no account required. See Status page.
Anything else?
Section titled “Anything else?”Use the search box at the top of these docs, browse the Glossary, or contact us through the Support page.