Tagged articles
6 articles
Page 1 of 1
DataFunTalk
DataFunTalk
Nov 4, 2021 · Artificial Intelligence

Diagnostic Analytics: Methods, Case Studies, and Common Pitfalls in Business Data Analysis

This article explains why diagnostic analytics is essential, defines the concept, outlines problem types, presents a logical‑tree and hypothesis‑driven methodology, showcases two real‑world projects (weather‑impact index and an intelligent anomaly‑diagnosis system), and highlights frequent mistakes to avoid.

AI modelingBusiness IntelligenceData Science
0 likes · 15 min read
Diagnostic Analytics: Methods, Case Studies, and Common Pitfalls in Business Data Analysis
FunTester
FunTester
Apr 6, 2021 · Operations

How Thread Count, Request Volume, and Latency Shape Performance Test Accuracy

This article presents a systematic analysis of how thread numbers, request counts, response times, and response‑time variance affect performance‑testing error rates, using a Java demo that simulates single‑API calls and reports detailed JSON metrics for each configuration.

BenchmarkingLoad TestingPerformance Testing
0 likes · 16 min read
How Thread Count, Request Volume, and Latency Shape Performance Test Accuracy
FunTester
FunTester
Mar 28, 2021 · Operations

Analyzing QPS Calculation Errors in Fixed‑Thread Models

This article examines the two common QPS formulas, presents a simple single‑thread request model, identifies theoretical and practical sources of error such as pre‑ and post‑request processing, logging overhead, and real‑time data handling, and discusses how to mitigate these inaccuracies in performance testing.

Backenderror analysis
0 likes · 9 min read
Analyzing QPS Calculation Errors in Fixed‑Thread Models