惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
博客园_首页
U
Unit 42
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
IT之家
IT之家
G
Google Developers Blog
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Jina AI
Jina AI
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
小众软件
小众软件
H
Help Net Security

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Siege Load Testing and Awesome FastAPI Resources
2021-05-08 · via Stonecharioteer on Tech

JoeDog | Load Testing and Benchmarking

Siege is a powerful load testing and benchmarking utility for web applications:

Features:

  • Multi-threaded: Simulates concurrent users
  • Flexible Configuration: Supports various HTTP methods and headers
  • Detailed Reporting: Provides comprehensive performance metrics
  • URL Lists: Can test multiple endpoints from files
  • Authentication Support: Handles basic and digest authentication
  • Cookie Management: Maintains session state during tests

Common Use Cases:

  • Performance testing before deployment
  • Capacity planning and benchmarking
  • Stress testing under load
  • API endpoint performance validation

Awesome FastAPI

GitHub - mjhea0/awesome-fastapi - A curated list of awesome things related to FastAPI.

Comprehensive collection of FastAPI resources including:

  • Tutorials and Guides: Learning materials for FastAPI
  • Tools and Extensions: Third-party packages and utilities
  • Example Projects: Real-world FastAPI applications
  • Testing Resources: Tools for testing FastAPI applications
  • Deployment Guides: Production deployment strategies
  • Performance Tips: Optimization techniques

Perfect resource for anyone working with FastAPI, from beginners to advanced users looking for specific tools and patterns.