US20090125496A1 - Network device and method for monitoring of backend transactions in data centers - Google Patents

Network device and method for monitoring of backend transactions in data centers Download PDF

Info

Publication number
US20090125496A1
US20090125496A1 US12/105,092 US10509208A US2009125496A1 US 20090125496 A1 US20090125496 A1 US 20090125496A1 US 10509208 A US10509208 A US 10509208A US 2009125496 A1 US2009125496 A1 US 2009125496A1
Authority
US
United States
Prior art keywords
backend
transactions
query
sql
skeleton
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.)
Abandoned
Application number
US12/105,092
Inventor
Asaf Wexler
Mayan Weiss
Or Kroyzer
Ronen Heled
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.)
VMware LLC
Original Assignee
B Hive Networks Inc
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 B Hive Networks Inc filed Critical B Hive Networks Inc
Priority to US12/105,092 priority Critical patent/US20090125496A1/en
Assigned to B-HIVE NETWORKS, INC. reassignment B-HIVE NETWORKS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HELED, RONEN, KROYZER, OR, WEISS, MAYAN, WEXLER, ASAF
Priority to PCT/US2008/081953 priority patent/WO2009064623A1/en
Publication of US20090125496A1 publication Critical patent/US20090125496A1/en
Assigned to VMWARE, INC. reassignment VMWARE, INC. MERGER (SEE DOCUMENT FOR DETAILS). Assignors: B-HIVE NETWORKS, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations

Definitions

  • the present invention relates generally to controlling and managing the performance of web applications in data centers, and more specifically to monitoring of transactions executed.
  • Web applications provide great opportunities for an organization.
  • the web applications use the Internet technologies and infrastructures. These applications are generally event-driven software programs which react to hypertext transfer protocol (HTTP) requests from the client.
  • HTTP hypertext transfer protocol
  • the applications are generally executed on application servers coupled to back-end systems.
  • FIG. 1 shows an exemplary data center 100 that is utilized for executing web applications.
  • Clients 110 submit requests (e.g., HTTP requests) to web servers 120 through a network 170 .
  • a load balancer 160 distributes the requests between the servers 120 to balance the load.
  • a web server 120 dynamically generates presentation, for example, using servlets, or extensible markup language (XML), extensible style-sheet language (XSL), and the likes.
  • Application servers 130 are often responsible for deploying and running the business logic layer and for interacting with, and integrating various enterprise-wide resources, such as web servers 120 and back-end systems 150 .
  • the back-end systems 150 may include, for example, a database server and a legacy system. Typically, the back-end systems 150 operate and respond to requests sent from the clients 110 and forwarded by the application servers 130 .
  • the web application executed by the data center 100 is a finance application (such as one used to access a bank account) through which a user of a client 110 requests to view the account's balance.
  • the client 110 generates a HTTP request that triggers a SQL query with input values of at least the account number of the user.
  • a URL field in the HTTP request includes the account number and the requested action.
  • the SQL query generated based on that input in the URL's field may be:
  • An application server 130 processes the incoming HTTP request and forwards the SQL query to one of the back-end systems 150 (e.g., a database server) that maintains the account's balance of the user. That is, the back-end system executes the SQL query generated in response to the HTTP request from, and thereafter replies with the balance value which presented to the user using a web server 120 .
  • the back-end systems 150 e.g., a database server
  • the back-end system executes the SQL query generated in response to the HTTP request from, and thereafter replies with the balance value which presented to the user using a web server 120 .
  • fault management pertains to whether a component (a device or application) is operating or not.
  • Performance management pertains to a measure of how well a component is working and to historical and future trends.
  • a latency measure encompasses the entire duration between sending of a HTTP request and the receipt of the full reply. This information is not always sufficient to help a system administrator to determine the source of problems. That is, a problem can be at the network 170 , the web servers 120 , the application servers 130 , or the back-end systems 150 .
  • existing tools typically monitor the performance of back-end systems as stand-alone systems and not as part of the data center. As a results, such tools cannot correlate between HTTP requests to transactions (e.g., SQL queries) executed by back-end systems, and thus to help a system administrator in identifying the root cause of performance problems.
  • FIG. 1 is a non-limiting data center utilized for executing web applications
  • FIG. 2 is a diagram of a network system used to describe the various embodiments in accordance with the present invention
  • FIG. 3 is a non-limiting block diagram of the network device disclosed in accordance with an embodiment of the present invention.
  • FIG. 4 is a diagram of a transaction tree
  • FIG. 5 is a flowchart describing the operation of a network device disclosed in accordance with an exemplary embodiment of the present invention.
  • the present invention allows learning and monitoring of at least standard query language (SQL) transactions sent from an application server hosting a web application to a database server and executed thereon.
  • SQL standard query language
  • Monitoring of SQL transactions allows the measuring of performance parameters with regards to databases, databases' tables, operations, and queries that are all part of the transactions.
  • the invention allows measuring the performance parameters with respect to HTTP requests of respective SQL transactions.
  • FIG. 2 shows a non-limiting and exemplary diagram of a data center 200 used to describe the principals of the present invention.
  • the system 200 includes clients 210 - 1 through 210 -N, web servers 220 - 1 through 220 -M, application servers 230 - 1 through 230 -Q connected to back-end systems 250 , a load balancer 260 , and a network 270 .
  • the system 200 further includes a network device 280 connected between the application servers 230 and the back-end system 250 .
  • the connection maybe through a SPAN port of a switch (not shown) or a TAP device (not shown) that sniffs traffic sent from the application servers 230 .
  • the web servers 220 process requests sent from the clients 210 and respond with the processing result.
  • the application servers 230 execute the business logic of the web applications and communicate with the back-end systems 250 , which implement the data layer of the applications.
  • the load balancer 260 mainly distributes incoming requests to servers 220 and 230 that run the web applications to which the requests are targeted.
  • the back-end systems 250 may include database servers, legacy systems, and the likes.
  • a database server may be, but is not limited to, Oracle® Database Server, Microsoft® SQL server, DB2, Sybase, and so on.
  • a database server may include any type of non-volatile storage and is directly coupled to this server.
  • a web server and a web application may act as a single entity, e.g., a server 230 -Q.
  • the network device 280 analyzes traffic directed to the back-end systems 250 . As depicted in FIG. 2 , the network device 280 is configured to operate in the line of traffic, i.e., traffic passing directly through system 280 to the back-ends systems 250 . The network device 280 may also operate as a passive sniffing device coupled between application servers 230 and the back-ends systems 250 .
  • the network device 280 identifies, learns and monitors transactions, such as SQL transactions executed by at least a database server of a back-end system 250 .
  • a SQL transaction typically includes a SQL query represented by the use of a proprietary protocol of a database server.
  • the identification task includes recognition of SQL queries in traffic flows from the application servers 230 to the database server 250 .
  • the learning task includes generating a transaction tree and classification of incoming queries to mutually exclusive groups, where each group contains a set of SQL queries that represent a logical action.
  • the monitoring task measures performance parameters, such as latency, throughput, response time, and number of errors.
  • FIG. 3 shows an exemplary and non-limiting block diagram of the network device 280 implemented in accordance with an embodiment of the present invention.
  • the network device 280 comprises a traffic processor 310 , a transaction learner 320 , and a transaction monitor 330 , connected to a common bus 340 .
  • the network device 280 further includes databases 360 and 370 coupled to the transaction learner 320 and a database 380 that is further coupled to the transaction monitor 330 .
  • the network device 280 includes a single database commonly coupled to the transaction learner 320 and monitor 330 .
  • the transaction learner 320 further comprises classifier and collector modules (not shown).
  • the traffic processor 310 captures HTTP requests submitted by clients 210 and directed to the back-end systems 250 .
  • the traffic processor 310 tries to identify at least a SQL query in the HTTP request.
  • a query may be in the following format:
  • the traffic processor 310 sniffs designated ports of the back-end systems 250 and buffers data packets sent through those ports.
  • the buffered data typically includes the SQL query wrapped in the database server's protocol, and thus the data is parsed in order to extract the query.
  • identified SQL queries are parsed by the traffic processor 310 to generate a “SQL skeleton”.
  • a SQL skeleton is a logical division of the query that allows the efficient clustering of queries.
  • two types of SQL skeletons are defined, one that includes only columns and tables appear in the query and the other that includes the query's columns, tables and the condition-parameter names (without the parameters' values).
  • the two skeletons are:
  • SQL skeletons can be derived from database commands.
  • such commands are embedded in the database server protocol and are not part of the queries.
  • “use db” is a database command that cannot be translated to an SQL query, but is marked in a specific command in the database protocol.
  • the SQL skeletons derived for database commands are used to cluster traffic which does not include SQL queries to mutually exclusive clusters.
  • SQL skeletons allows the clustering of SQL queries into mutually exclusive groups, where each group contains a set of queries that represent one logical action. For example, the following queries are clustered into a single group defined by the SQL skeleton select a, b, c from t:
  • the transaction learner 320 receives SQL skeletons generated by the traffic processor 310 and tries, using its classifier, to match each skeleton to already identified SQL transactions. Specifically, the classifier checks if an entry with the skeleton exists in a classification table. If so, a transaction identification (ID) number is retrieved. This means that the corresponding SQL transaction is already identified and should not be learnt. Otherwise, if the skeleton does not include in the table, then the skeleton, together with its respective request, are saved in the database 360 in a table that includes unclassified skeletons.
  • the table may be a hash table or any other type of data structure that enables an association between SQL skeletons and transactions IDs.
  • the unclassified skeletons tables further includes an appearance counter (not shown) that counts the number of appearances of each unclassified skeleton.
  • the transaction learner 320 processes data stored in this table and attempts to discover new SQL transactions and generate a transactions tree. Specifically, a skeleton having its appearance counter above a predefined threshold is considered as a classified skeleton.
  • the transaction learner 320 may be invoked every predefined period of time or whenever the number of collected queries is above a predefined threshold. Alternatively, the transaction learner 320 may be always active.
  • the transaction learner 320 identifies the structure and content of SQL transactions and registers the learnt information in a classify skeleton table (CST).
  • CST includes a list of identified database servers, for each database a list of its tables, and for each table a list operations and SQL skeletons that construct the queries.
  • the CST also includes a transaction ID associates with a classified skeleton.
  • the transaction learner 320 further generates for display purposes a transaction tree.
  • the transaction tree and the CST are also saved in database 370 . An example for a transaction tree generated from following transaction code is shown in FIG. 4 .
  • a database ‘db’ includes the tables ‘b’ and ‘e’ and a database ‘db1’ include table ‘a’.
  • the web application uses both databases ‘db’ and ‘db1’.
  • the operations of these queries are ‘select’ and ‘update’.
  • the CST maintains at least the information presented in a transaction tree.
  • the transaction monitor 330 executes all activities related to the generation of statistics respective of the operation of the back-end systems 250 and their respective transactions.
  • the statistics are measured for performance parameters including, but not limited to, measuring throughput, response time, number of errors, latency, and so on.
  • the statistics are measured for SQL skeletons and kept in database 380 on a per skeleton basis, on a per database basis, on a per table basis, and on a per database, table, and skeleton combination basis.
  • a plurality of reports are produced based on the gathered statistics. These reports can be presented by means of a graphical user interface (GUI), sent to a system administrator by email, and/or or printed on any tangible form.
  • GUI graphical user interface
  • the statistics computed for the performance parameters are checked if they are within the allowed range, and if not correction actions are taken.
  • the monitoring of SQL skeleton provides the users with the root cause of low performance problems. For example, if a high latency is measured for all skeletons included in the transaction tree 400 , the problem is probably in the access to tables ‘d’, ‘e’ and ‘a’ in databases ‘db’ and ‘db1’. If the high latency is measured only to “select” skeletons then the root cause is the execution of the select method. If high latency is measured only on specific skeletons, the problem is the execution of SQL queries related to those skeletons or skeleton. In accordance with an embodiment of the invention, the entity that causes the degradation in performance is highlighted in the transaction tree 400 .
  • statistics of the performance parameters are also measured with respect to HTTP requests of the respective transactions.
  • the HTTP requests need to be correlated to transactions.
  • the correlation is performed by collecting SQL transactions received during a time frame.
  • the time frame may be the time between a reception of the HTTP request and its response. Then, it is checked if the query's parameters also exist in the HTTP request. All SQL transactions that have matched parameters are correlated with the HTTP request.
  • the monitor 320 can measure the latency in various places along the path, i.e., application latency, network latency, and back-end latency.
  • the application latency is the time that takes to wait for a web application to respond.
  • the network latency is the time that it takes for packets to go through the network.
  • the back-end latency is the time required for a back-end system to execute a SQL transaction and respond to application server 230 . This is opposed to prior art approaches that measure only the time between sending a request to receiving a full response from a server. Therefore, the monitoring tasks, executed by the network device 280 , produce information that allows a system administrator to easily detect the root-cause of at least latency related problems.
  • FIG. 5 shows a non-limiting and exemplary flowchart 500 describing the operation of network device 280 , in accordance with one embodiment of the present invention.
  • a request that may include a SQL query is sent from an application server 230 and is received at the network device 280 .
  • the request is parsed to extract the query.
  • the query is parsed to generate a SQL skeleton that represents that query.
  • the type of SQL skeleton to be used is predefined.
  • the generated SQL skeleton is classified to determine whether the query belongs to a known or unknown transaction.
  • S 560 statistics respective of the transactions are gathered. That is, at least for classified skeleton the performance parameters, throughput, response time, hits per second, latency and number of returned errors, are measured. The measured statistics are saved to database 380 . It should be noted that the measured performance parameters can be compared to predefined thresholds, and they are not within the allowed range, where one or more corrective actions can be performed in order to ensure service level according to a service level agreement (SLA).
  • SLA service level agreement
  • the method and network device 280 described herein can be utilized to monitor performance of databases by analyzing transactions which are not generated by web applications.
  • some or all of the method components are implemented as a computer executable code.
  • a computer executable code contains a plurality of computer instructions that when performed in a predefined order result with the execution of the tasks disclosed herein.
  • the computer executable code may be uploaded to, and executed by, a machine comprising any suitable architecture.
  • Such computer executable code may be available as source code or in object code, and may be further comprised as part of, for example, a portable memory device or downloaded from the Internet, or embodied on a program storage unit or computer readable medium.
  • the machine is implemented on a computer platform having hardware such as one or more central processing units (“CPU”), a random access memory (“RAM”), and input/output interfaces.
  • CPU central processing units
  • RAM random access memory
  • the computer platform may also include an operating system and microinstruction code.
  • the various processes and functions described herein may be either part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU or distributed across multiple CPUs or computer platforms, whether or not such computer or processor is explicitly shown.
  • various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit.

