|
|
|
● Beta · v{{VERSION}} · Quick start
Thanks for trying InferGauge. This gets you from a fresh install to your first result in the dashboard — about 5 minutes.
|
|
|
What you're looking for. Latency stays flat while the system copes, then turns the corner. Most teams guess that corner wrong by a factor of two or three.
|
|
Your console URL
Everything below refers to your console URL: https://console.infergauge.com. Support: mashafzaman@nexusadvisors.ai
Two things worth knowing. It is not localhost, which only works for whoever runs the console. And it may change during the beta, so if things suddenly stop connecting, check for a newer URL before troubleshooting anything else.
|
|
| 01 |
Install InferGauge
Three ways to get it — pick whichever fits:
| Download and run — no Python needed | | $ ./infergauge init -y && ./infergauge run |
Grab the file for your OS from the latest release first.
| Homebrew (macOS / Linux) | | $ brew install Nexus-InferGauge/infergauge/infergauge |
| pip — needs Python 3.10+ | $ pip install infergauge
$ infergauge init -y && infergauge run |
Check your version with python3 --version. On macOS, a plain pip install sometimes refuses with externally-managed-environment — the full guide has the one-line fix.
|
|
| 02 |
Create your account
Open your console URL in a browser and click Create account. Free needs no card and no licence key: 25 concurrent users, 120 seconds a run, 10 runs a month.
|
|
| 03 |
Sign in from the terminal
| $ infergauge login --server https://console.infergauge.com |
Stores a token so runs can sync. Once per machine.
|
|
| 04 |
Run your first test
In the console: New test tab, adjust what you like, Check plan & generate config, then Download infergauge.yaml. Then, in the folder that file landed in: $ cd ~/Downloads
$ infergauge run infergauge.yaml --sync |
| The command has to run in the same folder as the config, or you can pass the full path. A dashboard opens in your browser with live metrics, and the result lands in the console under Overview and Runs. |
|
|
|
The full guide covers how to update to a newer build, plus every error message people have hit so far.
|
Need a hand?
Just reply to this email, or reach us at mashafzaman@nexusadvisors.ai — we read every message.
We'd also love to hear what surprised you most about your first result. One line is plenty.
Cheers, The InferGauge team
|
InferGauge v{{VERSION}} · beta
Source-available under BSL 1.1, converting to Apache 2.0 in 2030.
Full quick start
|
|