pfa是什么意思_PFA的完整形式是什么?

pfa是什么意思

PFA:預測性故障分析 (PFA: Predictive Failure Analysis)

PFA is an abbreviation of Predictive Failure Analysis. It is a technique of a mechanism of the computer that is used to predict impending failures of software or hardware components and taking charge by allowing a mechanism to evade or prevent failure cases. It was from the beginning that used a proprietary IBM technology for monitoring impending failure of future of hard disc drives.

PFA是Predictive Failure Analysis的縮寫 。 它是計算機機制的一種技術,用于預測軟件或硬件組件的即將發生的故障并通過允許某種機制逃避或防止出現故障的情況來負責。 從一開始就使用IBM專有技術來監視硬盤驅動器未來即將發生的故障。

歷史 (History)

In 1992, the term PFA and its technology are launched by IBM.

在1992年,術語PFA及其技術由IBM提出 。

This technology is dependent on calculating and estimating various key frameworks of the drive units. The drive firmware compares the calculated and estimated frameworks in opposition to advance established thresholds and analyses the health status of the drive. If the drive emerges probably to fail shortly, then the notification is sent by the system to the disk controller.

該技術取決于計算和估計驅動單元的各種關鍵框架。 驅動器固件將計算和估計的框架與預先建立的閾值進行比較,并分析驅動器的運行狀況。 如果驅動器可能很快就會出現故障,則系統會將通知發送到磁盤控制器。

PFA的優勢 (Advantages of PFA)

The prime disadvantages of the technology comprise,

該技術的主要缺點包括:

  1. The binary conclusion: presence or absence of notification was the only standing perceptible to the host.

    二元結論 :通知的存在或不存在是主持人唯一可知的條件。

  2. Operating single direction transmissions: the notification is sent by drive firmware.

    運行單向傳輸 :通知由驅動器固件發送。

To structure the Self-Monitoring, Analysis, and Reporting Technology (SMART), the technology combined with IntelliSafe. Nevertheless, from a 1940 U.S. military technique, the fundamental proposition regulating PFA was obtained, called “Failure Modes and Effect Analysis (FMEA). It’s a proceeding that is chiefly aimed at examining failures that may happen in the considered possibilities in the following points,

為了構建自我監視,分析和報告技術(SMART),該技術與IntelliSafe相結合。 然而,從1940年的美國軍事技術中,獲得了對PFA進行調節的基本命題,稱為“失效模式和影響分析(FMEA)”。 此程序主要旨在在以下幾點中檢查所考慮的可能性中可能發生的故障,

  • In the blueprint of a product, the feasible defects

    在產品的藍圖中,可行的缺陷

  • Imperfections of a facility provided; or

    所提供設施的不完善之處; 要么

  • Defects in the procedure of production

    生產過程中的缺陷

Ahead of the end-user, the focus of the analysis is to predict all the possible elements that would cause to function or activate the approach of failure of the product. Like this, zero shortcomings or highest productivity can be achieved. The concept is to consider the approach of the design or procedure as something that is defective and for that reason bound to fail in one way or another.

在最終用戶之前,分析的重點是預測可能導致功能或激活產品故障方法的所有可能因素。 這樣,可以實現零缺點或最高生產率。 概念是將設計或過程的方法視為有缺陷的,因此由于某種原因必然會失敗。

In terms of keeping from happening or reduce in extent the consequences of probable shortcomings or disasters, the operation has been proven functional and effectual because the alleviating actions that were prepared technically or the fail-safe mechanisms that were installed had considerably enhanced.

在避免發生或減少可能的缺點或災難的后果方面,該操作已被證明是有效且有效的,因為從技術上準備的緩解措施或已安裝的故障安全機制已得到大大增強。

Predictive failure analysis is accurately opposite of the predictive analysis method, for the reason that PFA examines the consequences by proceeding towards the issue with a contrary point of view. Where the unconcerned elements are bound to happen, the risk prevention plans of action policies are put in at the phases, instead of formulating or designing plans from the extremity of post-happening.

