CN110990222B - Cross-platform graphical operation monitoring method and device based on mainframe - Google Patents

Cross-platform graphical operation monitoring method and device based on mainframe Download PDF

Info

Publication number
CN110990222B
CN110990222B CN201911181458.0A CN201911181458A CN110990222B CN 110990222 B CN110990222 B CN 110990222B CN 201911181458 A CN201911181458 A CN 201911181458A CN 110990222 B CN110990222 B CN 110990222B
Authority
CN
China
Prior art keywords
job
mainframe
flow chart
information
processing flow
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.)
Active
Application number
CN201911181458.0A
Other languages
Chinese (zh)
Other versions
CN110990222A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911181458.0A priority Critical patent/CN110990222B/en
Publication of CN110990222A publication Critical patent/CN110990222A/en
Application granted granted Critical
Publication of CN110990222B publication Critical patent/CN110990222B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3017Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is implementing multitasking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/321Display for diagnostics, e.g. diagnostic result display, self-test user interface

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a cross-platform graphical operation monitoring method and device based on a mainframe, wherein the method comprises the following steps: acquiring operation information and a processing flow of a mainframe; performing closed loop inspection and tandem inspection on the processing flow; determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow, and displaying the flow chart in a visual mode. The invention can realize visual monitoring, directly learn the operation condition of the operation, has obvious efficiency improving effect, and further obviously improves the operation and maintenance efficiency of the mainframe.

Description