Abstract

A network device and method for learning and monitoring transactions executed by back-end systems in data servers. Specifically, it allows learning and monitoring at least standard query language (SQL) transactions sent from an application server hosting a web application to a database server and executed thereon. Monitoring of SQL transactions allows measuring performance parameters with regards to databases, databases' tables, operations and queries that are part of the transactions. Furthermore, the measurement of performance parameters with respect to HTTP requests of the respective SQL transactions is provided.

Description

    CROSS REFERENCE TO RELATED APPLICATION
  • This application claims benefits from a U.S. provisional application 60/987,743 filed on Nov. 13, 2007 which is hereby incorporated for all that it contains.
  • TECHNICAL FIELD
  • The present invention relates generally to controlling and managing the performance of web applications in data centers, and more specifically to monitoring of transactions executed.
  • BACKGROUND OF THE INVENTION
  • Enterprises and organizations expose their business information and functionality on the web through software applications, usually referred to as “web applications.” Web applications provide great opportunities for an organization. The web applications use the Internet technologies and infrastructures. These applications are generally event-driven software programs which react to hypertext transfer protocol (HTTP) requests from the client. The applications are generally executed on application servers coupled to back-end systems.
  • FIG. 1 shows an exemplary data center 100 that is utilized for executing web applications. Clients 110 submit requests (e.g., HTTP requests) to web servers 120 through a network 170. A load balancer 160 distributes the requests between the servers 120 to balance the load. A web server 120 dynamically generates presentation, for example, using servlets, or extensible markup language (XML), extensible style-sheet language (XSL), and the likes. Application servers 130 are often responsible for deploying and running the business logic layer and for interacting with, and integrating various enterprise-wide resources, such as web servers 120 and back-end systems 150. The back-end systems 150 may include, for example, a database server and a legacy system. Typically, the back-end systems 150 operate and respond to requests sent from the clients 110 and forwarded by the application servers 130.
  • As an example, the web application executed by the data center 100 is a finance application (such as one used to access a bank account) through which a user of a client 110 requests to view the account's balance. Typically, the client 110 generates a HTTP request that triggers a SQL query with input values of at least the account number of the user. In that case, a URL field in the HTTP request includes the account number and the requested action. The SQL query generated based on that input in the URL's field may be:
  • select balance from Accounts where Account_Number=<input account number>
  • An application server 130 processes the incoming HTTP request and forwards the SQL query to one of the back-end systems 150 (e.g., a database server) that maintains the account's balance of the user. That is, the back-end system executes the SQL query generated in response to the HTTP request from, and thereafter replies with the balance value which presented to the user using a web server 120.
  • In the related art there are many tools to monitor the operation and performance of data centers in order to prevent situations of an unpredictable level of service and uncontrolled user experience. Typically, such monitoring tools provide the function of fault management or performance management. Fault management pertains to whether a component (a device or application) is operating or not. Performance management pertains to a measure of how well a component is working and to historical and future trends.
  • Existing monitoring tools typically measure performance parameters, such as latency, number of errors, and throughput, that may be influenced by different systems in the path. For example, a latency measure encompasses the entire duration between sending of a HTTP request and the receipt of the full reply. This information is not always sufficient to help a system administrator to determine the source of problems. That is, a problem can be at the network 170, the web servers 120, the application servers 130, or the back-end systems 150. Furthermore, existing tools typically monitor the performance of back-end systems as stand-alone systems and not as part of the data center. As a results, such tools cannot correlate between HTTP requests to transactions (e.g., SQL queries) executed by back-end systems, and thus to help a system administrator in identifying the root cause of performance problems.
  • Therefore, it would be advantageous to provide a solution for monitoring transactions executed in back-end systems of a data center.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1—is a non-limiting data center utilized for executing web applications;
  • FIG. 2—is a diagram of a network system used to describe the various embodiments in accordance with the present invention;
  • FIG. 3—is a non-limiting block diagram of the network device disclosed in accordance with an embodiment of the present invention;
  • FIG. 4—is a diagram of a transaction tree;
  • FIG. 5—is a flowchart describing the operation of a network device disclosed in accordance with an exemplary embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The overcome the shortcomings of prior art monitoring tools, a network device and method for learning and monitoring transactions executed by back-end systems in data servers are provided. Specifically, the present invention allows learning and monitoring of at least standard query language (SQL) transactions sent from an application server hosting a web application to a database server and executed thereon. Monitoring of SQL transactions allows the measuring of performance parameters with regards to databases, databases' tables, operations, and queries that are all part of the transactions. Furthermore, the invention allows measuring the performance parameters with respect to HTTP requests of respective SQL transactions.
  • FIG. 2 shows a non-limiting and exemplary diagram of a data center 200 used to describe the principals of the present invention. The system 200 includes clients 210-1 through 210-N, web servers 220-1 through 220-M, application servers 230-1 through 230-Q connected to back-end systems 250, a load balancer 260, and a network 270. The system 200 further includes a network device 280 connected between the application servers 230 and the back-end system 250. The connection maybe through a SPAN port of a switch (not shown) or a TAP device (not shown) that sniffs traffic sent from the application servers 230.
  • The web servers 220 process requests sent from the clients 210 and respond with the processing result. The application servers 230 execute the business logic of the web applications and communicate with the back-end systems 250, which implement the data layer of the applications. The load balancer 260 mainly distributes incoming requests to servers 220 and 230 that run the web applications to which the requests are targeted.
  • The back-end systems 250 may include database servers, legacy systems, and the likes. A database server may be, but is not limited to, Oracle® Database Server, Microsoft® SQL server, DB2, Sybase, and so on. A database server may include any type of non-volatile storage and is directly coupled to this server. In some configurations, a web server and a web application may act as a single entity, e.g., a server 230-Q.
  • The network device 280 analyzes traffic directed to the back-end systems 250. As depicted in FIG. 2, the network device 280 is configured to operate in the line of traffic, i.e., traffic passing directly through system 280 to the back-ends systems 250. The network device 280 may also operate as a passive sniffing device coupled between application servers 230 and the back-ends systems 250.
  • In accordance with an embodiment of the present invention the network device 280 identifies, learns and monitors transactions, such as SQL transactions executed by at least a database server of a back-end system 250. A SQL transaction typically includes a SQL query represented by the use of a proprietary protocol of a database server. The identification task includes recognition of SQL queries in traffic flows from the application servers 230 to the database server 250. The learning task includes generating a transaction tree and classification of incoming queries to mutually exclusive groups, where each group contains a set of SQL queries that represent a logical action. The monitoring task measures performance parameters, such as latency, throughput, response time, and number of errors. These tasks are described in greater detail below.
  • FIG. 3 shows an exemplary and non-limiting block diagram of the network device 280 implemented in accordance with an embodiment of the present invention. The network device 280 comprises a traffic processor 310, a transaction learner 320, and a transaction monitor 330, connected to a common bus 340. The network device 280 further includes databases 360 and 370 coupled to the transaction learner 320 and a database 380 that is further coupled to the transaction monitor 330. In other embodiments, the network device 280 includes a single database commonly coupled to the transaction learner 320 and monitor 330. The transaction learner 320 further comprises classifier and collector modules (not shown).
  • The traffic processor 310 captures HTTP requests submitted by clients 210 and directed to the back-end systems 250. When a session is established with a back-end system 250 the traffic processor 310 tries to identify at least a SQL query in the HTTP request. A query may be in the following format:
      • SELECT a, c FROM t WHERE w=z
        the ‘a’ and ‘c’ values represent columns to be retrieved from a table ‘t’ and which satisfy the condition ‘w=z’.
  • In order to determine if the traffic includes a query, the traffic processor 310 sniffs designated ports of the back-end systems 250 and buffers data packets sent through those ports. The buffered data typically includes the SQL query wrapped in the database server's protocol, and thus the data is parsed in order to extract the query. Thereafter, identified SQL queries are parsed by the traffic processor 310 to generate a “SQL skeleton”. A SQL skeleton is a logical division of the query that allows the efficient clustering of queries. As a non-limiting example, two types of SQL skeletons are defined, one that includes only columns and tables appear in the query and the other that includes the query's columns, tables and the condition-parameter names (without the parameters' values). As an example, for the query shown above the two skeletons are:
      • SELECT a, b FROM t
      • SELECT a, b FROM t WHERE w
  • It should be apparent to a person skilled in the art that the types of SQL skeletons described herein are merely examples, and other types may be defined.
  • In accordance with another embodiment of the present invention SQL skeletons can be derived from database commands. Typically, such commands are embedded in the database server protocol and are not part of the queries. As an example, “use db” is a database command that cannot be translated to an SQL query, but is marked in a specific command in the database protocol. The SQL skeletons derived for database commands are used to cluster traffic which does not include SQL queries to mutually exclusive clusters.
  • The use of SQL skeletons allows the clustering of SQL queries into mutually exclusive groups, where each group contains a set of queries that represent one logical action. For example, the following queries are clustered into a single group defined by the SQL skeleton select a, b, c from t:
      • select a, b, c from t
      • select a, b, c from t where x=y
      • select a, b, c from t where w=z
  • The transaction learner 320 receives SQL skeletons generated by the traffic processor 310 and tries, using its classifier, to match each skeleton to already identified SQL transactions. Specifically, the classifier checks if an entry with the skeleton exists in a classification table. If so, a transaction identification (ID) number is retrieved. This means that the corresponding SQL transaction is already identified and should not be learnt. Otherwise, if the skeleton does not include in the table, then the skeleton, together with its respective request, are saved in the database 360 in a table that includes unclassified skeletons. In accordance with the present invention, the table may be a hash table or any other type of data structure that enables an association between SQL skeletons and transactions IDs.
  • The unclassified skeletons tables further includes an appearance counter (not shown) that counts the number of appearances of each unclassified skeleton. The transaction learner 320 processes data stored in this table and attempts to discover new SQL transactions and generate a transactions tree. Specifically, a skeleton having its appearance counter above a predefined threshold is considered as a classified skeleton. The transaction learner 320 may be invoked every predefined period of time or whenever the number of collected queries is above a predefined threshold. Alternatively, the transaction learner 320 may be always active.
  • The transaction learner 320 identifies the structure and content of SQL transactions and registers the learnt information in a classify skeleton table (CST). The CST includes a list of identified database servers, for each database a list of its tables, and for each table a list operations and SQL skeletons that construct the queries. The CST also includes a transaction ID associates with a classified skeleton. The transaction learner 320 further generates for display purposes a transaction tree. The transaction tree and the CST are also saved in database 370. An example for a transaction tree generated from following transaction code is shown in FIG. 4.
      • use db
      • select a from b where c=‘d’
      • select w from e
      • update e set done=1
      • use db1
      • select a from b
  • A database ‘db’ includes the tables ‘b’ and ‘e’ and a database ‘db1’ include table ‘a’. The web application uses both databases ‘db’ and ‘db1’. The operations of these queries are ‘select’ and ‘update’. The SQL skeletons are ‘select a from b where c=’; ‘select w from e’; ‘update e set done=’; and ‘select a from b’. The CST maintains at least the information presented in a transaction tree.
  • The transaction monitor 330 executes all activities related to the generation of statistics respective of the operation of the back-end systems 250 and their respective transactions. The statistics are measured for performance parameters including, but not limited to, measuring throughput, response time, number of errors, latency, and so on. The statistics are measured for SQL skeletons and kept in database 380 on a per skeleton basis, on a per database basis, on a per table basis, and on a per database, table, and skeleton combination basis. In accordance with an embodiment of the disclosed invention, a plurality of reports are produced based on the gathered statistics. These reports can be presented by means of a graphical user interface (GUI), sent to a system administrator by email, and/or or printed on any tangible form. The statistics computed for the performance parameters are checked if they are within the allowed range, and if not correction actions are taken.
  • It should be apparent by a person skilled in the art that the monitoring of SQL skeleton provides the users with the root cause of low performance problems. For example, if a high latency is measured for all skeletons included in the transaction tree 400, the problem is probably in the access to tables ‘d’, ‘e’ and ‘a’ in databases ‘db’ and ‘db1’. If the high latency is measured only to “select” skeletons then the root cause is the execution of the select method. If high latency is measured only on specific skeletons, the problem is the execution of SQL queries related to those skeletons or skeleton. In accordance with an embodiment of the invention, the entity that causes the degradation in performance is highlighted in the transaction tree 400.
  • In accordance with an embodiment of the present invention statistics of the performance parameters are also measured with respect to HTTP requests of the respective transactions. With this aim, the HTTP requests need to be correlated to transactions. The correlation is performed by collecting SQL transactions received during a time frame. The time frame may be the time between a reception of the HTTP request and its response. Then, it is checked if the query's parameters also exist in the HTTP request. All SQL transactions that have matched parameters are correlated with the HTTP request.
  • By correlating between a HTTP request to SQL transactions detailed measures of performance parameters can be computed. For example, the monitor 320 can measure the latency in various places along the path, i.e., application latency, network latency, and back-end latency. The application latency is the time that takes to wait for a web application to respond. The network latency is the time that it takes for packets to go through the network. The back-end latency is the time required for a back-end system to execute a SQL transaction and respond to application server 230. This is opposed to prior art approaches that measure only the time between sending a request to receiving a full response from a server. Therefore, the monitoring tasks, executed by the network device 280, produce information that allows a system administrator to easily detect the root-cause of at least latency related problems.
  • FIG. 5 shows a non-limiting and exemplary flowchart 500 describing the operation of network device 280, in accordance with one embodiment of the present invention. At S510, a request that may include a SQL query is sent from an application server 230 and is received at the network device 280. At S520, if the request is identified as potentially including a SQL query, the request is parsed to extract the query. At S525 the query is parsed to generate a SQL skeleton that represents that query. The type of SQL skeleton to be used is predefined. At S530, the generated SQL skeleton is classified to determine whether the query belongs to a known or unknown transaction. This is performed by matching the skeleton against a table that includes pairs of skeletons and transaction IDs. If S530 results with a valid transaction ID the incoming request belongs to a known (learnt) transaction. At S540, it is determined if a transaction ID was detected, and if so execution continues with S560; otherwise, executions proceeds to S545 where the skeleton and its respective request are saved in database 360. Subsequently, the request is relayed to a back-end system 250 by either the application server or the network device. At S550, the transaction learner 320 discovers the databases, tables, operations and queries (represented by skeletons) that are part of transactions executed over backend system 250. The learnt information is kept, at S555, in a CST format in database 370.
  • At S560, statistics respective of the transactions are gathered. That is, at least for classified skeleton the performance parameters, throughput, response time, hits per second, latency and number of returned errors, are measured. The measured statistics are saved to database 380. It should be noted that the measured performance parameters can be compared to predefined thresholds, and they are not within the allowed range, where one or more corrective actions can be performed in order to ensure service level according to a service level agreement (SLA).
  • In another embodiment of the present invention the method and network device 280 described herein can be utilized to monitor performance of databases by analyzing transactions which are not generated by web applications.
  • In an embodiment of the present invention, some or all of the method components are implemented as a computer executable code. Such a computer executable code contains a plurality of computer instructions that when performed in a predefined order result with the execution of the tasks disclosed herein. The computer executable code may be uploaded to, and executed by, a machine comprising any suitable architecture. Such computer executable code may be available as source code or in object code, and may be further comprised as part of, for example, a portable memory device or downloaded from the Internet, or embodied on a program storage unit or computer readable medium. Preferably, the machine is implemented on a computer platform having hardware such as one or more central processing units (“CPU”), a random access memory (“RAM”), and input/output interfaces. The computer platform may also include an operating system and microinstruction code. The various processes and functions described herein may be either part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU or distributed across multiple CPUs or computer platforms, whether or not such computer or processor is explicitly shown. In addition, various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit.
  • The principles of the present invention may be implemented as a combination of hardware and software and because some of the constituent system components and methods depicted in the accompanying drawings may be implemented in software, the actual connections between the system components or the process function blocks may differ depending upon the manner in which the present invention is programmed.
  • The foregoing detailed description has set forth a few of the many forms that the present invention can take. It is intended that the foregoing detailed description be understood as an illustration of selected forms that the invention can take and not as a limitation to the definition of the invention. It is only the claims, including all equivalents that are intended to define the scope of this invention.

Claims (21)

1. A method for monitoring of back-end transactions in data centers, comprising:
identifying a backend query in a request sent to a backend system of a data center;
parsing the backend query to generate a backend skeleton;
classifying the backend skeleton to a known backend transaction; and
measuring performance parameters for a classified backend skeleton.
2. The method of claim 1, wherein the request is generated by at least one of: an application server and a web server.
3. The method of claim 2, wherein the backend transaction is at least a standard query language (SQL), and wherein the backend query is at least a SQL query.
4. The method of claim 3, wherein the back-end system is at least a database server, and wherein the database server is at least one of: an Oracle Database Server, a Microsoft SQL server, a DB2, and a Sybase.
5. The method of claim 1, wherein the backend skeleton is a logical division of the backend query and is utilized for clustering purposes.
6. The method of claim 5, wherein the backend skeleton is predefined.
7. The method of claim 3, wherein the performance parameters include at least one of: throughput, response time, hits per second, latency and number of returned errors.
8. The method of claim 7, wherein measures of the performance parameters are compared to predefined thresholds to determine if the backend transaction meets a service level according to a service level agreement (SLA).
9. The method of claim 1, further comprising:
processing unclassified SQL skeletons together with their respective requests and queries to discover transactions related data.
10. The method of claim 9, wherein the transactions related data comprises at least databases, tables, operations and queries that are part of transactions executed over the backend system.
11. A computer-readable medium having stored thereon computer executable code when executed by a computer for monitoring of backend transactions in data centers, the computer executable code comprising:
identifying a backend query in a request sent to a back-end system of a data center;
parsing the backend query to generate a backend skeleton;
classifying the backend skeleton to a known backend transaction; and
measuring performance parameters for a classified backend skeleton.
12. The computer-readable medium of claim 11, wherein the request is generated by at least one of: an application server and a web server.
13. The computer-readable medium of claim 11, wherein the backend transaction is at least a standard query language (SQL), and wherein the backend query is at least a SQL query.
14. The computer-readable medium of claim 11, wherein the back-end system is at least a database server, and wherein the database server is at least one of: an Oracle Database Server, a Microsoft SQL server, a DB2, and a Sybase.
15. The computer-readable medium of claim 11, wherein the backend skeleton is a logical division of the backend query and is utilized for clustering of the backend query.
16. The computer-readable medium of claim 15, wherein the backend skeleton is predefined.
17. The computer-readable medium of claim 13, wherein the performance parameters include at least one of: throughput, response time, hits per second, latency and number of returned errors.
18. The computer-readable medium of claim 17, wherein measures of the performance parameters are compared to predefined thresholds to determine if the backend transaction meets a service level according to a service level agreement (SLA).
19. The computer-readable medium of claim 11, further comprising:
processing unclassified backend skeletons together with their respective requests and queries to discover transactions related data.
20. The computer-readable medium of claim 17, wherein the transactions related data comprises at least databases, tables, operations and queries that are part of transactions executed over the backend system.
21. A network device connected in a data center and capable of learning and monitoring transactions executed by backend systems, comprises:
a traffic processor for detecting backend queries in data sent to the backend systems, and wherein the traffic processor is further capable of generating backend skeletons from backend transactions; and
a transaction learner for classifying backend skeletons to identified backend transactions; and
a transaction monitor for measuring performance parameters on backend transactions.
US12/105,092 2007-11-13 2008-04-17 Network device and method for monitoring of backend transactions in data centers Abandoned US20090125496A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/105,092 US20090125496A1 (en) 2007-11-13 2008-04-17 Network device and method for monitoring of backend transactions in data centers
PCT/US2008/081953 WO2009064623A1 (en) 2007-11-13 2008-10-31 A network device and method for monitoring of backend transactions in data centers

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US98774307P 2007-11-13 2007-11-13
US12/105,092 US20090125496A1 (en) 2007-11-13 2008-04-17 Network device and method for monitoring of backend transactions in data centers

Publications (1)

Publication Number Publication Date
US20090125496A1 true US20090125496A1 (en) 2009-05-14

Family

ID=40624712

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/105,102 Active 2030-01-04 US8595369B2 (en) 2007-11-13 2008-04-17 Method and system for correlating front-end and back-end transactions in a data center
US12/105,092 Abandoned US20090125496A1 (en) 2007-11-13 2008-04-17 Network device and method for monitoring of backend transactions in data centers

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/105,102 Active 2030-01-04 US8595369B2 (en) 2007-11-13 2008-04-17 Method and system for correlating front-end and back-end transactions in a data center

Country Status (2)

Country Link
US (2) US8595369B2 (en)
WO (1) WO2009064623A1 (en)

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120166636A1 (en) * 2009-07-24 2012-06-28 Queen Mary And Westfiled College University Of London Method of monitoring the performance of a software application
US20120203890A1 (en) * 2011-02-08 2012-08-09 Reynolds Patrick A Methods and computer program products for monitoring and reporting performance of network applications executing in operating-system-level virtualization containers
US20130173779A1 (en) * 2011-12-30 2013-07-04 F5 Networks, Inc. Methods for identifying network traffic characteristics to correlate and manage one or more subsequent flows and devices thereof
US9077554B1 (en) 2000-03-21 2015-07-07 F5 Networks, Inc. Simplified method for processing multiple connections from the same client
US9141625B1 (en) 2010-06-22 2015-09-22 F5 Networks, Inc. Methods for preserving flow state during virtual machine migration and devices thereof
US9172753B1 (en) 2012-02-20 2015-10-27 F5 Networks, Inc. Methods for optimizing HTTP header based authentication and devices thereof
US9231879B1 (en) 2012-02-20 2016-01-05 F5 Networks, Inc. Methods for policy-based network traffic queue management and devices thereof
US9246819B1 (en) 2011-06-20 2016-01-26 F5 Networks, Inc. System and method for performing message-based load balancing
US9554276B2 (en) 2010-10-29 2017-01-24 F5 Networks, Inc. System and method for on the fly protocol conversion in obtaining policy enforcement information
US20170093668A1 (en) * 2015-09-25 2017-03-30 International Business Machines Corporation Data traffic monitoring tool
US9647954B2 (en) 2000-03-21 2017-05-09 F5 Networks, Inc. Method and system for optimizing a network by independently scaling control segments and data flow
US20170180215A1 (en) * 2015-12-16 2017-06-22 Sap Se Providing a landscape and statistics service to a mobile communications device
US10015286B1 (en) 2010-06-23 2018-07-03 F5 Networks, Inc. System and method for proxying HTTP single sign on across network domains
US10015143B1 (en) 2014-06-05 2018-07-03 F5 Networks, Inc. Methods for securing one or more license entitlement grants and devices thereof
USRE47019E1 (en) 2010-07-14 2018-08-28 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US10097616B2 (en) 2012-04-27 2018-10-09 F5 Networks, Inc. Methods for optimizing service of content requests and devices thereof
US10122630B1 (en) 2014-08-15 2018-11-06 F5 Networks, Inc. Methods for network traffic presteering and devices thereof
US10135831B2 (en) 2011-01-28 2018-11-20 F5 Networks, Inc. System and method for combining an access control system with a traffic management system
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US10187317B1 (en) 2013-11-15 2019-01-22 F5 Networks, Inc. Methods for traffic rate control and devices thereof
US10230566B1 (en) 2012-02-17 2019-03-12 F5 Networks, Inc. Methods for dynamically constructing a service principal name and devices thereof
WO2019071926A1 (en) * 2017-10-10 2019-04-18 武汉斗鱼网络科技有限公司 Method for automatically monitoring database services, storage medium, electronic device and system
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US10498842B2 (en) 2015-07-13 2019-12-03 SessionCam Limited Methods for recording user interactions with a website
US10505792B1 (en) 2016-11-02 2019-12-10 F5 Networks, Inc. Methods for facilitating network traffic analytics and devices thereof
US10505818B1 (en) 2015-05-05 2019-12-10 F5 Networks. Inc. Methods for analyzing and load balancing based on server health and devices thereof
US10637887B2 (en) * 2017-12-29 2020-04-28 Cyphort Inc. System for query injection detection using abstract syntax trees
US10637921B2 (en) 2015-09-25 2020-04-28 International Business Machines Corporation Self-expanding software defined computing cluster
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US10791088B1 (en) 2016-06-17 2020-09-29 F5 Networks, Inc. Methods for disaggregating subscribers via DHCP address translation and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US10812266B1 (en) 2017-03-17 2020-10-20 F5 Networks, Inc. Methods for managing security tokens based on security violations and devices thereof
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US10972453B1 (en) 2017-05-03 2021-04-06 F5 Networks, Inc. Methods for token refreshment based on single sign-on (SSO) for federated identity environments and devices thereof
US11063758B1 (en) 2016-11-01 2021-07-13 F5 Networks, Inc. Methods for facilitating cipher selection and devices thereof
US11122042B1 (en) 2017-05-12 2021-09-14 F5 Networks, Inc. Methods for dynamically managing user access control and devices thereof
US11122083B1 (en) 2017-09-08 2021-09-14 F5 Networks, Inc. Methods for managing network connections based on DNS data and network policies and devices thereof
US11343237B1 (en) 2017-05-12 2022-05-24 F5, Inc. Methods for managing a federated identity environment using security and access control data and devices thereof
US11350254B1 (en) 2015-05-05 2022-05-31 F5, Inc. Methods for enforcing compliance policies and devices thereof
US11550688B2 (en) 2015-10-29 2023-01-10 Micro Focus Llc User interaction logic classification
US11757946B1 (en) 2015-12-22 2023-09-12 F5, Inc. Methods for analyzing network traffic and enforcing network policies and devices thereof
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US11836034B2 (en) * 2016-04-22 2023-12-05 Micro Focus Llc Determining probable root cause of performance issues
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9117013B2 (en) 2009-10-08 2015-08-25 International Business Machines Corporation Combining monitoring techniques
US10157117B2 (en) * 2009-10-08 2018-12-18 International Business Machines Corporation Processing transaction timestamps
US8584123B2 (en) * 2009-10-08 2013-11-12 International Business Machines Corporation Linking transactions
US8316126B2 (en) * 2009-10-08 2012-11-20 International Business Machines Corporation Stitching transactions
US8413244B1 (en) * 2010-11-11 2013-04-02 Symantec Corporation Using temporal attributes to detect malware
US9166991B2 (en) * 2012-04-26 2015-10-20 Rtip, Inc. Identifying business transactions from traffic in an enterprise content management system
US9213590B2 (en) 2012-06-27 2015-12-15 Brocade Communications Systems, Inc. Network monitoring and diagnostics
US11178150B1 (en) 2016-01-20 2021-11-16 F5 Networks, Inc. Methods for enforcing access control list based on managed application and devices thereof
US10778525B2 (en) * 2016-04-14 2020-09-15 International Business Machines Corporation Measuring the performance of computing resources

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020165745A1 (en) * 2000-05-22 2002-11-07 Greene William S. Method and system for realizing an aggregator in a management operations center implemented in a global ecosystem of interrelated services
US20040122942A1 (en) * 2002-12-24 2004-06-24 John Green Method, system, and data structure for monitoring transaction performance in a managed computer network environment
US7058704B1 (en) * 1998-12-01 2006-06-06 Network Appliance, Inc.. Method and apparatus for implementing a service-level agreement
US20060271510A1 (en) * 2005-05-25 2006-11-30 Terracotta, Inc. Database Caching and Invalidation using Database Provided Facilities for Query Dependency Analysis
US20080052271A1 (en) * 2006-08-26 2008-02-28 Eric Lam Method To Converge A Plurality Of SQL Statements Into SQL Skeletons For Enhanced Database Performance Analysis And Tuning

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6816903B1 (en) * 1997-05-27 2004-11-09 Novell, Inc. Directory enabled policy management tool for intelligent traffic management
US7099939B2 (en) * 2000-10-03 2006-08-29 Sun Microsystems Inc. HTTP transaction monitor with sequence replay capacity
US7600014B2 (en) * 2000-11-16 2009-10-06 Symantec Corporation Method and system for monitoring the performance of a distributed application
US7246159B2 (en) * 2002-11-01 2007-07-17 Fidelia Technology, Inc Distributed data gathering and storage for use in a fault and performance monitoring system
US20050027858A1 (en) * 2003-07-16 2005-02-03 Premitech A/S System and method for measuring and monitoring performance in a computer network
US20050060372A1 (en) * 2003-08-27 2005-03-17 Debettencourt Jason Techniques for filtering data from a data stream of a web services application
US6996502B2 (en) * 2004-01-20 2006-02-07 International Business Machines Corporation Remote enterprise management of high availability systems
US8656006B2 (en) * 2006-05-11 2014-02-18 Ca, Inc. Integrating traffic monitoring data and application runtime data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7058704B1 (en) * 1998-12-01 2006-06-06 Network Appliance, Inc.. Method and apparatus for implementing a service-level agreement
US20020165745A1 (en) * 2000-05-22 2002-11-07 Greene William S. Method and system for realizing an aggregator in a management operations center implemented in a global ecosystem of interrelated services
US20040122942A1 (en) * 2002-12-24 2004-06-24 John Green Method, system, and data structure for monitoring transaction performance in a managed computer network environment
US20060271510A1 (en) * 2005-05-25 2006-11-30 Terracotta, Inc. Database Caching and Invalidation using Database Provided Facilities for Query Dependency Analysis
US20080052271A1 (en) * 2006-08-26 2008-02-28 Eric Lam Method To Converge A Plurality Of SQL Statements Into SQL Skeletons For Enhanced Database Performance Analysis And Tuning

Cited By (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9077554B1 (en) 2000-03-21 2015-07-07 F5 Networks, Inc. Simplified method for processing multiple connections from the same client
US9647954B2 (en) 2000-03-21 2017-05-09 F5 Networks, Inc. Method and system for optimizing a network by independently scaling control segments and data flow
US20120166636A1 (en) * 2009-07-24 2012-06-28 Queen Mary And Westfiled College University Of London Method of monitoring the performance of a software application
US9477573B2 (en) * 2009-07-24 2016-10-25 Actual Experience Plc Method of monitoring the performance of a software application
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US11108815B1 (en) 2009-11-06 2021-08-31 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US9141625B1 (en) 2010-06-22 2015-09-22 F5 Networks, Inc. Methods for preserving flow state during virtual machine migration and devices thereof
US10015286B1 (en) 2010-06-23 2018-07-03 F5 Networks, Inc. System and method for proxying HTTP single sign on across network domains
USRE47019E1 (en) 2010-07-14 2018-08-28 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US9554276B2 (en) 2010-10-29 2017-01-24 F5 Networks, Inc. System and method for on the fly protocol conversion in obtaining policy enforcement information
US10135831B2 (en) 2011-01-28 2018-11-20 F5 Networks, Inc. System and method for combining an access control system with a traffic management system
US8909761B2 (en) * 2011-02-08 2014-12-09 BlueStripe Software, Inc. Methods and computer program products for monitoring and reporting performance of network applications executing in operating-system-level virtualization containers
US20120203890A1 (en) * 2011-02-08 2012-08-09 Reynolds Patrick A Methods and computer program products for monitoring and reporting performance of network applications executing in operating-system-level virtualization containers
US9246819B1 (en) 2011-06-20 2016-01-26 F5 Networks, Inc. System and method for performing message-based load balancing
US9985976B1 (en) 2011-12-30 2018-05-29 F5 Networks, Inc. Methods for identifying network traffic characteristics to correlate and manage one or more subsequent flows and devices thereof
US20130173779A1 (en) * 2011-12-30 2013-07-04 F5 Networks, Inc. Methods for identifying network traffic characteristics to correlate and manage one or more subsequent flows and devices thereof
US9270766B2 (en) * 2011-12-30 2016-02-23 F5 Networks, Inc. Methods for identifying network traffic characteristics to correlate and manage one or more subsequent flows and devices thereof
US10230566B1 (en) 2012-02-17 2019-03-12 F5 Networks, Inc. Methods for dynamically constructing a service principal name and devices thereof
US9231879B1 (en) 2012-02-20 2016-01-05 F5 Networks, Inc. Methods for policy-based network traffic queue management and devices thereof
US9172753B1 (en) 2012-02-20 2015-10-27 F5 Networks, Inc. Methods for optimizing HTTP header based authentication and devices thereof
US10097616B2 (en) 2012-04-27 2018-10-09 F5 Networks, Inc. Methods for optimizing service of content requests and devices thereof
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US10187317B1 (en) 2013-11-15 2019-01-22 F5 Networks, Inc. Methods for traffic rate control and devices thereof
US10015143B1 (en) 2014-06-05 2018-07-03 F5 Networks, Inc. Methods for securing one or more license entitlement grants and devices thereof
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US10122630B1 (en) 2014-08-15 2018-11-06 F5 Networks, Inc. Methods for network traffic presteering and devices thereof
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US11350254B1 (en) 2015-05-05 2022-05-31 F5, Inc. Methods for enforcing compliance policies and devices thereof
US10505818B1 (en) 2015-05-05 2019-12-10 F5 Networks. Inc. Methods for analyzing and load balancing based on server health and devices thereof
US10498842B2 (en) 2015-07-13 2019-12-03 SessionCam Limited Methods for recording user interactions with a website
US10826785B2 (en) * 2015-09-25 2020-11-03 International Business Machines Corporation Data traffic monitoring tool
US20170093668A1 (en) * 2015-09-25 2017-03-30 International Business Machines Corporation Data traffic monitoring tool
US10637921B2 (en) 2015-09-25 2020-04-28 International Business Machines Corporation Self-expanding software defined computing cluster
US11550688B2 (en) 2015-10-29 2023-01-10 Micro Focus Llc User interaction logic classification
US20170180215A1 (en) * 2015-12-16 2017-06-22 Sap Se Providing a landscape and statistics service to a mobile communications device
US10536327B2 (en) * 2015-12-16 2020-01-14 Sap Se Providing a landscape and statistics service to a mobile communications device
US11757946B1 (en) 2015-12-22 2023-09-12 F5, Inc. Methods for analyzing network traffic and enforcing network policies and devices thereof
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US11836034B2 (en) * 2016-04-22 2023-12-05 Micro Focus Llc Determining probable root cause of performance issues
US10791088B1 (en) 2016-06-17 2020-09-29 F5 Networks, Inc. Methods for disaggregating subscribers via DHCP address translation and devices thereof
US11063758B1 (en) 2016-11-01 2021-07-13 F5 Networks, Inc. Methods for facilitating cipher selection and devices thereof
US10505792B1 (en) 2016-11-02 2019-12-10 F5 Networks, Inc. Methods for facilitating network traffic analytics and devices thereof
US10812266B1 (en) 2017-03-17 2020-10-20 F5 Networks, Inc. Methods for managing security tokens based on security violations and devices thereof
US10972453B1 (en) 2017-05-03 2021-04-06 F5 Networks, Inc. Methods for token refreshment based on single sign-on (SSO) for federated identity environments and devices thereof
US11122042B1 (en) 2017-05-12 2021-09-14 F5 Networks, Inc. Methods for dynamically managing user access control and devices thereof
US11343237B1 (en) 2017-05-12 2022-05-24 F5, Inc. Methods for managing a federated identity environment using security and access control data and devices thereof
US11122083B1 (en) 2017-09-08 2021-09-14 F5 Networks, Inc. Methods for managing network connections based on DNS data and network policies and devices thereof
WO2019071926A1 (en) * 2017-10-10 2019-04-18 武汉斗鱼网络科技有限公司 Method for automatically monitoring database services, storage medium, electronic device and system
US11558418B2 (en) 2017-12-29 2023-01-17 Cyphort Inc. System for query injection detection using abstract syntax trees
US10637887B2 (en) * 2017-12-29 2020-04-28 Cyphort Inc. System for query injection detection using abstract syntax trees

Also Published As

Publication number Publication date
US8595369B2 (en) 2013-11-26
WO2009064623A1 (en) 2009-05-22
US20090125532A1 (en) 2009-05-14

Similar Documents

Publication Publication Date Title
US20090125496A1 (en) Network device and method for monitoring of backend transactions in data centers
US8683041B2 (en) Service level management system
US8892737B2 (en) Network sniffer for performing service level management
CA2503987C (en) System and method for performance management in a multi-tier computing environment
US8453255B2 (en) Method for monitoring stored procedures
US10747592B2 (en) Router management by an event stream processing cluster manager
KR101327317B1 (en) Apparatus and method for sap application traffic analysis and monitoring, and the information protection system thereof
US8730819B2 (en) Flexible network measurement
CN109951576A (en) By the health monitoring for the service that calculating equipment provides
US8631124B2 (en) Network analysis system and method utilizing collected metadata
US20120072575A1 (en) Methods and computer program products for aggregating network application performance metrics by process pool
US9154580B2 (en) Connection management in a computer networking environment
EP3796167A1 (en) Router management by an event stream processing cluster manager
US20220030030A1 (en) Dynamically determining a trust level of an end-to-end link
CN113626198A (en) Database traffic load balancing system and method
US8554908B2 (en) Device, method, and storage medium for detecting multiplexed relation of applications
US20050010574A1 (en) System and method for providing service level management
Bezboruah et al. Performance evaluation of hierarchical SOAP based web service in load balancing cluster-based and non-cluster-based web server
US8312138B2 (en) Methods and computer program products for identifying and monitoring related business application processes
KR102343501B1 (en) Security System for Cloud Service Based on Machine Learning
US8930369B2 (en) Information processing apparatus, message classifying method and non-transitory medium for associating series of transactions
US8635330B2 (en) Method and system for learning web applications
US10810302B2 (en) Database access monitoring with selective session information retrieval
KR102070607B1 (en) Database security device based on user identification via web application server
US11876713B1 (en) Client side backoff filter for rate limiting

Legal Events

Date Code Title Description
AS Assignment

Owner name: B-HIVE NETWORKS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WEXLER, ASAF;WEISS, MAYAN;KROYZER, OR;AND OTHERS;REEL/FRAME:020875/0708;SIGNING DATES FROM 20080417 TO 20080421

AS Assignment

Owner name: VMWARE, INC., CALIFORNIA

Free format text: MERGER;ASSIGNOR:B-HIVE NETWORKS, INC.;REEL/FRAME:027093/0931

Effective date: 20080902

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION