Company:Internet Application Management

From HandWiki
Revision as of 05:34, 3 May 2022 by imported>Rjetedi (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Internet Application Management[1] is a term used in the Web Hosting industry to describe services which address scalability and performance issues often arising at the system level during application deployments. Starting in 2009, the DevOps movement began to publicize the importance of cross-departmental integration between development and IT operations and the relational effects non-collaboration has on the various stages of business production.

Internet Application Management services[2] address this “grey area” by evaluating performance using standard web application metrics such as page load times, concurrency capability, and slow queries as a starting point. These optimizations and tuning of a web application can be achieved through first creating benchmarks using tools such as ApacheBench or J-Meter through load simulation. The output of load testing runs can then be used to identify file system and application performance improvements to be made not only at the application level, but at the operating system level - something often overlooked in the development process.

Another essential component of Internet Application Management is the ongoing optimizations made to improve subsequent iterative application deployments, in addition to the in-depth monitoring of critical services and overall application performance.

References