Cross-platform graphical operation monitoring method and device based on mainframe
Technical Field
The invention relates to the technical field of mainframe data processing, in particular to a cross-platform graphical operation monitoring method and device based on a mainframe.
Background
The data processing flow of a mainframe (also called mainframe, english MAINFRAME) is often complex, and because the data volume of the mainframe is large and the processing rule is complex, the processing of a whole set of business logic is often realized in parallel by splitting a plurality of jobs (a basic step of the mainframe for completing transactions is formed by JCL job control language; each job usually completes a basic function and is equivalent to a basic unit of the whole flow), so that a plurality of jobs are involved in the running process of the batch job of the mainframe at present.
The current operation monitoring method of the mainframe is in a static list form, and is complex and not intuitive. Operation maintenance personnel are required to manually inquire the operation execution condition, the operation condition of the operation cannot be monitored in real time and statistics cannot be timely made, the inquiry process belongs to repeated labor, and a large amount of manpower and material resources are required to be consumed for investigation when the operation process is problematic. Moreover, the operation state monitoring is not timely, and the continuous operation of the whole flow is influenced.
Therefore, the existing operation and maintenance mode of the mainframe has the problems of low efficiency and inconvenient operation and use.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a cross-platform graphical operation monitoring method and device based on a mainframe, which can realize visual monitoring, directly know the operation condition of the operation, are visual and convenient, have obvious efficiency improving effect, and further obviously improve the operation and maintenance efficiency of the mainframe.
In order to solve the technical problems, the invention provides the following technical scheme:
in a first aspect, the present invention provides a cross-platform graphical operation monitoring method based on a mainframe, including:
acquiring operation information and a processing flow of a mainframe;
performing closed loop inspection and tandem inspection on the processing flow;
determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow, and displaying the flow chart in a visual mode.
Further, after the generating a flowchart based on the job information and the processing flow, the method further includes:
adjusting the flow chart to obtain an adjustment flow chart;
and sending the adjustment flow chart to a mainframe so that the mainframe can work according to the adjustment flow chart.
Further, after the generating a flowchart based on the job information and the processing flow, the method further includes:
and generating the job data of the mainframe according to the job information and the flow chart so as to analyze the operation of the mainframe on the job data.
Further, before the step of visually displaying the flowchart, the method further includes:
acquiring a job log of a mainframe and optimizing the visual mode according to the job log;
correspondingly, the process of visually displaying the flow chart includes:
and displaying the flow chart in an optimized visual mode.
The method for acquiring the operation information and the processing flow of the mainframe comprises the following steps:
receiving the operation time, operation state, operation inlet, operation outlet and the succession of each operation node of the self operation sent by the mainframe;
wherein the job information includes: job run time and job run status; the processing flow comprises the following steps: a job entry, a job exit, and a tandem of each job node.
Wherein, the performing closed loop inspection and subsequent inspection on the processing flow includes:
judging whether the processing flow comprises: at least one job inlet and at least one job outlet, if so, passing a closed loop check;
judging whether each operation node in the processing flow comprises: at least one successor and at least one successor, if so, pass the successor check.
Wherein the generating a flow chart based on the job information and the processing flow includes:
generating a sub-flow chart according to the operation inlet, the operation outlet and the succession of each operation node;
and marking each operation node in the sub-flow chart according to the operation time and the operation state to generate a flow chart.
In a second aspect, the present invention provides a cross-platform graphical operation monitoring device based on a mainframe, including:
the acquisition unit is used for acquiring the operation information and the processing flow of the mainframe;
the checking unit is used for performing closed-loop checking and tandem checking on the processing flow;
and the processing unit is used for determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow and displaying the flow chart in a visual mode.
Further, the method further comprises the following steps:
the adjusting unit is used for adjusting the flow chart to obtain an adjustment flow chart;
and the sending unit is used for sending the adjustment flow chart to the mainframe so that the mainframe can work according to the adjustment flow chart.
Further, the method further comprises the following steps:
and the export unit is used for generating the job data of the mainframe according to the job information and the flow chart so as to analyze the operation of the mainframe on the job data.
Further, the method further comprises the following steps:
the acquisition unit is used for acquiring the job log of the mainframe and optimizing the visual mode according to the job log;
correspondingly, the processing unit comprises:
and the optimizing subunit is used for displaying the flow chart in an optimized visual mode.
Wherein the acquisition unit includes:
the acquisition subunit is used for receiving the self operation running time, the operation running state, the operation inlet, the operation outlet and the succession of each operation node sent by the mainframe;
wherein the job information includes: job run time and job run status; the processing flow comprises the following steps: a job entry, a job exit, and a tandem of each job node.
Wherein the collation unit includes:
a first checking subunit, configured to determine whether the processing flow includes: at least one job inlet and at least one job outlet, if so, passing a closed loop check;
a second checking subunit, configured to determine whether each job node in the processing flow includes: at least one successor and at least one successor, if so, pass the successor check.
Wherein the processing unit comprises:
a first processing subunit, configured to generate a sub-flowchart according to the job entry, the job exit, and the succession of each job node;
and the second processing subunit is used for marking each job node in the sub-flow chart according to the job running time and the job running state to generate the flow chart.
In a third aspect, the present invention provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the mainframe-based cross-platform graphical operation monitoring method when the program is executed.
In a fourth aspect, the present invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the mainframe-based cross-platform graphical operation monitoring method.
According to the technical scheme, the invention provides a cross-platform graphical operation monitoring method and device based on a mainframe, and the method and device are used for acquiring the operation information and the processing flow of the mainframe; performing closed loop inspection and tandem inspection on the processing flow; the processing flow is determined to pass through the closed loop inspection and the successive inspection, a flow chart is generated based on the operation information and the processing flow, and the flow chart is displayed in a visual mode, so that visual monitoring can be realized, the operation condition of the operation can be directly known, the operation is intuitive and convenient, the efficiency improvement effect is obvious, and the operation and maintenance efficiency of the mainframe is further obviously improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of a cross-platform graphical operation monitoring and separation method based on a mainframe in an embodiment of the invention.
Fig. 2 is a schematic diagram of a second flow chart of a cross-platform graphical operation monitoring and separation method based on a mainframe in an embodiment of the invention.
Fig. 3 is a schematic diagram of a third flow chart of a cross-platform graphical operation monitoring and separation method based on a mainframe in an embodiment of the invention.
Fig. 4 is a fourth flowchart of a cross-platform graphical operation monitoring and separation method based on a mainframe in an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a cross-platform graphical operation monitoring device based on a mainframe in an embodiment of the invention.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention provides an embodiment of a cross-platform graphical operation monitoring and separating method based on a mainframe, which specifically comprises the following steps of:
s101: acquiring operation information and a processing flow of a mainframe;
it can be understood that the mainframe completes the whole data processing process, and then a plurality of jobs are required to be combined according to a preset execution sequence to form a complete execution flow. Wherein each job is an essential part of the overall process. In the execution flow, in order to ensure the operation sequence of the job, the job needs to be set to be followed by the job, the follow-up refers to the job needing to be executed before the job, and similarly, the follow-up refers to the job needing to be executed after the job.
The large-scale machine can read the operation condition of the jobs stored in the large-scale machine, including normal end or error-reporting interrupt. The mainframe integrates the operation conditions of the operation to obtain operation information, and in this embodiment, the operation information includes: job run time and job run status; the mainframe is a processing flow according to the execution flow for the operation executed by the mainframe, and the processing flow comprises: a job entry, a job exit, and a tandem of each job node.
In this step, the job information and the processing flow of the mainframe are acquired, specifically, the own job running time, job running state, job entry, job exit and the tandem of each job node sent by the mainframe are received.
S102: performing closed loop inspection and tandem inspection on the processing flow;
in the step, the processing flow is checked to avoid generating an error flow chart caused by the processing flow fault, in the embodiment, the processing flow is checked in a closed loop and checked in a tandem way, and when the processing flow passes the closed loop and checked in the tandem way, the processing flow chart can be generated based on the processing flow;
wherein the closed loop inspection comprises: judging whether the processing flow comprises: at least one job inlet and at least one job outlet, if so, passing a closed loop check;
it should be noted that, the correct process flow should not have a closed loop, the closed loop may cause a dead loop, the process flow may not end normally, and the correct process flow should include: at least one job inlet and at least one job outlet.
A tandem inspection, comprising: judging whether each operation node in the processing flow comprises: at least one successor and at least one successor, if so, pass the successor check.
It should be noted that, except for the job outlet and the job inlet of the entire process flow, each job should include: at least one successor and at least one successor.
S103: determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow, and displaying the flow chart in a visual mode.
In this step, a sub-flowchart is required to be generated according to the job entry, the job exit, and the tandem of each job node; the operation entry is the beginning of the flow chart, the operation exit is the ending of the flow chart, each operation node is each flow node on the flow chart, the relation of the succession of each operation node is the flow relation of each flow node on the flow chart, and a sub-flow chart is generated.
And marking each operation node (or flow node) in the sub-flow chart according to the operation time and the operation state to generate the flow chart.
Wherein the job run time includes: the total time of the operation and the operation time of each operation node. The job running state includes: unexecuted, completed and error-reported interrupts.
It can be understood that the operation running time and the operation running state are marked on the sub-flow chart, so that the operation running condition can be directly known from the flow chart, the operation is visual and convenient, the efficiency improvement effect is obvious, the professional experience requirement on operation staff is greatly reduced, and the operation and maintenance work efficiency of the mainframe is further improved.
As can be seen from the above description, the embodiment of the present invention provides a cross-platform graphical operation monitoring method based on a mainframe, by acquiring operation information and a processing flow of the mainframe; performing closed loop inspection and tandem inspection on the processing flow; the processing flow is determined to pass through the closed loop inspection and the successive inspection, a flow chart is generated based on the operation information and the processing flow, and the flow chart is displayed in a visual mode, so that visual monitoring can be realized, the operation condition of the operation can be directly known, the operation is intuitive and convenient, the efficiency improvement effect is obvious, and the operation and maintenance efficiency of the mainframe is further obviously improved.
In an embodiment of the present invention, referring to fig. 2, after step S103 of the cross-platform graphical operation monitoring method based on a mainframe, step S104 and step S105 are further included, which specifically includes the following:
s104: adjusting the flow chart to obtain an adjustment flow chart;
in this step, the flow chart may be adjusted to change the flow sequence, resulting in an adjusted flow chart.
S105: and sending the adjustment flow chart to a mainframe so that the mainframe can work according to the adjustment flow chart.
In this step, when the adjustment flow chart is transmitted to the mainframe, the adjustment flow chart needs to be converted into the operation entry and the operation exit of the mainframe and the tandem operation of each operation node. And sending the job inlet, the job outlet and the succession of each job node to the mainframe.
The adjustment flow chart is sent to the mainframe, so that the mainframe can adjust the operation flow of the mainframe according to the adjusted tandem operation flow, and the adjustment of the operation flow of the mainframe is more visual and the operation and the maintenance of the mainframe are visualized on the premise of realizing the visual operation and maintenance.
In an embodiment of the present invention, referring to fig. 3, step S103 of the cross-platform graphical operation monitoring method based on a mainframe further includes step S106, which specifically includes the following:
s106: and generating the job data of the mainframe according to the job information and the flow chart so as to analyze the operation of the mainframe on the job data.
In the embodiment, the operation information and the flow chart are generated to generate the operation data of the mainframe, and the operation data and the flow chart are exported to the analysis platform, so that statistics of the operation condition of the mainframe can be realized, and the statistics result is more accurate and efficient. Operation and maintenance personnel can adjust the process by analyzing the statistical result, so that continuous optimization of the process is realized. Maintenance personnel can be liberated from repeated inquiry and recording processes, and the operation and maintenance efficiency is improved.
In an embodiment of the present invention, referring to fig. 4, before step S103 of the cross-platform graphical operation monitoring method based on a mainframe, step S107 is further included, which specifically includes the following:
s107: acquiring a job log of a mainframe and optimizing the visual mode according to the job log;
correspondingly, in step S103, the flow chart is visually shown, which includes: and displaying the flow chart in an optimized visual mode.
In this embodiment, the job log of the mainframe is obtained, and the flowchart can be marked according to the job information record in the job log of the mainframe, so that a user can display the required information on the visualized flowchart according to the self requirement, and the job running condition can be known more directly, so that the method is intuitive and convenient, the efficiency improvement effect is obvious, and the operation and maintenance efficiency of the mainframe is further improved remarkably.
In the present embodiment, job information recording includes, but is not limited to: normal end information, abnormal end information, mainframe processing data amount information, current execution progress, each job execution condition (average execution time, time taken for this execution, processing data amount), and mainframe remaining job time information.
From the above description, the embodiment of the invention provides a cross-platform graphical operation monitoring method based on a mainframe, which generates a visualized flow chart according to the operation information and the processing flow, and displays the operation state and the operation condition statistics and the flow adjustment. The method can realize the generation and display of the operation flow chart, the real-time monitoring and statistics of the operation state, the check of the operation parameters and the adjustment of the graphical flow, and can directly know the operation condition of the operation, thereby being visual and convenient, having obvious efficiency improving effect and further obviously improving the operation and maintenance efficiency of the mainframe.
The embodiment of the invention provides a concrete implementation mode of a cross-platform graphical operation monitoring device based on a mainframe, which can realize all contents in the cross-platform graphical operation monitoring method based on the mainframe, and referring to fig. 5, the cross-platform graphical operation monitoring device based on the mainframe specifically comprises the following contents:
an acquisition unit 10 for acquiring job information and a processing flow of the mainframe;
a checking unit 20 for performing closed loop checking and subsequent checking on the process flow;
a processing unit 30, configured to determine that the processing flow passes the closed loop inspection and the tandem inspection, generate a flowchart based on the job information and the processing flow, and visually display the flowchart.
Further, the method further comprises the following steps:
the adjusting unit is used for adjusting the flow chart to obtain an adjustment flow chart;
and the sending unit is used for sending the adjustment flow chart to the mainframe so that the mainframe can work according to the adjustment flow chart.
Further, the method further comprises the following steps:
and the export unit is used for generating the job data of the mainframe according to the job information and the flow chart so as to analyze the operation of the mainframe on the job data.
Further, the method further comprises the following steps:
the acquisition unit is used for acquiring the job log of the mainframe and optimizing the visual mode according to the job log;
correspondingly, the processing unit 30 includes:
and the optimizing subunit is used for displaying the flow chart in an optimized visual mode.
Wherein the acquisition unit 10 includes:
the acquisition subunit is used for receiving the self operation running time, the operation running state, the operation inlet, the operation outlet and the succession of each operation node sent by the mainframe;
wherein the job information includes: job run time and job run status; the processing flow comprises the following steps: a job entry, a job exit, and a tandem of each job node.
Wherein the collation unit 20 includes:
a first checking subunit, configured to determine whether the processing flow includes: at least one job inlet and at least one job outlet, if so, passing a closed loop check;
a second checking subunit, configured to determine whether each job node in the processing flow includes: at least one successor and at least one successor, if so, pass the successor check.
Wherein the processing unit 30 includes:
a first processing subunit, configured to generate a sub-flowchart according to the job entry, the job exit, and the succession of each job node;
and the second processing subunit is used for marking each job node in the sub-flow chart according to the job running time and the job running state to generate the flow chart.
The embodiment of the cross-platform graphical operation monitoring device based on the mainframe provided by the invention can be particularly used for executing the processing flow of the embodiment of the cross-platform graphical operation monitoring method based on the mainframe in the embodiment, and the functions of the embodiment are not repeated herein, and can be referred to in the detailed description of the embodiment of the method.
As can be seen from the above description, the cross-platform graphical operation monitoring device based on the mainframe provided by the embodiment of the invention obtains the operation information and the processing flow of the mainframe; performing closed loop inspection and tandem inspection on the processing flow; the processing flow is determined to pass through the closed loop inspection and the successive inspection, a flow chart is generated based on the operation information and the processing flow, and the flow chart is displayed in a visual mode, so that visual monitoring can be realized, the operation condition of the operation can be directly known, the operation is intuitive and convenient, the efficiency improvement effect is obvious, and the operation and maintenance efficiency of the mainframe is further obviously improved.
The application provides an embodiment of an electronic device for implementing all or part of content in a cross-platform graphical operation monitoring method based on a mainframe, wherein the electronic device specifically comprises the following contents:
a processor (processor), a memory (memory), a communication interface (Communications Interface), and a bus; the processor, the memory and the communication interface complete communication with each other through the bus; the communication interface is used for realizing information transmission between related devices; the electronic device may be a desktop computer, a tablet computer, a mobile terminal, etc., and the embodiment is not limited thereto. In this embodiment, the electronic device may be implemented with reference to an embodiment for implementing the cross-platform graphical operation monitoring method based on a mainframe and an embodiment for implementing the cross-platform graphical operation monitoring device based on a mainframe, and the contents thereof are incorporated herein, and the repetition is omitted.
Fig. 6 is a schematic block diagram of a system configuration of an electronic device 9600 of an embodiment of the present application. As shown in fig. 6, the electronic device 9600 may include a central processor 9100 and a memory 9140; the memory 9140 is coupled to the central processor 9100. Notably, this fig. 6 is exemplary; other types of structures may also be used in addition to or in place of the structures to implement telecommunications functions or other functions.
In one embodiment, mainframe-based cross-platform graphical operation monitoring functionality may be integrated into the central processor 9100. The central processor 9100 may be configured to perform the following control:
acquiring operation information and a processing flow of a mainframe;
performing closed loop inspection and tandem inspection on the processing flow;
determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow, and displaying the flow chart in a visual mode.
As can be seen from the above description, the electronic device provided in the embodiments of the present application obtains the job information and the processing flow of the mainframe; performing closed loop inspection and tandem inspection on the processing flow; the processing flow is determined to pass through the closed loop inspection and the successive inspection, a flow chart is generated based on the operation information and the processing flow, and the flow chart is displayed in a visual mode, so that visual monitoring can be realized, the operation condition of the operation can be directly known, the operation is intuitive and convenient, the efficiency improvement effect is obvious, and the operation and maintenance efficiency of the mainframe is further obviously improved.
In another embodiment, the cross-platform graphical operation monitoring device based on the mainframe may be configured separately from the central processor 9100, for example, the cross-platform graphical operation monitoring device based on the mainframe may be configured as a chip connected to the central processor 9100, and the cross-platform graphical operation monitoring function based on the mainframe is realized through the control of the central processor.
As shown in fig. 6, the electronic device 9600 may further include: a communication module 9110, an input unit 9120, an audio processor 9130, a display 9160, and a power supply 9170. It is noted that the electronic device 9600 need not include all of the components shown in fig. 6; in addition, the electronic device 9600 may further include components not shown in fig. 6, and reference may be made to the related art.
As shown in fig. 6, the central processor 9100, sometimes referred to as a controller or operational control, may include a microprocessor or other processor device and/or logic device, which central processor 9100 receives inputs and controls the operation of the various components of the electronic device 9600.
The memory 9140 may be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information about failure may be stored, and a program for executing the information may be stored. And the central processor 9100 can execute the program stored in the memory 9140 to realize information storage or processing, and the like.
The input unit 9120 provides input to the central processor 9100. The input unit 9120 is, for example, a key or a touch input device. The power supply 9170 is used to provide power to the electronic device 9600. The display 9160 is used for displaying display objects such as images and characters. The display may be, for example, but not limited to, an LCD display.
The memory 9140 may be a solid state memory such as Read Only Memory (ROM), random Access Memory (RAM), SIM card, etc. But also a memory which holds information even when powered down, can be selectively erased and provided with further data, an example of which is sometimes referred to as EPROM or the like. The memory 9140 may also be some other type of device. The memory 9140 includes a buffer memory 9141 (sometimes referred to as a buffer). The memory 9140 may include an application/function storage portion 9142, the application/function storage portion 9142 storing application programs and function programs or a flow for executing operations of the electronic device 9600 by the central processor 9100.
The memory 9140 may also include a data store 9143, the data store 9143 for storing data, such as contacts, digital data, pictures, sounds, and/or any other data used by an electronic device. The driver storage portion 9144 of the memory 9140 may include various drivers of the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging applications, address book applications, etc.).
The communication module 9110 is a transmitter/receiver 9110 that transmits and receives signals via an antenna 9111. A communication module (transmitter/receiver) 9110 is coupled to the central processor 9100 to provide input signals and receive output signals, as in the case of conventional mobile communication terminals.
Based on different communication technologies, a plurality of communication modules 9110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, etc., may be provided in the same electronic device. The communication module (transmitter/receiver) 9110 is also coupled to a speaker 9131 and a microphone 9132 via an audio processor 9130 to provide audio output via the speaker 9131 and to receive audio input from the microphone 9132 to implement usual telecommunications functions. The audio processor 9130 can include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor 9130 is also coupled to the central processor 9100 so that sound can be recorded locally through the microphone 9132 and sound stored locally can be played through the speaker 9131.
The embodiment of the present invention further provides a computer readable storage medium capable of implementing all the steps in the cross-platform graphical operation monitoring method based on a mainframe in the above embodiment, where the computer readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the cross-platform graphical operation monitoring method based on a mainframe in the above embodiment, for example, the processor implements the following steps when executing the computer program:
acquiring operation information and a processing flow of a mainframe;
performing closed loop inspection and tandem inspection on the processing flow;
determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow, and displaying the flow chart in a visual mode.
As can be seen from the above description, the computer readable storage medium provided by the embodiments of the present invention obtains the job information and the processing flow of the mainframe; performing closed loop inspection and tandem inspection on the processing flow; the processing flow is determined to pass through the closed loop inspection and the successive inspection, a flow chart is generated based on the operation information and the processing flow, and the flow chart is displayed in a visual mode, so that visual monitoring can be realized, the operation condition of the operation can be directly known, the operation is intuitive and convenient, the efficiency improvement effect is obvious, and the operation and maintenance efficiency of the mainframe is further obviously improved.
Although the invention provides method operational steps as described in the examples or flowcharts, more or fewer operational steps may be included based on conventional or non-inventive labor. The order of steps recited in the embodiments is merely one way of performing the order of steps and does not represent a unique order of execution. When implemented by an actual device or client product, the instructions may be executed sequentially or in parallel (e.g., in a parallel processor or multi-threaded processing environment) as shown in the embodiments or figures.
It will be appreciated by those skilled in the art that embodiments of the present description may be provided as a method, apparatus (system) or computer program product. Accordingly, the present specification embodiments may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, the description is relatively simple, as relevant to see a section of the description of method embodiments. In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The orientation or positional relationship indicated by the terms "upper", "lower", etc. are based on the orientation or positional relationship shown in the drawings, are merely for convenience of description and to simplify the description, and are not indicative or implying that the apparatus or elements in question must have a specific orientation, be constructed and operated in a specific orientation, and therefore should not be construed as limiting the present invention. Unless specifically stated or limited otherwise, the terms "mounted," "connected," and "coupled" are to be construed broadly, and may be, for example, fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present invention can be understood by those of ordinary skill in the art according to the specific circumstances. It should be noted that, without conflict, the embodiments of the present invention and features of the embodiments may be combined with each other. The present invention is not limited to any single aspect, nor to any single embodiment, nor to any combination and/or permutation of these aspects and/or embodiments. Moreover, each aspect and/or embodiment of the invention may be used alone or in combination with one or more other aspects and/or embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention, and are intended to be included within the scope of the appended claims and description.

