CN110365767B - Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system - Google Patents

Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system Download PDF

Info

Publication number
CN110365767B
CN110365767B CN201910631823.7A CN201910631823A CN110365767B CN 110365767 B CN110365767 B CN 110365767B CN 201910631823 A CN201910631823 A CN 201910631823A CN 110365767 B CN110365767 B CN 110365767B
Authority
CN
China
Prior art keywords
maintenance
master
slave
session
connection
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
CN201910631823.7A
Other languages
Chinese (zh)
Other versions
CN110365767A (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.)
Chengdu DBAPPSecurity Co Ltd
Original Assignee
Chengdu DBAPPSecurity 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 Chengdu DBAPPSecurity Co Ltd filed Critical Chengdu DBAPPSecurity Co Ltd
Priority to CN201910631823.7A priority Critical patent/CN110365767B/en
Publication of CN110365767A publication Critical patent/CN110365767A/en
Application granted granted Critical
Publication of CN110365767B publication Critical patent/CN110365767B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/566Grouping or aggregating service requests, e.g. for unified processing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a single operation and maintenance multi-TCP connection aggregation method of an operation and maintenance auditing system.A Recorder uses SID to execute connection operation locally at first, if the connection operation fails, the Recorder promotes the authority to a current operation and maintenance session master, uses SID to create a Unix local socket and binds to a path of the SID name, and starts monitoring and registers an event response processing function; if the connection operation is successful, the register authority is reduced to slave, the write-in authority of the audit data is not available, and the audit data can only be redirected to the master process for processing. The invention can effectively solve the problem of single operation and maintenance and multi-audit session caused by multi-TCP concurrent mode of the client, eliminate the confusion of users when inquiring the audit logs, and generate dozens of scene of hundreds of audit sessions for one time of client operation and maintenance; and audit data associated with the session can be normalized to improve the query experience of the user.

