API · /queue-api

Queueing Theory API

salutare 3,808 Abbonati

Queueing-theory maths as an API, computed locally and deterministically. The littles-law endpoint applies Little's law, L = λ·W — the average number in a system equals the arrival rate times the average time in the system — and solves for whichever of the three you leave out; it holds for any stable system, from a checkout line to a request pipeline. The mm1 endpoint gives the full steady-state metrics of a single-server M/M/1 queue from the arrival rate λ and the service rate μ: the utilization ρ = λ/μ, the average number in the system and in the queue, the average time in the system and waiting, and the probability the system is empty — and it flags an unstable queue when ρ ≥ 1. The mmc endpoint extends this to a multi-server M/M/c queue with the Erlang-C waiting probability, returning the offered load in erlangs, the per-server utilization, the chance an arrival has to wait, and the same length and time metrics. Rates must share a time unit, and the times come out in that unit. Everything is computed locally and deterministically, so it is instant and private. Ideal for capacity-planning and operations tools, call-centre and staffing apps, server and throughput sizing, and operations-research education. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is queueing theory; for descriptive statistics on a list of numbers use a statistics API.

api.oanor.com/queue-api
Ottieni una chiave API Prova nel parco giochi → Contatta provider

Specifica leggibile dalle macchine, così gli agenti AI possono integrare questa API.

/api/queue-api/openapi.json
/api/queue-api/llms.txt

Individuazione: GET /api/index.json elenca ogni API.

API salute

salutare
Tempo di attività
100.00%
Sondaggi del server · 24 ore su 24
Latenza media
85 ms
Sondaggi del server · 24 ore su 24
Abbonati
3,808
attiva
Chiamate totali
44
ultimi 7 giorni

Prezzi

Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.

Free

Gratis

  • 2,000 chiamate/mese
  • 2 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 15,135 calls/month
  • 2 req/sec
  • Little's law + M/M/1 + M/M/c
  • No credit card
Accedi per abbonarti

Starter

€9.00 /mese

  • 40,000 chiamate/mese
  • 5 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 25.65k calls/month
  • 8 req/sec
  • Erlang-C, utilization, wait times
  • Email support
Accedi per abbonarti

Pro

€24.00 /mese

  • 250,000 chiamate/mese
  • 15 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 298.5k calls/month
  • 20 req/sec
  • Capacity-planning pipelines
  • Priority support
Accedi per abbonarti

Mega

€75.00 /mese

  • 1,543,000 chiamate/mese
  • 40 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 1.535M llamadas/mes
  • 50 req/seg
  • Escala de plataforma
  • SLA dedicado
Accedi per abbonarti

Costruito da

Correlato APIs

Altro APIs con tag sovrapposti.

Hex API

Elixir和Erlang包生态系统——Hex(hex.pm)——作为API。查找任何Hex包的描述、许可证、最新版本、GitHub/文档/更新日志链接、所有者以及下载次数(全部时间和近期);阅读包的完整发布历史及发布日期;获取单个版本的依赖列表、Elixir版本约束和构建工具;通过关键字搜索整个Hex注册表。涵盖Elixir/Erlang(BEAM)生态系统,从Phoenix、Ecto和Plug到Jason、Absinthe和Nerves。实时来自官方hex.pm API。适用于包仪表板、依赖和供应链工具、Elixir开发者门户和BEAM生态系统分析。来自Hex的开放数据。

api.oanor.com/hex-api

RAID Calculator API

RAID存储阵列数学作为API,本地确定性地计算。容量端点计算RAID级别的可用容量和原始容量、存储效率以及容错能力——RAID 0条带化n×disk无冗余,RAID 1镜像到一个磁盘并容忍n−1个故障,RAID 5提供(n−1)×disk并容忍一个磁盘故障,RAID 6提供(n−2)×disk并容忍两个磁盘故障,RAID 10提供(n/2)×disk——并报告每个级别所需的最小磁盘数。比较端点将相同磁盘和磁盘大小的级别并排放置,以便您权衡容量与冗余。重建端点估计在给定重建速度下重建单个磁盘所需的时间,以及RAID 5/6中第二个故障会导致数据丢失的时间窗口。所有计算均在本地确定性地进行,因此即时且私密。非常适合存储、NAS、服务器和IT管理员应用程序开发人员、容量规划和采购工具以及家庭实验室计算器。纯本地计算——无需密钥、无需第三方服务、即时。实时,不存储任何内容。3个端点。这是RAID阵列大小调整;数据传输时间请使用传输API。

api.oanor.com/raid-api

Air Compressor API