預測性故障分析與預測性分析方法完全相反,原因是PFA會從相反的角度著手解決問題,從而檢查后果。 在必然發生無關緊要的因素的地方,將采取行動政策的風險預防計劃,而不是從發生后的極端時期制定或設計計劃。

翻譯自: https://www.includehelp.com/dictionary/pfa-full-form.aspx

pfa是什么意思

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/377317.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/377317.shtml
英文地址,請注明出處:http://en.pswp.cn/news/377317.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

SqlServer視圖(view)

--上節回顧--1.什么是事務--2.事務的特征--原子性、一致性、隔離性、持久性--3.與事務相關的t-sql命令--開啟事務:begin transaction--提交事務:commit transaction--回滾事務:rollback transaction ----------------視圖-------------------…

Android中的廣播Broadcast詳解

今天來看一下Android中的廣播機制,我們知道廣播Broadcast是Android中的四大組件之一,可見他的重要性了,當然它的用途也很大的,比如一些系統的廣播:電量低、開機、鎖屏等一些操作都會發送一個廣播,具體的And…

sql check約束_在SQL中使用CHECK約束

sql check約束Basically, CHECK constraint is used to LIMIT in columns for the range of values. We can use this constraint for single or multiple columns. 基本上, CHECK約束用于限制值范圍內的列 。 我們可以將此約束用于單列或多列。 In single column,…

.NET線程池

摘要 深度探索 Microsoft .NET提供的線程池, 揭示什么情況下你需要用線程池以及 .NET框架下的線程池是如何實現的,并告訴你如何去使用線程池。 內容 介紹 .NET中的線程池 線程池中執行的函數 使用定時器 同步對象的執行 異步I/O操作 監視線程池 死鎖 有關…

折線分割平面

Input輸入數據的第一行是一個整數C,表示測試實例的個數&#xff0c;然后是C 行數據&#xff0c;每行包含一個整數n(0<n<10000),表示折線的數量。Output對于每個測試實例&#xff0c;請輸出平面的最大分割數&#xff0c;每個實例的輸出占一行。Sample Input2 1 2Sample Ou…

《c++特性》

目錄多態構造函數和析構函數存在多態嗎&#xff1f;虛函數表虛析構函數純虛函數和抽象類運行時多態和編譯時多態的區別繼承設計實例指針對象和普通對象的區別正確初始化派生類方式繼承和賦值的兼容規則protected 和 private 繼承基類與派生類的指針強制轉換如何用C實現C的三大特…

Scala中的while循環

在Scala中的while循環 (while loop in Scala) while loop in Scala is used to run a block of code multiple numbers of time. The number of executions is defined by an entry condition. If this condition is TRUE the code will run otherwise it will not run. Scala中…

Linux操作系統啟動過程

在做開發的過程中&#xff0c;突然發現&#xff0c;要對系統做一些有意義的改變&#xff0c;必須要對操作系統的啟動過程有一定的了解&#xff0c;不然就是修改你都不知道從哪里下手啊&#xff0c;然后就是找來資料看&#xff0c;去網上看別人的博客&#xff0c;有了前一周一些…

方法命名的區別

GetDecimalFromString ExtractDecimal 這2個方法名那個比較好呢。上邊的明顯的是中式英語&#xff0c;單詞拼湊而成的。下邊的更加流暢一些。方法名稱取名還是很有要求的。要通俗易懂還要符合文法。從上邊的可以擴展出什么想法呢。 ExtractDecimalExtractDoubleExtractInt16Ext…

工作排序問題

Problem statement: 問題陳述&#xff1a; Given an array of jobs where every job has a deadline and a profit. Profit can be earned only if the job is finished before the deadline. It is also given that every job takes a single unit of time, so the minimum p…

牛客網與leetcode刷題(高頻題中簡單or中等的)

目錄1、反轉鏈表2、排序3、先序中序后序遍歷4、最小的k個數5、子數組的最大累加和6、 用兩個棧實現隊列7、142. 環形鏈表 II8、20. 有效的括號9、最長公共子串(動態規劃),磕磕絆絆10、二叉樹之字形層序遍歷11、重建二叉樹12、LRU緩存13、合并兩個有序鏈表15、大數加法16、一個二…

AMUL的完整形式是什么?

AMUL&#xff1a;阿南德牛奶聯盟有限公司 (AMUL: Anand Milk Union Limited) AMUL is an abbreviation of Anand Milk Union Limited. It is an Indian milk product cooperative dairy organization that is based in the small town of Anand in the state of Gujarat. AMUL …

mochiweb 源碼閱讀(十一)

大家好&#xff0c;今天周六&#xff0c;繼續接著上一篇&#xff0c;跟大家分享mochiweb源碼。上一篇&#xff0c;最后我們看到了mochiweb_socket_server:listen/3函數&#xff1a; listen(Port, Opts, State#mochiweb_socket_server{sslSsl, ssl_optsSslOpts}) ->case moch…

Android下拉刷新完全解析,教你如何一分鐘實現下拉刷新功能 (轉)

轉載請注明出處&#xff1a;http://blog.csdn.net/guolin_blog/article/details/9255575 最 近項目中需要用到ListView下拉刷新的功能&#xff0c;一開始想圖省事&#xff0c;在網上直接找一個現成的&#xff0c;可是嘗試了網上多個版本的下拉刷新之后發現效果都不怎么理 想。有…

Python中的append()和extend()

列出append()方法 (List append() method) append() method is used to insert an element or a list object to the list and length of the List increased by the 1. append()方法用于將元素或列表對象插入列表&#xff0c;并且列表長度增加1。 Syntax: 句法&#xff1a; …

紅黑樹的實現

目錄1、紅黑樹原理1、紅黑樹性質2、變換規則&#xff08;從插入結點的角度來講&#xff09;1.變色2.左旋3.右旋3、刪除結點需要注意的地方2、代碼1、定義結點以及構造函數2、定義紅黑樹類以及聲明它的方法3、左旋4、右旋5、插入操作6、修正操作7、刪除操作3、參考鏈接1、紅黑樹…

118 - ZOJ Monthly, July 2012

http://acm.zju.edu.cn/onlinejudge/showContestProblems.do?contestId339 都是賽后做的。。。弱爆了 A題是找由2和5組成的數字的個數 直接打個表就行了 只是比賽的時候不知道怎么打表啊。。 View Code #include<cstdio> #include<cstring> #include<algorith…

edp1.2和edp1.4_EDP??的完整形式是什么?

edp1.2和edp1.4EDP??&#xff1a;電子數據處理 (EDP: Electronic Data Processing) EDP is an abbreviation of Electronic Data Processing. It alludes to the functioning of operations of commercial data, documents processing of storing, with the use of a compute…

高效讀書心得

1.盡量閱讀中文版 雖然有人英文很強&#xff0c;有的翻譯很差&#xff0c;但AnyWay 中文閱讀與理解的時間&#xff0c;略讀與快速定位感興趣內容的速度還是要快一些。 2.即時批注、總結筆記與交流 雖然愛書&#xff0c;但發現最有效的讀書方式還是不斷的制造脂批本&…

《MySQL——增刪改查以及常用語法》

目錄登錄和退出MySQL服務器基本語法&#xff08;增刪改查&#xff09;登錄和退出MySQL服務器 # 登錄MySQL 密碼 $ mysql -u root -p12345612 # 退出MySQL數據庫服務器 exit;基本語法&#xff08;增刪改查&#xff09; -- 顯示所有數據庫 show databases;-- 創建數據庫 CREA…