[go: up one dir, main page]

CN100389565C - A Method for Realizing Alarm Judgment - Google Patents

A Method for Realizing Alarm Judgment Download PDF

Info

Publication number
CN100389565C
CN100389565C CNB2005100535572A CN200510053557A CN100389565C CN 100389565 C CN100389565 C CN 100389565C CN B2005100535572 A CNB2005100535572 A CN B2005100535572A CN 200510053557 A CN200510053557 A CN 200510053557A CN 100389565 C CN100389565 C CN 100389565C
Authority
CN
China
Prior art keywords
operand
expression
operands
expression formula
replacement
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CNB2005100535572A
Other languages
Chinese (zh)
Other versions
CN1832419A (en
Inventor
温奈
毕洪涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2005100535572A priority Critical patent/CN100389565C/en
Publication of CN1832419A publication Critical patent/CN1832419A/en
Application granted granted Critical
Publication of CN100389565C publication Critical patent/CN100389565C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种实现报警判决方法,包括:A、网管系统接收包含操作数的表达式;B、网管系统根据生成的操作数列表,检测出表达式中的操作数,将所述表达式中出现的操作数依次替换为该操作数的替换名,所述替换名不包含操作符且与操作数一一对应;C、对经步骤B替换得到的表达式进行合法性检验及前项表达式到后项表达式的转换后,按照操作数与替换名的一一对应关系,将得到的后项表达式中所包含的替换名依次替换成为原来的操作数;D、当网管系统上报数据报告时,计算经步骤C替换得到的表达式,根据所述计算结果判断是否需要开启或关闭报警系统。应用本发明所述的方法可以实现完整的表达式合法性检验、前项表达式到后项表达式的转换以及表达式计算过程,正确完成阈值管理系统的报警判决,实现系统的性能管理。

Figure 200510053557

A method for realizing an alarm judgment, comprising: A, a network management system receiving an expression containing operands; B, the network management system detecting the operands in the expression according to the generated operand list, and converting the operation that appears in the expression The number is replaced by the replacement name of the operand in turn, and the replacement name does not include an operator and corresponds to the operand one by one; C. Carry out a legality check on the expression obtained through the replacement of step B and the former item expression to the latter item After the conversion of the expression, according to the one-to-one correspondence between the operand and the replacement name, the replacement names contained in the obtained subsequent expression are replaced with the original operand in turn; D. When the network management system reports the data report, the calculation The expression obtained by replacing in step C is used to determine whether the alarm system needs to be turned on or off according to the calculation result. Applying the method of the invention can realize the complete expression legality check, the conversion of the former expression to the latter expression and the expression calculation process, correctly complete the alarm judgment of the threshold management system, and realize the performance management of the system.

Figure 200510053557

Description

A kind of method of the judgement that realizes reporting to the police
Technical field
The present invention relates to the method for reporting to the police in the computer system, specially refer to a kind of method of the judgement that realizes reporting to the police.
Background technology
The threshold value management system is the key submodule of performance ADMINISTRATION SUBSYSTEM in the network management system (NMS is called for short network management system).Generally, the Monitoring Data that described threshold value management system reports according to network management system, the report to the police expression formula of judgement of being used to user input is carried out analytical Calculation, and then judge whether that according to described result of calculation needs open or close warning system, thereby realize the performance management in the network management system.From above-mentioned threshold value management process as can be seen, the analytic method to expression formula that the user imports is that network management system is carried out one of comparatively crucial technology of performance management.
The method of existing threshold value management system analytical expression mainly may further comprise the steps:
The legitimacy of A, expression formula that inspection user is imported.
Generally, comprise predefined operator and operand in the expression formula of user's input, expression formula for the parsing of threshold value management system, the operand that wherein comprises is the title of the network management system measuring unit of monitoring just, employed parameter value when on behalf of current network management system, these measuring unit titles carry out performance test.
In the checkout procedure of expression formula legitimacy, at first need from expression formula to be tested, to identify operand and the operator that is comprised respectively, and then check this expression formula whether up to specification.
In the prior art, for common expression formula, the all operations that wherein may comprise symbol all is predefined operators, and these operators are easy to be discerned by the threshold value management system, and the operand that comprises in the expression formula is then varied, be not easy to discern.Therefore, in the resolving of expression formula, the separator that the threshold value management system is used as the operator in the expression formula between the operand is usually discerned the different operating number that this expression formula comprises.
For example, the expression formula of user's input is ((Traffic>10) ﹠amp; ﹠amp; (Load<2)), its included operator has: (),>, ﹠amp; ﹠amp; ,<; The operand that is comprised has Traffic, 10, Load and 2, and wherein, Traffic, Load are the measuring unit title that two network management systems need be monitored.
Because operator (),>, ﹠amp; ﹠amp; The predefined operator of,<be can easier be discerned by the threshold value management system, therefore, before the check of legitimacy, the threshold value management system can with the operator in this expression formula (),>, ﹠amp; ﹠amp; ,<carry out the parsing of expression formula as separator between its operand Traffic, 10, the Load and 2.For example, in resolving, when the threshold value management system retrieve operator (with>time, the Traffic that just can judge between these two operators is an operand; Equally, when the operator that continues to detect the back) time, just can judge operator>and) between 10 are another operands.By that analogy, all operations that the threshold value management system just can be distinguished this expression formula successively and be comprised accords with and operand, and then carries out the legitimacy check of expression formula.
B, will check legal expression formula to be converted to consequent expression formula from the preceding paragraph expression formula.
Generally, in the computational process of expression formula, all be to use storehouse to store described operand and operator, therefore, the speed that the storage of storehouse for convenience, quickening expression formula are calculated, after the check of the legitimacy of expression formula, also need checking legal expression formula to carry out conversion from the preceding paragraph expression formula to consequent expression formula.This preceding paragraph expression formula employed preceding paragraph expression formula in the conversion method of consequent expression formula and the computer compiling is basic identical to the conversion method of consequent expression formula, here just has been not described in detail.
For example, use the conversion method of existing preceding paragraph expression formula, to above-mentioned expression formula ((Traffic>10) ﹠amp to consequent expression formula; ﹠amp; (Load<2)) change after, the consequent expression formula that obtains is Traffic 10>Load 2<﹠amp; ﹠amp; Though the consequent expression formula after this conversion is different on the form of expression with foregoing preceding paragraph expression formula, the two is of equal value in the computational process of expression formula.
After arriving the conversion of consequent expression formula through above-mentioned preceding paragraph expression formula, the threshold value management system will with above-mentioned consequent expression formula according to the conversion after sequential storage in storehouse, like this, the threshold value management system is after receiving the data report that network management system reports, just can immediately the operand that is stored in the storehouse be replaced with the data that report, and finish the calculating of expression formula fast.
For example: above-mentioned consequent expression formula Traffic 10>Load 2<﹠amp; ﹠amp; The order of storing in storehouse is as shown in table 1:
Traffic
10
Load
2
&&
Table 1
C, calculate the value of described expression formula, according to the result of calculation judgement of reporting to the police.
The operand ratio that writes down in storehouse is easier to identification and also replaces with corresponding numerical value easily, therefore, when the threshold value management system receives the measurement data that network management system reports, the threshold value management system can replace with the data that network management system reports with the operand that is stored in the storehouse immediately, and the quick value that goes out this expression formula according to operand that writes down in the storehouse and operator order computation, thereby judging whether needs to open or close warning system, finishes the performance management of system.
Above-mentioned existing expression parsing method can be carried out analytical Calculation to the general threshold value management expression formula of user's input, and finally finishes the judgement of reporting to the police, and realizes the performance management of system.But, because said method is to discern the different operating number that comprises in this expression formula as the separator between the operand with operator in the transfer process of consequent expression formula in the check of the legitimacy of expression formula and forward direction expression formula, therefore, when said method is applied to operand itself when comprising the expression parsing of operator and computational process, will produce mistake.
For example, above-mentioned expression formula to be calculated is replaced with ((Traffic-Per-Hour>10) ﹠amp; ﹠amp; (Load<2)), wherein, Traffic-Per-Hour is the title of a measuring unit of network management system monitoring, just above-mentioned expression formula operand.If method according to prior art, above-mentioned expression formula is carried out legitimacy check or when above-mentioned expression formula being carried out the preceding paragraph expression formula to the conversion of consequent expression formula, the threshold value management system can with the bound symbol among the operand Traffic-Per-Hour-be identified as operator-, thereby can be wrong Traffic-Per-Hour is identified as three operand Traffic, Per and Hour subtracts each other.Obviously, it is incorrect resolving above-mentioned expression formula by this method.
Summary of the invention
In order to solve the problems of the technologies described above, the invention provides a kind of method of the judgement that realizes reporting to the police, can correctly resolve the expression formula that in operand, comprises operator, realize conversion and expression formula computational process that complete expression formula legitimacy check, preceding paragraph expression formula arrive consequent expression formula, finally finish the correct judgement of threshold value management system.
The method of the invention comprises the steps:
A, network management system receive the expression formula that comprises operand;
B, network management system detect the operand in the expression formula according to the operand tabulation that generates in advance, and the operand that occurs in the described expression formula is replaced with the replacement name of this operand successively, and wherein, described replacements do not comprise operator and corresponding one by one with operand;
C, network management system are carried out the conversion that legitimacy is checked and the preceding paragraph expression formula arrives consequent expression formula to replacing the expression formula that obtains through step B;
D, according to operand and the one-to-one relationship of replacing name, the replacement name that is comprised in the consequent expression formula that step B is obtained is replaced successively and is become original operand;
E, when the network management system reported data is reported, calculate through step D and replace the expression formula that obtains, judge whether that according to described result of calculation needs open or close warning system.
The process of the described generating run in advance of step B ordered series of numbers table is: all operations number that network management system is provided, according to how many rearrangements from big to small of number of characters in the operand, generating run ordered series of numbers table;
The process of the operand in the described detection expression formula is: according to the described operand tabulation of setting up through ordering, the operand in the sequence detection expression formula.
Step B is described to be replaced with: the order that occurs in described expression formula according to described operand generates corresponding with it replacement name.
Described step B further comprises: set up the operand replacement tabulation that operand and corresponding with it replacement name contrast, operand of every replacement is the replacement name of correspondence with it of described operand of record and generation in this operand tabulation just.
The described operand of step D is the operand and the corresponding with it contrast relationship of replacing between the name of replacing record in the tabulation at the operand that step B sets up with the one-to-one relationship of replacing name.
This shows, the method that realization of the present invention is reported to the police and adjudicated, before the legitimacy check of expression formula, the operand replacement that comprises operator in this expression formula is become the replacement name that the pre-set threshold management system can be discerned, effectively avoided in realizing the warning judging process, the operator that comprises in the operand has been identified as the expression parsing mistake that separator brought between the operand by mistake.
Use method of the present invention and can realize that the complete check of expression formula legitimacy, preceding paragraph expression formula arrive the conversion of consequent expression formula and the computational process of expression formula, correctly finish the warning judgement of threshold value management system, realize the performance management of system.
Description of drawings
Fig. 1 is an expression parsing flow chart of the present invention.
Embodiment
For the purpose, technical scheme and the advantage that make invention is clearer, below with reference to the accompanying drawing embodiment that develops simultaneously, the present invention is described in further detail.
Occur in existing expression parsing process in order to solve, the problem that can't correctly resolve the expression formula that in operand, has operator, the invention provides a kind of method of the judgement that realizes reporting to the police, before the legitimacy check of expression formula, use threshold value management system replacement name that can discern, that do not comprise operator to replace the operand that comprises operator in this expression formula.Like this, in the check of follow-up legitimacy and forward direction expression formula in the transfer process of consequent expression formula, the threshold value management system is the operand through replacing in the recognition expression formula correctly, thereby finish the legitimacy check of expression formula and the conversion that the preceding paragraph expression formula arrives consequent expression formula, realize the correct calculation of expression formula and the judgement of reporting to the police, effectively avoided the problems of the prior art.
As shown in Figure 1, this method mainly may further comprise the steps:
Step 101: with all operations number that network management system provides, also be of how many from big to small rearrangements of the title of all measuring units that may occur in the expression formula according to number of characters, generating run ordered series of numbers table.
Need to prove all operations number average that in this step, sorts and equipment and the relevant parameter of measuring unit user-selected, that wish monitoring.When the user reports the network management system server with its selected equipment that will monitor, measuring unit and expression formula information, network management system will be created on all operations ordered series of numbers table that may occur in the expression formula of user's input automatically according to equipment and the measuring unit that the user selects, and is handed down to the threshold value management system.Therefore, the described ordering of this step is exactly the rearrangement that the operand that these network management systems provide is carried out.
The purpose of ordering is in order to prevent that with the operand in the expression formula promptly the measuring unit title replaces in the process of replacing name and mistake occurs.Illustrate the error situation that may occur below.
Suppose that predetermined operand comprises the title of following measuring unit: Transfer-Rate, Transfer-Rate-per-Port and Number-Of-Port.Therefrom as can be seen, measuring unit title Transfer-Rate is the part of Transfer-Rate-per-Port.Suppose that in addition expression formula to be calculated is (Transfer-Rate-per-Port+5)/Number-Of-Port.
Because above-mentioned measuring unit title is not through ordering, and Transfer-Rate is the part of Transfer-Rate-per-Port, therefore, operation is counted in its replacement process of replacing name in expression formula, at first this expression formula is comprised the replacement name that Transfer-Rate among the operand Transfer-Rate-per-Port replaces with Transfer-Rate probably, clearly, must cause the parse error of this expression formula like this.
Effective ways that address the above problem are exactly with the aforesaid operations number, and promptly the title of measuring unit is got up according to sequence arrangement from big to small according to its length.For example,, can rearrange in the following order, form a new operand tabulation, comprise for above-mentioned measuring unit title:
1.Transfer-Rate-per-Port
2.Number-Of-Port
3.Transfer-Rate
Like this, in using the replacement process of replacing name, at first the longest operand of coupling at the short operand of coupling, just can be avoided above-mentioned mistake then.For example, example in the reference, if in the replacement process of above-mentioned expression formula, use the operand tabulation of rearrangement to mate, just can match the longest operand Transfer-Rate-per-Port at first, and can at first not match Transfer-Rate, thereby can not produce above-mentioned replacement mistake.
Step 102: all operations number that occurs in the expression formula replaced to become successively replace name, described replacements is corresponding one by one with described operand.
In this step, according to the operand tabulation that step 101 is set up through ordering, the operand in the sequence detection expression formula, and all operations number that occurs in the expression formula replaced with preassigned replacements successively.
The described strategy below the preferential employing of choosing of replacing name: at first, replacing name can not be identical or similar with any measuring unit title, preferably certain special form; Secondly, replacing name should be discerned by the threshold value management system in resolving easily.
In a preferred embodiment of the invention, described uniform format of replacing name is set at xxNxx, wherein, N is illustrated in the order that operand occurs in this expression formula.In the described operand replacement process of present embodiment, corresponding each detected operand, the order that occurs in expression formula according to this operand generates corresponding with it replacement name.For example, first detected operand is replaced with xx1xx; And second detected operand replaced with xx2xx, by that analogy, finish until last operand replacement.
In order to realize subsequent operation, in the process that the aforesaid operations number is replaced, the threshold value management system also needs to set up an operand and replaces tabulation, is used to store the measuring unit title and the corresponding with it replacement name that are replaced.
For example, in the replacement process of expression formula (Transfer-Rate-per-Port+5)/Number-Of-Port, wherein, Transfer-Rate-per-Port and Number-Of-Port are respectively the title of two measuring units, just two of this expression formula operands.Since in these two operands, comprise operator-, according to existing expression parsing method, can't correctly resolve.Therefore, in this step, the operand tabulation that provides according to network management system, the operand Transfer-Rate-per-Port with first appearance replaces with xx1xx respectively, and the operand Number-Of-Port of second appearance is replaced with xx2xx.Like this, above-mentioned original expression (Transfer-Rate-per-Port+5)/Number-Of-Port just will be replaced by (xx1xx+5)/xx2xx.Simultaneously, in the process that the aforesaid operations number is replaced, also need to set up operand as shown in table 2 and replace tabulation.
Operand Replace name
Transfer-Rate-per-Port xx1xx
Number-Of-Port xx2xx
Table 2
From the replacement process of above-mentioned steps 102 as can be seen, owing to do not comprise operator through replacing the operand that is generated in the expression formula, thereby be easy to be resolved by the threshold value management system.
Certainly, it will be appreciated by those skilled in the art that, an employed form that is not limited to xxNxx of replacing in this step, can also be any other true-to-shapes that satisfy above-mentioned preference policy, as long as can be discerned, and guarantee that the operand that is comprised in the expression formula is exactly passable with replacing name corresponding one by one by the threshold value management system.
In addition, replace tabulation for operand described in the foregoing description, this table record the one-to-one relationship between the replacement name of the operand that is replaced and generation, therefore, if operand and the one-to-one relationship of replacing between the name are predetermined, also just need not in replacement process, to have set up this operand substitution table.
Step 103: the expression formula after replacing is carried out the legitimacy check, and finish of the conversion of preceding paragraph expression formula to consequent expression formula.
In this step, described expression formula legitimacy check and preceding paragraph expression formula are all same as the prior art to the conversion method of consequent expression formula, here just have not been described in detail.
Example in the reference is carried out the legitimacy check to expression formula (the xx1xx+5)/xx2xx after replacing, and is xx1xx 5+xx2xx/ through the consequent expression formula that obtains after the conversion again.This consequent expression formula and the preceding expression formula equivalence of replacement.
Step 104: according to operand and the one-to-one relationship of replacing name, with the replacement name that consequent expression formula comprised after the conversion, order is replaced once more becomes original operand, and according to the order of consequent expression formula its operand and operator is stored in the storehouse.
Same with reference to top example, in this step, after the replacement name that comprises among the consequent expression formula xx1xx 5+xx2xx/ that obtains after the conversion replaced with original operand once more, the consequent expression formula that obtains was Transfer-Rate-per-Port 5+Number-Of-Port/.
The order that operand that this expression formula comprises and operator are stored in storehouse is as shown in table 3:
Transfer-Rate-per-Port
5
+
Number-Of-Port
/
Table 3
Step 105: calculate through step 104 when the network management system reported data is reported and replace the expression formula that obtains, warning system is opened or closed to judgement whether according to result of calculation then, realizes the performance management of system.
The described computational methods of this step are also identical with expression formula computational methods of the prior art.
From above-mentioned realization warning judging process as can be seen, method of the present invention can solve the problems of the prior art, realizes the correct judgement of reporting to the police.
In addition, those skilled in the art will appreciate that method of the present invention not only is applicable to the warning judging process of above-mentioned threshold value management system, can also be applied to any system, in any warning judging process that in operand, comprises operator.

Claims (5)

1.一种实现报警判决方法,其特征在于,包括如下步骤:1. A method for realizing alarm judgment, is characterized in that, comprises the steps: A、网管系统接收包含操作数的表达式;A. The network management system receives expressions containing operands; B、网管系统根据预先生成的操作数列表,检测出表达式中的操作数,将所述表达式中出现的操作数依次替换为该操作数的替换名,其中,所述替换名不包含操作符且与操作数一一对应;B. The network management system detects the operands in the expression according to the pre-generated operand list, and replaces the operands appearing in the expression with the replacement names of the operands in turn, wherein the replacement names do not include operations and correspond to operands one by one; C、网管系统对经步骤B替换得到的表达式进行合法性检验及前项表达式到后项表达式的转换;C. The network management system performs a legality check on the expression obtained by replacing the step B and converts the former expression to the latter expression; D、按照操作数与替换名的一一对应关系,将步骤C得到的后项表达式中所包含的替换名依次替换成为原来的操作数;D, according to the one-to-one correspondence between the operand and the replacement name, the replacement name contained in the subsequent expression obtained in step C is replaced with the original operand in turn; E、当网管系统上报数据报告时,计算经步骤D替换得到的表达式,根据所述计算结果判断是否需要开启或关闭报警系统。E. When the network management system reports the data report, calculate the expression obtained by replacing in step D, and judge whether the alarm system needs to be turned on or off according to the calculation result. 2.如权利要求1所述的方法,其特征在于,步骤B所述预先生成操作数列表的过程为:将网管系统提供的所有操作数,按照操作数中字符数的多少从大到小重新排序,生成操作数列表;2. The method according to claim 1, characterized in that the process of pre-generating the operand list described in step B is: reorganize all operands provided by the network management system according to the number of characters in the operands from large to small Sort to generate a list of operands; 所述检测表达式中的操作数的过程为:根据经过排序建立的所述操作数列表,顺序检测表达式中的操作数。The process of detecting the operands in the expression is: sequentially detecting the operands in the expression according to the list of operands established through sorting. 3.如权利要求1或2所述的方法,其特征在于,步骤B所述替换为:根据所述操作数在所述表达式中出现的次序生成与之对应的替换名。3. The method according to claim 1 or 2, wherein the replacement in step B is: generating a corresponding replacement name according to the order in which the operands appear in the expression. 4.如权利要求3所述的方法,其特征在于,所述步骤B进一步包括:建立操作数和与之对应的替换名对照的操作数替换列表,每替换一个操作数就在该操作数列表中记录所述操作数以及生成的与之对应的替换名。4. The method according to claim 3, characterized in that, said step B further comprises: establishing an operand replacement list of operands and their corresponding replacement names, and replacing an operand with each other in the operand list Record the operands and the generated substitution names corresponding to them in . 5.如权利要求4所述的方法,其特征在于,步骤D所述操作数与替换名的一一对应关系为在步骤B建立的操作数替换列表中记录的操作数和与之对应替换名之间的对照关系。5. The method according to claim 4, wherein the one-to-one correspondence between the operand and the replacement name in step D is the operand recorded in the operand replacement list set up in step B and the corresponding replacement name comparison relationship between.
CNB2005100535572A 2005-03-08 2005-03-08 A Method for Realizing Alarm Judgment Expired - Fee Related CN100389565C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005100535572A CN100389565C (en) 2005-03-08 2005-03-08 A Method for Realizing Alarm Judgment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005100535572A CN100389565C (en) 2005-03-08 2005-03-08 A Method for Realizing Alarm Judgment

Publications (2)

Publication Number Publication Date
CN1832419A CN1832419A (en) 2006-09-13
CN100389565C true CN100389565C (en) 2008-05-21

Family

ID=36994440

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005100535572A Expired - Fee Related CN100389565C (en) 2005-03-08 2005-03-08 A Method for Realizing Alarm Judgment

Country Status (1)

Country Link
CN (1) CN100389565C (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102004613B (en) * 2010-12-07 2015-12-09 无锡永中软件有限公司 The tree-shaped display packing of expression formula and evaluation technique
CN103914027B (en) * 2013-01-07 2016-07-06 上海宝信软件股份有限公司 Utilize the method that expression parsing realizes industry spot underlying device monitoring management
CN107526708A (en) * 2017-08-23 2017-12-29 诺仪器(中国)有限公司 The waveform display processing method and system of measuring instrument
CN108491207B (en) * 2018-03-02 2020-11-17 平安科技(深圳)有限公司 Expression processing method, device, equipment and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6286040B1 (en) * 1998-05-01 2001-09-04 Cisco Technology, Inc. User-friendly interface for setting expressions on an SNMP agent
CN1335962A (en) * 1999-09-07 2002-02-13 皇家菲利浦电子有限公司 Thread-oriented debugging
CN1552026A (en) * 2001-07-02 2004-12-01 Bea系统公司 Programming language extensions for processing data representation language objects and related applications

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6286040B1 (en) * 1998-05-01 2001-09-04 Cisco Technology, Inc. User-friendly interface for setting expressions on an SNMP agent
CN1335962A (en) * 1999-09-07 2002-02-13 皇家菲利浦电子有限公司 Thread-oriented debugging
CN1552026A (en) * 2001-07-02 2004-12-01 Bea系统公司 Programming language extensions for processing data representation language objects and related applications

Also Published As

Publication number Publication date
CN1832419A (en) 2006-09-13

Similar Documents

Publication Publication Date Title
US10237295B2 (en) Automated event ID field analysis on heterogeneous logs
JP6782778B2 (en) Data processing method and equipment
JP6233411B2 (en) Fault analysis apparatus, fault analysis method, and computer program
US8055945B2 (en) Systems, methods and computer program products for remote error resolution reporting
CN110275992B (en) Emergency processing method, device, server and computer readable storage medium
CN105119783B (en) Method and device for detecting network request data
US20160147622A1 (en) Enhanced error detection in data synchronization operations
CA3139971A1 (en) Problem positioning method and device
CN107168845B (en) Fault positioning method and device
CN112148733A (en) Method, device, electronic device and computer readable medium for determining fault type
CN111885051B (en) Data verification method and device and electronic equipment
CN100389565C (en) A Method for Realizing Alarm Judgment
CN110427557A (en) Main broadcaster's recommended method, device, electronic equipment and computer readable storage medium
CN108173711B (en) Data exchange monitoring method for internal system of enterprise
CN108024090B (en) Abnormity positioning method and device for video monitoring platform
KR101415528B1 (en) Apparatus and Method for processing data error for distributed system
JP6515048B2 (en) Incident management system
CN106528575A (en) Data connection method and device
CN113327063B (en) Resource detection method, device, electronic equipment and computer readable storage medium
JP6634938B2 (en) Analysis support method, analysis support program, and analysis support device
JP2008198123A (en) Fault detection system and fault detection program
CN110825609A (en) Service testing method, device and system
CN107888415B (en) Network management system data maintenance method
CN114942623A (en) Controller testing method and device, vehicle and computer readable storage medium
CN113778399A (en) Configuration method and device of bottom layer channel

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080521

Termination date: 20150308

EXPY Termination of patent right or utility model