简体   繁体   English

虚拟机中应用服务实例的负载预期

[英]Load anticipation of Application serve instances in a VM

We currently have multiple Websphere instances deployed in our production environment.我们目前在生产环境中部署了多个 Websphere 实例。 They are all on a 64GB VM and each has their own slices of that memory.它们都在一个 64GB 的虚拟机上,每个都有自己的内存片。 Currently one of the applications deployed in one of the instances will have an anticipated increase in its number of users (approximately additional 70k users).目前,部署在其中一个实例中的应用程序之一的用户数量预计会增加(大约额外的 70k 用户)。

Best the best way to assess if the current setup will be able to handle the increase in load?评估当前设置是否能够处理负载增加的最佳方法? What metrics should be look into?应该研究哪些指标? What type of load test should we do?我们应该做什么样的负载测试? What should we need to tweak in the VM?我们需要在 VM 中调整什么? what should we need to tweak in the Websphere Application server instances?我们需要在 Websphere 应用程序服务器实例中进行哪些调整? etc.等等。

We are using Websphere 9 by the way and they are in a load balanced setup in production.顺便说一下,我们正在使用 Websphere 9,它们在生产中处于负载平衡设置中。

What is the current resource consumption (usage of CPU, memory, network, Java heap, etc.) and workload behavior (number of users, request rate, response latency, etc) for the application and WAS instance in question?相关应用程序和 WAS 实例的当前资源消耗(CPU、内存、网络、Java 堆等的使用情况)和工作负载行为(用户数量、请求率、响应延迟等)是多少?

Those are the questions that need to be answered to understand (a) how well the app is currently performing and (b) how the system/app is likely to respond to an increased number of users.这些是需要回答的问题,以了解 (a) 应用程序当前的性能如何以及 (b) 系统/应用程序可能如何响应增加的用户数量。

There is a huge amount of useful information about performance monitoring, tuning, and diagnosis in the WebSphere Performance Cookbook. WebSphere Performance Cookbook 中有大量关于性能监控、调优和诊断的有用信息。

https://publib.boulder.ibm.com/httpserv/cookbook/ https://publib.boulder.ibm.com/httpserv/cookbook/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM