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.mzph.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…