- Learning .NET High:performance Programming
- Antonio Esposito
- 483字
- 2021-07-16 13:51:54
Performance engineering
Performance engineering is the structure behind the goal to succeed in respecting all the nonfunctional requirements that a software development team should respect.
In a structured software house (or enterprise), the performance engineering is within system engineering, with specific roles, skills, tools, and protocols.
The goal here is not only to ensure the availability of the expected performance requirements during the development stage, but also how these requirements evolve when the application evolves, and its lifecycle up to the production environment, when continuous monitoring of the current performance against the initial requirements gives us a direct and long-range analysis of the system running.
We live in a time when an IT team is definitely an asset for most companies. Although there are still some companies that don't completely understand the definition of IT and think of it as an unnecessary cost, they will at least see the importance of performance and security as the most easily recognizable indicators of a well-made application.
Performance engineering has objectives that cover the easy goal of how to write a fast application. Let's take a look at some of these objectives, as follows:
- Reducing software maintenance costs.
- Increasing business revenue.
- Reducing hardware acquisition costs.
- Reducing system rework for performance issues.
Here, the focus is on all aspects of software development that good performance engineering may optimize. It is obvious that a more powerful application leads to lesser hardware requirements, although it is still obvious that a well-made application needs less reworks for performance issues. The focus is not on the time or money saved, but the importance of thinking about performance from the beginning of the development project up to the production stage. Writing a performing piece of code is an easy task compared to a complete software development project, with performance in mind. I know that coding is loved by any developer, but as a professional, we have to do something more.
Reducing the work to fix issues and the cost of having developers working on performance optimization or system tuning after an application is deployed in the production stage enforces the contract with the client/buyer who commissioned the software development. This respects the performance requisites and builds trust with the customer as well as leading to a sensible reduction in maintenance costs.
In performance engineering, a formal performance requisite is coded at the beginning of the development stage, together with software and system architects. Multiple tests are then executed during the development lifecycle in order to satisfy requisites (first) and maintain the level of success at the time. At the end of the production stage, the performance test analysis will act as proof of the work done in programming, testing, releasing, and maintaining of the software, as well as an indicator for various kind of issues not related directly to performance (a disk failure, a DoS instance, a network issue, and so on).
- Clojure Programming Cookbook
- JavaScript從入門到精通(微視頻精編版)
- Learning Apex Programming
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Python 深度學(xué)習(xí)
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- The DevOps 2.5 Toolkit
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例
- 西門子S7-200 SMART PLC編程從入門到實(shí)踐
- 零基礎(chǔ)Java學(xué)習(xí)筆記
- Hands-On GUI Programming with C++ and Qt5
- 深入理解BootLoader
- IoT Projects with Bluetooth Low Energy
- Spring Boot學(xué)習(xí)指南:構(gòu)建云原生Java和Kotlin應(yīng)用程序
- Swift 2 Blueprints