Claims (10)

1. A cross-platform graphical operation monitoring method based on a mainframe is characterized by comprising the following steps:
acquiring operation information and a processing flow of a mainframe;
performing closed loop inspection and tandem inspection on the processing flow;
determining that the processing flow passes the closed loop check and the follow-up check, generating a flow chart based on the operation information and the processing flow, and displaying the flow chart in a visual mode;
before the flow chart is visually displayed, the method further comprises:
acquiring a job log of a mainframe and optimizing the visual mode according to the job log; the method specifically comprises the following steps: labeling the flow chart according to the job information record in the large-scale machine job log;
correspondingly, the process of visually displaying the flow chart includes:
displaying the flow chart in an optimized visual mode; the user can display the required information on the visualized flow chart according to the self requirement;
wherein the job information recording includes: normal end information, abnormal end information, mainframe processing data volume information, current execution progress, execution conditions of each job and mainframe residual job time information; each job execution condition comprises average execution time, the time used for the execution, and the data volume is processed;
the acquiring the operation information and the processing flow of the mainframe comprises the following steps:
receiving the operation time, operation state, operation inlet, operation outlet and the succession of each operation node of the self operation sent by the mainframe;
wherein the job information includes: job run time and job run status; the processing flow comprises the following steps: a job inlet, a job outlet and the succession of each job node;
the performing closed loop inspection and subsequent inspection on the processing flow comprises:
judging whether the processing flow comprises: at least one job inlet and at least one job outlet, if so, passing a closed loop check;
judging whether each operation node in the processing flow comprises: at least one successor and at least one successor, if so, pass the successor check.
2. The mainframe-based cross-platform graphical operation monitoring method as recited in claim 1, further comprising, after the generating a flow chart based on the job information and the process flow:
adjusting the flow chart to obtain an adjustment flow chart;
and sending the adjustment flow chart to a mainframe so that the mainframe can work according to the adjustment flow chart.
3. The mainframe-based cross-platform graphical operation monitoring method as recited in claim 1, further comprising, after the generating a flow chart based on the job information and the process flow:
and generating the job data of the mainframe according to the job information and the flow chart so as to analyze the operation of the mainframe on the job data.
4. The cross-platform graphical operation monitoring method based on the mainframe according to claim 1, wherein the generating a flow chart based on the job information and the processing flow comprises:
generating a sub-flow chart according to the operation inlet, the operation outlet and the succession of each operation node;
and marking each operation node in the sub-flow chart according to the operation time and the operation state to generate a flow chart.
5. Cross-platform graphical operation monitoring device based on mainframe, which is characterized by comprising:
the acquisition unit is used for acquiring the operation information and the processing flow of the mainframe;
the checking unit is used for performing closed-loop checking and tandem checking on the processing flow;
a processing unit, configured to determine that the processing flow passes the closed loop inspection and the tandem inspection, generate a flowchart based on the job information and the processing flow, and display the flowchart in a visual manner;
further comprises:
the acquisition unit is used for acquiring the job log of the mainframe and optimizing the visual mode according to the job log; the method specifically comprises the following steps: labeling the flow chart according to the job information record in the large-scale machine job log;
correspondingly, the processing unit comprises:
an optimizing subunit, configured to display the flowchart in an optimized visual manner; the user can display the required information on the visualized flow chart according to the self requirement;
wherein the job information recording includes: normal end information, abnormal end information, mainframe processing data volume information, current execution progress, execution conditions of each job and mainframe residual job time information; each job execution condition comprises average execution time, the time used for the execution, and the data volume is processed;
the acquisition unit includes:
the acquisition subunit is used for receiving the self operation running time, the operation running state, the operation inlet, the operation outlet and the succession of each operation node sent by the mainframe;
wherein the job information includes: job run time and job run status; the processing flow comprises the following steps: a job inlet, a job outlet and the succession of each job node;
the collation unit includes:
a first checking subunit, configured to determine whether the processing flow includes: at least one job inlet and at least one job outlet, if so, passing a closed loop check;
a second checking subunit, configured to determine whether each job node in the processing flow includes: at least one successor and at least one successor, if so, pass the successor check.
6. The mainframe-based cross-platform graphical operations monitoring device of claim 5, further comprising:
the adjusting unit is used for adjusting the flow chart to obtain an adjustment flow chart;
and the sending unit is used for sending the adjustment flow chart to the mainframe so that the mainframe can work according to the adjustment flow chart.
7. The mainframe-based cross-platform graphical operations monitoring device of claim 5, further comprising:
and the export unit is used for generating the job data of the mainframe according to the job information and the flow chart so as to analyze the operation of the mainframe on the job data.
8. The mainframe-based cross-platform graphical operations monitoring device of claim 5, wherein the processing unit comprises:
a first processing subunit, configured to generate a sub-flowchart according to the job entry, the job exit, and the succession of each job node;
and the second processing subunit is used for marking each job node in the sub-flow chart according to the job running time and the job running state to generate the flow chart.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the mainframe-based cross-platform graphical operation monitoring method of any of claims 1 to 4 when the program is executed.
10. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements the steps of the mainframe-based cross-platform graphical operations monitoring method of any of claims 1 to 4.
CN201911181458.0A 2019-11-27 2019-11-27 Cross-platform graphical operation monitoring method and device based on mainframe Active CN110990222B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911181458.0A CN110990222B (en) 2019-11-27 2019-11-27 Cross-platform graphical operation monitoring method and device based on mainframe

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911181458.0A CN110990222B (en) 2019-11-27 2019-11-27 Cross-platform graphical operation monitoring method and device based on mainframe

