-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
apachejmeter Guide
ansonzhang edited this page Dec 9, 2019
·
8 revisions
i5 3.3GHz、16G内存、64位系统、共200G 可用37G C盘
Master分支,NetCore SDK 3.1
压测接口一:/api/blog 【查询接口】
压测量:100线程*10000次
压测时间:30分钟
压测条件:关闭MemoryCacheAOP缓存、关闭请求日志中间件RequestResponseLog
压测结果:峰值 250M,平均 130M,稳定 130M
异常报告:全程无异常出现。
备注:如果开启日志或缓存中间件,内存会有增加 ≈350M 左右
压测接口二:/api/blog/ApacheTestUpdate【修改接口】
压测量:100线程*10000次
压测时间:30分钟
压测条件:关闭MemoryCacheAOP缓存、关闭请求日志中间件RequestResponseLog
压测结果:峰值 250M,平均 200M,稳定 200M
备注:如果开启日志或缓存中间件,内存会有增加 ≈350M 左右
有疑问,请自行查看博客园文章:https://www.cnblogs.com/laozhang-is-phi/p/9495618.html#autoid-1-0-0
或者加 QQ 群:867095512
-
- AOP
- Appsettings
- Async-Await
- Authorization-Ids4
- Authorization-JWT
- AutoMapper
- CORS
- DI-AutoFac
- DI-NetCore
- Filter
- GlobalExceptionsFilter
- HttpContext
- Log4
- MemoryCache
- Middleware
- MiniProfiler
- publish
- Redis
- Repository
- SeedData
- SignalR
- SqlSugar
- SqlSugar-Codefirst&DataSeed
- SqlSugar-SqlAOP
- Swagger
- T4
- Test-xUnit
- Temple-Nuget
- FAQ page is a good place to see whether your question is already asked.
- Ask a question in cnblogs if you need help.
- Submit an issue if you found a bug or have a feature request.
- Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.