Description

Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a single operation and maintenance multi-TCP connection aggregation method of an operation and maintenance auditing system.
Background
The current user client functions are more intelligent and efficient, and the working efficiency of the user is obviously improved. Behind the increasing efficiency of these clients, it is essential that user requests are processed in parallel at the same time: the multiple TCP are connected to the appointed target host, and the concurrent data requests are simultaneously carried out on the multiple connections, so that the user experience is improved by times. If a user needs to audit and record operation and maintenance data generated by a client, the operation and maintenance auditing system needs to be involved in a multi-TCP connection session between the current client and a target host, but the current operation and maintenance auditing system has defects on the support of the parallel processing request client, so that the related auditing experience is not ideal. It is often the case that a customer performing an operation with a client results in tens or even hundreds of operation audit sessions, which is unacceptable to the user.
In the prior art, by performing the aggregation of the links in the linking phase: when each TCP connection of the client is accessed, the session is gathered to a protocol agent to execute the processing method by the destination information. But this has a disadvantage: in order to improve the efficiency, a multi-connection concurrent mode is designed by a user client, after an operation and maintenance auditing system is accessed, concurrent connections of the client are aggregated into a connection, the client is equivalent to degradation processing, the client is changed into an original single-connection model client, the design is reversed, and the operation and maintenance auditing system becomes a performance bottleneck of the whole operation and maintenance line.
The invention mainly aims to solve the problem that countless operation and maintenance audit session records are generated by one-time operation and maintenance operation of a client on an operation and maintenance audit system. When a client accesses a target host through an operation and maintenance auditing system, if the client has a condition of executing instructions in parallel by a plurality of TCPs, one operation and maintenance session of the client becomes a scene of countless operation and maintenance auditing sessions, the invention can aggregate all the operation and maintenance auditing data generated by the same client of a user, and aggregate the auditing data sessions into an operation and maintenance session record.
Disclosure of Invention
The invention discloses a single operation and maintenance multi-TCP connection aggregation method of an operation and maintenance auditing system, which aims to solve the problems and effectively solve the problem of single operation and maintenance multi-auditing sessions caused by a relatively troublesome client side multi-TCP concurrent mode in the operation and maintenance auditing system, eliminate confusion of a user when an auditing log is inquired, and generate a scene of dozens of hundreds of auditing sessions by one-time client side operation and maintenance; and audit data associated with the session can be normalized to improve the query experience of the user.
The invention is mainly realized by the following technical scheme: a single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system.A Recorder uses SID to execute connection operation locally at first, if the connection operation fails, the Recorder promotes the authority to the operation and maintenance session master, uses SID to create Unix local socket and binds to the path of SID name, and starts monitoring and registers an event response processing function; if the connection operation is successful, the register authority is reduced to slave, the write-in authority of the audit data is not available, and the audit data can only be redirected to the master process for processing.
In order to better realize the invention, further, a client executes a query request, and firstly judges whether a register is a master or not aiming at audit data generated in interaction, if the register is the master, the audit data is directly written into an audit data storage engine interface by the master; otherwise, the Slave reorder process informs the master reorder through the IPC channel established by the SID, the master reorder process checks the current waiting queue, if the queue is not fully loaded, the Slave reorder state is notified to be Pass, if the queue is fully loaded, the Slave reorder state is notified to be Wait, and the Slave reorder requests again after 10 s.
In order to better implement the invention, further, if the status is Pass, the Slave register sends the current processing Slave ID number, the data generation time and the corresponding audit data to the waiting queue of the master register through the IPC channel.
In order to better implement the invention, further, all the Slave process audit data in the master reorder queue can be rearranged according to the time sequence, and after the arrangement is finished, the master writes the data into the local storage medium of the SID directory uniformly to solidify the data.
In order to better implement the present invention, further, when a connection session of a user is disconnected, the protocol agent module checks whether the current register is the master authority; if the processing process of the current disconnected connection of the client is the master process of the current session, checking whether a Slave process is still executed currently; if there is any Slave process, the master process of the session terminates the protocol proxy function, the state is set to Inactive, the full authority is responsible for processing all requests of the current Slave receiver, and the master receiver can not be terminated until all the Slave processes exit; otherwise, only the master process is still processing the current call back, the operation and maintenance of the client is identified to be finished, and the master process can be directly and normally quitted.
In order to better implement the invention, further, if the master authority is not the master authority, the work of the connection processing unit of the Slave authority is finished, the master is informed that the Slave session connection is finished, and the master is triggered to process the subsequent cleaning work.
In order to better realize the invention, further, a client of a user opens a connection, and the target is a protocol agent port of the response of the operation and maintenance auditing system; when the operation and maintenance auditing system receives connection, a new protocol agent process is established for processing, and meta information of the session is analyzed; and generating a session SID of the operation and maintenance.
unix domain protocol: the unix domain socket is one of IPC (Inter-Process Communication) methods in which a client and a server are on the same host, and compared with other IPC methods, the unix domain socket has advantages that an API is almost equal to that used by a network client/server, and the unix socket mainly has advantages of performance increase and the capability of transferring local file descriptors. However, as compared with the network socket, the unix domain socket must bind a local path to the unix domain socket when in use.
The invention has the beneficial effects that:
(1) by the method, the problem of single operation and maintenance multi-audit session caused by a relatively troublesome client side multi-TCP concurrent mode in the operation and maintenance audit system can be effectively solved, the confusion of a user when inquiring the audit log is eliminated, and a scene of dozens of hundreds of audit sessions is generated by one-time client side operation and maintenance; and audit data associated with the session can be normalized to improve the query experience of the user.
(2) The aggregation processing is started from the moment that the data are written into the storage engine, rather than the aggregation operation in the TCP connection, the performance of the original protocol agent can be effectively reserved, the performance loss caused by improving the audit experience of the user for the aggregated data is avoided, and the original operation and maintenance experience of the user is reserved.
(3) Because only the master has the writing authority, and not each recorder opens an engine writing interface, the database connection opened by the operation and maintenance auditing system can be effectively reduced, the resource consumption of the database is reduced, and the resource redundancy of the whole machine is improved.
(4) The invention aggregates all the operation and maintenance audit data generated by the same client of the user, aggregates the audit data sessions into one operation and maintenance session record, ensures the consistency of user experience and before aggregation, and ensures the connection stability and the response speed of executing instructions.
Drawings
FIG. 1 is a diagram of an audit data processing module;
FIG. 2 is an audit data aggregation schematic;
FIG. 3 is a flow chart of the present invention.
Detailed Description
Example 1:
a single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system.A Recorder uses SID to execute connection operation locally at first, if the connection operation fails, the Recorder promotes the authority to the operation and maintenance session master, uses SID to create Unix local socket and binds to the path of SID name, and starts monitoring and registers an event response processing function; if the connection operation is successful, the register authority is reduced to slave, the write-in authority of the audit data is not available, and the audit data can only be redirected to the master process for processing.
A client of a user opens a connection, and the target is a protocol agent port of the response of the operation and maintenance auditing system; when the operation and maintenance auditing system receives connection, a new protocol agent process is established for processing, and meta information of the session is analyzed; and generating a session SID of the operation and maintenance.
The invention can effectively solve the problem of single operation and maintenance multi-audit session caused by a relatively troublesome client multi-TCP concurrent mode in the operation and maintenance audit system, eliminates the confusion of a user when inquiring the audit log, and generates dozens of scene of hundreds of audit sessions for one-time client operation and maintenance; and audit data associated with the session can be normalized to improve the query experience of the user.
Example 2:
in this embodiment, optimization is performed on the basis of embodiment 1, as shown in fig. 3, a client executes a query request, and first determines whether a register is a master for audit data generated in an interaction, and if the register is the master, the audit data is directly written into an audit data storage engine interface by the master; otherwise, the Slave reorder process informs the master reorder through the IPC channel established by the SID, the master reorder process checks the current waiting queue, if the queue is not fully loaded, the Slave reorder state is notified to be Pass, if the queue is fully loaded, the Slave reorder state is notified to be Wait, and the Slave reorder requests again after 10 s.
And if the state is Pass, the Slave register sends the current processing Slave ID number, the data generation time and the corresponding audit data to a waiting queue of the master register through an IPC channel. And all the Slave process audit data in the master reorder queue can be rearranged according to the time sequence, and after the arrangement is finished, the master writes the data into the local storage medium of the SID directory uniformly to solidify the data.
The invention starts to carry out aggregation processing from the moment that data is written into the storage engine, rather than carrying out aggregation operation in TCP connection, can effectively retain the performance of the original protocol proxy, put an end to performance loss brought by improving user audit experience for aggregated data, and retain the original user operation and maintenance experience. Because only the master has the writing authority, and not each recorder opens an engine writing interface, the database connection opened by the operation and maintenance auditing system can be effectively reduced, the resource consumption of the database is reduced, and the resource redundancy of the whole machine is improved.
Other parts of this embodiment are the same as embodiment 1, and thus are not described again.
Example 3:
in this embodiment, optimization is performed on the basis of embodiment 1 or 2, as shown in fig. 3, when one connection session of a user is disconnected, the protocol agent module checks whether the current register to which the user belongs is a master authority; if the processing process of the current disconnected connection of the client is the master process of the current session, checking whether a Slave process is still executed currently; if there is any Slave process, the master process of the session terminates the protocol proxy function, the state is set to Inactive, the full authority is responsible for processing all requests of the current Slave receiver, and the master receiver can not be terminated until all the Slave processes exit; otherwise, only the master process is still processing the current call back, the operation and maintenance of the client is identified to be finished, and the master process can be directly and normally quitted.
If not, the connection processing unit of the Slave authority finishes working, the master is informed of the completion of the Slave session connection, and the master is triggered to process the subsequent cleaning work.
The invention aggregates all the operation and maintenance audit data generated by the same client of the user, aggregates the audit data sessions into one operation and maintenance session record, ensures the consistency of user experience and before aggregation, and ensures the connection stability and the response speed of executing instructions. Because only the master has the writing authority, and not each recorder opens an engine writing interface, the database connection opened by the operation and maintenance auditing system can be effectively reduced, the resource consumption of the database is reduced, and the resource redundancy of the whole machine is improved.
The rest of this embodiment is the same as embodiment 1 or 2, and therefore, the description thereof is omitted.
Example 4:
a single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system is shown in figures 1-3 and mainly comprises the following steps:
1. a user starts a client, appoints to connect an operation and maintenance auditing system, attaches a server address needing acting at the same time, and indicates the access of the operation and maintenance auditing system;
2. the operation and maintenance auditing system receives the request and establishes a protocol agent module to process the connection, so as to analyze the source information of the client and the information (hereinafter referred to as meta information, such as source IP, user name, destination ID, login information and the like) requested by the client, and a session ID can be calculated by using the meta information through an algorithm, wherein the session ID can be used for locally starting Unix sockets.
3. If the process requests to connect the session ID to prompt that the session ID does not exist, the recorder is proved to be the first process of the session, the authority is improved to the Master recorder, the recorder has the authority of writing and auditing data, and monitoring is started on the session ID to be responsible for processing the event of the slave process.
4. When a user operates to open a plurality of windows or executes a plurality of query operations on the client, the client starts a plurality of parallel session processes in order to improve the user efficiency, and the client spontaneously accesses the operation and maintenance auditing system.
5. And (3) receiving all the connections initiated by the client by the operation and maintenance auditing system, establishing a plurality of protocol agent connection processing concurrent connections by the operation and maintenance auditing system, and executing the operation of the step (2).
6. And the recorder of the subsequent session successfully connects the master by using the session ID, all the authorities are degraded into slave authorities, the writing authority of the audit data is not possessed, and the audit data can only be redirected to the master process for processing.
The method can effectively solve the problem of single operation and maintenance and multi-audit session caused by a relatively troublesome client side multi-TCP concurrent mode in the operation and maintenance audit system, eliminates confusion of a user when inquiring the audit log, and generates dozens of hundreds of audit session scenes in one-time client side operation and maintenance; and audit data associated with the session can be normalized to improve the query experience of the user.
Example 5:
a single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system is shown in figures 1-3 and mainly comprises the following steps:
1. connection access phase
1.1, a client of a user opens a connection, and the target is a protocol agent port of the response of the operation and maintenance auditing system;
1.2, the operation and maintenance auditing system receives the connection, establishes a protocol agent process for processing and simultaneously analyzes meta information of the session;
1.3 generating a session SID (Session identifier) of the operation and maintenance according to a certain algorithm;
1.4 Recorder first performs the join operation locally using SIDs. If the connection operation fails, entering step 1.5, and entering step 1.6 if the connection is successful;
1.5, the authority is promoted to the operation and maintenance session master (session main process), a Unix local socket is created by using the SID and is bound to a path of the SID name, and a monitoring and registration event response processing function is started;
1.6 if the use of the connection SID succeeds, the Recorder right is reduced to slave (session slave process).
2. Operation and maintenance data auditing stage
2.1, a client executes a query request, generates audit data in connection by one-time interaction, firstly judges whether a Recorder is a Master, if so, enters a step 2.2, and otherwise, enters a step 2.3;
2.2 the audit data is directly written into the local storage medium of the SID catalog by the process (Master);
2.3 the Slave reorder Process notifies the Master reorder through an IPC (Inter-Process Communication) channel established by the SID, the Slave Process generates audit data which can be put in storage, the Master reorder Process checks the current waiting queue, the queue is not fully loaded, the Slave reorder status is notified to be 'Pass', the queue is fully loaded, the Slave status is notified to be 'Wait', and the Slave reorder requests again after 10 s.
2.4, the state is 'Pass', and the Slave recorder sends the current processing Slave ID number, the data generation time and the corresponding audit data to a waiting queue of the Master recorder through an IPC channel;
and 2.5, all the Slave process audit data in the Master reorder queue are rearranged according to a time sequence, and after finishing arrangement, the Master is uniformly written into a local storage medium of the SID directory to solidify the data.
3. Client single session disconnect
3.1 when one connection session of the user is disconnected, the protocol agent module checks whether the current Recorder is in the Master permission, if so, the step 3.2 is carried out, and if not, the step 3.5 is carried out;
3.2 if the processing process of the disconnection of the current client is the Master process of the current session, checking whether a Slave process is still executed currently, if the Slave process still exists, entering the step 3.3, and if the Slave process does not exist, entering the step 3.4;
3.3 the Master process of the session terminates the protocol proxy function, sets the state as Inactive, and the full authority is responsible for processing all requests of the current Slave record until all the slaves exit, and the Master record can not be ended;
3.4 when all session connections of the client session are completely disconnected and the Slave process is completely and successfully closed, marking that the operation and maintenance of the client end are finished;
3.5, the work of the connection processing unit of the Slave authority is finished at this time, the Master is informed that the Slave session connection is finished, and the Master is triggered to process the subsequent cleaning work.
The invention can effectively solve the problem of single operation and maintenance multi-audit session caused by a relatively troublesome client side multi-TCP concurrent mode in the operation and maintenance audit system, eliminates confusion of a user when inquiring the audit log (dozens of hundreds of audit sessions are generated by one-time client side operation and maintenance), and can also centralize the audit data associated with the session to improve the inquiry experience of the user.
The aggregation processing is started from the moment that the data are written into the storage engine, rather than the aggregation operation in the TCP connection, the performance of the original protocol agent can be effectively reserved, the performance loss caused by improving the audit experience of the user for the aggregated data is avoided, and the original operation and maintenance experience of the user is reserved.
Because only the master has the writing authority, and not each recorder opens an engine writing interface, the database connection opened by the operation and maintenance auditing system can be effectively reduced, the resource consumption of the database is reduced, and the resource redundancy of the whole machine is improved.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way, and all simple modifications and equivalent variations of the above embodiments according to the technical spirit of the present invention are included in the scope of the present invention.

