WO2008007669A1 - Dispositif et procédé de gestion de système informatique - Google Patents

Dispositif et procédé de gestion de système informatique Download PDF

Info

Publication number
WO2008007669A1
WO2008007669A1 PCT/JP2007/063735 JP2007063735W WO2008007669A1 WO 2008007669 A1 WO2008007669 A1 WO 2008007669A1 JP 2007063735 W JP2007063735 W JP 2007063735W WO 2008007669 A1 WO2008007669 A1 WO 2008007669A1
Authority
WO
WIPO (PCT)
Prior art keywords
request
web
computer system
log
usage
Prior art date
Application number
PCT/JP2007/063735
Other languages
English (en)
French (fr)
Inventor
Atsuhiro Tanaka
Original Assignee
Nec Corporation
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 Nec Corporation filed Critical Nec Corporation
Priority to JP2008524801A priority Critical patent/JP4900881B2/ja
Priority to US12/373,254 priority patent/US8171133B2/en
Priority to EP07790553A priority patent/EP2040171A4/en
Publication of WO2008007669A1 publication Critical patent/WO2008007669A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0283Price estimation or determination
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3495Performance evaluation by tracing or monitoring for systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/875Monitoring of systems including the internet

Definitions

  • the present invention relates to a computer system management device, and more particularly to a technique for extracting information useful for computer system management.
  • Japanese Patent Application Laid-Open No. 2 005-25372 discloses a technique for accurately estimating the CPU consumption time of each process.
  • JP 2005-216078 A simply specifies the process that is the starting point of transaction processing, and all processes involved in transaction processing are specified. It discloses the technology to obtain the profile of CPU consumption, transmission data size and reception data size.
  • Japanese Patent Application Laid-Open No. 2005-64971 discloses a technique for estimating the load distribution of the average load amount and the average resource usage amount at each node !.
  • One of the purposes of managing resource usage and usage rate is to calculate billing data for billing users of computer system usage fees.
  • the charge is generally the amount of resources used, specifically consumption Calculated from CPU time, usage of main memory, number of input and output, and number of print sheets used.
  • Japanese Patent Application Laid-Open Publication No. 6-95924 discloses a technique for a process to grasp the charge CPU time using CPU.
  • Japanese Patent Laid-Open Publication No. 2005-31870 discloses a plurality of process groups when executing a job. Even when a job is generated, the operation system is made aware of the execution of those multiple process groups as a single job, thereby disclosing the technology for charging appropriately.
  • One of the other purposes of managing resource usage and utilization is to measure or predict the load and capacity of current and future computer systems, and use the results to measure the size and use of computer systems. It is to optimize the configuration. For example, if it is anticipated that the load on the computer system will increase in the future, resources may be added to the computer system, thereby avoiding the lack of capacity of the computer system.
  • a computer system may be configured of a plurality of servers in a hierarchical structure (for example, in Japanese Patent Application Laid-Open No. 2001-290641, a three-layer configuration of a web server, an application server, and a database server is adopted Management of resource usage and utilization, it is possible to properly determine which level of server to add.
  • Japanese Patent Application Laid-Open No. 2006-24017 discloses a system that analyzes the transition of the use state of resources of a computer system and mechanically predicts future trends.
  • CPU utilization log and transaction log are obtained from the Web application server, and CPU utilization for each type of transaction is estimated based on CPU utilization and information on the number of transactions processed per transaction.
  • Ru CPU utilization for each type of transaction is calculated by multiple regression analysis. Using the calculated CPU usage rate, the estimated processing volume for each fixed time in the future can be obtained for each type of transaction.
  • the CPU utilization for each type of transaction and the estimated amount of future processing will be used to determine the configuration and settings of the software and hardware necessary to fully satisfy the application needs on the server.
  • a transaction in a web application is generally a session composed of a plurality of web resources (also referred to as HTTP requests), and satisfies the ACID characteristics (atomicity, consistency, isolation, durability). (If rowed, refer to paragraphs [0023] and [0024] of JP-A-2000-207365).
  • ACID characteristics atomicity, consistency, isolation, durability.
  • HTTP hyper text transfer protocol
  • the hyper text transfer protocol (HTTP) used on the WWW is generally considered to be unsuitable for transaction processing. This is because HTTP is based on simple processing of one request / one reply.
  • HTTP is based on simple processing of one request / one reply.
  • Japanese Patent Application Laid-Open No. 2000-207365 discloses a system for performing transaction processing.
  • the server generates transaction identification information when a request that requires a transaction scope (a set of individual independent requests that logically compose one transaction) is sent from the client to the server, Maintain for the duration of multiple independent web requests.
  • the client uses this transaction identification information to send a request to the server to request transaction completion, thereby sending a request for additional action to the server that requires transaction scope.
  • Apache which is a typical software used as a web server, is a typical example (Ben 'porty Lee, Peter Why, “Apache handbook”, Ohm Co., Ltd., Nov. 25, 1997, pp. 41-57). Apache processes multiple requests arriving asynchronously for one process (or a relatively small number of processes capable of handling multiple types of web requests), while the process is persistent. It employs an architecture that executes while scheduling.
  • the object of the present invention is to make it possible to appropriately manage resources by managing resources focusing on the type of Web request in a computer system that handles standard HTTP. To provide technology.
  • the computer system of the present invention is a computer system that processes a web request received from a client.
  • the computer system comprises: request classification log generation means for generating a request classification log in which the number of web requests processed by the computer system in each measurement period is described for each type of web request; System log generation means for generating a system log describing the use state of the computer system resource in a period, and the web request classification log and the system log are used for processing the web request one
  • a resource use status calculation unit that calculates request processing resource usage, which is resource usage, for each type of Web request; According to such a computer system, it is possible to properly manage resources by calculating the request processing resource usage which is the usage of the resource used for the processing of one web request.
  • the present invention is preferably applied to a computer system comprising a plurality of hierarchical servers.
  • the system log generation unit generates the system log for each hierarchy of the plurality of servers
  • the resource usage calculation unit calculates the request processing resource.
  • the source usage is calculated for each hierarchy of the plurality of servers.
  • the computer system power S a web server constituting the web layer, an application server connected to the web server and constituting the application layer, and a data layer connected to the application server.
  • the system log generation unit generates the system log for each of the Web layer, the application layer, and the data layer
  • the resource use state calculation unit generates the system log. It is preferable to calculate, for each of the Web layer, the application layer, and the data layer, the usage of resources used for processing of one Web request.
  • the computer system further includes a load distribution apparatus that receives the Web request from the client and distributes the Web request to the Web server, the load distribution apparatus determines the time at which the Web request was processed and the load distribution apparatus. It is preferable that a request log in which the type of the web request is described for each of the web requests arriving at the computer system is generated, and the request classification log generation unit generates the request classification log from the request log. Ma ,.
  • the computer system further comprises charging data generation means for generating charging data indicating a usage charge charged to the user using the request processing resource usage.
  • the resource usage calculation means calculates the default resource usage, which is the usage of resources used independently of the Web request, using the request classification log and the system log.
  • the billing data generation means may virtually distribute the default resource usage according to a ratio of the type of the web request to the total usage of the resource for each of the types of the web request.
  • the resource usage amount is calculated, and the usage charge is calculated from the request processing resource usage amount and the virtual resource usage amount.
  • the default resource usage is the number of web requests for each measurement period and for each type of web request described in the request classification log, and for each measurement period in the system log. In performing regression analysis with respect to the resource use status of the computer system described Therefore it is calculated that force preferred class.
  • the computer system further determines, from the request log, the user ID of the user who has issued the web request for each of the web requests arrived at the computer system, and the type of the web request. And a user data generation unit that generates user data that describes the number of the web requests issued by the user for each type of the web request, and the charge data generation unit is imposed on one web request. It is preferable to calculate a unit price, which is a charge, from the virtual resource usage, and to calculate the usage charge from the unit price and the user data.
  • the computer system further calculates, from the request processing resource usage, a usage status of the resource for each type of Web request at each predetermined time interval, and calculates the usage status of the resource calculated. It is preferable to provide a system management data generation means for displaying as a graph. In this case, it is preferable that the system management data generation unit has a function of displaying the utilization status of the resource for each type of the Web request in each of the measurement periods as the graph. Preferably, the system management data generation means has a function of displaying the utilization rate of each of the resources in one or more measurement periods as the graph for each type of the Web request.
  • the system management data generation unit displays each utilization rate of each of the resources in a plurality of measurement periods as each of the types of the Web request, when displaying the utilization rate as the type of the respective Web request as the measurement. It has a function that can be realized by finding the average value using the usage rate in the period!
  • the usage state of the CPU of the computer system is described in the system log for each of the predetermined time intervals, and the resource usage state calculation unit is configured to execute the processing of one Web request.
  • the computer system adds the CPU time of each hierarchy of the plurality of servers to calculate the Web time. It is preferable to have a system management data generation unit that calculates request response time for each type of the Web request.
  • the management apparatus is a computer that receives and processes Web requests from clients. It is a management device that manages a computer system.
  • the management apparatus is a request classification log generation means (21) for generating a request classification log described for each type of the Web request, the number of Web requests processed by the computer system in each measurement period.
  • a system log generation unit for generating a system log in which a use state of resources of the computer system in each measurement period is described; and the web request classification log and the system log, using the web request.
  • a resource use status calculation means is provided for calculating, for each type of the Web request, a request processing resource use amount, which is a use amount of a resource used for one process. According to such a management apparatus, resource management can be appropriately performed by calculating the request processing resource usage amount, which is the usage amount of the resource used for processing of one Web request.
  • a management method for managing a computer system that receives and processes a web request from a client comprises: calculating the number of web requests processed by the computer system in each measurement period; Using the request classification log and the system log, generating a request classification log described for each type, generating a system log describing resource usage of the computer system during each measurement period, and And calculating a request processing resource usage amount, which is a usage amount of resources used for the processing of one Web request, for each type of the Web request.
  • a management method it is possible to appropriately manage resources by calculating the request processing resource usage which is the usage of the resource used for the processing of one Web request.
  • a computer program according to the present invention is a computer program for managing a computer system that receives and processes Web requests from clients.
  • the computer program generates a request classification log in which the number of web requests processed by the computer system in each measurement period is described for each type of the web request, and the computer system in each measurement period Using a request processing resource, which is a usage amount of resources used for processing of one Web request, using a step of generating a system log describing the usage state of the resource, and the request classification port and the system log. Calculate the amount for each type of web request
  • the computer to execute the following steps. According to such a computer program, it is possible to properly manage resources by calculating the request processing resource usage, which is the usage of resources used for processing of one Web request.
  • resource usage of web requests can be calculated for each type of web request, and the computer system can be properly managed based on the calculated usage of resources.
  • FIG. 1 is a block diagram showing the configuration of a computer system according to an embodiment of the present invention.
  • FIG. 2 shows the contents of the request log.
  • Fig. 3 is a table showing the contents of the system log.
  • FIG. 4 is a block diagram showing the software configuration of the operation management apparatus.
  • FIG. 5 is a diagram showing the contents of a request classification log.
  • FIG. 6A is a table showing an example of the contents of a unit price table.
  • FIG. 6B is a table showing another example of the content of the unit price table.
  • FIG. 7 is a diagram showing the contents of user data.
  • FIG. 8A is a table showing the contents of a CPU output table.
  • FIG. 8B is a diagram showing the contents of a memory output table.
  • FIG. 9A is an example of a graph showing CPU utilization for each type of Web request.
  • FIG. 9B is an example of a graph which displays the utilization of each resource in a specific measurement period for each type of Web request.
  • FIG. 1 is a block diagram showing the configuration of a computer system 1 according to an embodiment of the present invention.
  • the computer system 1 of the present embodiment receives a Web request from the client 2 and processes the received Web request.
  • the Web request referred to in this specification is a message defined by HTTP, and is usually used to refer to a file stored in the computer system 1 or to start a CGI (common gateway interface). Ru.
  • the web request is executed by the method described therein.
  • Web requests include, for example, GET request including a GET method, PUT request including a PUT method, POST request including a POST method, and DELETE request capability including a DELETE method.
  • management is performed based on the type of web request.
  • the computer system 1 of the present embodiment employs a three-tier system.
  • the computer system 1 includes a data layer including a load distribution device 3, a web server 4 that configures a web layer (presentation layer), an application server (AP server) 5 that configures a functional layer, and the like. And a database server (DB server) 6.
  • the Web server 4 and the AP server 5 are plural, and the DB server 6 is single. The number of servers in each layer can be changed as appropriate.
  • the load balancer 3 receives the web request sent from the client 2 and distributes the web request to the web server 4 using an appropriate load balancing algorithm.
  • Web server 4 receives incoming web requests and uses the functions of AP server 5 to handle web requests. When using the function of the AP server 5, the web server 4 generates an AP request and causes the AP server 5 to perform desired processing.
  • the AP server 5 executes business logic in response to an AP request sent from the Web server 4 and processes the processing result in the format (eg, HTML format and XML format) used on the WWW. Return to 4.
  • the AP server 5 accesses the database server 6 if necessary.
  • the database server 6 includes a database, and searches and updates the database in response to a request sent from the AP server 5.
  • an operation management apparatus 7 is provided in the computer system 1.
  • the operation management device 7 a computer device provided with an operation management communication device 7a, a storage device 7b, an arithmetic device 7c, a display device 7d, and an input device 7e is used.
  • Various software for managing the computer system 1 is installed in the operation management device 7.
  • various logs specifically, a request log 11 sent from the load balancer 3, and a system port sent from each of the Web server 4, the application server 5, and the database server 6 Is used.
  • the system log sent from Web server 4 is 12
  • the system log sent from the AP server 5 is referenced 13 and the system log sent from the DB server 6 is referenced! /.
  • the request log 11 is a record regarding the web request that has arrived at the computer system 1, and typically describes the time when the web request was processed and the type of the web request.
  • FIG. 2 is a diagram showing the contents of the request log 11 in the present embodiment. In FIG. 2, only the part corresponding to one web request in the request log 11 is shown.
  • the request log 11 contains the IP address 11a of the client 2 who issued the Web request, the identity l ib of the client 2 (as defined in RFC 1413), and the user ID l of the client 2 who issued the Web request. lc is described.
  • the identity l ib is described as "" (hyphen). This indicates that the information on the client l's identity l ib was not available.
  • the user ID l lc is given to a user who has succeeded in HTTP authentication, and if the authentication fails, the user ID l lc is described as "" (hyphen).
  • a time l id at which the web request was processed, a type l we of the web request (ie, a method described in the web request), and the web request The URL of the document referenced by (uniform resource locator) 1 If and the HTTP protocol version number l lg are described.
  • the time at which the Web request was processed l id may be defined as the time at which the processing of the Web request has been completed, which may be defined as the time at which the Web request arrived.
  • the type of Web request is GET request
  • the version number of the HTTP protocol used is 1.1.
  • the request log 11 includes a status code l lh indicating that the processing of the Web request was successful or unsuccessful, and the header of the data to be returned to the client 2 as a result of the processing of the Web request. The number of bytes 1 li is written.
  • the request log 11 sent from the load balancing device 3 is sent from each of the Web servers 4 instead of the power S used to manage the computer system 1.
  • the incoming request log may be used.
  • system logs 12, 13 and 14 are records which describe the use status of resources in Web server 4, application server 5 and database server 6 for each measurement period.
  • each measurement period is defined as a defined time interval (eg, 5 minutes).
  • the length of the measurement period may be variable.
  • FIG. 3 is a table showing the contents of the system log 12.
  • the CPU usage rate and the memory usage of the corresponding Web server 4 are described in each system log 12 at intervals of 5 minutes. That is, in the system log 12, the CPU utilization and the memory usage of the corresponding Web server 4 are described for each of the measurement periods each having a length of 5 minutes.
  • the system logs 13, 14 have similar contents.
  • the system log 13 describes the CPU utilization and memory usage of the corresponding AP server 5 at 5-minute intervals
  • the system log 14 describes the CPU utilization and memory usage of the DB server 6 at 5-minute intervals Described in
  • the function of creating a system log with such contents is generally performed on a general operating system such as Windows (registered trademark of Microsoft Corporation) or UNIX (registered trademark of The Open Group). It is equipped. Using operating system functions eliminates the need to provide a special mechanism for generating system logs in the operating system, web server 4, AP server 5, and DB server 6, and reduces the implementation cost. It is valid.
  • Windows registered trademark of Microsoft Corporation
  • UNIX registered trademark of The Open Group
  • the operation management device 7 manages the computer system 1 using the request log 11 and the system logs 12, 13 and 14 described above.
  • the operation management apparatus 7 of the present embodiment has two features. The first feature of the operation management apparatus 7 of this embodiment, the operation management apparatus 7, the amount of resources consumed for processing a Web re Taesuto calculated for each type of We b request, the calculated The use of resources is used to manage the computer system 1.
  • a second feature of the operation management apparatus 7 of the present embodiment is that it is possible to calculate, for each of the Web layer, the functional layer, and the data layer, the usage of resources consumed to process Web requests. The calculation of resource usage for each of the Web layer, the functional layer, and the data layer makes it possible to more appropriately grasp the state of the computer system 1.
  • FIG. 4 is a block diagram showing an example of the software configuration installed in the operation management device 7.
  • the storage device of the operation management device 7 includes a request classification tool 21, a system port integration tool 22, a resource usage analysis tool 23, a billing data generation tool 24, a system management data generation tool 25, and user data.
  • the creation tool 26 is installed. Operation and management of the computer system 1 are performed by these software programs.
  • the request classification tool 21 of the operation management unit 7 analyzes the request log 11 sent from the load distribution unit 3 and calculates the number of web requests processed by the computer system 1 for each measurement period and for the number of web requests. Calculated for each type. The calculation result is stored as the request classification log 31 in the storage device 7b.
  • FIG. 5 is a table showing the contents of the request classification log 31.
  • the request classification log 31 describes the number of processed web requests at intervals of 5 minutes for each type of web request.
  • a web request for example, GET request
  • a web request for example, P OST request
  • type “R2” is 10 times processed! /, Shown by the Request Classification Log 31.
  • the system log integration tool 22 includes the Web server 4, the AP server 5, and the DB server
  • Web layer system log 32 is a record that describes resource usage in the entire Web layer during each measurement period.
  • the system log integration tool 22 generates a web layer system log 32 by integrating the system log 12 received from each of the web servers 4.
  • the system log integration tool 22 calculates the CPU utilization of the entire Web layer by averaging the CPU utilization of each Web server 4, and adds the memory utilization of each Web server 4. By doing this, the memory usage of the entire Web layer is calculated.
  • the calculated CPU utilization and memory usage are described in the Web layer system log 32.
  • functional layer system log 33 and data layer system log 34 are functional layer and data layer, respectively. It is a record which describes the use condition of the resource in the whole for every measurement period.
  • the system log 14 of the DB server 6 may be used as the data layer system log 34 as it is.
  • the resource usage analysis tool 23 is a request classification log 31, a web layer system log 32, a functional layer system log 33, and a data layer system log 34, which are used to process one web request.
  • the usage amount is calculated for each type of web request for each of the web layer, functional layer, and data layer.
  • the resource usage analysis tool 23 calculates the CPU time and the memory usage necessary for processing the web request for each of the web layer, the functional layer, and the data layer.
  • the length of all the measurement periods is a constant value At will be described.
  • the CPU usage rate for the entire Web layer is p W (i)
  • the memory usage for the entire web layer is M w (i)
  • the number of processed type ⁇ Rf web requests is N (i)
  • ⁇ /- ⁇ () ⁇ N Rj (i) -U Rj w + At-p z w , ... (1
  • is the length of each measurement period, and p W does not process Web requests.
  • the request classification log 31 is described, and the CPU utilization p w (i) and the memory usage M w (i) of the entire Web layer are described in the Web layer system log 32.
  • Computer systems generally have Web requests to maintain their operation. It should be noted that some resources are used regardless of nothing. For example, on a web server running Apache, a predetermined number of processes will run forever regardless of the presence or absence of web requests. Therefore, CPU and memory are used just to keep the process executable. In addition, computer systems often run processes to manage the system, which use CPU and memory. In the following, the CPU usage rate in the situation where Web request processing is not performed (non-request processing situation) is called default CPU usage rate, and the memory usage in the situation where Web request processing is not performed is called default memory usage. .
  • X is a transposed matrix of matrix X
  • matrix X is expressed by the following equation:
  • Rl R2 Rn Z usage M w , M W , ⁇ ⁇ ⁇ ⁇ ⁇ M w and default memory usage M w is for the Web tier
  • Rl R2 Rn Z Analysis result data 36 is stored in the storage unit 7b.
  • the same procedure is performed for the functional layer and the data layer.
  • the CPU time and memory usage consumed by the functional layer for processing one Web request, and the default CPU usage rate and default memory usage of the functional layer are the request classification log 31 and the functional layer system log 33 Are calculated by the same procedure as described above.
  • the calculated CPU time, memory usage, default CPU usage and default memory usage are stored in the storage device 7b as the analysis result data 36 of the functional layer.
  • the CPU time and memory usage consumed to process one Web request of type “Rj ⁇ in the functional layer are described as U F and M F respectively, and the default CPU of the functional layer is described. Usage rate and memory usage
  • CPU time and memory usage in the data layer for processing of one Web request and default CPU usage and default memory usage capacity of the data layer S, request classification log 31 and data Calculated from the tier system log 34 according to the same procedure as above.
  • the calculated CPU time, memory usage, default CPU time and default memory usage are stored in the storage device 7b as data layer analysis result data 37.
  • the CPU time and memory usage consumed to process one type ⁇ Rj ⁇ web request in the data layer are described as U D and M D respectively.
  • Fault CPU time and memory usage are noted as p U and M u respectively.
  • the length of each measurement period can also be variable.
  • the following equation is established instead of the equation (la):
  • Rj can be calculated by multiple regression analysis. More specifically, CPU time u w , U
  • P W are a plurality of measured values p W ( ⁇ ⁇ p W (m), N (1
  • memory usage M w , M w , ⁇ ⁇ ⁇ ⁇ M w and default memory usage M can be calculated by the following equation:
  • Similar analysis can be performed on resources other than CPU time and memory usage. For example, similar analysis can be performed for network interface usage (usually byte / sec) and disk interface (SCSI interface) usage (usually byte / sec). You may analyze "read” and "write” separately about network interface and disk interface usage. Disk interface usage may be analyzed rather than disk interface usage. In this case, the disk interface utilization rate ⁇ uses the disk queue length W and the following formula:
  • n Q / (Q + l)
  • Analysis result data of the web layer, functional layer, and data layer obtained by the resource usage analysis tool 23 35, 36, 37 (ie, the web layer, functional layer for processing one web request) , CPU time and memory usage consumed by each data layer, and default CPU usage and default memory usage) are used for two purposes: first, Web layer, functional layer, and Data Layer Analysis Results Data 35, 36, 37 are used for billing the user.
  • the unit price to be charged for processing of one Web request is calculated for each type of Web request, and the calculated unit cost and the number of Web requests determine the charge to be charged to each user. Be done.
  • the analysis results data 35, 36, 37 of the web layer, functional layer, and data layer are used to analyze the load and capacity of the computer system 1 in terms of the type of web request. used. For example, the utilization rate of specific resources in each measurement period is analyzed for each type of web request using the analysis result data 35, 36, 37. In addition, the utilization rate of each resource in a specific measurement period is analyzed for each type of Web request using the analysis result data 35, 36, 37.
  • the usage fee charged to each user should basically be determined according to the amount of resources used to process the web request issued by each user.
  • One problem is that resources are consumed to maintain the operation of the computer system 1 (with or without a web request).
  • resources are consumed to maintain the operation of the computer system 1 (with or without a web request).
  • memory is consumed only when the process becomes executable without processing Web requests, the amount of memory used is large regardless of the presence or absence of Web requests.
  • common resource usage it is desirable to charge each user for usage of resources to maintain the operation of computer system 1 (hereinafter referred to as common resource usage). There is a case.
  • a unit price table 38 is prepared in the storage unit 7 b of the operation management apparatus 7 and this unit price table 38 is used for charging processing. If the length of all measurement periods is a constant value
  • the unit price table 38 includes each of the Web layer, the functional layer, and the data layer. CPU unit cost and memory unit cost per measurement period (five minutes in this embodiment) are described. In the following, the CPU unit price per measurement period (5 minutes in this embodiment) in the Web layer is described as C w
  • the memory cost per measurement period is described as c w .
  • the unit price table 38 includes The CPU unit price per unit time and the memory unit price may be described for each functional layer and data layer.
  • CPU unit price in the measurement period "i" in the Web layer when the CPU unit cost per unit time in the Web layer and c W, a A t (i) 'c W .
  • the memory unit price in the measurement period "i" in the Web layer when the memory unit price per during unit time in the Web layer and c W, a A t (i) 'c W .
  • the unit price table 38 includes one per measurement period.
  • the web system computer system operation cost (per unit time), CPU contribution rate, and memory contribution rate are also possible to describe the web system computer system operation cost (per unit time), CPU contribution rate, and memory contribution rate. If the length of all measurement periods is fixed, the CPU unit cost per measurement period is calculated by multiplying the computer system operation cost per measurement period by the CPU contribution rate. Furthermore, the memory unit price per measurement period can be calculated by multiplying the computer system operation cost of the Web layer by the contribution ratio of the memory. On the other hand, when the length of the measurement period is variable, the CPU unit cost per unit time is calculated by multiplying the computer system operation cost per unit period by the contribution rate of the CPU. Furthermore, the memory unit price per unit time can be calculated by multiplying the computer system operation cost of the Web layer by the contribution ratio of the memory.
  • Billing data generation tool 24 an analysis result data 35 of the Web layer, by using the CPU unit price C W and the memory unit price C W described in the bid table 38, a single Web request
  • the unit price W (i) of the web layer for one process is determined as follows.
  • the CPU time consumed to process the web request of type ⁇ Rj ⁇ ⁇ ⁇ is N (i)-U W. Also, during each measurement period, for processing web requests
  • the default CPU time consumed independently is A fp w if the length of all measurement periods is a constant value A t, and if the length of measurement periods is variable, A t (i t ) -w zz.
  • “Virtual CPU consumption time” in layer b is determined. Specifically, if the length of all measurement periods is constant, the Web layer of the type of measurement period “i” ⁇ Rj Web Web request Virtual CPU consumption time in CPU-Rj w (i) is the following formula:
  • the virtual CPU consumption time CPU ⁇ Rj W (i) has the following formula:
  • M_Rf (i) N Rj (i)-M Rj "+ M Z '
  • the unit price W (i) in the web layer of one request is the following formula:
  • ⁇ (l) ⁇ (l) + ⁇ (0, ⁇ ⁇ ⁇ (9)
  • FIG. 7 is a table showing an example of the contents of the user data 39.
  • the aggregation period is 5 minutes.
  • ⁇ N (i) is
  • RjUk Measurement period "i" means the number of Web requests of type ⁇ Rj ⁇ ⁇ issued by user Uk.
  • the billing data generation tool 24 determines the unit price w (i) in the web layer of one web request calculated as described above and the user data 39 for each user in the measurement period ' ⁇ '.
  • means the sum of all Web request types!
  • the unit price of one Web request and the charge to be charged to the user are similarly determined.
  • the accounting data generation tool Honoré 24 the fee F F (i) of the functional layer, rates of the data layer F D a (i) be calculated by the following formula
  • F (i) and ⁇ D (i) are Web requests in the functional layer and data layer, respectively.
  • the charge data generation tool 24 is a charge to be charged to each user Uk.
  • F (i) F W (i) + F F (i) + F D (i).
  • the charge data generation tool 24 is a charge F (i), F w (i), F F to be charged to each user Uk.
  • F D (i) is generated to describe charging data 40 and stored in the storage device 7b.
  • the system management data generation tool 25 has a function for calculating resource utilization and usage in each of the Web layer, function layer, and data layer for each type of Web request and for each measurement period.
  • the system management data generation tool 25 uses the analysis results data 35, 36, 37 of the web layer, the functional layer, and the data layer to determine the CPU usage rate in each layer for each type of web request and for each measurement period.
  • the CPU output table 41 describing the calculated and calculated CPU utilization is stored in the storage device 7b. During the measurement period ' ⁇ ', CPU utilization in the web layer of type ⁇ Rj Web web request ⁇ W (i), in the functional layer
  • FIG. 8A shows the contents of the part corresponding to the Web layer in the CPU output table 41.
  • “CPU usage rate ⁇ W (i) in the Web layer of the type Rj Web request” is not calculated for one type Rf Web request.
  • the system management data generation tool 25 calculates the memory usage of each of the web layer, the functional layer, and the data layer for each type of web request and for each measurement period, and calculates the memory usage.
  • the described memory output table 42 is stored in the storage device 7b.
  • Figure 8B Is a table showing the contents of the portion of the memory output table 42 corresponding to the web layer.
  • the memory usage ⁇ W (i) in the Web layer of the type ⁇ Rj ⁇ web request during the measurement period ' ⁇ ' the memory usage ⁇ F (i) in the functional layer, the memory in the data layer
  • FIG. 8B shows the contents of the portion of the memory output table 42 corresponding to the Web layer.
  • the system management data generation tool 25 has a function of displaying the contents of the CPU output table 41 and the memory output table 42 by a graph. Specifically, the system management data generation tool 25 has a function of displaying resource utilization and usage for each type of Web request in each measurement period as a graph. For example, as shown in FIG. 9A, the system management data generation tool 25 displays the CPU utilization and default CPU utilization of the web layer for each type of web request in each measurement period as a graph. The system management data generation tool 25 is configured to display a similar graph of memory usage. Such a graph is useful for grasping the current state of the computer system 1.
  • the system management data generation tool 25 has a function of displaying the usage status of each resource in a specific measurement period for each type of Web request.
  • the system management data generation tool 25 is based on CPU utilization, memory utilization, and network utilization of the Web layer in a specific measurement period (10:00 to 10:05 in FIG. 9B). Display usage rates and disk usage rates as graphs for each type of web request.
  • the total amount of memory managed by the operating system is the value managed by the normal operating system.
  • the memory usage status is the memory usage rate, as shown in FIG. 9B, the vertical axis
  • the utilization status of multiple resources can be displayed together in a single graph defined as “source utilization rate (%)”. Similar to the graph of FIG. 9A, the graph of FIG. 9B is useful for grasping the current state of the computer system 1.
  • the system management data generation tool 25 further uses the utilization status of each resource in a plurality of measurement periods (for example, two measurement periods of 10:00 to 10:05 and 10:05 to 10:10). It can also have the ability to display each web request. Specifically, after calculating the resource utilization rate in each measurement period, calculating the average value of them can be displayed as a graph in the same manner as above.
  • the utilization rate and amount of use of resources of the computer system 1 as a whole may be a web request. It is also useful to calculate for each type of and each measurement period. In one embodiment, CPU utilization and memory usage as the entire computer system 1 are calculated for each type of Web request and for each measurement period. Specifically, in the measurement period “i”, the overall CPU usage rate ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ (i) of the computer system 1 of the web request of type “Rj” is
  • ⁇ (i) N (i)-U / At (i), ⁇ ⁇ ⁇ ⁇ ⁇ (14 & ')
  • Type ⁇ Rj The sum of CPU time consumed by one Web request, and the following formula:
  • Type ⁇ Rj ⁇ Web request is the sum of memory usage of one, the following formula:
  • the system management data generation tool 25 compares the load of the computer system 1 It has a function to estimate the response time (response time) of Web request when the target is light for each type of Web request. Response time is an effective parameter to analyze the computer system 1's ability. Specifically, the system management data generation server 25 calculates the response time T of the type “Rf web request according to the following equation.
  • U W , U F and U D are in the Web layer, functional layer and data layer respectively
  • the calculated response time is stored as response time data 43 in the storage device 7b.
  • response time can be measured even in a production environment where some request processing is always performed. Therefore, it is not necessary to prepare a dedicated experiment environment.
  • the type of the web request is defined by the method included in it, but may be a different definition.
  • the type of web request may be defined by the URL referenced by the web request.
  • the computer system 1 is hierarchized into three layers of the web layer, the functional layer, and the data layer, the computer system 1 may be a computer system hierarchized into two layers or four or more layers. It is also possible that the invention applies. The present invention can also be applied to non-hierarchized computer systems.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Debugging And Monitoring (AREA)

Description

明 細 書
コンピュータシステムの管理装置、及び管理方法
技術分野
[0001] 本発明は、コンピュータシステムの管理装置に関し、特に、コンピュータシステムの 管理に有用な情報を抽出するための技術に関する。
背景技術
[0002] この出願は、 2006年 7月 10日に出願された日本国特許出願、特願 2006— 1889 99に基づき優先権の利益を主張するものであり、その開示は、引用することにより、 そっくりそのまま本明細書に組み込まれる。
[0003] コンピュータシステムを適切に運用するために、コンピュータシステムの資源(例え ば、 CPU (central processing unit)やメモリ)は、その使用量や使用率が管理される 必要がある。一般的なコンピュータシステムでは、起動されているプロセスそれぞれ の資源の使用量や使用率カ^アルタイムで監視される。このような技術として、特開 2 005— 25372号公報は、各プロセスの CPU消費時間を正確に推定する技術を開示 している。特開 2005— 216078号公報は、あるトランザクションの処理が複数のプロ セスを用いて実行される場合に、トランザクション処理の起点となるプロセスを指定す るだけで、トランザクション処理に関った全てのプロセスの CPU消費量と送信データ サイズと受信データサイズのプロファイルを得る技術を開示している。また、特開 200 5— 64971号公報は、各ノードにおける平均負荷量と平均リソース使用量力も負荷 分布を推定する技術を開示して!/、る。
[0004] 資源の使用量や使用率を管理する目的の 1つは、コンピュータシステムの利用料 金をユーザに課金するための課金データを算出することである。非特許文献「os概 論」、久保秀士、共立出版株式会社、 1988年、 pp. 174— 179に記載されているよう に、一般に料金は、資源の使用量、具体的には、消費された CPU時間、主記憶の使 用量、入出力の回数、印刷用紙の使用枚数から算出される。特開平 6— 95924号公 報は、プロセスが CPUを使用した課金 CPU時間を把握するための技術を開示して いる。特開 2005— 31870号公報は、ジョブを実行する際に複数のプロセスグループ が生成された場合においても、それらの複数のプロセスグループの実行を一つのジョ ブとしてオペレーションシステムに認識させ、これにより、適正に課金を行うための技 術を開示している。
[0005] 資源の使用量や使用率を管理する他の目的の 1つは、現在及び将来のコンビユー タシステムの負荷や能力を測定し、又は予測し、その結果を用いてコンピュータシス テムの規模や構成を最適化することである。例えば、コンピュータシステムの負荷力 将来増大することが予測される場合には、コンピュータシステムに資源が追加され、こ れによってコンピュータシステムのキャパシティの不足を回避することができる。例え ば、コンピュータシステムは、階層化された複数のサーバで構成される場合があるが( 例えば、特開 2001— 290641号公報では、ウェブサーバ、アプリケーションサーバ、 データベースサーバの 3階層構成が採用されている)、資源の使用量や使用率を管 理することにより、どの階層のサーバを増設するかを適切に判断することができる。階 層化された複数のサーバで構成されるコンピュータシステムについては、「2階層 C/ S力、ら n階層 Webシステムへ EUCから情報共有、 BtoBへ」、 日経オープンシステム 、 日経 BP社、 no. 100、 2001年 7月、 pp. 164— 170や、「今さら聞けない ITの新常 識」、 日経コンピュータ、 日経 BP社、 2004年 3月 8日にも開示されている。また、特開 2005— 148911号公報は、各ノードの負荷情報から、負荷を分散させる技術を開示 している。
[0006] 例えば、特開 2006— 24017号公報は、コンピュータシステムの資源の使用状態の 推移を解析し、将来の傾向を機械的に予測するシステムを開示している。公知のこの システムでは、 Webアプリケーションサーバから CPU使用率のログとトランザクション ログとが取得され、 CPU使用率とトランザクションごとの処理数の情報に基づいて、ト ランザクシヨンの種類ごとの CPU使用率が推定される。トランザクションの種類ごとの CPU使用率は、重回帰分析によって算出される。算出された CPU使用率を用いてト ランザクシヨンの種類ごとの将来の一定時間ごとの推定処理量が求められる。更に、ト ランザクシヨンの種類ごとの CPU使用率及び将来の推定処理量を用いて、サーバに おけるアプリケーションのニーズを充分に満たすために必要なソフトウェア及びハード ウェアの構成や設定が決定される。 [0007] ここで Webアプリケーションにおけるトランザクションとは、一般には、複数の Webリ タエスト(HTTPリクエストとも言われる)で構成されたセッションであって、 ACID特性 (atomicity, consistency, isolation, durability)を、満たすものをいう (ί列えば、、特開 200 0— 207365号公報の段落〔0023〕、〔0024〕を参照)。トランザクション処理を行うた めは、リクエストとリプライとが何度も繰り返されるセッションが必要とされる(例えば、特 開 2001— 344224号公報の段落〔0005〕を参照)。
[0008] WWWで使用される HTTP (hyper text transfer protocol)は、一般には、トランザク シヨン処理には向いていないと考えられている。これは、 HTTPは、 1リクエスト /1リ プライの単純な処理を基本としてきるからである。トランザクション処理を行うためには 、 WWWサーバに特殊な処理を様々に行わせる必要がある。例えば、特開 2000— 2 07365号公報は、トランザクション処理を行うためのシステムを開示している。このシ ステムでは、トランザクションスコープ (論理的に 1つのトランザクションを構成する、個 々の独立した要求の集合)を必要とする要求がクライアントからサーバに送られると、 サーバはトランザクション識別情報を生成し、複数の独立の Webリクエストの持続時 間の間に維持する。クライアントは、このトランザクション識別情報を使用して、トラン ザクシヨン完了を要求するリクエストをサーバに送り、これによりトランザクションスコー プを必要とする追加処置のリクエストをサーバに送る。
[0009] 標準的な HTTPを取り扱うコンピュータシステムの資源の使用量や使用率を管理 する上で考慮すべき事項の一つは、現在の Webアプリケーションでは、複数の種類 の Webリクエストが一つのプロセスで処理されることがある点である。 Webサーバとし て用いられる代表的なソフトウェアである Apacheは、その典型的な例である(ベン'口 一リー、ピーター.ローリー、「Apacheハンドブック」、株式会社オーム社、 1997年 11 月 25曰、 pp. 41— 57参照)。 Apacheは、複数の種類の Webリクエストに対応可能 な一つ(もしくは比較的少数)のプロセスが永続的に動きながら、そのプロセスに対し て非同期的に到着する複数のリクエストを、自分のプロセス内でスケジューリングしな がら実行するというアーキテクチャを採用している。このようなソフトウェアの場合には 、たとえ各プロセスが消費する CPU時間を測定することができたとしても、 Webリクェ ストが消費する CPU時間を Webリクエストの種類毎に特定することはできない。現在 用いられている Webサーバや、データベースサーバには、このような動作をするもの が多い。このような状況では、プロセス毎の CPU時間やメモリ使用量を算出しても、コ ンピュータシステムの管理の上では充分とは!/、えなレ、。
[0010] しかしながら、発明者が知る限りにおいて、上記の観点に基づいてコンピュータシス テムの資源の管理を行うための技術は存在しない。特に、標準的な HTTPを取り扱う コンピュータシステムにおいて、 Webリクエストの種類という観点から資源の管理を行 うことにより、資源を適正に管理するための技術は、現在のところ知られていない。上 述のように、トランザクションの種類ごとに CPU使用率を算出する技術 (特開 2006— 24017号公報)は公知である力 HTTPは、トランザクション処理と親和性が悪いた め、当該技術を実現することは現実には容易なことではない。
発明の開示
[0011] したがって、本発明の目的は、標準的な HTTPを取り扱うコンピュータシステムにお いて、 Webリクエストの種類に着目した資源の管理を行うことによって適正に資源の 管理を行うことを可能にするための技術を提供することにある。
[0012] 本発明のコンピュータシステムは、クライアントから受け取った Webリクエストを処理 するコンピュータシステムである。当該コンピュータシステムは、各測定期間において 前記コンピュータシステムによって処理された Webリクエストの数が前記 Webリクエス トの種類毎に記述されているリクエスト分類ログを生成するリクエスト分類ログ生成手 段と、前記各測定期間における前記コンピュータシステムの資源の使用状態が記述 されているシステムログを生成するシステムログ生成手段と、前記 Webリクエスト分類 ログと前記システムログとを用いて、前記 Webリクエスト一つの処理に使用される資源 の使用量であるリクエスト処理資源使用量を、前記 Webリクエストの種類毎に算出す る資源使用状況算出手段とを具備する。このようなコンピュータシステムによれば、 W ebリクエスト一つの処理に使用される資源の使用量であるリクエスト処理資源使用量 を算出することにより、適正に資源の管理を行うことができる。
[0013] 本発明は、階層化された複数のサーバを備えるコンピュータシステムに適用される こと力 S好適である。この場合、システムログ生成手段は、前記システムログを前記複数 のサーバの階層毎に生成し、前記資源使用状況算出手段は、前記リクエスト処理資 源使用量を、前記複数のサーバの階層毎に算出することが好ましい。
[0014] 特に、当該コンピュータシステム力 S、 Web層を構成する Webサーバと、前記 Webサ ーバに接続され、アプリケーション層を構成するアプリケーションサーバと、前記ァプ リケーシヨンサーバに接続され、データ層を構成するデータベースサーバとを備えて いる場合、前記システムログ生成手段は、前記 Web層、前記アプリケーション層、前 記データ層のそれぞれについて前記システムログを生成し、前記資源使用状況算出 手段は、前記 Webリクエスト一つの処理に使用される資源の使用量を、前記 Web層 、前記アプリケーション層、前記データ層のそれぞれについて算出することが好まし い。
[0015] 当該コンピュータシステム力 更に、前記 Webリクエストを前記クライアントから受け 取って前記 Webサーバに分配する負荷分散装置を備えている場合、前記負荷分散 装置は、前記 Webリクエストが処理された時刻及び前記 Webリクエストの種類が前記 コンピュータシステムに到着した前記 Webリクエストのそれぞれについて記述されて いるリクエストログを生成し、前記リクエスト分類ログ生成手段は、前記リクエストログか ら前記リクエスト分類ログを生成することが好ましレ、。
[0016] 当該コンピュータシステムは、更に、前記リクエスト処理資源使用量を用いて、ユー ザに課金される利用料金を示す課金データを生成する課金データ生成手段を具備 することが好ましい。
[0017] この場合、前記資源使用状況算出手段は、前記リクエスト分類ログと前記システム ログとを用いて、前記 Webリクエストと無関係に使用される資源の使用量であるデフォ ルト資源使用量を算出し、前記課金データ生成手段は、前記 Webリクエストの種類 のそれぞれについて、前記デフォルト資源使用量を前記 Webリクエストの種類のそれ ぞれの資源の使用量の全体に対する比率に応じて配分することによって仮想的な資 源使用量を算出し、前記リクエスト処理資源使用量と前記仮想的な資源使用量から 前記利用料金を算出することが好ましい。この場合、前記デフォルト資源使用量は、 前記リクエスト分類ログに記述されている、前記測定期間毎、且つ、前記 Webリクエス トの種類毎の Webリクエストの数と、前記システムログに前記測定期間毎に記述され ている前記コンピュータシステムの資源の使用状態とに対して回帰分析を行うことに よって算出されること力好ましレヽ。
[0018] また、当該コンピュータシステムは、更に、前記コンピュータシステムに到着した We bリクエストのそれぞれについて前記 Webリクエストを発行したユーザのユーザ IDと、 前記 Webリクエストの種類とが記述されているリクエストログから、前記ユーザが発行 した前記 Webリクエストの数を前記 Webリクエストの種類毎に記述するユーザデータ を生成するユーザデータ生成手段を備え、前記課金データ生成手段は、前記 Webリ タエスト一つに課される料金である単価を前記仮想的な資源使用量から算出し、前 記単価と前記ユーザデータとから前記利用料金を算出することが好ましい。
[0019] 当該コンピュータシステムは、更に、前記リクエスト処理資源使用量から、前記定め られた時間間隔毎における Webリクエストの種類毎の前記資源の利用状況を算出し 、算出された前記資源の利用状況をグラフとして表示するシステム管理データ生成 手段を備えることが好ましい。この場合、システム管理データ生成手段は、前記測定 期間のそれぞれにおける前記 Webリクエストの種類毎の前記資源の利用状況を前記 グラフとして表示する機能を有していることが好ましい。また、システム管理データ生 成手段は、一つ以上の測定期間における前記資源それぞれの利用率を、前記 Web リクエストの種類毎に、前記グラフとして表示する機能を有していることが好ましい。更 に、システム管理データ生成手段は、複数の測定期間における前記資源それぞれの 利用率を、前記 Webリクエストの種類毎に、前記 Webリクエストの種類毎に、前記ダラ フとして表示する際に、各測定期間における使用率を用いて平均値を求めることで 実現する機能を有して!/、ることが好ましレ、。
[0020] 前記システムログに前記コンピュータシステムの CPUの使用状態が前記定められ た時間間隔毎に記述され、前記資源使用状況算出手段が、前記 Webリクエスト一つ の処理のために前記複数のサーバの階層のそれぞれにおいて前記 CPUが使用さ れる CPU時間を、前記 Webリクエストの種類毎に算出する場合、当該コンピュータシ ステムは、前記複数のサーバの階層それぞれの前記 CPU時間を加算することにより 、前記 Webリクエストのレスポンスタイムを前記 Webリクエストの種類毎に算出するシ ステム管理データ生成手段を備えることが好ましレ、。
[0021] 本発明による管理装置は、クライアントから Webリクエストを受け取って処理するコン ピュータシステムを管理する管理装置である。当該管理装置は、各測定期間におい て前記コンピュータシステムによって処理された Webリクエストの数力 前記 Webリク ェストの種類毎に記述されているリクエスト分類ログを生成するリクエスト分類ログ生 成手段(21)と、前記各測定期間における前記コンピュータシステムの資源の使用状 態がに記述されているシステムログを生成するシステムログ生成手段と、前記 Webリ タエスト分類ログと前記システムログとを用いて、前記 Webリクエスト一つの処理に使 用される資源の使用量であるリクエスト処理資源使用量を、前記 Webリクエストの種 類毎に算出する資源使用状況算出手段とを具備する。このような管理装置によれば 、 Webリクエスト一つの処理に使用される資源の使用量であるリクエスト処理資源使 用量を算出することにより、適正に資源の管理を行うことができる。
[0022] 本発明による、クライアントから Webリクエストを受け取って処理するコンピュータシ ステムを管理する管理方法は、各測定期間において前記コンピュータシステムによつ て処理された Webリクエストの数を、前記 Webリクエストの種類毎に記述したリクエスト 分類ログを生成するステップと、前記各測定期間における前記コンピュータシステム の資源の使用状態を記述したシステムログを生成するステップと、前記リクエスト分類 ログと前記システムログとを用いて、前記 Webリクエスト一つの処理に使用される資源 の使用量であるリクエスト処理資源使用量を、前記 Webリクエストの種類毎に算出す るステップとを具備する。このような管理方法によれば、 Webリクエスト一つの処理に 使用される資源の使用量であるリクエスト処理資源使用量を算出することにより、適正 に資源の管理を行うことができる。
[0023] 本発明によるコンピュータプログラムは、クライアントから Webリクエストを受け取って 処理するコンピュータシステムを管理するためのコンピュータプログラムである。当該 コンピュータプログラムは、各測定期間において前記コンピュータシステムによって処 理された Webリクエストの数を、前記 Webリクエストの種類毎に記述したリクエスト分 類ログを生成するステップと、前記各測定期間における前記コンピュータシステムの 資源の使用状態を記述したシステムログを生成するステップと、前記リクエスト分類口 グと前記システムログとを用いて、前記 Webリクエスト一つの処理に使用される資源 の使用量であるリクエスト処理資源使用量を、前記 Webリクエストの種類毎に算出す るステップとをコンピュータに実行させる。このようなコンピュータプログラムによれば、 Webリクエスト一つの処理に使用される資源の使用量であるリクエスト処理資源使用 量を算出することにより、適正に資源の管理を行うことができる。
[0024] 本発明によれば、 Webリクエストの資源の使用量を Webリクエストの種類ごとに算出 し、算出された資源の使用量に基づいてコンピュータシステムを適正に管理すること ができる。
図面の簡単な説明
[0025] [図 1]図 1は、本発明の一実施形態におけるコンピュータシステムの構成を示すブロッ ク図である。
[図 2]図 2は、リクエストログの内容を示す図である。
[図 3]図 3は、システムログの内容を示す表である。
[図 4]図 4は、運用管理装置のソフトウェア構成を示すブロック図である。
[図 5]図 5は、リクエスト分類ログの内容を示す図である。
[図 6A]図 6Aは、単価テーブルの内容の例を示す表である。
[図 6B]図 6Bは、単価テーブルの内容の他の例を示す表である。
[図 7]図 7は、ユーザデータの内容を示す図である。
[図 8A]図 8Aは、 CPU出力テーブルの内容を示す表である。
[図 8B]図 8Bは、メモリ出力テーブルの内容を示す図である。
[図 9A]図 9Aは、 Webリクエストの種類毎の CPU使用率を示すグラフの一例である。
[図 9B]図 9Bは、特定の測定期間における各資源の使用率を、 Webリクエストの種類 毎に表示するグラフの一例である。
発明を実施するための最良の形態
[0026] 図 1は、本発明の一実施形態におけるコンピュータシステム 1の構成を示すブロック 図である。本実施形態のコンピュータシステム 1は、クライアント 2から Webリクエストを 受け付け、受け付けた Webリクエストの処理を行う。本明細書にいう Webリクエストと は、 HTTPで定められているメッセージであり、通常、コンピュータシステム 1に置か れたファイルを参照したり、 CGI (common gateway interface)を起動したりするために 使用される。本実施形態では、 Webリクエストは、それに記述されているメソッドによつ て様々な種類に分類される。 Webリクエストには、例えば、 GETメソッドを含む GETリ タエスト、 PUTメソッドを含む PUTリクエスト、 POSTメソッドを含む POSTリクエスト、 DELETEメソッドを含む DELETEリクエスト力 Sある。後述のように、本実施形態のコ ンピュータシステム 1では、 Webリクエストの種類に基づいた管理が行われる。
[0027] 本実施形態のコンピュータシステム 1は、 3階層方式を採用している。具体的には、 コンピュータシステム 1は、負荷分散装置 3と、 Web層(プレゼンテーション層)を構成 する Webサーバ 4と、機能層を構成するアプリケーションサーバ(APサーバ) 5と、デ 一タ層を構成するデータベースサーバ(DBサーバ) 6とを備えている。本実施形態で は、 Webサーバ 4、及び APサーバ 5は複数であり、 DBサーバ 6は、単一である。各 層のサーバの数は、適宜に変更可能である。
[0028] 負荷分散装置 3は、クライアント 2から送られてくる Webリクエストを受け取り、適当な 負荷分散アルゴリズムを用いて Webリクエストを Webサーバ 4に分配する。 Webサー バ 4は、送られてくる Webリクエストを受け付け、 APサーバ 5の機能を利用して Webリ タエストに対処する。 APサーバ 5の機能を利用する場合、 Webサーバ 4は、 APリクェ ストを生成して APサーバ 5に所望の処理をさせる。 APサーバ 5は、 Webサーノ 4から 送られてくる APリクエストに応答して業務ロジックを実行し、処理結果を WWWで使 用されているフォーマット(例えば、 HTMLフォーマット、及び XMLフォーマット)で W ebサーバ 4に返す。 APサーバ 5は、必要であればデータベースサーバ 6へのァクセ スを行う。データベースサーバ 6は、データベースを備えており、 APサーバ 5から送ら れてくるリクエストに応じてデータベースの検索及び更新を行う。
[0029] コンピュータシステム 1を管理するために、コンピュータシステム 1には運用管理装 置 7が用意されている。運用管理装置 7としては、運用管理通信装置 7a、記憶装置 7 b、演算装置 7c、表示装置 7d、及び入力装置 7eを備えたコンピュータ装置が使用さ れる。運用管理装置 7には、コンピュータシステム 1を管理するための様々なソフトゥ エアがインストールされている。コンピュータシステム 1の管理には、各種のログ、具体 的には、負荷分散装置 3から送られるリクエストログ 11、及び Webサーバ 4、アプリケ ーシヨンサーバ 5、及びデータベースサーバ 6のそれぞれから送られてくるシステム口 グが使用される。図 1では、 Webサーバ 4から送られてくるシステムログは符号 12で、 APサーバ 5から送られてくるシステムログは符号 13で、 DBサーバ 6から送られてくる システムログは符号 14で参照されて!/、る。
[0030] リクエストログ 11は、コンピュータシステム 1に到着した Webリクエストに関する記録 であり、典型的には、 Webリクエストが処理された時刻及びその Webリクエストの種類 が記述されている。図 2は、本実施形態におけるリクエストログ 11の内容を示す図で ある。図 2には、リクエストログ 11のうち、一の Webリクエストに対応する部分のみが図 示されている。
[0031] 本実施形態では、リクエストログ 11に下記の情報が書き込まれている。第 1に、リク エストログ 11には、当該 Webリクエストを発行したクライアント 2の IPアドレス 11aと、 ( RFC1413に定義された)クライアント 2のアイデンティティ l ibと、 Webリクエストを発 行したクライアント 2のユーザ IDl lcとが記述される。図 2のリクエストログ 11では、ァ イデンティティ l ibは、 " " (ハイフン)として記述されている力 これは、クライアント 2 のアイデンティティ l ibの情報が入手できなかったことを示している。ユーザ IDl lcは 、 HTTP認証が成功したユーザに対して付与され、認証が失敗した場合には、ユー ザ IDl lcは、 " "(ハイフン)として記述される。
[0032] 更に、リクエストログ 11には、当該 Webリクエストが処理された時刻 l idと、当該 We bリクエストの種類 l ie (即ち、当該 Webリクエストに記述されているメソッド)と、当該 W ebリクエストによって参照されるドキュメントの URL (uniform resource locator) 1 Ifと、 HTTPプロトコルのバージョン番号 l lgとが記述される。当該 Webリクエストが処理さ れた時刻 l idは、当該 Webリクエストの処理が終了した時刻と定義されてもよぐ We bリクエストが到着した時刻と定義されてもよい。図 2の例では、 Webリクエストの種類 は、 GETリクエストであり、使用されている HTTPプロトコルのバージョン番号は、 1. 1でめる。
[0033] 加えて、リクエストログ 11には、当該 Webリクエストの処理が成功、不成功を示すス テータスコード l lhと、当該 Webリクエストの処理の結果、クライアント 2に返送される データの (ヘッダを除く)バイト数 1 liとが記述される。
[0034] 本実施形態では、負荷分散装置 3から送られてくるリクエストログ 11がコンピュータ システム 1の管理に使用される力 S、その代わりに、 Webサーバ 4のそれぞれから送ら れてくるリクエストログが使用されてもよい。
[0035] 一方、システムログ 12、 13、 14は、それぞれ、 Webサーバ 4、アプリケーションサー バ 5、及びデータベースサーバ 6における資源の使用状況を、各測定期間について 記述する記録である。一実施形態では、各測定期間は、定められた時間間隔 (例え ば、 5分)として定義される。ただし、測定期間の長さが可変であってもよい。図 3は、 システムログ 12の内容を示す表である。本実施形態では、各システムログ 12には、 対応する Webサーバ 4の CPU使用率とメモリ使用量とが 5分間隔で記述されている。 即ち、システムログ 12には、対応する Webサーバ 4の CPU使用率とメモリ使用量とが 、長さが 5分である各測定期間のそれぞれについて記述されている。システムログ 13 、 14も同様の内容を有している。システムログ 13には、対応する APサーバ 5の CPU 使用率とメモリ使用量とが 5分間隔で記述され、システムログ 14には、 DBサーバ 6の CPU使用率とメモリ使用量とが 5分間隔で記述される。
[0036] このような内容のシステムログを作成する機能は、 Windows (マイクロソフト社の登 録商標)や UNIX (The Open Groupの登録商標)のような一般的なオペレーティ ングシステムであれば、通常、備えられている。オペレーティングシステムの機能を利 用することは、システムログを生成する特別な仕組みをオペレーティングシステム、 W ebサーバ 4、 APサーバ 5、 DBサーバ 6に用意する必要をなくし、実装コストを低減す るために有効である。
[0037] 運用管理装置 7は、上述のリクエストログ 11及びシステムログ 12、 13、 14を用いて コンピュータシステム 1の管理を行う。本実施形態の運用管理装置 7には、 2つの特 徴がある。本実施形態の運用管理装置 7の第 1の特徴は、運用管理装置 7が、 Webリ タエストを処理するために消費される資源の使用量を Webリクエストの種類毎に算出 し、算出された資源の使用量をコンピュータシステム 1の管理に使用することである。 本実施形態の運用管理装置 7の第 2の特徴は、 Webリクエストを処理するために消 費される資源の使用量を、 Web層、機能層、データ層のそれぞれについて算出可能 なことである。資源の使用量を、 Web層、機能層、データ層のそれぞれについて算出 することは、コンピュータシステム 1の状態を、より適正に把握することを可能にする。 以下、運用管理装置 7の動作について詳細に説明する。 [0038] 図 4は、運用管理装置 7にインストールされているソフトウェア構成の例を示すブロッ ク図である。運用管理装置 7の記憶装置には、リクエスト分類ツール 21と、システム口 グ統合ツール 22と、資源使用状況分析ツール 23と、課金データ生成ツール 24と、シ ステム管理データ生成ツール 25と、ユーザデータ作成ツール 26とがインストールさ れている。これらのソフトウェアプログラムにより、コンピュータシステム 1の運用及び管 理が行われる。
[0039] 以下では、運用管理装置 7の動作を詳細に説明する。
運用管理装置 7のリクエスト分類ツール 21は、負荷分散装置 3から送られてくるリク エストログ 11を分析し、コンピュータシステム 1によって処理された Webリクエストの数 を、測定期間毎に、且つ、 Webリクエストの種類毎に算出する。算出結果は、リクエス ト分類ログ 31として記憶装置 7bに保存される。
[0040] 図 5は、リクエスト分類ログ 31の内容を示す表である。本実施形態では、リクエスト分 類ログ 31は、処理された Webリクエストの数を、 5分間隔で、且つ、 Webリクエストの 種類毎に記述している。図 5の例では、 10 : 00〜10 : 05の期間では、種類〃 R1"の W ebリクエスト(例えば、 GETリクエスト)が 20回、種類" R2"の Webリクエスト(例えば、 P OSTリクエスト)が 10回処理されて!/、ること力 リクエスト分類ログ 31によって示されて いる。
[0041] 一方、システムログ統合ツール 22は、 Webサーバ 4、 APサーバ 5、及び DBサーバ
6のそれぞれから送られてくるシステムログ 12、 13、 14から、 Web層システムログ 32、 機能層システムログ 33、データ層システムログ 34を生成する。 Web層システムログ 3 2とは、各測定期間における Web層全体における資源の使用状況を記述する記録で ある。システムログ統合ツール 22は、 Web層システムログ 32を、 Webサーバ 4のそれ ぞれから受け取ったシステムログ 12を統合することによって生成する。本実施形態で は、システムログ統合ツール 22は、各 Webサーバ 4における CPU使用率を平均する ことにより、 Web層全体としての CPU使用率を算出し、各 Webサーバ 4におけるメモ リ使用量を加算することにより、 Web層全体としてのメモリ使用量を算出する。算出さ れた CPU使用率及びメモリ使用量が、 Web層システムログ 32に記述される。同様に 、機能層システムログ 33、データ層システムログ 34は、それぞれ、機能層、データ層 全体における資源の使用状況を、測定期間毎に記述する記録である。本実施形態 では、データ層は、単一の DBサーバ 6によって構成されているから、データ層システ ムログ 34として DBサーバ 6のシステムログ 14がそのまま使用されてもよい。
[0042] 資源使用状況分析ツール 23は、リクエスト分類ログ 31、 Web層システムログ 32、機 能層システムログ 33、及びデータ層システムログ 34から、一の Webリクエストを処理 するために必要な資源の使用量を、 Web層、機能層、データ層のそれぞれについて 、 Webリクエストの種類毎に算出する。本実施形態では、資源使用状況分析ツール 2 3は、 Webリクエストを処理するために必要な CPU時間及びメモリ使用量を、 Web層 、機能層、データ層のそれぞれについて算出する。
[0043] 一の Webリクエストを処理するために Web層において消費される CPU時間及びメ モリ使用量の算出は、下記のようにして行われる。
[0044] まず、全ての測定期間の長さが一定値 A tである場合について説明する。測定期間 〃i"における、 Web層全体としての CPU使用率を p W(i)、 Web層全体としてのメモリ 使用量を Mw (i)、処理された種類〃 Rfの Webリクエストの数を N (i)、種類" Rfの W
Rj
ebリクエスト一つを処理するのに要する Web層の CPU時間を U W、メモリ使用量を
Rj
M Wとすると、下記の式が成立する:
Rj
Δ/ - ^ ( ) =∑ NRj (i) - URj w + At - pz w , … (1
j
Mw (i) = … )
Figure imgf000015_0001
ここで、 Δ ΐは、各測定期間の長さであり、 p Wは、 Webリクエストの処理が行われな
z
い状況における Web層全体としての CPU使用率であり、 M wは、 Webリクエストの処
z
理が行われない状況における Web層におけるメモリ使用量である。 ∑は、全種類の Webリクエストについての和を意味している。種類" Rfの Webリクエストの数 N (i)は
Rj
、リクエスト分類ログ 31に記述されており、 Web層全体としての CPU使用率 p w(i)及 びメモリ使用量 Mw(i)は、 Web層システムログ 32に記述されている。
[0045] コンピュータシステムでは、一般に、その稼動を維持するために Webリクエストの有 無に無関係にある程度の資源が使用されることに留意されたい。例えば、 Apacheが 稼動する Webサーバでは、 Webリクエストの有無に無関係に所定数のプロセスが永 続的に動作する。そのため、プロセスを実行可能な状態に維持するためだけでも、 C PUやメモリが使用される。加えて、コンピュータシステムでは、多くの場合、システム を管理するためのプロセスが動作しており、このプロセスによって CPUやメモリが使 用される。以下では、 Webリクエストの処理が行われない状況(非リクエスト処理状況) における CPU使用率を、デフォルト CPU使用率といい、 Webリクエストの処理が行わ れない状況におけるメモリ使用量をデフォルトメモリ使用量という。
複数の測定値 p W ( l )〜 p W (m)、及び、 N ( 1 )〜N (m)から、種類〃 Rj〃の Webリ
Rj Rj
タエストの CPU時間 Uw 、及び A t ' wを算出する問題は、多重回帰分析によって
Rj Z
解くことができる。具体的には、 CPU時間 uw 、uw 、 、及び Δ ΐ · ^ wは、下記
Rl R2
式によって算出される:
[数 2] ひ
ひ R2 ひ Rn
Figure imgf000016_0001
ここで、 Xは、行列 Xの転置行列であり、行列 Xは、下記式で表される:
[数 3]
NR2(l) W) 1
(2) NR 2(2)
X '(2b) NRn(m) 1 なお、測定回数 mは、 Webリクエストの種類の数 nよりも大きぐ且つ、行列(Χ X)の 逆行列が存在するような値に設定される。 [0047] メモリ使用量 M W、M w、 · · ·及び M wについても同様に、下記式によって算出さ
Rl R2 Z
れる:
[数 4]
Figure imgf000017_0001
[0048] 算出された CPU時間 U W、U W、 ' . '、U w、デフォルト CPU使用率 p w、メモリ
Rl R2 Rn Z 使用量 M w、 M W、 · · ·、 M w、及びデフォルトメモリ使用量 M wは、 Web層の分
Rl R2 Rn Z 析結果データ 36として記憶装置 7bに保存される。
[0049] 機能層、データ層についても同様の手順が行われる。 1つの Webリクエストの処理 のために機能層で消費される CPU時間及びメモリ使用量、並びに、機能層のデフォ ノレト CPU使用率及びデフォルトメモリ使用量は、リクエスト分類ログ 31及び、機能層 システムログ 33から上記と同様の手順によって算出される。算出された CPU時間、メ モリ使用量、デフォルト CPU使用率及びデフォルトメモリ使用量は、機能層の分析結 果データ 36として記憶装置 7bに保存される。以下では、機能層において種類" Rj〃 の Webリクエスト 1つを処理するために消費される CPU時間及びメモリ使用量は、そ れぞれ、 U F、M Fと記載され、機能層のデフォルト CPU使用率及びメモリ使用量は
Rj Rj
、それぞれ、 p F、 M Fと記載される。
z z
[0050] 同様に、 1つの Webリクエストの処理のためにデータ層で消費される CPU時間及び メモリ使用量、並びに、データ層のデフォルト CPU使用率及びデフォルトメモリ使用 量力 S、リクエスト分類ログ 31とデータ層システムログ 34から上記と同様の手順によつ て算出される。算出された CPU時間、メモリ使用量、デフォルト CPU時間及びデフォ ルトメモリ使用量は、データ層の分析結果データ 37として記憶装置 7bに保存される。 以下では、データ層において種類〃 Rj〃の Webリクエスト 1つを処理するために消費さ れる CPU時間及びメモリ使用量は、それぞれ、 U D、M Dと記載され、機能層のデ フォルト CPU時間及びメモリ使用量は、それぞれ、 p U、M Uと記載される。
Z Z
各測定期間の長さは、可変であることも可能である。この場合、式(la)の代わりに、 下記式が成立する:
[数 5]
△ /) . ph (,') = J NRJ ( ) .11/ + At(i) - pz ここで、 At(i)は、測定期間" i"の長さである。各測定期間の長さが可変である場合に っレ、ても、式(lb)はそのまま成立することに留意された!/、。
式(la')、(lb)の関係を用いると、各測定期間の長さが可変である場合についても 、種類" Rfの Webリクエストの CPU時間 Uw 及びデフォルト CPU使用率 pwを、多
Rj Z 重回帰分析によって算出することができる。より具体的には、 CPU時間 uw 、 U
R1 R2
…、及び P Wは、複数の測定値pW(υ〜pW(m)、N (1
Z Rj
期間の長さ At(i)を用いて、下記式によって算出可能である:
[数 6]
Figure imgf000018_0001
ここで、 は、下記式で表される行列 Yの転置行列である:
[数 7] (1) NR2(l) (1) Δί(1)
Nm(2) NR2( ) NRn(2) At(2)
7 = 偶
NRn(jn) At(m) 同様に、メモリ使用量 M w、 M w、 · · ·、 M w、及びデフォルトメモリ使用量 M は、下記式によって算出可能である:
[数 8]
Figure imgf000019_0001
[0054] また、上述の実施形態では、 CPU時間及びメモリ使用量が分析されている力 他 の資源についても同様の分析を行うことが可能である。例えば、ネットワークインター フェースの使用量(通常、 byte/sec)やディスクインターフェース(SCSIインターフエ ース)の使用量(通常、 byte/sec)についても、同様の分析が行われることが可能で ある。ネットワークインターフェース、ディスクインターフェースの使用量については、「 リード」と「ライト」とを別々に分析してもよい。ディスクインターフェースの使用量ではな ぐディスクインターフェースの使用率が分析されてもよい。この場合、ディスクインタ 一フェースの使用率 Πは、ディスクのキュー長 Wを使用して、下記式:
n =Q/(Q + l)
として定義されてもよい。
[0055] 資源使用状況分析ツール 23によって得られた、 Web層、機能層、及びデータ層の 分析結果データ 35、 36、 37 (即ち、 1つの Webリクエストの処理のために Web層、機 能層、データ層それぞれで消費される CPU時間及びメモリ使用量、並びにデフオル ト CPU使用率及びデフォルトメモリ使用量)は、以下の 2つの目的で使用される:第 1 に、 Web層、機能層、及びデータ層の分析結果データ 35、 36、 37は、ユーザに対 する課金処理のために使用される。分析結果データ 35、 36、 37から、 1つの Webリ タエストの処理に課せられる単価が Webリクエストの種類毎に算出され、算出された 単価と Webリクエストの数から、各ユーザに課せられる料金が決定される。
[0056] 第 2に、 Web層、機能層、及びデータ層の分析結果データ 35、 36、 37は、コンビュ ータシステム 1の負荷や能力を、 Webリクエストの種類という観点から分析するために 使用される。例えば、各測定期間における特定の資源の使用率が、分析結果データ 35、 36、 37を用いて Webリクエストの種類毎に分析される。また、特定の測定期間に おける各資源の使用率が、分析結果データ 35、 36、 37を用いて Webリクエストの種 類毎に分析される。
[0057] 以下、本実施形態で行われる課金処理とコンピュータシステム 1の負荷や能力の分 析について詳細に説明する。
[0058] (課金処理)
各ユーザに課される利用料金は、基本的には、各ユーザが発行した Webリクエスト を処理するために必要であった資源の使用量に応じて決定されることが望ましい。
[0059] 一つの問題は、(Webリクエストの有無に関らず)コンピュータシステム 1の稼動を維 持するために資源が消費される点である。特に、メモリは、 Webリクエストを処理しなく ても、プロセスが実行可能な状態になるだけで消費されるため、 Webリクエストの有無 に関係なく使用される量が大きい。このような状況では、コンピュータシステム 1の稼 動を維持するための資源の使用量 (以下では、共通的な資源使用量という)に対して も、各ユーザに使用料金が課されることが望ましい場合がある。
[0060] 本実施形態で行われる課金処理では、共通的な資源使用量に対する利用料金を 、各 Webリクエストに配分することにより、共通的な資源使用量に対する適正な課金 が実現されている。以下、本実施形態で行われる課金処理について詳細に説明する 。なお、以下では、一実施形態として、 Web層における課金処理を説明する力 他の 2つの層(機能層及びデータ層)に対しても、同様の処理方法が適用される。
[0061] 図 6A、図 6Bに示されているように、運用管理装置 7の記憶装置 7bには単価テー ブル 38が用意され、この単価テーブル 38が課金処理に使用される。全ての測定期 間の長さが一定値 A tである場合、一実施形態では、図 6Aに示されているように、単 価テーブル 38には、 Web層、機能層、及びデータ層のそれぞれについて、一測定 期間(本実施形態では 5分)あたりの CPU単価とメモリ単価が記述される。以下では、 Web層における一測定期間(本実施形態では 5分)あたりの CPU単価が C wと記
CPU
載され、一測定期間あたりのメモリ単価が c wと記載される。
M
[0062] 一方、測定期間の長さが可変である場合には、単価テーブル 38には、 Web層、機 能層、及びデータ層のそれぞれについて、単位時間当たりの CPU単価とメモリ単価 が記述されてもよい。この場合、 Web層における測定期間" i"における CPU単価は、 Web層における単位時間当たりの CPU単価を c Wとすると、 A t (i) 'c Wである。
CPU CPU
同様に、 Web層における測定期間" i"におけるメモリ単価は、 Web層における単位時 間当たりのメモリ単価を c Wとすると、 A t (i) 'c Wである。
M M
[0063] その代わりに、図 6Bに示されているように、単価テーブル 38に、一測定期間当たり
(又は単位時間当たりの)の Web層のコンピュータシステム運用コストと、 CPUの寄与 率、及びメモリの寄与率が記述されることも可能である。全ての測定期間の長さが一 定である場合には、一測定期間当たりのコンピュータシステム運用コストに CPUの寄 与率を乗じて一測定期間あたりの CPU単価が算出される。更に、 Web層のコンビュ ータシステム運用コストにメモリの寄与率を乗じることにより、一測定期間あたりのメモ リ単価が算出される。一方、測定期間の長さが可変である場合には、単位期間当たり のコンピュータシステム運用コストに CPUの寄与率を乗じて単位時間あたりの CPU 単価が算出される。更に、 Web層のコンピュータシステム運用コストにメモリの寄与率 を乗じることにより、単位時間あたりのメモリ単価が算出される。
[0064] 課金データ生成ツール 24は、 Web層の分析結果データ 35と、単価テーブル 38に 記述されている CPU単価 C Wとメモリ単価 C Wとを用いて、 1つの Webリクエストに
CPU M
対する Web層の単価を決定する。具体的には、測定期間" i"の種類〃 Rj〃の Webリク ェスト 1つの処理に対する Web層の単価 W (i)は、下記のように決定される。
Rj
[0065] 測定期間" i"において、種類〃 Rj〃の Webリクエストを処理するために消費される CP U時間は、 N (i) -U Wである。また、各測定期間において、 Webリクエストの処理に
Rj Rj
無関係に消費されるデフォルト CPU時間は、全ての測定期間の長さが一定値 A tで ある場合には A f p wであり、測定期間の長さが可変である場合には、 A t (i) - w z z である。
[0066] 本実施形態では、 Webリクエストの処理に無関係に Web層で消費されるデフォルト
CPU時間 A t' P Wを、 Webリクエストの種類のそれぞれに配分することによって We z
b層における「仮想的な CPU消費時間」が決定される。具体的には、全ての測定期 間の長さが一定である場合には、測定期間" i"の種類〃 Rj〃の Webリクエストの Web層 における仮想的な CPU消費時間 CPU— Rjw(i)は、下記式:
[数 9コ PU― Rf () = NRJ (0. U +Δ · ·
Figure imgf000022_0001
, … (4) j によって算出される。式 (4)の第 1項は、上述のとおり、種類〃 Rj〃の Webリクエストを 処理するために Web層において実際に消費される CPU時間である。一方、第 2項は 、 Webリクエストの処理に無関係に Web層において消費されるデフォルト CPU時間
At- p Wの、種類〃 Rj〃の Webリクエストへの割り当て分である。
z
[0067] 一方、測定期間の長さが可変である場合には、仮想的な CPU消費時間 CPU— Rj W(i)は、下記式:
[数 10] '··(4')
Figure imgf000022_0002
ゾ によって算出される。
[0068] 上記のようにして算出された仮想的な CPU時間を用いて、測定期間 'Τ'における種 類" Rfの Webリクエスト一つの Web層の CPU単価 CPU(i)Wは、全ての測定期間
Rj
の長さが一定である場合には、下記式:
[数 11]
CPU .,W 1 w CPU Rf ( /c
によって算出され、測定期間の長さが可変である場合には、
[数 12]
Figure imgf000023_0001
によって算出される。
メモリ使用量についても同様にして web層のメモリ単価 より
Figure imgf000023_0002
具体的には、測定期間〃 i"の種類〃 Rj〃の Webリクエストの Web層における「仮想的な メモリ使用量」 M— Rjw(i)力 下記式:
[数 13]
M_Rf (i) = NRj(i)-MRj" +MZ'
∑¾('■) ' / によって算出される。ここで、 M wは、種類" Rfの Webリクエスト一つを処理するため
Rj
の Web層におけるメモリ使用量である。一方、 p Wは、 Web層のデフォルトメモリ使用
z
量である。
[0070] 更に、測定期間〃 i"における種類〃 Rj〃の Webリクエスト一つの Web層のメモリ単価 μ (i) 力 下記式:
Rj
[数 14]
M (.ψ _― 1― r w M _i [l) _
によって算出され、測定期間の長さが可変である場合には、下記式:
[数 15]
Figure imgf000023_0003
-(8) によって算出される。
[0071] 測定期間" i"における種類" Rj "の Webリクエスト一つの Web層における単価 μ W(i
Rj )は、 CPU単価 CPU (i)Wとメモリ単価 M(i)Wの和として算出される。即ち、 Web
Rj Rj
リクエスト一つの Web層における単価 W(i)は、下記式:
Rj
W .\ CPU W M W /ハヽ
μ (l) = μ (l) + μ (0 , · · · (9)
Rj Rj Rj
によって算出される。
[0072] 更に、対象の測定期間に各ユーザが発行した Webリクエストの数力 S、ユーザデータ 作成ツール 26によって Webリクエストの種類毎に算出され、その結果を示すユーザ データ 39が記憶装置 7bに保存される。図 7は、ユーザデータ 39の内容の例を示す 表である。図 7の例では、集計期間は 5分である。図 7の表において、〃N (i)"は、
RjUk 測定期間" i"におレ、てユーザ Ukが発行した、種類〃 Rj〃の Webリクエストの数を意味し ている。
[0073] 課金データ生成ツール 24は、上述のようにして算出された Webリクエスト一つの W eb層における単価 w(i)と、ユーザデータ 39から、測定期間 'Τ'において各ユーザ
Rj
Ukに課せられる Web層の料金 F w(i)を下記式によって算出する:
Uk
F W(i) =∑ W(i)-N (i), •••(10a)
Uk Rj RjUk
ここで∑は、全ての Webリクエストの種類につ!/、ての和を意味して!/、る。
[0074] 他の二層、即ち、機能層及びデータ層についても、同様にして Webリクエスト一つ の単価及びユーザに課される料金が決定される。具体的には、課金データ生成ツー ノレ 24は、機能層の料金 F F(i)と、データ層の料金 F D(i)を下記式によって算出す
Uk Uk
る:
F F(i) =∑ F(i)-N (i), •••(10b)
Uk Rj RjUk
F °(i) =∑^ °(i)-N (i), ---(100)
Uk Rj RjUk
ここで、 F(i), μ D(i)は、それぞれ、機能層、データ層における Webリクエスト一
Rj Rj
つの単価である。更に課金データ生成ツール 24は、各ユーザ Ukに課せられる料金
F ωを下記式によって算出する:
Uk
F (i)=F W(i)+F F(i)+F D(i).
Uk Uk Uk Uk
課金データ生成ツール 24は、各ユーザ Ukに課せられる料金 F (i)、F w(i)、F F
Uk Uk Uk
(i)、 F D(i)を記述する課金データ 40を生成し、記憶装置 7bに保存する。
Uk
[0075] (コンピュータシステムの負荷及び能力の分析) コンピュータシステム 1の負荷及び能力の分析は、システム管理データ生成ツール 25によって行われる。具体的には、システム管理データ生成ツール 25は、上述の W eb層、機能層、及びデータ層の分析結果データ 35、 36、 37から、下記のデータを 生成する。
[0076] 第 1に、システム管理データ生成ツール 25は、 Web層、機能層、データ層それぞれ における資源の使用率や使用量を、 Webリクエストの種類毎、且つ測定期間毎に算 出する機能を有している。本実施形態では、システム管理データ生成ツール 25は、 Web層、機能層、及びデータ層の分析結果データ 35、 36、 37から、各層における C PU使用率を Webリクエストの種類毎且つ測定期間毎に算出し、算出された CPU使 用率を記述した CPU出力テーブル 41を記憶装置 7bに保存する。測定期間 'Τ'にお ける、種類〃 Rj〃の Webリクエストの Web層における CPU使用率 Ψ W(i)、機能層に
Rj
おける CPU使用率 Ψ F(i)、データ層における CPU使用率 Ψ D(i)は、それぞれ、
Rj Rj
全ての測定期間の長さが一定である場合には下記式:
Ψ W(i)=N (i)-U At, .''(12&)
Rj Rj Rj
Ψ F(i)=N (i)-U F/At, .••(12b)
Rj Rj Rj
Ψ °(i)=N (i)-U At, ---(120)
Rj Rj Rj
によって算出され、測定期間の長さが可変である場合には下記式:
Ψ W(i)=N (i)-U VAt(i), •••(12a')
Rj Rj Rj
Ψ F(i)=N (i)-U At(i), •••(12b')
Rj Rj Rj
Ψ D(i)=N (i)-U D/At(i), ·'·(12。,)
Rj Rj Rj
によって算出される。図 8Aは、 CPU出力テーブル 41のうち、 Web層に対応する部 分の内容を示している。ここでいう「"種類 Rj〃の Webリクエストの Web層における CP U使用率 Ψ W(i)、」は、 "種類 Rfの Webリクエスト 1つについて算出されるのではな
Rj
ぐ "種類 Rj〃の Webリクエスト全体について算出されていることに留意されたい。機能 層、データ層における CPU使用率 Ψ F(i), Ψ D(i)についても同様である。
Rj Rj
[0077] 更にシステム管理データ生成ツール 25は、 Web層、機能層、データ層それぞれに おけるメモリ使用量を、 Webリクエストの種類毎、且つ測定期間毎に算出し、算出さ れたメモリ使用量を記述したメモリ出力テーブル 42を記憶装置 7bに保存する。図 8B は、メモリ出力テーブル 42のうち Web層に対応する部分の内容を示す表である。本 実施形態では、測定期間 'Τ'における、種類〃 Rj〃の Webリクエストの Web層における メモリ使用量 Φ W (i)、機能層におけるメモリ使用量 Φ F (i)、データ層におけるメモリ
Rj Rj
使用量 Φ D (i)は、それぞれ、下記式:
Rj
Φ w (i) =N (i) 'M w, •••(13a)
Rj Rj Rj
Φ F (i) =N (i) -M F, - - - (13«
Rj Rj Rj
Φ ° (i) =N (i) -M D, - - - (130)
Rj Rj Rj
によって算出される。図 8Bは、メモリ出力テーブル 42のうち、 Web層に対応する部分 の内容を示している。
[0078] 更に、システム管理データ生成ツール 25は、 CPU出力テーブル 41及びメモリ出力 テーブル 42の内容をグラフによって表示する機能を有している。具体的には、システ ム管理データ生成ツール 25は、各測定期間における Webリクエストの種類毎の資源 の利用率 ·使用量をグラフとして表示する機能を有している。例えば、図 9Aに示され ているように、システム管理データ生成ツール 25は、各測定期間における Webリクェ ストの種類毎の Web層の CPU利用率及びデフォルト CPU利用率を、グラフとして表 示する。システム管理データ生成ツール 25は、メモリ使用量についても同様のグラフ を表示するように構成される。このようなグラフは、コンピュータシステム 1の現状を把 握するために有用である。
[0079] 更にシステム管理データ生成ツール 25は、ある特定の測定期間における各資源の 利用状況を、 Webリクエストの種類毎に表示する機能を有している。例えば、システ ム管理データ生成ツール 25は、図 9Bに示されているように、特定の測定期間(図 9B では 10: 00—10 : 05)における Web層の CPU使用率、メモリ使用率、ネットワーク使 用率、ディスク使用率を Webリクエストの種類毎にグラフとして表示する。ここで、種類 "Ri"の Webリクエストの Web層のメモリ使用率とは、 Web層の実際のメモリ使用量 M
R
Wをオペレーティングシステムによって管理されている全メモリ量で除算することによ
J
つて得られる数値である。オペレーティングシステムによって管理されている全メモリ 量は、通常のオペレーティングシステムで管理されている値である。メモリの利用状況 を、メモリ利用率として定義することにより、図 9Bに図示されているように、縦軸を「資 源利用率(%)」として定義された一つのグラフに、複数の資源の利用状況をまとめて 表示すること力できる。図 9Aのグラフと同様に、図 9Bのグラフは、コンピュータシステ ム 1の現状を把握するために有用である。なお、システム管理データ生成ツール 25 は、更に複数の測定期間(例えば、 10 :00〜; 10 :05と、 10 :05〜; 10 :10の二つの測 定期間)における各資源の利用状況を、 Webリクエスト毎に表示する機能を有するこ ともできる。具体的には、各測定期間の資源利用率を算出後、それらの平均値を算 出することで、上記と同様にグラフとして表示することができる。
[0080] Web層、機能層、データ層に含まれる CPU、メモリが同等の機能 ·性能を有してい る場合には、コンピュータシステム 1全体としての資源の使用率や使用量を、 Webリク ェストの種類毎、且つ測定期間毎に算出することも有用である。一実施形態では、コ ンピュータシステム 1全体としての CPU使用率やメモリ使用量力 Webリクエストの種 類毎、且つ測定期間毎に算出される。具体的には、測定期間" i"における、種類" Rj" の Webリクエストのコンピュータシステム 1全体としての CPU使用率 Ψ (i)は、全ての
Rj
測定期間の長さが一定である場合には下記式:
Ψ (i)=N (i)-U /At, ---(14&)
Rj Rj Rj
によって算出され、測定期間の長さが可変である場合には下記式:
Ψ (i)=N (i)-U /At(i), ·'·(14&')
Rj Rj Rj
によって算出される。ここで、 U は、 Web層、機能層、データ層のそれぞれにおいて
Rj
、種類〃 Rj〃の Webリクエスト一つが消費する CPU時間の和であり、下記式:
U =U W+U F + U D, ---(14^
Rj Rj Rj Rj
で定義される。一方、測定期間 'Τ'における、種類" Rfの Webリクエストのコンビユー タシステム 1全体としてのメモリ使用量 Φ (i)は、下記式:
Rj
Φ (i)=N (i).M , ··· (15a)
Rj Rj Rj
によって算出される。ここで、 M は、 Web層、機能層、データ層のそれぞれにおいて
Rj
、種類〃 Rj〃の Webリクエスト一つのメモリ使用量の和であり、下記式:
M =M W+M F + M D, ··· (15b)
Rj Rj Rj Rj
で定義される。
[0081] 更に、システム管理データ生成ツール 25は、コンピュータシステム 1の負荷が比較 的軽いときの Webリクエストのレスポンスタイム(応答時間)を、 Webリクエストの種類 毎に推定する機能を有している。レスポンスタイムは、コンピュータシステム 1の能力 を分析するために有効なパラメータである。具体的には、システム管理データ生成ッ 一ノレ 25は、種類" Rfの Webリクエストのレスポンスタイム T を下記式によって算出す
Rj
る:
T =U W+U F + U D, - - - (15)
Rj Rj Rj Rj
上述のように、 U W、 U F、 U Dは、それぞれ、 Web層、機能層、データ層において
Rj Rj Rj
種類〃 Rj〃の Webリクエスト 1つを処理するために使用される CPU時間であり、その C PU時間の和は、概ね、負荷が比較的軽いときのレスポンスタイムと一致する。算出さ れたレスポンスタイムは、レスポンスタイムデータ 43として記憶装置 7bに保存される。
[0082] 通常、負荷が比較的軽い状態でのレスポンスタイムを得るためには、専用の実験環 境を用意して測定実験を行なう必要がある。ところ力 本実施形態の手法を用いると 、常に何らかのリクエスト処理を行なっているような実運用環境においてもレスポンス タイムを測定することができる。そのため、専用の実験環境を用意する必要がない。
[0083] 以上には、本発明の好適な実施形態が説明されている力 本発明は、様々に変形 可能であり、上述の実施形態に限定して解釈されてはならない。
[0084] 例えば、上述の実施形態では、 Webリクエストの種類は、それに含まれるメソッドで 定義されているが、異なる定義であってもよい。例えば、 Webリクエストの種類は、当 該 Webリクエストによって参照される URLによって定義されてもよい。
[0085] また、本実施形態では、コンピュータシステム 1は、 Web層、機能層、データ層の 3 階層に階層化されているが、 2層や、 4層以上に階層化されたコンピュータシステムに 本発明が適用されることも可能である。また、本発明は、階層化されていないコンビュ ータシステムに適用されることも可能である。

Claims

請求の範囲
[1] クライアントから受け取った Webリクエストを処理するコンピュータシステムであって、 各測定期間において前記コンピュータシステムによって処理された Webリクエストの 数力 且つ、前記 Webリクエストの種類毎に記述されているリクエスト分類ログを生成 するリクエスト分類ログ生成手段と、
前記各測定期間における前記コンピュータシステムの資源の使用状態が記述され ているシステムログを生成するシステムログ生成手段と、
前記 Webリクエスト分類ログと前記システムログとを用いて、前記 Webリクエスト一つ の処理に使用される資源の使用量であるリクエスト処理資源使用量を、前記 Webリク ェストの種類毎に算出する資源使用状況算出手段
とを具備する
コンピュータシステム。
[2] 請求の範囲 1に記載のコンピュータシステムであって、
階層化された複数のサーバを備え、
前記システムログ生成手段は、前記システムログを前記複数のサーバの階層毎に 生成し、
前記資源使用状況算出手段は、前記リクエスト処理資源使用量を、前記複数のサ ーバの階層毎に算出する
コンピュータシステム。
[3] 請求の範囲 2に記載のコンピュータシステムであって、
前記複数のサーバは、
Web層を構成する Webサーバと、
前記 Webサーバに接続され、アプリケーション層を構成するアプリケーションサー バと、
前記アプリケーションサーバに接続され、データ層を構成するデータベースサー ノ
とを備え、
前記システムログ生成手段は、前記 Web層、前記アプリケーション層、前記データ 層のそれぞれについて前記システムログを生成し、
前記資源使用状況算出手段は、前記 Webリクエスト一つの処理に使用される資源 の使用量を、前記 Web層、前記アプリケーション層、前記データ層のそれぞれにつ いて算出する
コンピュータシステム。
[4] 請求の範囲 1乃至 3のいずれかに記載のコンピュータシステムであって、
前記コンピュータシステムは、更に、
前記 Webリクエストを前記クライアントから受け取って前記 Webサーバに分配する 負荷分散装置を備え、
前記負荷分散装置は、前記 Webリクエストが処理された時刻及び前記 Webリクエス トの種類が前記コンピュータシステムに到着した前記 Webリクエストのそれぞれにつ V、て記述されて!/、るリクエストログを生成し、
前記リクエスト分類ログ生成手段は、前記リクエストログから前記リクエスト分類ログ を生成する
コンピュータシステム。
[5] 請求の範囲 1乃至 4のいずれかに記載のコンピュータシステムであって、
更に、
前記リクエスト処理資源使用量を用いて、ユーザに課金される利用料金を示す課 金データを生成する課金データ生成手段
を具備する
コンピュータシステム。
[6] 請求の範囲 5に記載のコンピュータシステムであって、
前記資源使用状況算出手段は、前記リクエスト分類ログと前記システムログとを用 いて、前記 Webリクエストと無関係に使用される資源の使用量であるデフォルト資源 使用量を算出し、
前記課金データ生成手段は、前記 Webリクエストの種類のそれぞれについて、前 記デフォルト資源使用量を前記 Webリクエストの種類のそれぞれの資源の使用量の 全体に対する比率に応じて配分することによって仮想的な資源使用量を算出し、前 記リクエスト処理資源使用量と前記仮想的な資源使用量から前記利用料金を算出す る
コンピュータシステム。
[7] 請求の範囲 6に記載のコンピュータシステムであって、
前記資源使用状況算出手段は、前記リクエスト分類ログに記述されている、前記測 定期間毎、且つ、前記 Webリクエストの種類毎の Webリクエストの数と、前記システム ログに前記測定期間毎に記述されている前記コンピュータシステムの資源の使用状 態とに対して多重回帰分析を行うことによって、前記デフォルト資源使用量を算出す る
コンピュータシステム。
[8] 請求の範囲 6又は 7に記載のコンピュータシステムであって、
更に、前記コンピュータシステムに到着した Webリクエストのそれぞれについて前記 Webリクエストを発行したユーザのユーザ IDと、前記 Webリクエストの種類とが記述さ れているリクエストログから、前記ユーザが発行した前記 Webリクエストの数を前記 W ebリクエストの種類毎に記述するユーザデータを生成するユーザデータ生成手段を 備え、
前記課金データ生成手段は、前記 Webリクエスト一つに課される料金である単価を 前記仮想的な資源使用量から算出し、前記単価と前記ユーザデータとから前記利用 料金を算出する
コンピュータシステム。
[9] 請求の範囲 1乃至 8のいずれかに記載のコンピュータシステムであって、
更に、前記リクエスト処理資源使用量から、前記測定期間毎における Webリクエスト の種類毎の前記資源の利用状況を算出し、算出された前記資源の利用状況をダラ フとして表示するシステム管理データ生成手段
を備える
コンピュータシステム。
[10] 請求の範囲 9に記載のコンピュータシステムであって、
前記システム管理データ生成手段は、前記測定期間のそれぞれにおける前記 We bリクエストの種類毎の前記資源の利用状況を前記グラフとして表示する コンピュータシステム。
[11] 請求の範囲 9に記載のコンピュータシステムであって、
前記システム管理データ生成手段は、一つ以上の測定期間における前記資源そ れぞれの利用率を、前記 Webリクエストの種類毎に、前記グラフとして表示する コンピュータシステム。
[12] 請求の範囲 2に記載のコンピュータシステムであって、
更に、システム管理データ生成手段を備え、
前記システムログには、前記コンピュータシステムの CPUの使用状態が前記測定 期間毎に記述され、
前記資源使用状況算出手段は、前記 Webリクエスト一つの処理のために前記複数 のサーバの階層のそれぞれにおいて前記 CPUが使用される CPU時間を、前記 We bリクエストの種類毎に算出し、
前記システム管理データ生成手段は、前記複数のサーバの階層それぞれの前記 C PU時間を加算することにより、前記 Webリクエストのレスポンスタイムを前記 Webリク ェストの種類毎に算出する
コンピュータシステム。
[13] クライアントから Webリクエストを受け取って処理するコンピュータシステムを管理す る管理装置であって、
各測定期間において前記コンピュータシステムによって処理された Webリクエストの 数を、前記 Webリクエストの種類毎に記述したリクエスト分類ログを生成するリクエスト 分類ログ生成手段と、
前記各測定期間における前記コンピュータシステムの資源の使用状態を記述した システムログを生成するシステムログ生成手段と、
前記 Webリクエスト分類ログと前記システムログとを用いて、前記 Webリクエスト一つ の処理に使用される資源の使用量であるリクエスト処理資源使用量を、前記 Webリク ェストの種類毎に算出する資源使用状況算出手段
とを具備する 管理装置。
[14] 請求の範囲 13に記載の管理装置であって、
前記コンピュータシステムは、階層化された複数のサーバを備え、
前記システムログ生成手段は、前記システムログを前記複数のサーバの階層毎に 生成し、
前記資源使用状況算出手段は、前記リクエスト処理資源使用量を、前記複数のサ ーバの階層毎に算出する
管理装置。
[15] 請求の範囲 13又は 14に記載の管理装置であって、
更に、
前記リクエスト処理資源使用量を用いて、ユーザに課金される利用料金を示す課 金データを生成する課金データ生成手段
を具備する
管理装置。
[16] 請求の範囲 15に記載の管理装置であって、
前記資源使用状況算出手段は、前記リクエスト分類ログと前記システムログとを用 いて、前記 Webリクエストと無関係に使用される資源の使用量であるデフォルト資源 使用量を算出し、
前記課金データ生成手段は、前記 Webリクエストの種類のそれぞれについて、前 記デフォルト資源使用量を前記 Webリクエストの種類のそれぞれの資源の使用量の 全体に対する比率に応じて配分することによって仮想的な資源使用量を算出し、前 記リクエスト処理資源使用量と前記仮想的な資源使用量から前記利用料金を算出す る
管理装置。
[17] クライアントから Webリクエストを受け取って処理するコンピュータシステムを管理す る管理方法であって、
各測定期間において前記コンピュータシステムによって処理された Webリクエストの 数を、前記 Webリクエストの種類毎に記述したリクエスト分類ログを生成するステップ と、
前記各測定期間における前記コンピュータシステムの資源の使用状態を前記定め られた時間間隔毎に記述したシステムログを生成するステップと、
前記リクエスト分類ログと前記システムログとを用いて、前記 Webリクエスト一つの処 理に使用される資源の使用量であるリクエスト処理資源使用量を、前記 Webリクエス トの種類毎に算出するステップ
とを具備する
コンピュータシステム管理方法。
[18] クライアントから Webリクエストを受け取って処理するコンピュータシステムを管理す るためのコンピュータプログラムであって、
各測定期間において前記コンピュータシステムによって処理された Webリクエストの 数を、前記 Webリクエストの種類毎に記述したリクエスト分類ログを生成するステップ と、
前記各測定期間における前記コンピュータシステムの資源の使用状態を記述した システムログを生成するステップと、
前記 Webリクエスト分類ログと前記システムログとを用いて、前記 Webリクエスト一つ の処理に使用される資源の使用量であるリクエスト処理資源使用量を、前記 Webリク ェストの種類毎に算出するステップ
とをコンピュータに実行させる
コンピュータプログラム。
PCT/JP2007/063735 2006-07-10 2007-07-10 Dispositif et procédé de gestion de système informatique WO2008007669A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2008524801A JP4900881B2 (ja) 2006-07-10 2007-07-10 コンピュータシステム、管理装置、及びコンピュータプログラム
US12/373,254 US8171133B2 (en) 2006-07-10 2007-07-10 Management apparatus and management method for computer system
EP07790553A EP2040171A4 (en) 2006-07-10 2007-07-10 DEVICE AND METHOD FOR COMPUTER SYSTEM MANAGEMENT

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2006-188999 2006-07-10
JP2006188999 2006-07-10

Publications (1)

Publication Number Publication Date
WO2008007669A1 true WO2008007669A1 (fr) 2008-01-17

Family

ID=38923227

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2007/063735 WO2008007669A1 (fr) 2006-07-10 2007-07-10 Dispositif et procédé de gestion de système informatique

Country Status (4)

Country Link
US (1) US8171133B2 (ja)
EP (1) EP2040171A4 (ja)
JP (1) JP4900881B2 (ja)
WO (1) WO2008007669A1 (ja)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008225651A (ja) * 2007-03-09 2008-09-25 Nec Corp 負荷分析システム、方法、及び、プログラム
JP2012529234A (ja) * 2009-06-03 2012-11-15 マイクロソフト コーポレーション サーバの利用状況の判定
JP6048555B1 (ja) * 2015-09-10 2016-12-21 日本電気株式会社 分類情報作成装置、分類情報作成方法、分類情報作成プログラム、検索装置、検索方法、及び、検索プログラム
JP2018124878A (ja) * 2017-02-02 2018-08-09 富士通株式会社 性能要件推定プログラム、性能要件推定装置、および性能要件推定方法
JP2018206199A (ja) * 2017-06-07 2018-12-27 Kddi株式会社 管理装置、管理方法、及びプログラム
US10735440B2 (en) 2015-09-10 2020-08-04 Nec Corporation Communication destination determination device, communication destination determination method, and recording medium

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090327495A1 (en) * 2008-06-27 2009-12-31 Oqo, Inc. Computing with local and remote resources using automated optimization
US20090328036A1 (en) * 2008-06-27 2009-12-31 Oqo, Inc. Selection of virtual computing resources using hardware model presentations
WO2010118255A2 (en) * 2009-04-08 2010-10-14 The University Of North Carolina At Chapel Hill Methods, systems, and computer program products for network server performance anomaly detection
JP2011134018A (ja) * 2009-12-22 2011-07-07 Canon Inc 情報処理装置、情報処理システム、制御方法、及びプログラム
JP2011170464A (ja) * 2010-02-16 2011-09-01 Ricoh Co Ltd ライセンス管理システム、ライセンス管理方法およびプログラム
EP2601563A4 (en) * 2010-08-06 2016-04-20 Hewlett Packard Development Co SYSTEMS AND METHOD FOR QUOTING ENERGY CONSUMPTION
US10797953B2 (en) * 2010-10-22 2020-10-06 International Business Machines Corporation Server consolidation system
TWI414161B (zh) * 2011-01-28 2013-11-01 Univ Nat Chiao Tung 負載分配方法
US9178767B2 (en) * 2011-12-09 2015-11-03 Telefonaktiebolaget L M Ericsson (Publ) Intelligent traffic quota management in split-architecture networks
US8948191B2 (en) * 2011-12-09 2015-02-03 Telefonaktiebolaget L M Ericsson (Publ) Intelligent traffic quota management
JP5880962B2 (ja) * 2012-06-12 2016-03-09 ソニー株式会社 電子装置、計算方法、プログラム、および情報処理装置
US9189355B1 (en) * 2013-05-21 2015-11-17 Intuit Inc. Method and system for processing a service request
CN103455549A (zh) * 2013-07-26 2013-12-18 苏州亿倍信息技术有限公司 一种数据处理的方法及系统
JP6264849B2 (ja) * 2013-11-12 2018-01-24 富士通株式会社 分析方法、分析装置、及び分析プログラム
US20150332295A1 (en) * 2014-02-18 2015-11-19 Mastercard International Incorporated Method of Forecasting Resource Demand
US20150309908A1 (en) * 2014-04-29 2015-10-29 Hewlett-Packard Development Company, L.P. Generating an interactive visualization of metrics collected for functional entities
US10832176B2 (en) 2014-12-08 2020-11-10 Mastercard International Incorporated Cardholder travel detection with internet service
US10255561B2 (en) 2015-05-14 2019-04-09 Mastercard International Incorporated System, method and apparatus for detecting absent airline itineraries
US10904127B2 (en) 2016-06-13 2021-01-26 Intel Corporation Systems and methods for detecting a zombie server
US10644963B2 (en) * 2016-06-13 2020-05-05 Intel Corporation Systems and methods for detecting a zombie server
CN108229564B (zh) * 2018-01-05 2022-08-02 创新先进技术有限公司 一种数据的处理方法、装置及设备

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0695924A (ja) 1992-09-10 1994-04-08 Nec Corp 性能データ採取方式
JP2000207365A (ja) 1999-01-13 2000-07-28 Internatl Business Mach Corp <Ibm> トランザクション処理方法及び記憶媒体
JP2001290641A (ja) 2000-04-10 2001-10-19 A & I System Kk アプリケーションソフトウェア共用システム
JP2001344224A (ja) 2000-05-31 2001-12-14 Toshiba Corp クライアント/サーバ型協調動作方法
JP2002342182A (ja) * 2001-05-21 2002-11-29 Hitachi Ltd ネットワークシステムにおける運用管理の支援システム
JP2005025372A (ja) 2003-06-30 2005-01-27 Toshiba Corp 計算機システムのcpu負荷分析装置、そのcpu負荷分析方法及びcpu負荷分析用プログラム
JP2005031870A (ja) 2003-07-10 2005-02-03 Hitachi Ltd ジョブ課金方法
JP2005064971A (ja) 2003-08-15 2005-03-10 Nippon Telegr & Teleph Corp <Ntt> 負荷発生分布推定方法および装置、並びに高負荷判定方法および装置
JP2005148911A (ja) 2003-11-12 2005-06-09 Nec Corp 負荷分散方法及び装置とシステム並びにプログラム
JP2005216078A (ja) 2004-01-30 2005-08-11 Nec Corp 計算機システム性能測定分析用のトランザクションプロファイルの生成システム、その生成方法及びプログラム
JP2006024107A (ja) * 2004-07-09 2006-01-26 Fuji Seal International Inc Rfidインレットの積層方法、及びrfidインレット積層体
JP2006024017A (ja) 2004-07-08 2006-01-26 Internatl Business Mach Corp <Ibm> コンピュータ資源のキャパシティを予測するためのシステム、方法およびプログラム
JP2006188999A (ja) 2005-01-07 2006-07-20 Honda Motor Co Ltd 内燃機関の過給圧制御装置

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3398599B2 (ja) 1998-06-24 2003-04-21 シャープ株式会社 アプリケーションデータ処理装置
US7320131B1 (en) * 2001-06-06 2008-01-15 Cisco Technology, Inc. Methods and apparatus for selecting a server to process a request
EP1495417A4 (en) * 2002-03-14 2007-10-03 Unisys Corp SYSTEM AND METHOD FOR ESTIMATING RESOURCE USE
AU2002368528A1 (en) 2002-12-27 2004-07-22 Unisys Corporation Improvements in a system and method for estimation of computer resource usage by transaction types
JP4223411B2 (ja) 2004-01-19 2009-02-12 株式会社日立製作所 実行多重度制御システム、実行多重度制御システムの制御方法、及びプログラム
JP2006012065A (ja) 2004-06-29 2006-01-12 Honda Motor Co Ltd 資源負荷適正化管理システム
US7559053B2 (en) 2004-08-24 2009-07-07 Microsoft Corporation Program and system performance data correlation
JP4180638B2 (ja) 2004-10-28 2008-11-12 富士通株式会社 分析方法及び装置
JP2006155276A (ja) 2004-11-30 2006-06-15 Hitachi Ltd 計算機利用に関する予実算管理システム
US7908314B2 (en) * 2005-03-23 2011-03-15 Hitachi, Ltd. Method for controlling a management computer
US20070276743A1 (en) * 2006-05-24 2007-11-29 Zalta Danny P System and method for calculating fees associated with services
US8200555B2 (en) * 2006-06-08 2012-06-12 International Business Machines Corporation Method to monitor amount of usage of applications in a server and their billing

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0695924A (ja) 1992-09-10 1994-04-08 Nec Corp 性能データ採取方式
JP2000207365A (ja) 1999-01-13 2000-07-28 Internatl Business Mach Corp <Ibm> トランザクション処理方法及び記憶媒体
JP2001290641A (ja) 2000-04-10 2001-10-19 A & I System Kk アプリケーションソフトウェア共用システム
JP2001344224A (ja) 2000-05-31 2001-12-14 Toshiba Corp クライアント/サーバ型協調動作方法
JP2002342182A (ja) * 2001-05-21 2002-11-29 Hitachi Ltd ネットワークシステムにおける運用管理の支援システム
JP2005025372A (ja) 2003-06-30 2005-01-27 Toshiba Corp 計算機システムのcpu負荷分析装置、そのcpu負荷分析方法及びcpu負荷分析用プログラム
JP2005031870A (ja) 2003-07-10 2005-02-03 Hitachi Ltd ジョブ課金方法
JP2005064971A (ja) 2003-08-15 2005-03-10 Nippon Telegr & Teleph Corp <Ntt> 負荷発生分布推定方法および装置、並びに高負荷判定方法および装置
JP2005148911A (ja) 2003-11-12 2005-06-09 Nec Corp 負荷分散方法及び装置とシステム並びにプログラム
JP2005216078A (ja) 2004-01-30 2005-08-11 Nec Corp 計算機システム性能測定分析用のトランザクションプロファイルの生成システム、その生成方法及びプログラム
JP2006024017A (ja) 2004-07-08 2006-01-26 Internatl Business Mach Corp <Ibm> コンピュータ資源のキャパシティを予測するためのシステム、方法およびプログラム
JP2006024107A (ja) * 2004-07-09 2006-01-26 Fuji Seal International Inc Rfidインレットの積層方法、及びrfidインレット積層体
JP2006188999A (ja) 2005-01-07 2006-07-20 Honda Motor Co Ltd 内燃機関の過給圧制御装置

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
"Nikkei Computer", 8 March 2004, NIKKEI BUSINESS PUBLICATIONS. INC, article "New Common Sense That Cannot Be Asked Any More"
"Nikkei Open System", July 2001, NIKKEI BUSINESS PUBLICATIONS. INC, article "From Two-Layered C/S To n-Layered Web System, From EUC To Information Community BtoB", pages: 164 - 170
BEN ROLY; PETER ROLY: "Apache Handbook", 25 November 1997, OHMSHA LTD., pages: 41 - 57
See also references of EP2040171A4
SHUSHI KUBO: "OS Review", 1988, KYORITSU SHUPPAN CO., LTD, pages: 174 - 179

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008225651A (ja) * 2007-03-09 2008-09-25 Nec Corp 負荷分析システム、方法、及び、プログラム
JP2012529234A (ja) * 2009-06-03 2012-11-15 マイクロソフト コーポレーション サーバの利用状況の判定
JP6048555B1 (ja) * 2015-09-10 2016-12-21 日本電気株式会社 分類情報作成装置、分類情報作成方法、分類情報作成プログラム、検索装置、検索方法、及び、検索プログラム
JP2017054333A (ja) * 2015-09-10 2017-03-16 日本電気株式会社 分類情報作成装置、分類情報作成方法、分類情報作成プログラム、検索装置、検索方法、及び、検索プログラム
US10735440B2 (en) 2015-09-10 2020-08-04 Nec Corporation Communication destination determination device, communication destination determination method, and recording medium
US10902027B2 (en) 2015-09-10 2021-01-26 Nec Corporation Generation of category information for measurement value
JP2018124878A (ja) * 2017-02-02 2018-08-09 富士通株式会社 性能要件推定プログラム、性能要件推定装置、および性能要件推定方法
JP2018206199A (ja) * 2017-06-07 2018-12-27 Kddi株式会社 管理装置、管理方法、及びプログラム

Also Published As

Publication number Publication date
JPWO2008007669A1 (ja) 2009-12-10
US8171133B2 (en) 2012-05-01
EP2040171A1 (en) 2009-03-25
EP2040171A4 (en) 2010-09-22
JP4900881B2 (ja) 2012-03-21
US20090287768A1 (en) 2009-11-19

Similar Documents

Publication Publication Date Title
WO2008007669A1 (fr) Dispositif et procédé de gestion de système informatique
US8903996B2 (en) Operating cloud computing services and cloud computing information system
Cao et al. Grid load balancing using intelligent agents
US7035919B1 (en) Method for calculating user weights for thin client sizing tool
US8612577B2 (en) Systems and methods for migrating software modules into one or more clouds
US7533170B2 (en) Coordinating the monitoring, management, and prediction of unintended changes within a grid environment
KR101977726B1 (ko) 가상 데스크탑 서비스 방법 및 장치
KR101826969B1 (ko) 버스트 모드 제어
Holzman et al. Hepcloud, a new paradigm for hep facilities: Cms amazon web services investigation
US20050060360A1 (en) Method, system and program product for managing system resources
US8132177B2 (en) System and method for load-balancing in server farms
US20050108133A1 (en) Service shopping and provisioning system and method
Agarwal et al. Metering and accounting for composite e-services
US20100077393A1 (en) Method and system for automatically generating software and configuring application installation
US7529185B2 (en) Method, system and program product for determining bandwidth consumption across a multi-tiered computer environment
US20060130067A1 (en) Method, system and program product for approximating resource consumption of a computer system
Anithakumari et al. Negotiation and monitoring of service level agreements in cloud computing services
Solainayagi et al. Resource Allocation Based on Matchmaking Services in Multiple Clouds Using Trustworthy and Scalable Service Providers Algorithm.
Cunha et al. Renegotiation of electronic brokerage contracts
Aldawsari et al. A survey of resource management challenges in multi-cloud environment: Taxonomy and empirical analysis
Sivasamy et al. Modelling of a cloud platform via M/M1+ M2/1 queues of a Jackson network
Chard et al. Using secure auctions to build a distributed metascheduler for the grid
Hu et al. Minimizing geo-distributed interactive service cost with multiple cloud service providers
Koneru et al. Three tier architecture: To select CSP through CloudServiceBroker in multicloud environment
US20110288904A1 (en) System, Method, and Software for Analyzing Maneuvers of an Application in a Distributed Computing Environment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07790553

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2008524801

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 12373254

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2007790553

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: RU