Druckluft-Mathematik als API, lokal und deterministisch berechnet – die Receiver-, Pump-up- und SCFM-Zahlen, mit denen ein Pneumatik-Techniker oder Werkstattbesitzer ein System dimensioniert. Der Receiver-Size-Endpunkt gibt den Tank an, den Sie benötigen, um einen Bedarfsspitze zu überbrücken: Volumen = Bedarf (freie Luft CFM) × Minuten × 14,7 ÷ das nutzbare Druckfenster (max − min) – bei 20 CFM für eine Minute über ein 175-zu-100-psi-Fenster wird ein etwa 30-Gallonen-Receiver benötigt, der Puffer, der die Pumpe aufholen lässt. Der Pumpup-Endpunkt gibt die Zeit an, um einen Receiver von einem Druck auf einen anderen zu bringen: Volumen × Druckanstieg ÷ (14,7 × Kompressor-CFM), also benötigt ein 60-Gallonen-Tank von 100 auf 175 psi bei einem 15-CFM-Kompressor etwa 2,7 Minuten. Der SCFM-Endpunkt korrigiert tatsächliche CFM auf Standard-CFM für die Einlassbedingungen – SCFM = ACFM × (Einlassdruck ÷ 14,696) × (528 ÷ Einlasstemperatur in Rankine) – ein Kompressor auf 5.000 Fuß liefert also etwa 17 % weniger SCFM als auf Meereshöhe, der Grund, warum Sie Werkzeuge nach SCFM und nicht nach dem Typenschild dimensionieren. Alles wird lokal und deterministisch berechnet, daher ist es sofort und privat. Ideal für Pneumatik- und Werkstattluft-Apps, Kompressor-Dimensionierungs- und Werkzeugbedarfs-Tools, Industrieluft-Rechner und Handwerkshilfen. Reine lokale Berechnung – kein Key, kein Drittanbieter-Service, sofort. Live, nichts wird gespeichert. 3 Compute-Endpunkte. Schätzungen – Einschaltdauer und die Pumpenkennlinie verschieben die tatsächlichen Zahlen.

api.oanor.com/compressor-api

Tire Calculator API

Reifenmathematik als API, lokal und deterministisch berechnet – die Größen-, Druck- und Tachowerte, die ein Fahrer, Monteur oder Fuhrparkleiter vor dem Montieren eines Reifens ermittelt. Der Größen-Endpunkt wandelt eine P-Metrik-Spezifikation in die tatsächlichen Abmessungen um: Gesamtdurchmesser = Felge + 2 × die Seitenwand (Schnittbreite × Querschnittsverhältnis), sodass ein 225/45R17 etwa 25 Zoll hoch ist, einen 78-Zoll-Umfang abrollt und etwa 808 Mal pro Meile dreht – die Zahlen hinter Passform, Übersetzung und Freiraum. Der Druck-Endpunkt liefert den heißen Druck aus einem kalten Druck und der Temperaturänderung, da der Druck der absoluten Temperatur folgt (P2/P1 = T2/T1), etwa +1 psi pro 10 °F – also 32 psi kalt bei 70 °F ergeben ~34,6 nach Erwärmung auf 100 °F und fallen an einem kalten Morgen, was die Warnleuchte auslöst. Der Tachoabweichungs-Endpunkt liefert den Tachofehler und die wahre Geschwindigkeit aus einer Reifengrößenänderung: Ein größerer Reifen lässt den Tacho zu wenig anzeigen, also tatsächliche Geschwindigkeit = angezeigt × neuer Durchmesser ÷ alter – bei 4 % mehr zeigt der Tacho 60, tatsächlich sind es 62,5. Alles wird lokal und deterministisch berechnet, also sofort und privat. Ideal für Reifenshop- und Montage-Apps, Flotten- und Geländewagen-Bauwerkzeuge, Tacho-Nachkalibrierungsrechner und Automobilseiten. Reine lokale Berechnung – kein Key, kein Drittanbieterdienst, sofort. Live, nichts gespeichert. 3 Compute-Endpunkte. Schätzwerte – Druck immer kalt gemäß Aufkleber einstellen.

api.oanor.com/tire-api

Domande frequenti

Risposte rapide su prezzi, quote e integrazione.

Come ottengo una chiave API per Queueing Theory API?
Registrati gratuitamente su oanor.com, genera una chiave API dalla dashboard sviluppatore e chiama Queueing Theory API con l'header x-oanor-key. Nessuna carta di credito richiesta per il piano gratuito.
Qual è il limite di velocità di Queueing Theory API?
Il piano gratuito consente 1 richiesta al secondo. I piani a pagamento arrivano fino a 50 richieste al secondo nel piano Mega. I limiti rigorosi restituiscono HTTP 429 oltre la quota — nessuna spesa imprevista.
Quanto costa Queueing Theory API?
Queueing Theory API ha un piano gratuito con 100 chiamate / mese. I piani a pagamento partono da €9.00 / mese con quote più alte e limiti di velocità più rapidi.
Posso cancellare l'abbonamento in qualsiasi momento?
Sì. I piani sono fatturati mensilmente e puoi cancellare in qualsiasi momento dalla dashboard di fatturazione. Nessun contratto a lungo termine e nessuna penale di cancellazione.
Queueing Theory API è conforme al GDPR?
Tutte le richieste a Queueing Theory API passano attraverso il nostro gateway in UE. La tua chiave upstream non lascia mai il nostro server e nessun dato personale viene condiviso con il fornitore upstream oltre alla richiesta inviata.

Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.

Frammenti di codice

Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.

curl https://api.oanor.com/queue-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/queue-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/queue-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/queue-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Valutazioni

Accedi per votare.

Nessuna recensione ancora.

Discussione

Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.

Accedi per scrivere o rispondere.

Accedi

Nuova discussione

/ 4000

📌 Fissato 🔒 Bloccato

·

· ·

/ 4000

🔒 Discussione bloccata — non si può più rispondere.

  • Nessuna discussione — inizia tu.

Supporto

Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.

Accedi per aprire un ticket di supporto.

Accedi

Apri nuovo ticket

Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.

  • Nessun ticket per questa API.

Abbonamento attivo: le chiamate possono iniziare subito.

Invia la tua prima richiesta —

Abbonamento attivo: copia uno snippet e avvia la tua prima chiamata.