Claims (8)

1. A single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system is characterized in that a Recorder uses SID to execute connection operation locally at first, if the connection operation fails, the Recorder promotes the authority to the operation and maintenance session master of this time, uses SID to create a Unix local socket and binds to a path of the SID name, and starts monitoring and registers an event response processing function; if the connection operation is successful, the register authority is reduced to slave, the write-in authority of the audit data is not available, and the audit data can only be redirected to the master process for processing.
2. The single operation and maintenance multiple TCP connection aggregation method of the operation and maintenance auditing system according to claim 1, characterized in that, a client executes an inquiry request, and first judges whether register is master or not for the auditing data generated in the interaction, if register is master, the auditing data is directly written into the auditing data storage engine interface by the master; otherwise, the Slave reorder process informs the master reorder through the IPC channel established by the SID, the master reorder process checks the current waiting queue, if the queue is not fully loaded, the Slave reorder state is informed to be Pass, and if the queue is fully loaded, the Slave state is informed to be Wait.
3. The single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system according to claim 2, where when the Slave is in Wait state, the Slave reorder requests again after 10 s.
4. The single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system according to claim 2, characterized in that if the state is Pass, the Slave register sends the current processing Slave ID number, the data generation time and the corresponding auditing data to the waiting queue of the master register through the IPC channel.
5. The single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system according to claim 2, characterized in that all the Slave process auditing data in the master reorder queue are rearranged according to the time sequence, and after the arrangement, the master writes the consolidated data in the local storage medium of the SID directory uniformly.
6. The single operation and maintenance multiple TCP connection aggregation method of the operation and maintenance auditing system according to claim 1, characterized in that when one connection session of the user is disconnected, the protocol agent module checks whether the current register is master authority; if the processing process of the current disconnected connection of the client is the master process of the current session, checking whether a Slave process is still executed currently; if there is any Slave process, the master process of the session terminates the protocol proxy function, the state is set to Inactive, the full authority is responsible for processing all requests of the current Slave receiver, and the master receiver can not be terminated until all the Slave processes exit; otherwise, only the master process is still processing the current call back, the operation and maintenance of the client is identified to be finished, and the master process can be directly and normally quitted.
7. The single operation and maintenance multiple TCP connection aggregation method of an operation and maintenance auditing system according to claim 6, characterized in that if not, the work of the connection processing unit of the Slave authority of this time is finished, the master is notified that the Slave session connection is finished, and the master is triggered to process the subsequent cleaning work.
8. The single operation and maintenance multiple TCP connection aggregation method for the operation and maintenance auditing system according to any one of claims 1-7, characterized in that, the client of the user opens a connection aiming at the protocol agent port of the response of the operation and maintenance auditing system; when the operation and maintenance auditing system receives connection, a new protocol agent process is established for processing, and meta information of the session is analyzed; and generating a session SID of the operation and maintenance.
CN201910631823.7A 2019-07-12 2019-07-12 Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system Active CN110365767B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910631823.7A CN110365767B (en) 2019-07-12 2019-07-12 Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910631823.7A CN110365767B (en) 2019-07-12 2019-07-12 Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system