Publications (2)

Publication Number Publication Date
CN110990222A CN110990222A (en) 2020-04-10
CN110990222B true CN110990222B (en) 2024-02-23

Family

ID=70087222

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911181458.0A Active CN110990222B (en) 2019-11-27 2019-11-27 Cross-platform graphical operation monitoring method and device based on mainframe

Country Status (1)

Country Link
CN (1) CN110990222B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111679896A (en) * 2020-06-03 2020-09-18 中国银行股份有限公司 TWS-based work flow cycle analysis method and device
CN111737122B (en) * 2020-06-16 2023-07-21 中国银行股份有限公司 Inspection method and system for calling level of mainframe program
CN113127175A (en) * 2021-05-18 2021-07-16 中国银行股份有限公司 Host job scheduling operation method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617486A (en) * 2013-11-21 2014-03-05 中国电子科技集团公司第十五研究所 Method and system for conducting dynamic graphical monitoring on complex service processes
CN107632825A (en) * 2017-08-18 2018-01-26 深圳怡化电脑股份有限公司 A kind of business software development approach and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8290939B2 (en) * 2010-06-04 2012-10-16 International Busines Machines Corporation Visualizing query results in stream processing systems

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617486A (en) * 2013-11-21 2014-03-05 中国电子科技集团公司第十五研究所 Method and system for conducting dynamic graphical monitoring on complex service processes
CN107632825A (en) * 2017-08-18 2018-01-26 深圳怡化电脑股份有限公司 A kind of business software development approach and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陆坤 ; 郭成 ; 李凤岐 ; .大型主机系统性能可视化监控与管理平台.实验室科学.2017,(第06期),全文. *

