Maintainability

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Oshwah (talk | contribs) at 00:20, 28 July 2015 (Reverted edits by 103.20.22.135 (talk): Editing tests (HG) (3.1.14)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In engineering, maintainability is the ease with which a product can be maintained in order to:

  • isolate defects or their cause,
  • correct defects or their cause,
  • repair or replace faulty or worn-out components without having to replace still working parts,
  • prevent unexpected breakdowns,
  • maximize a product's useful life,
  • maximize efficiency, reliability, and safety,
  • meet new requirements,
  • make future maintenance easier, or
  • cope with a changed environment.

In some cases, maintainability involves a system of continuous improvement - learning from the past in order to improve the ability to maintain systems, or improve reliability of systems based on maintenance experience.

In telecommunication and several other engineering fields, the term maintainability has the following meanings:

  • A characteristic of design and installation, expressed as the probability that an item will be retained in or restored to a specified condition within a given period of time, when the maintenance is performed in accordance with prescribed procedures and resources.
  • The ease with which maintenance of a functional unit can be performed in accordance with prescribed requirements.

Software engineering

In software engineering, these activities are known as software maintenance (cf. ISO/IEC 9126).

The maintainability index is calculated with certain formulae from lines-of-code measures, McCabe measures and Halstead complexity measures.

The measurement and track maintainability are intended to help reduce or reverse a system's tendency toward "code entropy" or degraded integrity, and to indicate when it becomes cheaper and/or less risky to rewrite the code than it is to change it.

Public Domain This article incorporates public domain material from Federal Standard 1037C. General Services Administration. Archived from the original on 2022-01-22. (in support of MIL-STD-188).

See also

Further reading

  • Blanchard S. B., Maintainability: A Key to Effective Serviceability and Maintenance Management, John Wiley & Sons Inc., NewYork 1995
  • Ebeling C. E., An Introduction to Reliability and Maintainability Engineering, McGraw-Hill Companies, Inc., Boston 1997.
  • Patton J. D., Maintainability and Maintenance Management, Instrument Society of America, Research Triangle Park, North Carolina 19.

External links