Publications (2)

Publication Number Publication Date
CN110365767A CN110365767A (en) 2019-10-22
CN110365767B true CN110365767B (en) 2021-08-20

Family

ID=68219296

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910631823.7A Active CN110365767B (en) 2019-07-12 2019-07-12 Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system

Country Status (1)

Country Link
CN (1) CN110365767B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111522611B (en) * 2020-03-31 2022-08-05 成都安恒信息技术有限公司 Collaborative operation and maintenance method for operation and maintenance auditing system
CN112988295A (en) * 2021-02-04 2021-06-18 中国农业银行股份有限公司 Data acquisition method and device
CN113114643B (en) * 2021-03-30 2022-03-29 成都安恒信息技术有限公司 Operation and maintenance access method and system of operation and maintenance auditing system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8018464B2 (en) * 1998-08-24 2011-09-13 Microunity Systems Engineering, Inc. Computer system for executing switch and table translate instructions requiring wide operands
CN102474515A (en) * 2009-07-23 2012-05-23 思科技术公司 Connection device autentication
CN107346209A (en) * 2016-05-08 2017-11-14 上海霄云信息科技有限公司 A kind of multiple disks gathering data-storage system and its implementation and application process
CN107766413A (en) * 2017-09-05 2018-03-06 珠海宇能云企科技有限公司 A kind of implementation method of real-time stream aggregate query
CN108958972A (en) * 2018-06-25 2018-12-07 郑州云海信息技术有限公司 A kind of method of mysql DB Backup
CN109558915A (en) * 2018-10-24 2019-04-02 大唐微电子技术有限公司 A kind of smart card operation method and apparatus

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8018464B2 (en) * 1998-08-24 2011-09-13 Microunity Systems Engineering, Inc. Computer system for executing switch and table translate instructions requiring wide operands
CN102474515A (en) * 2009-07-23 2012-05-23 思科技术公司 Connection device autentication
CN107346209A (en) * 2016-05-08 2017-11-14 上海霄云信息科技有限公司 A kind of multiple disks gathering data-storage system and its implementation and application process
CN107766413A (en) * 2017-09-05 2018-03-06 珠海宇能云企科技有限公司 A kind of implementation method of real-time stream aggregate query
CN108958972A (en) * 2018-06-25 2018-12-07 郑州云海信息技术有限公司 A kind of method of mysql DB Backup
CN109558915A (en) * 2018-10-24 2019-04-02 大唐微电子技术有限公司 A kind of smart card operation method and apparatus