Also Published As

Publication number Publication date
CN110990222A (en) 2020-04-10

Similar Documents

Publication Publication Date Title
CN110990222B (en) Cross-platform graphical operation monitoring method and device based on mainframe
CN106354645B (en) Test method and test platform based on background system service or interface
US9524229B2 (en) Testing coordinator
JP4880376B2 (en) Support apparatus, program, information processing system, and support method
CN110543301B (en) Method and device for generating jenkins code file
CN113067747A (en) Link abnormity tracing method, cluster, node and system
CN104246702A (en) Workflow compilation
CN114186697B (en) Method and device for generating and applying deep learning model based on deep learning framework
CN110941553A (en) Code detection method, device, equipment and readable storage medium
CN113704063A (en) Performance monitoring method, device, equipment and storage medium of cloud mobile phone
CN111026400A (en) Method and device for analyzing service data stream
TW200615746A (en) Trace, debug method and system for a processor
US20120226484A1 (en) Calculation simulation system and method thereof
CN113760611B (en) System site switching method and device, electronic equipment and storage medium
CN113128986A (en) Error reporting processing method and device for long-link transaction
CN113095782A (en) Automatic approval decision-making method and device
CN112669814A (en) Data processing method, device, equipment and medium
CN110399305B (en) BTT module testing method and device
CN116244202A (en) Automatic performance test method and device
CN115509637A (en) Form-based intelligent filling method, system, equipment and medium
CN113204479A (en) Visual debugging system and method for robot
CN112101810A (en) Risk event control method, device and system
CN113138895A (en) Monitoring method and device of cloud desktop equipment
CN111950248A (en) XML-based product report generation method and system
CN114201145A (en) Risk demand classification detection method and system based on configurated semantic recognition

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant