Rate Limiter Simulator
Visualize different rate limiting algorithms: Token Bucket, Leaky Bucket, Fixed Window, and Sliding Window
Configuration
2
Current State
Available Tokens10 / 10
0
Total Requests
0
Accepted
0
Rejected
Actions
Request Log
No requests yet. Click a button above to start.
Algorithm Info
Token Bucket
Tokens are added at a fixed rate. Each request consumes one token. If no tokens are available, the request is rejected. Allows bursts up to bucket capacity.