Also Published As

Publication number Publication date
CN110365767A (en) 2019-10-22

Similar Documents

Publication Publication Date Title
CN110365767B (en) Single operation and maintenance multi-TCP connection aggregation method of operation and maintenance auditing system
US7676516B2 (en) System and method for the optimization of database access in data base networks
US9239868B2 (en) Virtual session management and reestablishment
JP3167893B2 (en) Method and apparatus for reducing network resource location traffic
US20100057865A1 (en) Transferable Debug Session in a Team Environment
US8037170B2 (en) Integrated application management system, apparatus and program, and integrated session management server, system, program and server chassis, and communication system, session management server and integration application server
EP1701263B1 (en) Computer system and data backup method in computer system
US20050038828A1 (en) Transparent migration of stateless sessions across servers
CN109474936B (en) Internet of things communication method and system applied among multiple lora gateways
CN110460638A (en) Information push method and device
CN112214338A (en) Internet of things cloud platform based on flexible deployment of micro-services
CN107528891B (en) Websocket-based automatic clustering method and system
EP1952254A2 (en) Method, process and system for sharing data in a heterogeneous storage network
CN111277432A (en) Configuration information updating method and device, electronic equipment and storage medium
WO2024016624A1 (en) Multi-cluster access method and system
US8527661B1 (en) Gateway for connecting clients and servers utilizing remote direct memory access controls to separate data path from control path
CN108989399A (en) A kind of cluster common data querying method, system, device and readable storage medium storing program for executing
CN111158865A (en) Method for realizing multiplexing virtual serial port
CN102761534A (en) Method and device for realizing transparent proxy of media access control layer
CN112187532A (en) Node control method and system
US20100082812A1 (en) Rapid resource provisioning with automated throttling
US20090094315A1 (en) System for provisioning time sharing option (tso) and interactive productivity system facility (ispf) services in a network environment
CN110417876A (en) Node server and main control device in session method, distributed system
CN112565372B (en) Communication method and system for virtual machine and client during network isolation
CN108882262A (en) Equipment state synchronous method, system, intelligent terminal and readable storage medium storing program for executing

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