WO2015059896A1 - Information processing device and time-series data analysis method - Google Patents

Information processing device and time-series data analysis method Download PDF

Info

Publication number
WO2015059896A1
WO2015059896A1 PCT/JP2014/005200 JP2014005200W WO2015059896A1 WO 2015059896 A1 WO2015059896 A1 WO 2015059896A1 JP 2014005200 W JP2014005200 W JP 2014005200W WO 2015059896 A1 WO2015059896 A1 WO 2015059896A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
data
target data
target
appearance
Prior art date
Application number
PCT/JP2014/005200
Other languages
French (fr)
Japanese (ja)
Inventor
育大 網代
雅之 中川
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2015543703A priority Critical patent/JPWO2015059896A1/en
Publication of WO2015059896A1 publication Critical patent/WO2015059896A1/en

Links

Images

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/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
    • G06F11/3433Recording 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 for load management
    • 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

Definitions

  • the present invention relates to a technique for acquiring desired information by analyzing time series data.
  • a technique for acquiring desired information by analyzing time series data is known.
  • Patent Document 1 and Patent Document 2 describe a technique for detecting an abnormality of a network system based on a frequency component of traffic data.
  • Patent Document 1 collects logs output from each network device, and extracts parameters to be analyzed from the collected logs. Next, this related technique obtains a distribution on the time axis of events related to parameters to be analyzed. Next, this related technique converts the distribution into a distribution on the frequency axis. Furthermore, this related technique calculates and outputs a value representing the degree of abnormality such as an attack on the network system by performing ratio analysis or rare rate analysis on the distribution on the frequency axis.
  • Patent Document 2 acquires time-series data of the traffic of a packet having a predetermined header, and Fourier-transforms the acquired time-series data every predetermined time. And this related technique detects the abnormality of traffic based on the comparison result by comparing the pattern on the frequency axis obtained by the Fourier transform with a reference pattern prepared in advance.
  • Patent Document 3 describes a technique for detecting the occurrence of a system abnormality based on log information obtained from a managed computer.
  • the related technology described in Patent Document 3 records log information obtained from a management computer separately into detailed log information and summary log information obtained by integrating a plurality of detailed log information. Then, this related technique converts the time axis distribution of the summary log information into the frequency axis distribution, and calculates the frequency band intensity that is the sum of the intensity in the frequency band to be monitored. This related technique monitors the time change of the frequency band intensity, and detects the occurrence of an abnormality when the fluctuation of the frequency band intensity exceeds a predetermined threshold. In addition, this related technique specifies an abnormality occurrence source based on a time axis distribution of detailed log information at a time that goes back a predetermined time from the abnormality occurrence time.
  • Patent Document 4 describes a technique for estimating the encryption method and application used by analyzing traffic data.
  • Patent Document 4 classifies input traffic into subscriber traffic to be observed and teacher traffic whose encryption method and application are known and used for calibration. Extract features from the flow. And this related technique produces
  • Patent Documents 1 to 3 detect desired information based on the intensity and distribution by analyzing frequency components of time-series data. For this reason, these related techniques are not suitable for estimating a factor of information that appears in time-series data and has no periodicity.
  • the related technique described in Patent Document 4 estimates the content (encryption scheme and application) of time-series data based on the time-series feature amount of subscriber traffic data.
  • Patent Document 4 does not describe a method for estimating an information factor that appears in time-series data and has no periodicity.
  • the present invention has been made in order to solve the above-described problem, and provides a technique capable of estimating a factor of appearance of information even when the information appearing in time-series data has no periodicity. For the purpose.
  • An information processing apparatus includes time-series data acquisition means for acquiring time-series data, target data specifying information for specifying target data that is target data among data constituting the time-series data, and From the time-series data, determination rule storage means for storing a determination rule consisting of appearance tendency information in which conditions regarding the appearance tendency of the target data are defined, and factor information representing the appearance factor of the target data, Target data extracting means for extracting target data specified by the target data specifying information, and appearance tendency for determining whether or not the appearance tendency of the target data extracted by the target data extracting means matches the appearance tendency information The appearance factor of the target data determined to match the appearance tendency information by the determination means and the appearance tendency determination means Including the factor estimating means for estimating, based on the factor information.
  • the time-series data analysis method includes a target data specifying information for specifying target data that is target data among data constituting the time-series data, and the appearance of the target data.
  • Time series data is acquired using a determination rule consisting of appearance trend information in which conditions related to the trend are defined and factor information representing the appearance factor of the target data, and the target data specifying information is obtained from the time series data.
  • the target data identified by the above is extracted, it is determined whether the appearance tendency of the extracted target data matches the appearance tendency information, and the appearance factor of the target data determined to match the appearance tendency information is Estimate based on the factor information.
  • the non-transitory computer-readable recording medium includes target data specifying information for specifying target data that is target data among data constituting time-series data, and the appearance of the target data.
  • a time-series data acquisition step for acquiring time-series data using a determination rule consisting of appearance-trend information for which conditions related to the trend are defined, and factor information representing an appearance factor of the target data;
  • a target data extraction step for extracting target data specified by the target data specifying information, and whether or not the appearance tendency of the target data extracted in the target data extraction step matches the appearance tendency information
  • the appearance factor of the target data determined to match the appearance tendency information is estimated based on the factor information. Recording a computer program for causing a factor estimating step, to the computer device.
  • the present invention can provide a technique capable of estimating the factor of appearance of information even when the information appearing in the time series data has no periodicity.
  • FIG. 1 is a functional block diagram of a time-series data analysis apparatus as a first embodiment of the present invention.
  • FIG. 2 is a hardware configuration diagram of the time-series data analysis apparatus as the first embodiment of the present invention.
  • FIG. 3 is a flowchart for explaining the operation of the time-series data analysis apparatus as the first embodiment of the present invention.
  • FIG. 4 is a functional block diagram of the time-series data analysis apparatus as the second embodiment of the present invention.
  • FIG. 5 is a diagram illustrating an example of time-series data according to the second embodiment of the present invention.
  • FIG. 6 is a diagram illustrating an example of a determination rule according to the second embodiment of this invention.
  • FIG. 1 is a functional block diagram of a time-series data analysis apparatus as a first embodiment of the present invention.
  • FIG. 2 is a hardware configuration diagram of the time-series data analysis apparatus as the first embodiment of the present invention.
  • FIG. 3 is a flowchart for explaining the operation of the time
  • FIG. 7 is a diagram illustrating an example of measurement data that is a basis for determining a determination rule according to the second embodiment of the present invention.
  • FIG. 8 is a diagram illustrating an example of other measurement data that is a basis for determining a determination rule according to the second embodiment of the present invention.
  • FIG. 9 is a flowchart for explaining the operation of the time-series data analysis apparatus as the second embodiment of the present invention.
  • FIG. 10 is a diagram illustrating an example of time-series data of a target period according to the second embodiment of the present invention.
  • FIG. 11 is a functional block diagram of a time-series data analysis apparatus as the third embodiment of the present invention.
  • FIG. 12 is a diagram illustrating an example of a determination rule according to the third embodiment of this invention.
  • FIG. 13 is a diagram illustrating an example of measurement data that is a basis for determining a determination rule according to the third embodiment of the present invention.
  • FIG. 14 is a flowchart for explaining the operation of the time-series data analysis apparatus as the third embodiment of the present invention.
  • FIG. 15 is a diagram showing an example of time-series data in which information on a plurality of target systems that can be processed by the second and third embodiments of the present invention is mixed.
  • FIG. 16 is a diagram showing an example of a storage medium as an embodiment of the storage medium of the present invention.
  • FIG. 1 shows a functional block configuration of a time-series data analysis apparatus (also referred to as an information processing apparatus) 1 as a first embodiment of the present invention.
  • the time-series data analysis device 1 includes a time-series data acquisition unit 11, a determination rule storage unit 12, a target data extraction unit 13, an appearance tendency determination unit 14, and a factor estimation unit 15.
  • the time-series data analysis device 1 can be configured by a computer device 10 as shown in FIG.
  • the computer device 10 includes a CPU (Central Processing Unit) 1001, a RAM (Random Access Memory) 1002, a ROM (Read Only Memory) 1003, a storage device 1004 such as a hard disk, an input device 1005, and an output device 1006. Including.
  • CPU Central Processing Unit
  • RAM Random Access Memory
  • ROM Read Only Memory
  • the time-series data acquisition unit 11 includes an input device 1005 and a CPU 1001 that reads a computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them.
  • the determination rule storage unit 12 includes a storage device 1004.
  • the target data extraction unit 13 and the appearance tendency determination unit 14 are configured by a CPU 1001 that reads a computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them.
  • the factor estimating unit 15 includes an output device 1006 and a CPU 1001 that reads a computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them. Note that the hardware configuration of the time-series data analysis device 1 and each functional block thereof is not limited to the above-described configuration.
  • the time series data acquisition unit 11 acquires time series data.
  • the time series data acquisition unit 11 may acquire time series data stored in the storage device 1004.
  • the time series data acquisition unit 11 may acquire time series data from the outside via a network interface (not shown) or the like.
  • the time-series data acquisition unit 11 may acquire time-series data indicated by the storage position input by the input device 1005.
  • the determination rule storage unit 12 stores a determination rule including target data specifying information, appearance tendency information, and factor information.
  • the target data specifying information is information for specifying target data among the data constituting the time series data.
  • the appearance tendency information is information in which conditions regarding the appearance tendency of the target data are defined.
  • the factor information is information representing the appearance factor of the target data.
  • the target data extraction unit 13 extracts the target data specified by the target data specifying information included in the determination rule from the time series data.
  • the appearance tendency determination unit 14 determines whether the appearance tendency of the target data extracted by the target data extraction unit 13 matches the appearance tendency information included in the determination rule.
  • the factor estimating unit 15 estimates the appearance factor of the target data determined to match the appearance tendency information by the appearance tendency determining unit 14 based on the factor information included in the determination rule.
  • the time-series data acquisition unit 11 acquires time-series data (step S1).
  • the target data extraction unit 13 extracts target data specified by the target data specifying information of the determination rule stored in the determination rule storage unit 12 from the time-series data acquired in step S1 (step S2). .
  • the appearance tendency determination unit 14 determines whether the appearance tendency of the target data extracted in step S2 matches the appearance tendency information of the determination rule stored in the determination rule storage unit 12 (step S3). ).
  • the factor estimation unit 15 estimates the factor information included in the determination rule stored in the determination rule storage unit 12 as an appearance factor of the target data, and outputs (Step S4).
  • the time series data analysis apparatus 1 ends its operation.
  • the time-series data analysis device 1 may repeat the operations of steps S2 to S4 for each determination rule.
  • the time-series data analysis device as the first embodiment can estimate the appearance factor of information even when the information appearing in the time-series data has no periodicity.
  • the determination rule storage unit includes target data specifying information for specifying target data among data constituting time-series data, appearance tendency information that defines conditions regarding the appearance tendency of target data, and appearance factors of the target data
  • the determination rule consisting of the factor information indicating is stored.
  • the target data extraction unit extracts the target data specified by the target data specifying information from the time series data.
  • the appearance tendency determination unit determines whether or not the appearance tendency of the extracted target data matches the appearance tendency information.
  • the factor estimation unit identifies factor information included in the determination rule as an appearance factor of the target data determined to match the appearance tendency information.
  • the present embodiment stores in advance a determination rule that defines the appearance tendency of such target data. Therefore, it is possible to estimate the cause of the appearance of the target data.
  • FIG. 4 shows a functional block configuration of the time-series data analysis apparatus 2 as the second embodiment.
  • the time-series data analysis device 2 includes a time-series data acquisition unit 21, a determination rule storage unit 22, a target data extraction unit 23, an appearance tendency determination unit 24, and a factor estimation unit 25.
  • time-series data analysis device 2 and its respective functional blocks are constituted by the same hardware elements as the time-series data analysis device 1 and its respective functional blocks as the first embodiment described with reference to FIG. It is configurable.
  • the time-series data acquisition unit 21 acquires, as time-series data, a history of data including information regarding the load on the target information processing system (hereinafter also referred to as a target system).
  • the time series data may be a log of load data collected from the target system (hereinafter also referred to as load history data).
  • the load may be a usage rate or usage amount related to a CPU, memory, disk, network resource, or the like included in the target system.
  • the load data may include a value representing the load and a time when the load value is observed in the target system. Further, load history data including such load data may be accumulated in the storage device 1004.
  • Fig. 5 shows an example of load history data.
  • the CPU usage rate is adopted as the load.
  • each row represents load data, and includes items of date, number of seconds, and CPU usage rate.
  • Each load data represents the CPU usage rate observed in the target system at the date and time represented by the number of seconds.
  • the time series data acquisition unit 21 may acquire load history data in the target period.
  • the target period is an analysis period that is a target for estimating a user operation or application that has caused a high load.
  • the time-series data acquisition unit 21 may acquire information representing the target period via the input device 1005 or a network interface (not shown).
  • the time-series data acquisition unit 21 may set a period of a predetermined length until that time as a target period for each predetermined timing. Then, the time-series data acquisition unit 21 may acquire a portion included in the target period from, for example, load history data stored in the storage device 1004.
  • the determination rule storage unit 22 includes a condition indicating a high load as target data specifying information, a condition regarding a frequency and a period as appearance tendency information, and information indicating a user operation or application as factor information.
  • the target data specifying information may be represented by a high load range (for example, a range such as a CPU usage rate).
  • load data that matches the condition indicating high load is also referred to as high load data.
  • the high load data corresponds to an embodiment of target data in the present invention.
  • FIG. 6 shows an example of the determination rule.
  • each row represents a determination rule and includes items of a load range, a cycle, a frequency, and an application / operation.
  • the “load range” represents a range of the CPU usage rate and corresponds to target data specifying information.
  • “Frequency” represents how many times every second appears, and corresponds to a condition regarding frequency (appearance tendency information).
  • Period indicates the presence / absence of periodicity and the number of seconds of the period when there is periodicity, and corresponds to a condition related to the period (appearance tendency information).
  • Application / operation corresponds to factor information.
  • the item “number” is a number assigned for the purpose of explanation.
  • the determination rule to which the number “X” is assigned is also referred to as determination rule X.
  • the determination rule 1 includes a load (CPU usage rate) range “40% or more”, a frequency condition “at least once every 180 seconds”, a period condition “no periodicity”, and an application / operation “ Web browsing ".
  • the determination rule 1 is “if the frequency at which the CPU usage rate rises to 40% or more is once or more in 180 seconds and there is no periodicity at the time when the CPU usage rate of 40% or more is observed, It shows a rule for “determining that web browsing by a user is being performed”.
  • an increase in load due to web browsing is considered to be caused by a significant rewriting of the screen due to movement of the site, etc., but the timing depends on the user's operation. Since the user's operation does not have a constant interval as in mechanical processing, in the determination rule 1 relating to web browsing, the condition relating to the cycle is defined as “no periodicity”. This is because, when periodicity is recognized at a high load, there is a high possibility that the cause of the load increase is not web browsing by a user operation.
  • the determination rule 2 includes a load (CPU usage rate) range “20% or more”, a frequency condition “N / A (no regulation)”, a period condition “300, 600, 900”, It consists of the application / operation "Mailer's periodic mail check”.
  • the determination rule 2 is that if the time when the CPU usage rate rises to 20% or more is periodic and the period is any of 300, 600, or 900 seconds, the periodic mail by the mailer (e-mail software) It shows a rule for “determining that confirmation has been performed”.
  • These determination rules may be defined based on actual load data measured in advance when a user operation or application operation is occurring, which may cause a high load.
  • FIG. 7 shows an example of CPU usage rate measurement data when web browsing is performed by the user.
  • FIG. 8 shows an example of CPU usage rate measurement data when periodic mail confirmation by the mailer is operating. 7 and 8, the horizontal axis represents the number of seconds elapsed from 0:00 on the corresponding date, and the vertical axis represents the CPU usage rate.
  • the CPU usage rate measurement interval (data collection interval) is 10 seconds.
  • the determination rule 1 in FIG. 6 may be defined from the measurement data in FIG. 7 and stored in the determination rule storage unit 22 in advance.
  • the determination rule 2 in FIG. 6 may be defined from the measurement data in FIG. 8 and stored in the determination rule storage unit 22 in advance.
  • the target data extraction unit 23 refers to the determination rule stored in the determination rule storage unit 22 and extracts high load data that matches a condition indicating high load (target data specifying information) from the load history data in the target period. For example, if the condition indicating a high load represents a load range as shown in FIG. 6, the target data extraction unit 23 determines that the load value included in the load data is within the range. What is necessary is just to extract as data.
  • a condition indicating high load target data specifying information
  • the appearance tendency determination unit 24 refers to the determination rule to determine whether or not the appearance tendency of the high load data matches the period condition and the frequency condition.
  • the frequency-related conditions are represented by the minimum number of appearances during a predetermined period as shown in FIG.
  • the appearance tendency determination unit 24 can determine whether or not the frequency condition is satisfied based on the length of the target period, the load data collection interval, and the number of high load data in the target period.
  • the appearance tendency determination unit 24 may adopt the related techniques described in Patent Document 1, Patent Document 2, and Patent Document 3 for the determination processing of the condition regarding the period. For example, the appearance tendency determination unit 24 obtains the frequency components of the time-series data by regarding all the load values included in the load data other than the extracted high load data as 0 and performing a discrete Fourier transform on the load values. Is possible. Then, the appearance tendency determination unit 24 can determine the presence or absence of periodicity in the time-series data by determining the frequency region and comparing the integrated value of the frequency intensity with a threshold value. In this case, since noise is removed by considering all the values of loads other than high load data as 0, highly accurate determination is possible.
  • the appearance tendency determination unit 24 calculates the difference in seconds between each time (seconds) of the high load data by brute force, and examines whether there is an equal difference relationship, thereby relating to the cycle.
  • the condition may be determined. For example, if the assumed period is limited in advance to 1 minute, 5 minutes, 10 minutes, etc., such a brute force method can be implemented with a relatively small amount of calculation.
  • the factor estimating unit 25 estimates information representing a user operation or an application that has caused a high load in the target system. Specifically, the factor estimating unit 25 determines that the application or user operation indicated by the factor information causes the high load when the high load data extracted by the target data extracting unit 23 satisfies the condition regarding the frequency and the period. As output.
  • time-series data analysis device 2 configured as described above will be described with reference to FIG.
  • the load history data illustrated in FIG. 5 is stored in the storage device 1004, and the determination rule illustrated in FIG. 6 is stored in the determination rule storage unit 22.
  • the time-series data acquisition unit 21 acquires information representing the target period (step S11). For example, it is assumed that the time series data acquisition unit 21 acquires information such as “from August 21, 2013 13:00 to August 21, 2013 14:00”.
  • the time-series data acquisition unit 21 acquires load history data in the target period (step S12).
  • the time series data acquisition unit 21 may acquire a portion included in the target period from the load history data stored in the storage device 1004.
  • the load history data shown in FIG. 10 from August 1, 2013 13:00 (46800 seconds) to August 21, 2013 14:00 (50400 seconds) is acquired from the load history data shown in FIG.
  • the load history data shown in FIG. 10 from August 1, 2013 13:00 (46800 seconds) to August 21, 2013 14:00 (50400 seconds) is acquired from the load history data shown in FIG.
  • the target data extraction unit 23 extracts, from the load history data acquired in step S12, high load data that matches a condition (target data specifying information) indicating a high load included in the determination rule (step S13). .
  • the target data extraction unit 23 extracts high load data having a CPU usage rate of 40% or more from the load history data shown in FIG. 10 based on the determination rule 1 in FIG.
  • the extracted high load data (a set of the number of seconds from 0 o'clock and the CPU usage rate) is “(46840, 60.16), (46920, 41.96), (46950, 45.04), (47080, 42.28),...
  • the appearance tendency determination unit 24 determines the condition regarding the frequency for the high load data extracted in step S13 (step S14).
  • load history data for one hour (3600 seconds) is acquired by the time-series data acquisition unit 21 in step S12.
  • the condition regarding the frequency is once or more in 180 seconds.
  • the appearance tendency determination unit 24 determines the condition regarding the period for the high load data extracted in step S13 (step S15).
  • the appearance tendency determination unit 24 may determine the presence / absence of periodicity by the above-described method of performing discrete Fourier transform by regarding all values of CPU utilization other than high load data as 0 in the load history data.
  • the factor estimating unit 25 estimates the user operation or application that has caused a high load in the target period based on the factor information. (Step S16).
  • the factor estimating unit 25 performs web browsing by the user in the target period. Is determined to have been performed.
  • the time-series data analysis device 2 operates from step S13 for the determination rule. repeat.
  • the time-series data analysis device 2 repeats the determination process for the determination rule 2 regarding the mailer's periodic mail confirmation after the determination process for the determination rule 1 regarding the web browsing is completed.
  • the target data extraction unit 23 extracts high load data with a CPU usage rate of 20% or more from the load history data of the target period based on the determination rule 2 (step S13).
  • the appearance tendency determination unit 24 determines the conditions regarding the period of the high load data (step S15). For example, the appearance tendency determination unit 24 may determine the condition related to the cycle by the above-described method of calculating the difference in seconds between each time (seconds) of the high load data.
  • the appearance tendency determination part 24 abbreviate
  • the factor estimation part 25 should just determine whether the mailer's regular mail confirmation was performed in the object period based on the result of step S15 (step S16). In other words, if the regular mail confirmation of the mailer in the target period is performed, it is estimated that it is an appearance factor.
  • the time-series data analysis apparatus as the second embodiment can estimate user operations and applications that cause high loads in the target system.
  • the time series data acquisition unit acquires load history data in the target system.
  • the determination rule storage unit stores a condition indicating high load as target data specifying information, a condition regarding frequency and a condition regarding frequency as appearance tendency information, and information indicating a user operation and an application as factor information. deep.
  • the target data extraction unit extracts high load data that matches the target data specifying information from the load history data.
  • the appearance tendency determination unit determines whether or not the appearance tendency of the high load data satisfies a condition regarding frequency and a condition regarding cycle.
  • the factor estimating unit determines that the user operation and the application indicated by the factor information were performed in the target system during the target period based on the determination result of the appearance tendency determining unit.
  • user operations and application operations in the information processing system often have no periodicity.
  • user operations and users having no periodicity are obtained from load history data that is time-series data.
  • Application behavior due to use can also be estimated.
  • this Embodiment can prescribe
  • the present embodiment can reduce the cost of collecting time-series data necessary for estimating user operations and applications that have caused high loads in the target system.
  • the reason is that the time series data acquisition unit acquires the load history data regarding the resource load in the target system as time series data.
  • this embodiment gives a high load to the target system based on the rising frequency and the rising period from the load history data of the resource load (CPU usage rate, etc.) that can be easily collected from the target system. User operations and applications used by users can be estimated. For this reason, this Embodiment does not require the traffic data with a high collection cost.
  • time-series data analysis apparatus as the second embodiment can provide information useful for user allocation in a thin client system or the like.
  • the thin client system accommodates desktop environments of many users as virtual machines (VMs) on a small number of servers.
  • VMs virtual machines
  • the user operation and application information estimated using this embodiment are useful when deciding to which server a user or a VM used by the user is assigned.
  • this embodiment uses resource load history data when estimating user operations or user-use applications that cause high loads in the target system, it is not necessary to directly monitor user operations. Therefore, this embodiment does not cause a privacy problem.
  • FIG. 11 shows a functional block configuration of a time-series data analysis apparatus 3 as a third embodiment of the present invention.
  • the time-series data analysis device 3 is different from the time-series data analysis device 2 according to the second embodiment in that a determination rule storage unit 32 and an appearance tendency determination unit 24 are used instead of the determination rule storage unit 22.
  • the point which includes the appearance tendency determination part 34 instead of is different.
  • the time-series data analysis device 3 is different in that it includes a duration determination unit 36 and a duration data removal unit 37.
  • the time-series data analysis device 3 can be configured by the same hardware elements as the time-series data analysis device 1 as the first embodiment described with reference to FIG.
  • the continuation period determination unit 36 and the continuation data removal unit 37 are configured by the CPU 1001 that reads the computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them.
  • the hardware configuration of the time-series data analysis device 3 and each functional block thereof is not limited to the above-described configuration.
  • the determination rule storage unit 32 further stores the determination rule in the second embodiment including duration information.
  • the duration information is a condition regarding the duration of the high load data.
  • FIG. 12 shows an example of the determination rule.
  • each row indicates a determination rule, a condition indicating high load as target data specifying information, a condition regarding frequency and a condition regarding frequency as appearance tendency information, and information indicating a user operation or application as factor information
  • duration information is included.
  • the value of the duration information represents the minimum value of the duration, and the duration information is satisfied if the duration of the high load data is equal to or greater than this value.
  • the determination rule 3 indicates a rule for “determining that a moving image is viewed when a high load with a CPU usage rate of 60% or more is continuously observed for 60 seconds or more”. If the load value is load history data observed at an interval of 10 seconds, the duration information is satisfied if 6 or more high load data continues.
  • “if the load value is load history data observed at intervals of 10 seconds” can be said to be “if the load history data has load values observed at intervals of 10 seconds”.
  • the condition regarding the period is “no periodicity”.
  • the condition regarding frequency is not prescribed
  • the determination rule including the duration information may be defined based on actual load data measured in advance when a user operation or application operation that may cause a continuous high load occurs.
  • FIG. 13 shows an example of CPU usage rate measurement data when the user browses four types of moving images.
  • the duration condition may be defined based on the length of content that is frequently accessed on a video providing site or the like.
  • the determination rule 1 related to the web browsing and the determination rule 2 related to the periodic mail check similar to those of the second embodiment are, in the determination rule shown in FIG. Is set. This is because continuation of a high load is not expected in web browsing by a user and periodic mail check by a mailer.
  • the duration condition is not limited to the number of seconds, and may be defined by the number of high load data.
  • the duration determination unit 36 determines whether or not the high load data extracted by the target data extraction unit 23 satisfies the duration information included in the determination rule and continues.
  • the continuation data removal unit 37 removes a part of a series of high-load data determined to continue after satisfying the duration information. For example, the continuation data removal unit 37 may leave only the first high load data that is earlier in time out of a series of high load data that continues and satisfies the continuation period information, and may remove subsequent high load data. . If there are a plurality of portions that continue and satisfy the duration information, the continuation data removal unit 37 may remove some high load data for each continuation portion.
  • the appearance tendency determination unit 34 uses the high load data extracted by the target data extraction unit 23 and the appearance tendency in the second embodiment for the high load data after a part is removed by the continuous data removal unit 37. Similar to the determination unit 24, frequency and cycle determination processing is performed.
  • time-series data analysis device 3 configured as described above will be described with reference to FIG.
  • the time-series data analysis device 3 operates in the same manner as the time-series data analysis device 2 as the second embodiment from step S11 to S13. Extract data.
  • the duration determination unit 36 determines whether there is a duration that satisfies the duration information for the extracted high-load data (step S21). For example, as described above, when the duration information indicates the minimum value of the duration, the duration determination unit 36 determines whether the duration of the high load data is equal to or greater than the minimum value indicated in the determination rule. Can be judged.
  • the continuation data removal unit 37 removes a part of a series of high-load data that continues and satisfies the continuation period information (step S22). For example, as described above, the continuation data removal unit 37 may leave only the first high load data that is earlier in time among a series of continuous high load data, and remove subsequent high load data.
  • the appearance tendency determination unit 34 performs steps S14 and S15 on the high load data after a part of the continuous high load data is removed, similarly to the second embodiment, It is determined whether or not the conditions regarding the period are satisfied.
  • step S21 when it is determined in step S21 that there is no such duration, the appearance tendency determining unit 34 performs steps S14 and S15 on the high load data extracted in step S13, as in the second embodiment. Execute. Subsequently, the appearance tendency determination unit 34 determines whether or not the condition regarding the frequency and the condition regarding the period are satisfied.
  • the factor estimation part 25 performs step S16 similarly to 2nd Embodiment, and estimates the user operation or application used as the factor of high load.
  • step S17 If there is another determination rule (Yes in step S17), the time-series data analysis device 3 repeats the operations of step S13, step S21 to step S22, and step S14 to step S16.
  • the time-series data analysis apparatus as the third embodiment can estimate the user operation and application that cause the problem more accurately when a high load continues in the target system.
  • the determination rule storage unit stores a determination rule including duration information in addition to the target data specifying information and the factor information. Then, the duration determination unit determines whether there is a portion in the high load data specified by the target data identification information that continues with the duration information, and the duration data removal unit satisfies the duration information. This is because a part of a series of high-load data that continues is removed. Then, the appearance tendency determination unit determines the conditions regarding the frequency and the period for the high load data after removing a part, and the factor estimation unit is a user indicated by the factor information based on the determination result of the appearance tendency determination unit This is because the operation and application are determined.
  • the present embodiment can be used by the user by storing the determination rule including the duration condition even when a process with no periodicity is performed, such as moving image reproduction with a high load. It is possible to determine the application and operation performed.
  • the accuracy of determining the presence / absence of periodicity by the appearance tendency determining unit is improved by removing a part of the continuous data.
  • the presence / absence of periodicity defined in the condition relating to the period is mainly determined in order to distinguish whether a high load generation factor is a human operation or a mechanical event.
  • the high load during reproduction other than the processing start time as in the case of moving image reproduction is not caused by a human operation or a mechanical event. For this reason, the high load data after the high load data of such a continuation part is removed is more suitable for the determination of the condition regarding the period than when the high load data is not removed.
  • this embodiment can provide information useful for user assignment in a thin client system that provides a user with a function of continuing high load.
  • a moving image playback process in which a high load continues is an application in which playback is interrupted or image quality becomes unstable when the system is heavily loaded, so that the system load affects the user's quality of experience.
  • the usage status of an application with a high load such as a moving image reproduction process has a great influence on user assignment in the thin client system.
  • This CPU usage rate may represent a usage rate for one CPU core, or may represent a usage rate for a plurality of cores mounted on a CPU. However, it is necessary to unify whether the value indicated by the CPU usage rate is a value for one CPU core or a value for a plurality of cores.
  • the load data is not limited to the CPU usage rate, and may be data representing the load of other resources.
  • the load history data may include a mixture of load data observed in a plurality of target systems as shown in FIG.
  • the “host name” in each row represents the target system.
  • the time-series data acquisition unit may acquire information representing the target system (for example, a host name or a host ID (Identifier)) in addition to the information representing the target period.
  • the time series data acquisition unit may extract the load history data related to the target system in the target period from the load history data.
  • the description has been mainly focused on the case where the appearance tendency information is made up of the condition relating to the frequency and the condition relating to the period. A combination of these may be used.
  • each functional block of the time-series data analysis device is realized by a CPU that executes a computer program stored in a storage device or ROM.
  • each functional block may be realized by dedicated hardware (circuit).
  • the functional blocks of the time series data analysis device may be realized by being distributed to a plurality of devices.
  • the operation of the time-series data analysis device described with reference to each flowchart may be stored in a storage device (storage medium) of the computer device as the computer program of the present invention. it can. Then, the computer program may be read and executed by the CPU.
  • the present invention is constituted by the code of the computer program or a storage medium.
  • FIG. 16 is a diagram illustrating an example of the storage medium 1007.
  • the storage medium 1007 shown in FIG. 7 may be a computer-readable non-transitory recording medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention provides a time-series data analysis device whereby it is possible to estimate the cause of occurrence of information in time-series data even if the information does not have periodicity. The time-series data analysis device is provided with: a time-series data acquisition unit (11) which obtains time-series data; a determination rule storage unit (12) which stores a determination rule comprising targeted data identification information identifying targeted data included in the time-series data, occurrence pattern information specifying conditions for occurrence patterns for the targeted data, and cause information indicating the cause of occurrence of the targeted data; a targeted data extraction unit (13) which extracts targeted data, as identified by the targeted data identification information, from time-series data; an occurrence pattern determination unit (14) which determines whether the occurrence pattern of the extracted targeted data matches the occurrence pattern information; and a cause estimation unit (15) which estimates the cause of occurrence of the extracted targeted data on the basis of the cause information if the occurrence pattern of the extracted targeted data is determined to match the occurrence pattern information.

Description

情報処理装置及び時系列データ分析方法Information processing apparatus and time series data analysis method
 本発明は、時系列データを分析することで、所望の情報を取得する技術に関する。 The present invention relates to a technique for acquiring desired information by analyzing time series data.
 時系列データを分析することにより、所望の情報を取得する技術が知られている。 A technique for acquiring desired information by analyzing time series data is known.
 例えば、特許文献1及び特許文献2には、トラヒックデータの周波数成分に基づいてネットワークシステムの異常を検知する技術が記載されている。 For example, Patent Document 1 and Patent Document 2 describe a technique for detecting an abnormality of a network system based on a frequency component of traffic data.
 特許文献1に記載された関連技術は、各ネットワーク機器から出力されるログを収集し、収集したログから、分析対象のパラメータを抽出する。次に、この関連技術は、分析対象のパラメータに関するイベントの時間軸上の分布を求める。次に、この関連技術は、その分布を周波数軸上の分布へと変換する。さらに、この関連技術は、周波数軸上の分布に対して比率分析や稀率分析を行うことにより、ネットワークシステムに対する攻撃等の異常度を表す値を算出して出力する。 The related technology described in Patent Document 1 collects logs output from each network device, and extracts parameters to be analyzed from the collected logs. Next, this related technique obtains a distribution on the time axis of events related to parameters to be analyzed. Next, this related technique converts the distribution into a distribution on the frequency axis. Furthermore, this related technique calculates and outputs a value representing the degree of abnormality such as an attack on the network system by performing ratio analysis or rare rate analysis on the distribution on the frequency axis.
 特許文献2に記載された関連技術は、所定のヘッダを有するパケットの通信量の時系列データを獲得し、獲得した時系列データを所定時間毎にフーリエ変換する。そして、この関連技術は、フーリエ変換により得られた周波数軸上のパターンを、あらかじめ用意された基準パターンと比較することにより、比較結果に基づいてトラヒックの異常を検出する。 The related technology described in Patent Document 2 acquires time-series data of the traffic of a packet having a predetermined header, and Fourier-transforms the acquired time-series data every predetermined time. And this related technique detects the abnormality of traffic based on the comparison result by comparing the pattern on the frequency axis obtained by the Fourier transform with a reference pattern prepared in advance.
 また、特許文献3には、管理対象コンピュータから得られるログ情報に基づいて、システムの異常発生を検出する技術が記載されている。 Patent Document 3 describes a technique for detecting the occurrence of a system abnormality based on log information obtained from a managed computer.
 特許文献3に記載された関連技術は、管理コンピュータから得られるログ情報を、詳細ログ情報と、複数の詳細ログ情報を統合した概要ログ情報とに分けて記録する。そして、この関連技術は、概要ログ情報の時間軸分布を周波数軸分布に変換し、監視対象の周波数帯における強度の和である周波数帯強度を算出する。そして、この関連技術は、周波数帯強度の時間変化を監視し、その周波数帯強度の変動が所定の閾値以上になると、異常発生を検出する。また、この関連技術は、異常発生時刻から所定時間さかのぼった時間における詳細ログ情報の時間軸分布に基づいて、異常発生源を特定する。 The related technology described in Patent Document 3 records log information obtained from a management computer separately into detailed log information and summary log information obtained by integrating a plurality of detailed log information. Then, this related technique converts the time axis distribution of the summary log information into the frequency axis distribution, and calculates the frequency band intensity that is the sum of the intensity in the frequency band to be monitored. This related technique monitors the time change of the frequency band intensity, and detects the occurrence of an abnormality when the fluctuation of the frequency band intensity exceeds a predetermined threshold. In addition, this related technique specifies an abnormality occurrence source based on a time axis distribution of detailed log information at a time that goes back a predetermined time from the abnormality occurrence time.
 また、例えば、特許文献4には、トラヒックデータを解析することにより、使用されている暗号化方式やアプリケーションを推定する技術が記載されている。 Also, for example, Patent Document 4 describes a technique for estimating the encryption method and application used by analyzing traffic data.
 特許文献4に記載された関連技術は、入力されたトラヒックを、観測すべき加入者トラヒックと、暗号方式及びアプリケーションが既知であり、キャリブレーションに用いられる教師トラヒックとに分類し、それぞれのトラヒックのフローから特徴量を抽出する。そして、この関連技術は、教師トラヒックから抽出された特徴量に基づいて評価用の教師用情報を生成する。そして、この関連技術は、加入者トラヒックの特徴量と教師用情報とに基づいて、加入者トラヒックの暗号方式及びアプリケーションを推定する。 The related technology described in Patent Document 4 classifies input traffic into subscriber traffic to be observed and teacher traffic whose encryption method and application are known and used for calibration. Extract features from the flow. And this related technique produces | generates the information for teachers for evaluation based on the feature-value extracted from the teacher traffic. This related technique estimates subscriber traffic encryption methods and applications based on subscriber traffic feature values and teacher information.
特開2005-151289号公報JP 2005-151289 A 特開2005-236547号公報JP 2005-236547 A 特開2010-134862号公報JP 2010-134862 A 特開2013-127504号公報JP 2013-127504 A
 ところで、時系列データ中に出現するデータについて、その出現の要因を推定したい場合がある。例えば、その場合は、情報処理システムのオペレーションシステムによって記録される各種のシステム情報のログにおいて、あるシステム情報が記録された要因を推定したい場合等である。 By the way, there is a case where it is desired to estimate the appearance factor of data appearing in time series data. For example, in this case, there is a case where it is desired to estimate a factor in which certain system information is recorded in various system information logs recorded by the operation system of the information processing system.
 このようなニーズに適用する場合、上述の特許文献1から特許文献4に記載された関連技術には、以下の課題がある。 When applied to such needs, the related techniques described in Patent Document 1 to Patent Document 4 described above have the following problems.
 特許文献1から特許文献3に記載された関連技術は、時系列データの周波数成分を分析することで、その強度や分布を基に所望の情報を検出する。このため、これらの関連技術は、時系列データ中に出現する、周期性のない、情報の要因を推定するのに適していない。また、特許文献4に記載された関連技術は、加入者トラヒックデータの時系列の特徴量に基づいて、その時系列データの内容(暗号化方式やアプリケーション)を推定する。しかしながら、特許文献4には、時系列データ中に出現する、周期性のない、情報の要因を推定する手法については記載されていない。 The related techniques described in Patent Documents 1 to 3 detect desired information based on the intensity and distribution by analyzing frequency components of time-series data. For this reason, these related techniques are not suitable for estimating a factor of information that appears in time-series data and has no periodicity. The related technique described in Patent Document 4 estimates the content (encryption scheme and application) of time-series data based on the time-series feature amount of subscriber traffic data. However, Patent Document 4 does not describe a method for estimating an information factor that appears in time-series data and has no periodicity.
 本発明は、上述の課題を解決するためになされたもので、時系列データ中に出現する情報に周期性がない場合であっても、その情報が出現する要因を推定可能な技術を提供することを目的とする。 The present invention has been made in order to solve the above-described problem, and provides a technique capable of estimating a factor of appearance of information even when the information appearing in time-series data has no periodicity. For the purpose.
 本発明の一様態における情報処理装置は、時系列データを取得する時系列データ取得手段と、前記時系列データを構成するデータのうち対象となるデータである対象データを特定する対象データ特定情報と、前記対象データの出現傾向に関する条件が定められた出現傾向情報と、前記対象データの出現要因を表す要因情報と、からなる判定ルールを記憶する判定ルール記憶手段と、前記時系列データから、前記対象データ特定情報によって特定される対象データを抽出する対象データ抽出手段と、前記対象データ抽出手段によって抽出された対象データの出現傾向が、前記出現傾向情報に合致するか否かを判定する出現傾向判定手段と、前記出現傾向判定手段によって前記出現傾向情報に合致すると判定された対象データの出現要因を、前記要因情報に基づいて推定する要因推定手段と、を含む。 An information processing apparatus according to an aspect of the present invention includes time-series data acquisition means for acquiring time-series data, target data specifying information for specifying target data that is target data among data constituting the time-series data, and From the time-series data, determination rule storage means for storing a determination rule consisting of appearance tendency information in which conditions regarding the appearance tendency of the target data are defined, and factor information representing the appearance factor of the target data, Target data extracting means for extracting target data specified by the target data specifying information, and appearance tendency for determining whether or not the appearance tendency of the target data extracted by the target data extracting means matches the appearance tendency information The appearance factor of the target data determined to match the appearance tendency information by the determination means and the appearance tendency determination means Including the factor estimating means for estimating, based on the factor information.
 また、本発明の一様態における時系列データ分析方法は、コンピュータ装置が、時系列データを構成するデータのうち対象となるデータである対象データを特定する対象データ特定情報と、前記対象データの出現傾向に関する条件が定められた出現傾向情報と、前記対象データの出現要因を表す要因情報と、からなる判定ルールを用いて、時系列データを取得し、前記時系列データから、前記対象データ特定情報によって特定される対象データを抽出し、抽出した対象データの出現傾向が、前記出現傾向情報に合致するか否かを判定し、前記出現傾向情報に合致すると判定された対象データの出現要因を、前記要因情報に基づいて推定する。 The time-series data analysis method according to one aspect of the present invention includes a target data specifying information for specifying target data that is target data among data constituting the time-series data, and the appearance of the target data. Time series data is acquired using a determination rule consisting of appearance trend information in which conditions related to the trend are defined and factor information representing the appearance factor of the target data, and the target data specifying information is obtained from the time series data. The target data identified by the above is extracted, it is determined whether the appearance tendency of the extracted target data matches the appearance tendency information, and the appearance factor of the target data determined to match the appearance tendency information is Estimate based on the factor information.
 また、本発明の一様態におけるコンピュータ読み取り可能な非一時的記録媒体は、時系列データを構成するデータのうち対象となるデータである対象データを特定する対象データ特定情報と、前記対象データの出現傾向に関する条件が定められた出現傾向情報と、前記対象データの出現要因を表す要因情報と、からなる判定ルールを用いて、時系列データを取得する時系列データ取得ステップと、前記時系列データから、前記対象データ特定情報によって特定される対象データを抽出する対象データ抽出ステップと、前記対象データ抽出ステップにおいて抽出された対象データの出現傾向が、前記出現傾向情報に合致するか否かを判定し、前記出現傾向情報に合致すると判定された対象データの出現要因を、前記要因情報に基づいて推定する要因推定ステップと、をコンピュータ装置に実行させるコンピュータ・プログラムを記録する。 The non-transitory computer-readable recording medium according to one embodiment of the present invention includes target data specifying information for specifying target data that is target data among data constituting time-series data, and the appearance of the target data. A time-series data acquisition step for acquiring time-series data using a determination rule consisting of appearance-trend information for which conditions related to the trend are defined, and factor information representing an appearance factor of the target data; A target data extraction step for extracting target data specified by the target data specifying information, and whether or not the appearance tendency of the target data extracted in the target data extraction step matches the appearance tendency information The appearance factor of the target data determined to match the appearance tendency information is estimated based on the factor information. Recording a computer program for causing a factor estimating step, to the computer device.
 本発明は、時系列データ中に出現する情報に周期性がない場合であっても、その情報が出現する要因を推定可能な技術を提供することができる。 The present invention can provide a technique capable of estimating the factor of appearance of information even when the information appearing in the time series data has no periodicity.
図1は、本発明の第1の実施の形態としての時系列データ分析装置の機能ブロック図である。FIG. 1 is a functional block diagram of a time-series data analysis apparatus as a first embodiment of the present invention. 図2は、本発明の第1の実施の形態としての時系列データ分析装置のハードウェア構成図である。FIG. 2 is a hardware configuration diagram of the time-series data analysis apparatus as the first embodiment of the present invention. 図3は、本発明の第1の実施の形態としての時系列データ分析装置の動作を説明するフローチャートである。FIG. 3 is a flowchart for explaining the operation of the time-series data analysis apparatus as the first embodiment of the present invention. 図4は、本発明の第2の実施の形態としての時系列データ分析装置の機能ブロック図である。FIG. 4 is a functional block diagram of the time-series data analysis apparatus as the second embodiment of the present invention. 図5は、本発明の第2の実施の形態における時系列データの一例を示す図である。FIG. 5 is a diagram illustrating an example of time-series data according to the second embodiment of the present invention. 図6は、本発明の第2の実施の形態における判定ルールの一例を示す図である。FIG. 6 is a diagram illustrating an example of a determination rule according to the second embodiment of this invention. 図7は、本発明の第2の実施の形態における判定ルールを定める基となった計測データの一例を示す図である。FIG. 7 is a diagram illustrating an example of measurement data that is a basis for determining a determination rule according to the second embodiment of the present invention. 図8は、本発明の第2の実施の形態における判定ルールを定める基となった他の計測データの一例を示す図である。FIG. 8 is a diagram illustrating an example of other measurement data that is a basis for determining a determination rule according to the second embodiment of the present invention. 図9は、本発明の第2の実施の形態としての時系列データ分析装置の動作を説明するフローチャートである。FIG. 9 is a flowchart for explaining the operation of the time-series data analysis apparatus as the second embodiment of the present invention. 図10は、本発明の第2の実施の形態における対象期間の時系列データの一例を示す図である。FIG. 10 is a diagram illustrating an example of time-series data of a target period according to the second embodiment of the present invention. 図11は、本発明の第3の実施の形態としての時系列データ分析装置の機能ブロック図である。FIG. 11 is a functional block diagram of a time-series data analysis apparatus as the third embodiment of the present invention. 図12は、本発明の第3の実施の形態における判定ルールの一例を示す図である。FIG. 12 is a diagram illustrating an example of a determination rule according to the third embodiment of this invention. 図13は、本発明の第3の実施の形態における判定ルールを定める基となった計測データの一例を示す図である。FIG. 13 is a diagram illustrating an example of measurement data that is a basis for determining a determination rule according to the third embodiment of the present invention. 図14は、本発明の第3の実施の形態としての時系列データ分析装置の動作を説明するフローチャートである。FIG. 14 is a flowchart for explaining the operation of the time-series data analysis apparatus as the third embodiment of the present invention. 図15は、本発明の第2及び第3の実施の形態によって処理可能な、複数の対象システムに関する情報が混在した時系列データの一例を示す図である。FIG. 15 is a diagram showing an example of time-series data in which information on a plurality of target systems that can be processed by the second and third embodiments of the present invention is mixed. 図16は、本発明の記憶媒体の実施形態としての記憶媒体の一例を示す図である。FIG. 16 is a diagram showing an example of a storage medium as an embodiment of the storage medium of the present invention.
 以下、本発明の実施の形態について、図面を参照して詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
 (第1の実施の形態)
 本発明の第1の実施の形態としての時系列データ分析装置(情報処理装置とも呼ばれる)1の機能ブロック構成を図1に示す。図1において、時系列データ分析装置1は、時系列データ取得部11と、判定ルール記憶部12と、対象データ抽出部13と、出現傾向判定部14と、要因推定部15とを含む。
(First embodiment)
FIG. 1 shows a functional block configuration of a time-series data analysis apparatus (also referred to as an information processing apparatus) 1 as a first embodiment of the present invention. In FIG. 1, the time-series data analysis device 1 includes a time-series data acquisition unit 11, a determination rule storage unit 12, a target data extraction unit 13, an appearance tendency determination unit 14, and a factor estimation unit 15.
 ここで、時系列データ分析装置1は、図2に示すように、コンピュータ装置10によって構成可能である。コンピュータ装置10は、CPU(Central Processing Unit)1001と、RAM(Random Access Memory)1002と、ROM(Read Only Memory)1003と、ハードディスク等の記憶装置1004と、入力装置1005と、出力装置1006とを含む。 Here, the time-series data analysis device 1 can be configured by a computer device 10 as shown in FIG. The computer device 10 includes a CPU (Central Processing Unit) 1001, a RAM (Random Access Memory) 1002, a ROM (Read Only Memory) 1003, a storage device 1004 such as a hard disk, an input device 1005, and an output device 1006. Including.
 この場合、時系列データ取得部11は、入力装置1005と、ROM1003及び記憶装置1004に記憶されたコンピュータ・プログラム及び各種データをRAM1002に読み込んで実行するCPU1001とによって構成される。 In this case, the time-series data acquisition unit 11 includes an input device 1005 and a CPU 1001 that reads a computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them.
 また、判定ルール記憶部12は、記憶装置1004によって構成される。 Further, the determination rule storage unit 12 includes a storage device 1004.
 また、対象データ抽出部13及び出現傾向判定部14は、ROM1003及び記憶装置1004に記憶されたコンピュータ・プログラム及び各種データをRAM1002に読み込んで実行するCPU1001によって構成される。 Further, the target data extraction unit 13 and the appearance tendency determination unit 14 are configured by a CPU 1001 that reads a computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them.
 また、要因推定部15は、出力装置1006と、ROM1003及び記憶装置1004に記憶されたコンピュータ・プログラム及び各種データをRAM1002に読み込んで実行するCPU1001とによって構成される。なお、時系列データ分析装置1及びその各機能ブロックを構成するハードウェア構成は上述の構成に限定されない。 The factor estimating unit 15 includes an output device 1006 and a CPU 1001 that reads a computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them. Note that the hardware configuration of the time-series data analysis device 1 and each functional block thereof is not limited to the above-described configuration.
 次に、各機能ブロックの詳細について説明する。 Next, the details of each functional block will be described.
 時系列データ取得部11は、時系列データを取得する。例えば、時系列データ取得部11は、記憶装置1004に格納された時系列データを取得してもよい。また、時系列データ取得部11は、外部からネットワークインタフェース(図示せず)等を介して時系列データを取得してもよい。また、時系列データ取得部11は、入力装置1005によって入力される格納位置の示す時系列データを取得してもよい。 The time series data acquisition unit 11 acquires time series data. For example, the time series data acquisition unit 11 may acquire time series data stored in the storage device 1004. The time series data acquisition unit 11 may acquire time series data from the outside via a network interface (not shown) or the like. The time-series data acquisition unit 11 may acquire time-series data indicated by the storage position input by the input device 1005.
 判定ルール記憶部12は、対象データ特定情報と、出現傾向情報と、要因情報とからなる判定ルールを記憶する。対象データ特定情報とは、時系列データを構成するデータのうち、対象となるデータを特定する情報である。出現傾向情報とは、対象データの出現傾向に関する条件が定められた情報である。要因情報とは、対象データの出現要因を表す情報である。 The determination rule storage unit 12 stores a determination rule including target data specifying information, appearance tendency information, and factor information. The target data specifying information is information for specifying target data among the data constituting the time series data. The appearance tendency information is information in which conditions regarding the appearance tendency of the target data are defined. The factor information is information representing the appearance factor of the target data.
 対象データ抽出部13は、時系列データから、判定ルールに含まれる対象データ特定情報によって特定される、対象データを抽出する。 The target data extraction unit 13 extracts the target data specified by the target data specifying information included in the determination rule from the time series data.
 出現傾向判定部14は、対象データ抽出部13によって抽出された対象データの出現傾向が、判定ルールに含まれる出現傾向情報に合致するか否かを判定する。 The appearance tendency determination unit 14 determines whether the appearance tendency of the target data extracted by the target data extraction unit 13 matches the appearance tendency information included in the determination rule.
 要因推定部15は、出現傾向判定部14によって出現傾向情報に合致すると判定された対象データの出現要因を、判定ルールに含まれる要因情報に基づいて推定する。 The factor estimating unit 15 estimates the appearance factor of the target data determined to match the appearance tendency information by the appearance tendency determining unit 14 based on the factor information included in the determination rule.
 以上のように構成された時系列データ分析装置1の動作について、図3を参照して説明する。 The operation of the time series data analysis apparatus 1 configured as described above will be described with reference to FIG.
 図3では、まず、時系列データ取得部11は、時系列データを取得する(ステップS1)。 In FIG. 3, first, the time-series data acquisition unit 11 acquires time-series data (step S1).
 次に、対象データ抽出部13は、ステップS1で取得された時系列データから、判定ルール記憶部12に記憶された判定ルールの対象データ特定情報によって特定される対象データを抽出する(ステップS2)。 Next, the target data extraction unit 13 extracts target data specified by the target data specifying information of the determination rule stored in the determination rule storage unit 12 from the time-series data acquired in step S1 (step S2). .
 次に、出現傾向判定部14は、ステップS2で抽出された対象データの出現傾向が、判定ルール記憶部12に記憶された判定ルールの出現傾向情報に合致するか否かを判定する(ステップS3)。 Next, the appearance tendency determination unit 14 determines whether the appearance tendency of the target data extracted in step S2 matches the appearance tendency information of the determination rule stored in the determination rule storage unit 12 (step S3). ).
 ここで、出現傾向情報に合致すると判定された場合、要因推定部15は、判定ルール記憶部12に記憶された判定ルールに含まれる要因情報を、それらの対象データの出現要因として推定し、出力する(ステップS4)。 Here, when it is determined that it matches the appearance tendency information, the factor estimation unit 15 estimates the factor information included in the determination rule stored in the determination rule storage unit 12 as an appearance factor of the target data, and outputs (Step S4).
 以上で、時系列データ分析装置1は動作を終了する。 Thus, the time series data analysis apparatus 1 ends its operation.
 もし、判定ルール記憶部12に複数の判定ルールが記憶されていれば、時系列データ分析装置1は、各判定ルールについて、ステップS2~S4の動作を繰り返してもよい。 If a plurality of determination rules are stored in the determination rule storage unit 12, the time-series data analysis device 1 may repeat the operations of steps S2 to S4 for each determination rule.
 次に、第1の実施の形態の効果について述べる。 Next, the effect of the first embodiment will be described.
 第1の実施の形態としての時系列データ分析装置は、時系列データ中に出現する情報に周期性がない場合であってもその情報の出現要因を推定することができる。 The time-series data analysis device as the first embodiment can estimate the appearance factor of information even when the information appearing in the time-series data has no periodicity.
 その理由は、以下の構成を含むからである。第1に、判定ルール記憶部が、時系列データを構成するデータのうち対象データを特定する対象データ特定情報と、対象データの出現傾向に関する条件を定めた出現傾向情報と、対象データの出現要因を表す要因情報とからなる判定ルールを記憶する。第2に、対象データ抽出部が、時系列データから、対象データ特定情報によって特定される対象データを抽出する。第3に、出現傾向判定部が、抽出された対象データの出現傾向が、出現傾向情報に合致するか否かを判定する。第4に、要因推定部が、出現傾向情報に合致すると判定された対象データの出現要因として、判定ルールに含まれる要因情報を特定する。 The reason is that the following configuration is included. First, the determination rule storage unit includes target data specifying information for specifying target data among data constituting time-series data, appearance tendency information that defines conditions regarding the appearance tendency of target data, and appearance factors of the target data The determination rule consisting of the factor information indicating is stored. Second, the target data extraction unit extracts the target data specified by the target data specifying information from the time series data. Third, the appearance tendency determination unit determines whether or not the appearance tendency of the extracted target data matches the appearance tendency information. Fourth, the factor estimation unit identifies factor information included in the determination rule as an appearance factor of the target data determined to match the appearance tendency information.
 これにより、本実施の形態は、時系列データ中に出現する対象データに周期性がない場合であっても、そのような対象データの出現傾向を規定した判定ルールをあらかじめ記憶しておくことにより、それらの対象データが出現した要因を推定することができる。 Thereby, even if the target data appearing in the time-series data has no periodicity, the present embodiment stores in advance a determination rule that defines the appearance tendency of such target data. Therefore, it is possible to estimate the cause of the appearance of the target data.
 (第2の実施の形態)
 次に、本発明の第2の実施の形態について図面を参照して詳細に説明する。本実施の形態では、時系列データ分析装置を、対象システムにおける高負荷の要因となったユーザ操作又はアプリケーションを推定する装置に適用する例について説明する。なお、本実施の形態の説明において参照する各図面において、第1の実施の形態と同一の構成及び同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Second Embodiment)
Next, a second embodiment of the present invention will be described in detail with reference to the drawings. In the present embodiment, an example will be described in which the time-series data analysis device is applied to a device that estimates a user operation or application that has caused a high load in the target system. Note that in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the first embodiment, and the detailed description in the present embodiment is omitted. To do.
 まず、第2の実施の形態としての時系列データ分析装置2の機能ブロック構成を図4に示す。図4において、時系列データ分析装置2は、時系列データ取得部21と、判定ルール記憶部22と、対象データ抽出部23と、出現傾向判定部24と、要因推定部25とを含む。 First, FIG. 4 shows a functional block configuration of the time-series data analysis apparatus 2 as the second embodiment. In FIG. 4, the time-series data analysis device 2 includes a time-series data acquisition unit 21, a determination rule storage unit 22, a target data extraction unit 23, an appearance tendency determination unit 24, and a factor estimation unit 25.
 ここで、時系列データ分析装置2及びその各機能ブロックは、図2を参照して説明した第1の実施の形態としての時系列データ分析装置1及びその各機能ブロックと同一のハードウェア要素によって構成可能である。 Here, the time-series data analysis device 2 and its respective functional blocks are constituted by the same hardware elements as the time-series data analysis device 1 and its respective functional blocks as the first embodiment described with reference to FIG. It is configurable.
 時系列データ取得部21は、対象となる情報処理システム(以後、対象システムとも記載する)の負荷に関する情報を含むデータの履歴を、時系列データとして取得する。例えば、時系列データは、対象システムから採取された負荷データのログ(以後、負荷履歴データとも記載する)であってもよい。 The time-series data acquisition unit 21 acquires, as time-series data, a history of data including information regarding the load on the target information processing system (hereinafter also referred to as a target system). For example, the time series data may be a log of load data collected from the target system (hereinafter also referred to as load history data).
 ここで、負荷とは、対象システムが備えるCPU、メモリ、ディスク、又は、ネットワークリソース等に関する使用率や使用量であってもよい。例えば、この場合、負荷データとは、負荷を表す値と、対象システムにおいてその負荷の値が観測された時刻とを含むものであってもよい。また、このような負荷データからなる負荷履歴データは、記憶装置1004に蓄積されていてもよい。 Here, the load may be a usage rate or usage amount related to a CPU, memory, disk, network resource, or the like included in the target system. For example, in this case, the load data may include a value representing the load and a time when the load value is observed in the target system. Further, load history data including such load data may be accumulated in the storage device 1004.
 図5に、負荷履歴データの一例を示す。この例では、負荷として、CPU使用率が採用されている。図5において、各行は、負荷データを表し、日付、秒数、CPU使用率の各項目からなる。各負荷データは、日付及び秒数の表す日時において、対象システムで観測されたCPU使用率を表している。なお、秒数の項目は、該当する日付において、0時ちょうどから数えた経過秒数を表している。例えば、午前8時半は、3600×8.5=30600秒と表される。 Fig. 5 shows an example of load history data. In this example, the CPU usage rate is adopted as the load. In FIG. 5, each row represents load data, and includes items of date, number of seconds, and CPU usage rate. Each load data represents the CPU usage rate observed in the target system at the date and time represented by the number of seconds. In addition, the item of the number of seconds represents the number of elapsed seconds counted from 0:00 on the corresponding date. For example, 8:30 am is represented as 3600 × 8.5 = 30600 seconds.
 また、時系列データ取得部21は、対象期間における負荷履歴データを取得してもよい。対象期間とは、高負荷の要因となったユーザ操作又はアプリケーションを推定する対象となる分析期間である。例えば、時系列データ取得部21は、入力装置1005又はネットワークインタフェース(図示せず)を介して対象期間を表す情報を取得してもよい。また、時系列データ取得部21は、所定のタイミング毎に、その時点までの所定の長さの期間を対象期間としてもよい。そして、時系列データ取得部21は、例えば記憶装置1004に格納された負荷履歴データから、対象期間に含まれる部分を取得すればよい。 Further, the time series data acquisition unit 21 may acquire load history data in the target period. The target period is an analysis period that is a target for estimating a user operation or application that has caused a high load. For example, the time-series data acquisition unit 21 may acquire information representing the target period via the input device 1005 or a network interface (not shown). In addition, the time-series data acquisition unit 21 may set a period of a predetermined length until that time as a target period for each predetermined timing. Then, the time-series data acquisition unit 21 may acquire a portion included in the target period from, for example, load history data stored in the storage device 1004.
 判定ルール記憶部22は、対象データ特定情報としての高負荷を示す条件と、出現傾向情報としての頻度に関する条件及び周期に関する条件と、要因情報としてのユーザ操作又はアプリケーションを表す情報とからなる判定ルールを記憶する。例えば、対象データ特定情報は、高負荷の範囲(例えば、CPU使用率等の範囲)によって表されてもよい。以降、高負荷を示す条件に合致する負荷データを、高負荷データとも記載する。高負荷データは、本発明における対象データの一実施形態に相当する。 The determination rule storage unit 22 includes a condition indicating a high load as target data specifying information, a condition regarding a frequency and a period as appearance tendency information, and information indicating a user operation or application as factor information. Remember. For example, the target data specifying information may be represented by a high load range (for example, a range such as a CPU usage rate). Hereinafter, load data that matches the condition indicating high load is also referred to as high load data. The high load data corresponds to an embodiment of target data in the present invention.
 図6に、判定ルールの一例を示す。図6において、各行は判定ルールを表し、負荷の範囲、周期、頻度、及び、アプリケーション/操作の各項目からなる。「負荷の範囲」は、CPU使用率の範囲を表し、対象データ特定情報に相当する。また、「頻度」は、何秒毎に1回以上出現するかを表し、頻度に関する条件(出現傾向情報)に相当する。また、「周期」は、周期性の有無及び周期性が有る場合はその周期の秒数を表し、周期に関する条件(出現傾向情報)に相当する。また、「アプリケーション/操作」は、要因情報に相当する。なお、「番号」の項目は、説明のために付与した番号である。以降、番号「X」が付与された判定ルールを、判定ルールXとも記載する。 FIG. 6 shows an example of the determination rule. In FIG. 6, each row represents a determination rule and includes items of a load range, a cycle, a frequency, and an application / operation. The “load range” represents a range of the CPU usage rate and corresponds to target data specifying information. “Frequency” represents how many times every second appears, and corresponds to a condition regarding frequency (appearance tendency information). Further, “period” indicates the presence / absence of periodicity and the number of seconds of the period when there is periodicity, and corresponds to a condition related to the period (appearance tendency information). “Application / operation” corresponds to factor information. The item “number” is a number assigned for the purpose of explanation. Hereinafter, the determination rule to which the number “X” is assigned is also referred to as determination rule X.
 例えば、判定ルール1は、負荷(CPU使用率)の範囲「40%以上」と、頻度に関する条件「180秒毎に1回以上」と、周期に関する条件「周期性無し」と、アプリケーション/操作「ウェブブラウジング」とからなる。つまり、判定ルール1は、「CPU使用率が40%以上に上昇する頻度が180秒に1回以上であり、かつ、40%以上のCPU使用率が観測される時刻に周期性がなければ、ユーザによるウェブブラウジングが行われていると判定する」ためのルールを示している。 For example, the determination rule 1 includes a load (CPU usage rate) range “40% or more”, a frequency condition “at least once every 180 seconds”, a period condition “no periodicity”, and an application / operation “ Web browsing ". In other words, the determination rule 1 is “if the frequency at which the CPU usage rate rises to 40% or more is once or more in 180 seconds and there is no periodicity at the time when the CPU usage rate of 40% or more is observed, It shows a rule for “determining that web browsing by a user is being performed”.
 ここで、ウェブブラウジングによる負荷の上昇は、サイトの移動等による画面の大幅な書換えによって発生すると考えられるが、そのタイミングは、ユーザの操作に依存する。ユーザの操作は、機械的な処理のように一定間隔とはならないため、ウェブブラウジングに関する判定ルール1では、周期に関する条件が、「周期性なし」と規定されている。もし、高負荷に周期性が認められる場合、負荷上昇の要因は、ユーザ操作によるウェブブラウジングではない可能性が高いからである。 Here, an increase in load due to web browsing is considered to be caused by a significant rewriting of the screen due to movement of the site, etc., but the timing depends on the user's operation. Since the user's operation does not have a constant interval as in mechanical processing, in the determination rule 1 relating to web browsing, the condition relating to the cycle is defined as “no periodicity”. This is because, when periodicity is recognized at a high load, there is a high possibility that the cause of the load increase is not web browsing by a user operation.
 また、例えば、判定ルール2は、負荷(CPU使用率)の範囲「20%以上」と、頻度に関する条件「N/A(規定無し)」と、周期に関する条件「300、600、900」と、アプリケーション/操作「メーラーの定期メール確認」とからなる。つまり、判定ルール2は、「CPU使用率が20%以上に上昇する時刻に周期性があり、その周期が300,600,900秒のいずれかであれば、メーラー(電子メールソフト)による定期メール確認が行われていると判定する」ためのルールを示している。 Further, for example, the determination rule 2 includes a load (CPU usage rate) range “20% or more”, a frequency condition “N / A (no regulation)”, a period condition “300, 600, 900”, It consists of the application / operation "Mailer's periodic mail check". In other words, the determination rule 2 is that if the time when the CPU usage rate rises to 20% or more is periodic and the period is any of 300, 600, or 900 seconds, the periodic mail by the mailer (e-mail software) It shows a rule for “determining that confirmation has been performed”.
 これらの判定ルールは、高負荷の要因となりうる、ユーザ操作又はアプリケーション動作が発生しているときにあらかじめ計測された、実際の負荷データをもとに規定されたものであってもよい。 These determination rules may be defined based on actual load data measured in advance when a user operation or application operation is occurring, which may cause a high load.
 例えば、図7に、ユーザによってウェブブラウジングが行われているときのCPU使用率の計測データの一例を示す。また、図8に、メーラーによる定期メール確認が動作しているときのCPU使用率の計測データの一例を示す。図7及び図8において、横軸は、該当する日付における0時からの経過秒数を表し、縦軸は、CPU使用率を表している。また、CPU使用率の計測間隔(データ採取間隔)は10秒である。 For example, FIG. 7 shows an example of CPU usage rate measurement data when web browsing is performed by the user. FIG. 8 shows an example of CPU usage rate measurement data when periodic mail confirmation by the mailer is operating. 7 and 8, the horizontal axis represents the number of seconds elapsed from 0:00 on the corresponding date, and the vertical axis represents the CPU usage rate. The CPU usage rate measurement interval (data collection interval) is 10 seconds.
 例えば、図7の計測データから、図6の判定ルール1が規定され、あらかじめ判定ルール記憶部22に記憶されてもよい。また、例えば、図8の計測データから、図6の判定ルール2が規定され、あらかじめ判定ルール記憶部22に記憶されてもよい。 For example, the determination rule 1 in FIG. 6 may be defined from the measurement data in FIG. 7 and stored in the determination rule storage unit 22 in advance. Further, for example, the determination rule 2 in FIG. 6 may be defined from the measurement data in FIG. 8 and stored in the determination rule storage unit 22 in advance.
 対象データ抽出部23は、判定ルール記憶部22の判定ルールを参照することにより、対象期間の負荷履歴データから、高負荷を示す条件(対象データ特定情報)に合致する高負荷データを抽出する。例えば、高負荷を示す条件が、図6に示されるように負荷の範囲を表していれば、対象データ抽出部23は、負荷データに含まれる負荷の値がその範囲内であるものを高負荷データとして抽出すればよい。 The target data extraction unit 23 refers to the determination rule stored in the determination rule storage unit 22 and extracts high load data that matches a condition indicating high load (target data specifying information) from the load history data in the target period. For example, if the condition indicating a high load represents a load range as shown in FIG. 6, the target data extraction unit 23 determines that the load value included in the load data is within the range. What is necessary is just to extract as data.
 出現傾向判定部24は、判定ルールを参照することにより、高負荷データの出現傾向が、周期に関する条件及び頻度に関する条件にそれぞれ合致するか否かを判定する。 The appearance tendency determination unit 24 refers to the determination rule to determine whether or not the appearance tendency of the high load data matches the period condition and the frequency condition.
 例えば、頻度に関する条件が、図6に示されるように所定期間中の最低限の出現回数により表されている。この場合、出現傾向判定部24は、対象期間の長さと、負荷データの採取間隔と、対象期間における高負荷データの個数とに基づいて、頻度に関する条件を満たすか否かを判定可能である。 For example, the frequency-related conditions are represented by the minimum number of appearances during a predetermined period as shown in FIG. In this case, the appearance tendency determination unit 24 can determine whether or not the frequency condition is satisfied based on the length of the target period, the load data collection interval, and the number of high load data in the target period.
 また、例えば、出現傾向判定部24は、周期に関する条件の判定処理に、特許文献1、特許文献2、特許文献3に記載された関連技術を採用してもよい。例えば、出現傾向判定部24は、抽出された高負荷データ以外の負荷データに含まれる負荷の値をすべて0とみなし、これに離散フーリエ変換を施すことで、時系列データの周波数成分を求めることが可能である。そして、出現傾向判定部24は、周波数の領域を定めて周波数強度の積分値を閾値と比較することにより、時系列データにおける周期性の有無を判定することができる。この場合、高負荷データ以外の負荷の値をすべて0とみなすことによってノイズが除去されるため、高精度な判定が可能である。 Further, for example, the appearance tendency determination unit 24 may adopt the related techniques described in Patent Document 1, Patent Document 2, and Patent Document 3 for the determination processing of the condition regarding the period. For example, the appearance tendency determination unit 24 obtains the frequency components of the time-series data by regarding all the load values included in the load data other than the extracted high load data as 0 and performing a discrete Fourier transform on the load values. Is possible. Then, the appearance tendency determination unit 24 can determine the presence or absence of periodicity in the time-series data by determining the frequency region and comparing the integrated value of the frequency intensity with a threshold value. In this case, since noise is removed by considering all the values of loads other than high load data as 0, highly accurate determination is possible.
 また、例えば、出現傾向判定部24は、高負荷データの各時刻(秒数)間の秒数の差を総当りで算出し、等差の関係が存在するかどうかを調べることにより、周期に関する条件の判定を行ってもよい。例えば、想定される周期があらかじめ1分、5分、10分等に限定されていれば、このような総当りの方法は、比較的少ない計算量で実施可能である。 In addition, for example, the appearance tendency determination unit 24 calculates the difference in seconds between each time (seconds) of the high load data by brute force, and examines whether there is an equal difference relationship, thereby relating to the cycle. The condition may be determined. For example, if the assumed period is limited in advance to 1 minute, 5 minutes, 10 minutes, etc., such a brute force method can be implemented with a relatively small amount of calculation.
 要因推定部25は、対象システムにおける高負荷の発生要因となった、ユーザ操作又はアプリケーションを表す、情報を推定する。具体的には、要因推定部25は、対象データ抽出部23によって抽出された高負荷データが頻度に関する条件及び周期に関する条件を満たす場合に、要因情報の示すアプリケーション又はユーザ操作を高負荷の発生要因として出力すればよい。 The factor estimating unit 25 estimates information representing a user operation or an application that has caused a high load in the target system. Specifically, the factor estimating unit 25 determines that the application or user operation indicated by the factor information causes the high load when the high load data extracted by the target data extracting unit 23 satisfies the condition regarding the frequency and the period. As output.
 以上のように構成された時系列データ分析装置2の動作について、図9を参照して説明する。ここでは、記憶装置1004には、図5に示した負荷履歴データが記憶され、判定ルール記憶部22には、図6に示した判定ルールが記憶されているものとする。 The operation of the time-series data analysis device 2 configured as described above will be described with reference to FIG. Here, it is assumed that the load history data illustrated in FIG. 5 is stored in the storage device 1004, and the determination rule illustrated in FIG. 6 is stored in the determination rule storage unit 22.
 図9では、まず、時系列データ取得部21は、対象期間を表す情報を取得する(ステップS11)。例えば、時系列データ取得部21は、「2013年8月21日13:00から2013年8月21日14:00まで」といった情報を取得したとする。 In FIG. 9, first, the time-series data acquisition unit 21 acquires information representing the target period (step S11). For example, it is assumed that the time series data acquisition unit 21 acquires information such as “from August 21, 2013 13:00 to August 21, 2013 14:00”.
 次に、時系列データ取得部21は、対象期間における負荷履歴データを取得する(ステップS12)。例えば、時系列データ取得部21は、記憶装置1004に格納された負荷履歴データから、対象期間に含まれる部分を取得すればよい。ここでは、図5に示す負荷履歴データから、2013年8月21日13:00(46800秒)から2013年8月21日14:00(50400秒)までの図10に示す負荷履歴データが取得されたとする。 Next, the time-series data acquisition unit 21 acquires load history data in the target period (step S12). For example, the time series data acquisition unit 21 may acquire a portion included in the target period from the load history data stored in the storage device 1004. Here, the load history data shown in FIG. 10 from August 1, 2013 13:00 (46800 seconds) to August 21, 2013 14:00 (50400 seconds) is acquired from the load history data shown in FIG. Suppose that
 次に、対象データ抽出部23は、ステップS12で取得された負荷履歴データから、判定ルールに含まれる高負荷を示す条件(対象データ特定情報)に合致する高負荷データを抽出する(ステップS13)。 Next, the target data extraction unit 23 extracts, from the load history data acquired in step S12, high load data that matches a condition (target data specifying information) indicating a high load included in the determination rule (step S13). .
 例えば、対象データ抽出部23は、図10に示される負荷履歴データから、図6の判定ルール1に基づいて、CPU使用率が40%以上の高負荷データを抽出する。ここでは、抽出された高負荷データ(0時からの秒数及びCPU使用率の組)は、「(46840,60.16),(46920,41.96),(46950,45.04),(47080,42.28),・・・」であったとする。 For example, the target data extraction unit 23 extracts high load data having a CPU usage rate of 40% or more from the load history data shown in FIG. 10 based on the determination rule 1 in FIG. Here, the extracted high load data (a set of the number of seconds from 0 o'clock and the CPU usage rate) is “(46840, 60.16), (46920, 41.96), (46950, 45.04), (47080, 42.28),...
 次に、出現傾向判定部24は、ステップS13で抽出された高負荷データについて、頻度に関する条件を判定する(ステップS14)。 Next, the appearance tendency determination unit 24 determines the condition regarding the frequency for the high load data extracted in step S13 (step S14).
 例えば、上述の例では、ステップS12において、時系列データ取得部21によって1時間(3600秒)分の負荷履歴データが取得されている。判定ルール1では、頻度に関する条件は、180秒に1回以上となっている。ここで、この負荷履歴データでは、負荷データが10秒に1回採取されている。そこで、1時間分の負荷履歴データのうち、高負荷データが、(3600/10)*(10/180)=3600/180=20個以上存在すれば、判定ルール1の頻度に関する条件を満たすことになる。したがって、この場合、出現傾向判定部24は、ステップS13で抽出された高負荷データの個数を数え、これが20を超えているか否かを判定すればよい。 For example, in the above example, load history data for one hour (3600 seconds) is acquired by the time-series data acquisition unit 21 in step S12. In the determination rule 1, the condition regarding the frequency is once or more in 180 seconds. Here, in this load history data, load data is collected once every 10 seconds. Therefore, if there are (3600/10) * (10/180) = 3600/180 = 20 or more high load data among the load history data for one hour, the condition regarding the frequency of the determination rule 1 is satisfied. become. Therefore, in this case, the appearance tendency determining unit 24 may count the number of high load data extracted in step S13 and determine whether or not it exceeds 20.
 次に、出現傾向判定部24は、ステップS13で抽出された高負荷データについて、周期に関する条件を判定する(ステップS15)。 Next, the appearance tendency determination unit 24 determines the condition regarding the period for the high load data extracted in step S13 (step S15).
 例えば、ウェブブラウジングに関する判定ルール1では、前述したように、周期に関する条件が「周期性なし」と定められ、周期性があってはならないことを表している。そこで、出現傾向判定部24は、負荷履歴データにおいて高負荷データ以外のCPU使用率の値をすべて0とみなして離散フーリエ変換を施す前述の方法により、周期性の有無を判定してもよい。 For example, in the determination rule 1 related to web browsing, as described above, the condition regarding the period is defined as “no periodicity”, which indicates that there should be no periodicity. Therefore, the appearance tendency determination unit 24 may determine the presence / absence of periodicity by the above-described method of performing discrete Fourier transform by regarding all values of CPU utilization other than high load data as 0 in the load history data.
 ステップS14及びステップS15において頻度に関する条件及び周期に関する条件を満たすと判定された場合、要因推定部25は、対象期間において高負荷の要因となったユーザ操作又はアプリケーションを、要因情報に基づいて推定する(ステップS16)。 When it is determined in step S14 and step S15 that the frequency condition and the period condition are satisfied, the factor estimating unit 25 estimates the user operation or application that has caused a high load in the target period based on the factor information. (Step S16).
 例えば、対象期間の負荷履歴データに、判定ルール1に基づく高負荷データが20個以上存在し、かつ、周期性なしと判定された場合、要因推定部25は、対象期間において、ユーザによるウェブブラウジングが行われていたと判定する。 For example, when there are 20 or more high load data based on the determination rule 1 in the load history data in the target period and it is determined that there is no periodicity, the factor estimating unit 25 performs web browsing by the user in the target period. Is determined to have been performed.
 そして、判定ルール記憶部22に、まだ判定処理を終えていない他の判定ルールが記憶されている場合(ステップS17でYes)、時系列データ分析装置2は、その判定ルールについてステップS13からの動作を繰り返す。 When the determination rule storage unit 22 stores another determination rule that has not yet been determined (Yes in step S17), the time-series data analysis device 2 operates from step S13 for the determination rule. repeat.
 例えば、時系列データ分析装置2は、ウェブブラウジングに関する判定ルール1についての判定処理の終了後、メーラーの定期メール確認に関する判定ルール2についての判定処理を繰り返す。 For example, the time-series data analysis device 2 repeats the determination process for the determination rule 2 regarding the mailer's periodic mail confirmation after the determination process for the determination rule 1 regarding the web browsing is completed.
 具体的には、対象データ抽出部23は、判定ルール2に基づいて、対象期間の負荷履歴データから、CPU使用率が20%以上となる高負荷データを抽出する(ステップS13)。次に、出現傾向判定部24は、それら高負荷データの周期に関する条件を判定する(ステップS15)。例えば、出現傾向判定部24は、高負荷データの各時刻(秒数)間の秒数の差を総当りで算出する前述の方法により、周期に関する条件を判定してもよい。なお、判定ルール2では、頻度に関する条件が規定されていないため、出現傾向判定部24は、頻度に関する条件の判定処理(ステップS14)を省略する。 Specifically, the target data extraction unit 23 extracts high load data with a CPU usage rate of 20% or more from the load history data of the target period based on the determination rule 2 (step S13). Next, the appearance tendency determination unit 24 determines the conditions regarding the period of the high load data (step S15). For example, the appearance tendency determination unit 24 may determine the condition related to the cycle by the above-described method of calculating the difference in seconds between each time (seconds) of the high load data. In addition, in the determination rule 2, since the condition regarding frequency is not prescribed | regulated, the appearance tendency determination part 24 abbreviate | omits the condition determination process (step S14) regarding frequency.
 そして、要因推定部25は、ステップS15の結果に基づいて、対象期間においてメーラーの定期メール確認が行われていたかどうかを判定すればよい(ステップS16)。換言すると、対象期間におけるメーラーの定期メール確認が行われていれば、それが出現要因であると推定する。 And the factor estimation part 25 should just determine whether the mailer's regular mail confirmation was performed in the object period based on the result of step S15 (step S16). In other words, if the regular mail confirmation of the mailer in the target period is performed, it is estimated that it is an appearance factor.
 一方、判定ルール記憶部22に記憶されている各判定ルールに関する判定処理を終えた場合(ステップS17でNo)、時系列データ分析装置2は、動作を終了する。 On the other hand, when the determination process regarding each determination rule stored in the determination rule storage unit 22 is completed (No in step S17), the time-series data analysis device 2 ends the operation.
 次に、第2の実施の形態の効果について述べる。 Next, the effect of the second embodiment will be described.
 第2の実施の形態としての時系列データ分析装置は、対象システムにおいて高負荷の要因となるユーザ操作やアプリケーションを推定することができる。 The time-series data analysis apparatus as the second embodiment can estimate user operations and applications that cause high loads in the target system.
 その理由は、以下の構成を含むからである。第1に、時系列データ取得部が、対象システムにおける負荷履歴データを取得する。第2に、判定ルール記憶部が、対象データ特定情報として高負荷を示す条件と、出現傾向情報として頻度に関する条件及び周期に関する条件と、要因情報としてユーザ操作及びアプリケーションを表す情報とを記憶しておく。第3に、対象データ抽出部が、負荷履歴データから対象データ特定情報に合致する高負荷データを抽出する。第4に、出現傾向判定部が、高負荷データの出現傾向が、頻度に関する条件及び周期に関する条件をそれぞれ満たすか否かを判定する。第5に、要因推定部が、出現傾向判定部の判定結果に基づいて、要因情報の示すユーザ操作及びアプリケーションが対象期間に対象システムで行われていたことを判定する。 The reason is that the following configuration is included. First, the time series data acquisition unit acquires load history data in the target system. Second, the determination rule storage unit stores a condition indicating high load as target data specifying information, a condition regarding frequency and a condition regarding frequency as appearance tendency information, and information indicating a user operation and an application as factor information. deep. Third, the target data extraction unit extracts high load data that matches the target data specifying information from the load history data. Fourth, the appearance tendency determination unit determines whether or not the appearance tendency of the high load data satisfies a condition regarding frequency and a condition regarding cycle. Fifth, the factor estimating unit determines that the user operation and the application indicated by the factor information were performed in the target system during the target period based on the determination result of the appearance tendency determining unit.
 前述のように、情報処理システムにおけるユーザ操作やアプリケーション動作には、周期性がないことが多いが、本実施の形態は、時系列データである負荷履歴データから、周期性の無いユーザ操作やユーザ使用によるアプリケーション動作をも、推定可能となる。なお、本実施の形態は、判定ルールの周期に関する条件として、周期性がない場合だけでなく、周期性がある場合の条件を規定することができる。このため、本実施の形態は、対象システムにおいて高負荷の要因となるユーザ操作やアプリケーションに周期性がある場合であっても、それらを推定することができる。 As described above, user operations and application operations in the information processing system often have no periodicity. However, in the present embodiment, user operations and users having no periodicity are obtained from load history data that is time-series data. Application behavior due to use can also be estimated. In addition, this Embodiment can prescribe | regulate not only the case where there is no periodicity as conditions regarding the period of a determination rule, but the conditions when there is periodicity. For this reason, this Embodiment can estimate those even if it is a case where the user operation and application which become a high load factor in a target system have periodicity.
 さらに、本実施の形態は、対象システムにおいて高負荷の要因となったユーザ操作及びアプリケーションを推定するために必要な時系列データの収集コストを抑えることができる。 Furthermore, the present embodiment can reduce the cost of collecting time-series data necessary for estimating user operations and applications that have caused high loads in the target system.
 その理由は、時系列データ取得部が、対象システムにおけるリソースの負荷に関する負荷履歴データを時系列データとして取得するからである。 The reason is that the time series data acquisition unit acquires the load history data regarding the resource load in the target system as time series data.
 ここで、例えば、前述の特許文献4に記載された関連技術では、加入者トラヒックデータの暗号方式やアプリケーションを推定するものの、そのために、トラヒックデータを収集する必要がある。しかしながら、ネットワークパケットのキャプチャは、計算機リソースを多く消費するため、専用の機材等が必要となることも多く、トラヒックデータの収集コストが高くなる。 Here, for example, in the related technique described in Patent Document 4 described above, although the encryption method and application of subscriber traffic data are estimated, it is necessary to collect traffic data for that purpose. However, capturing network packets consumes a large amount of computer resources, so that dedicated equipment is often required, which increases the traffic data collection cost.
 これに対して、本実施の形態は、対象システムから容易に採取可能なリソース負荷(CPU使用率等)の負荷履歴データから、その上昇頻度や上昇周期に基づいて、対象システムに高い負荷を与えるユーザ操作やユーザ使用のアプリケーションを推定できる。このため、本実施の形態は、収集コストの高いトラヒックデータを必要としない。 On the other hand, this embodiment gives a high load to the target system based on the rising frequency and the rising period from the load history data of the resource load (CPU usage rate, etc.) that can be easily collected from the target system. User operations and applications used by users can be estimated. For this reason, this Embodiment does not require the traffic data with a high collection cost.
 また、第2の実施の形態としての時系列データ分析装置は、シンクライアントシステム等におけるユーザ割当てに有用な情報を提供することができる。 Also, the time-series data analysis apparatus as the second embodiment can provide information useful for user allocation in a thin client system or the like.
 シンクライアントシステムは、多数のユーザのデスクトップ環境を少数のサーバ上の仮想マシン(VM:virtual machine)として収容する。このようなシンクライアントシステムにおいて、ユーザやユーザの使用するVMをどのサーバに割り当てるかを決める際に、本実施の形態を用いて推定されるユーザ操作及びアプリケーションの情報は有用である。 The thin client system accommodates desktop environments of many users as virtual machines (VMs) on a small number of servers. In such a thin client system, the user operation and application information estimated using this embodiment are useful when deciding to which server a user or a VM used by the user is assigned.
 例えば、ウェブブラウジングを頻繁に行うユーザ群を特定のサーバ上に集中させると、サーバが高負荷となり、ユーザの体感品質劣化の可能性が高まる。一方、メールの定期確認のようにアプリケーションにより機械的に実行される処理は、高負荷によって遅延が生じても、ユーザの体感品質に大きな影響はない。 For example, if a group of users who frequently perform web browsing is concentrated on a specific server, the server will be heavily loaded, and the possibility that the user's experience quality will deteriorate. On the other hand, processing that is mechanically executed by an application, such as periodic confirmation of mail, does not significantly affect the quality of experience of the user even if a delay occurs due to a high load.
 このように、シンクライアントシステムにおいては、どのようなアプリケーションやユーザ操作によって負荷が生じ、それがユーザの体感品質にどのような影響があるかを見積ることが運用上重要である。 As described above, in a thin client system, it is important in terms of operation to estimate what kind of application or user operation causes a load and how it affects the user's quality of experience.
 さらに、本実施の形態は、対象システムにおいて高負荷の要因となるユーザ操作やユーザ使用のアプリケーションを推定する際に、リソースの負荷履歴データを用いるので、ユーザの操作を直接監視する必要がない。したがって、本実施の形態は、プライバシーに関する問題を生じさせることがない。 Furthermore, since this embodiment uses resource load history data when estimating user operations or user-use applications that cause high loads in the target system, it is not necessary to directly monitor user operations. Therefore, this embodiment does not cause a privacy problem.
 (第3の実施の形態)
 次に、本発明の第3の実施の形態について図面を参照して詳細に説明する。本実施の形態では、第2の実施の形態に対して、高負荷が例えば数分程度継続する場合を想定し、判定ルールを拡張した例について説明する。なお、本実施の形態の説明において参照する各図面において、第1及び第2の実施の形態と同一の構成及び同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Third embodiment)
Next, a third embodiment of the present invention will be described in detail with reference to the drawings. In the present embodiment, an example will be described in which the determination rule is extended with respect to the second embodiment on the assumption that a high load continues for several minutes, for example. Note that in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configurations and steps that operate in the same manner as in the first and second embodiments, and the detailed description in the present embodiment. Description is omitted.
 まず、本発明の第3の実施の形態としての時系列データ分析装置3の機能ブロック構成を図11に示す。図11において、時系列データ分析装置3は、第2の実施の形態としての時系列データ分析装置2に対して、判定ルール記憶部22に替えて判定ルール記憶部32と、出現傾向判定部24に替えて出現傾向判定部34とを含む点が異なる。さらに、時系列データ分析装置3は、継続期間判定部36と、継続データ除去部37とを含む点が異なる。ここで、時系列データ分析装置3は、図2を参照して説明した第1の実施の形態としての時系列データ分析装置1と同一のハードウェア要素によって構成可能である。この場合、継続期間判定部36及び継続データ除去部37は、ROM1003及び記憶装置1004に記憶されたコンピュータ・プログラム及び各種データをRAM1002に読み込んで実行するCPU1001によって構成される。なお、時系列データ分析装置3及びその各機能ブロックのハードウェア構成は、上述の構成に限定されない。 First, FIG. 11 shows a functional block configuration of a time-series data analysis apparatus 3 as a third embodiment of the present invention. In FIG. 11, the time-series data analysis device 3 is different from the time-series data analysis device 2 according to the second embodiment in that a determination rule storage unit 32 and an appearance tendency determination unit 24 are used instead of the determination rule storage unit 22. The point which includes the appearance tendency determination part 34 instead of is different. Furthermore, the time-series data analysis device 3 is different in that it includes a duration determination unit 36 and a duration data removal unit 37. Here, the time-series data analysis device 3 can be configured by the same hardware elements as the time-series data analysis device 1 as the first embodiment described with reference to FIG. In this case, the continuation period determination unit 36 and the continuation data removal unit 37 are configured by the CPU 1001 that reads the computer program and various data stored in the ROM 1003 and the storage device 1004 into the RAM 1002 and executes them. Note that the hardware configuration of the time-series data analysis device 3 and each functional block thereof is not limited to the above-described configuration.
 判定ルール記憶部32は、第2の実施の形態における判定ルールに、さらに、継続期間情報を含んで記憶する。ここで、継続期間情報とは、高負荷データの継続期間に関する条件である。 The determination rule storage unit 32 further stores the determination rule in the second embodiment including duration information. Here, the duration information is a condition regarding the duration of the high load data.
 図12に、判定ルールの一例を示す。図12において、各行は判定ルールを示し、対象データ特定情報としての高負荷を示す条件と、出現傾向情報としての周期に関する条件及び頻度に関する条件と、要因情報としてのユーザ操作又はアプリケーションを表す情報とに加えて、継続期間情報を含む。この例では、継続期間情報の値は、継続期間の最低値を表し、高負荷データの継続期間がこの値以上であれば、継続期間情報を満たすことになる。 FIG. 12 shows an example of the determination rule. In FIG. 12, each row indicates a determination rule, a condition indicating high load as target data specifying information, a condition regarding frequency and a condition regarding frequency as appearance tendency information, and information indicating a user operation or application as factor information In addition, duration information is included. In this example, the value of the duration information represents the minimum value of the duration, and the duration information is satisfied if the duration of the high load data is equal to or greater than this value.
 例えば、判定ルール3は、「CPU使用率が60%以上となる高負荷が連続して60秒間以上継続して観測された場合に、動画閲覧と判定する」ためのルールを示している。もし、負荷の値が10秒間隔で観測された負荷履歴データであれば、6個以上の高負荷データが継続していれば、この継続期間情報を満たすことになる。ここで、「負荷の値が10秒間隔で観測された負荷履歴データであれば」とは、「負荷履歴データが10秒間隔で観測された負荷の値をもつものであれば」とも言える。 For example, the determination rule 3 indicates a rule for “determining that a moving image is viewed when a high load with a CPU usage rate of 60% or more is continuously observed for 60 seconds or more”. If the load value is load history data observed at an interval of 10 seconds, the duration information is satisfied if 6 or more high load data continues. Here, “if the load value is load history data observed at intervals of 10 seconds” can be said to be “if the load history data has load values observed at intervals of 10 seconds”.
 なお、ユーザによる動画閲覧操作には周期性は無いと考えられるため、判定ルール3では、周期に関する条件は「周期性無し」となっている。また、ユーザによる動画閲覧操作の頻度に傾向はないと考えられるため、頻度に関する条件は規定されていない。 In addition, since it is considered that there is no periodicity in the video browsing operation by the user, in the determination rule 3, the condition regarding the period is “no periodicity”. Moreover, since it is thought that there is no tendency in the frequency of the video browsing operation by a user, the condition regarding frequency is not prescribed | regulated.
 また、継続期間情報を含む判定ルールは、継続する高負荷の要因となりうるユーザ操作又はアプリケーション動作が発生しているときにあらかじめ計測された実際の負荷データを基に規定されたものであってもよい。例えば、図13に、4種類の動画についてそれぞれユーザによる閲覧が行われているときのCPU使用率の計測データの一例を示す。このように、動画閲覧時の負荷は、高負荷が数分程度継続するという特徴をもつ。そこで、このような動画閲覧に関する判定ルールでは、継続時間条件は、動画提供サイト等においてアクセスの多いコンテンツの長さを基に規定されてもよい。 In addition, the determination rule including the duration information may be defined based on actual load data measured in advance when a user operation or application operation that may cause a continuous high load occurs. Good. For example, FIG. 13 shows an example of CPU usage rate measurement data when the user browses four types of moving images. As described above, the load at the time of viewing a moving image has a feature that a high load continues for several minutes. Therefore, in such a determination rule relating to video browsing, the duration condition may be defined based on the length of content that is frequently accessed on a video providing site or the like.
 また、第2の実施の形態と同様のウェブブラウジングに関する判定ルール1及び定期メールチェックに関する判定ルール2は、図12に示す判定ルールにおいて、継続時間条件として、負荷データの採取間隔である10秒が設定されている。これは、ユーザによるウェブブラウジング及びメーラーによる定期メールチェックでは、高負荷の継続が予想されないためである。なお、継続時間条件は、秒数に限らず、高負荷データの個数で規定されてもよい。 Further, the determination rule 1 related to the web browsing and the determination rule 2 related to the periodic mail check similar to those of the second embodiment are, in the determination rule shown in FIG. Is set. This is because continuation of a high load is not expected in web browsing by a user and periodic mail check by a mailer. The duration condition is not limited to the number of seconds, and may be defined by the number of high load data.
 継続期間判定部36は、対象データ抽出部23によって抽出された高負荷データが、判定ルールに含まれる継続期間情報を満たして継続するか否かを判定する。 The duration determination unit 36 determines whether or not the high load data extracted by the target data extraction unit 23 satisfies the duration information included in the determination rule and continues.
 継続データ除去部37は、継続期間情報を満たして継続すると判定された一連の高負荷データの一部を除去する。例えば、継続データ除去部37は、継続期間情報を満たして継続する一連の高負荷データのうち、時間的に早い最初の高負荷データだけ残して、その後に続く高負荷データを除去してもよい。もし、継続期間情報を満たして継続する複数の部分があれば、継続データ除去部37は、それぞれの継続部分について、一部の高負荷データを除去すればよい。 The continuation data removal unit 37 removes a part of a series of high-load data determined to continue after satisfying the duration information. For example, the continuation data removal unit 37 may leave only the first high load data that is earlier in time out of a series of high load data that continues and satisfies the continuation period information, and may remove subsequent high load data. . If there are a plurality of portions that continue and satisfy the duration information, the continuation data removal unit 37 may remove some high load data for each continuation portion.
 出現傾向判定部34は、対象データ抽出部23によって抽出された高負荷データのうち、継続データ除去部37によって一部が除去された後の高負荷データについて、第2の実施の形態における出現傾向判定部24と同様に、頻度及び周期の判定処理を行う。 The appearance tendency determination unit 34 uses the high load data extracted by the target data extraction unit 23 and the appearance tendency in the second embodiment for the high load data after a part is removed by the continuous data removal unit 37. Similar to the determination unit 24, frequency and cycle determination processing is performed.
 以上のように構成された時系列データ分析装置3の動作について、図14を参照して説明する。 The operation of the time-series data analysis device 3 configured as described above will be described with reference to FIG.
 図14では、まず、時系列データ分析装置3は、ステップS11~S13まで、第2の実施の形態としての時系列データ分析装置2と同様に動作して、対象期間の負荷履歴データから高負荷データを抽出する。 In FIG. 14, first, the time-series data analysis device 3 operates in the same manner as the time-series data analysis device 2 as the second embodiment from step S11 to S13. Extract data.
 次に、継続期間判定部36は、抽出された高負荷データについて継続期間情報を満たす継続期間があるか否かを判定する(ステップS21)。例えば、前述のように、継続期間情報が継続期間の最低値を示す場合、継続期間判定部36は、高負荷データの継続する期間が、判定ルールに示された最低値以上であるか否かを判断すればよい。 Next, the duration determination unit 36 determines whether there is a duration that satisfies the duration information for the extracted high-load data (step S21). For example, as described above, when the duration information indicates the minimum value of the duration, the duration determination unit 36 determines whether the duration of the high load data is equal to or greater than the minimum value indicated in the determination rule. Can be judged.
 ここで、そのような継続期間があると判定された場合、継続データ除去部37は、継続期間情報を満たして継続する一連の高負荷データの一部を除去する(ステップS22)。例えば、前述のように、継続データ除去部37は、継続する一連の高負荷データのうち、時間的に早い最初の高負荷データだけ残して、その後に続く高負荷データを除去してもよい。 Here, when it is determined that there is such a continuation period, the continuation data removal unit 37 removes a part of a series of high-load data that continues and satisfies the continuation period information (step S22). For example, as described above, the continuation data removal unit 37 may leave only the first high load data that is earlier in time among a series of continuous high load data, and remove subsequent high load data.
 次に、出現傾向判定部34は、継続する高負荷データの一部が除去された後の高負荷データについて、第2の実施の形態と同様にステップS14及びS15を実行し、頻度に関する条件及び周期に関する条件をそれぞれ満たすか否かを判定する。 Next, the appearance tendency determination unit 34 performs steps S14 and S15 on the high load data after a part of the continuous high load data is removed, similarly to the second embodiment, It is determined whether or not the conditions regarding the period are satisfied.
 一方、ステップS21において、そのような継続期間がないと判定された場合、出現傾向判定部34は、ステップS13で抽出された高負荷データについて、第2の実施の形態と同様にステップS14及びS15を実行する。続けて、出現傾向判定部34は、頻度に関する条件及び周期に関する条件をそれぞれ満たすか否かを判定する。 On the other hand, when it is determined in step S21 that there is no such duration, the appearance tendency determining unit 34 performs steps S14 and S15 on the high load data extracted in step S13, as in the second embodiment. Execute. Subsequently, the appearance tendency determination unit 34 determines whether or not the condition regarding the frequency and the condition regarding the period are satisfied.
 そして、要因推定部25は、第2の実施の形態と同様にステップS16を実行し、高負荷の要因となったユーザ操作又はアプリケーションを推定する。 And the factor estimation part 25 performs step S16 similarly to 2nd Embodiment, and estimates the user operation or application used as the factor of high load.
 そして、時系列データ分析装置3は、他の判定ルールがあれば(ステップS17でYes)、ステップS13、ステップS21~ステップS22、ステップS14~ステップS16の動作を繰り返す。 If there is another determination rule (Yes in step S17), the time-series data analysis device 3 repeats the operations of step S13, step S21 to step S22, and step S14 to step S16.
 また、時系列データ分析装置3は、各判定ルールについて判定処理を終了すると(ステップS17でNo)、動作を終了する。 Further, when the time-series data analysis device 3 finishes the determination process for each determination rule (No in step S17), the operation ends.
 次に、第3の実施の形態の効果について述べる。 Next, the effect of the third embodiment will be described.
 第3の実施の形態としての時系列データ分析装置は、対象システムにおいて高負荷が継続する場合に、さらに精度よくその要因となるユーザ操作やアプリケーションを推定することができる。 The time-series data analysis apparatus as the third embodiment can estimate the user operation and application that cause the problem more accurately when a high load continues in the target system.
 その理由は、判定ルール記憶部が、対象データ特定情報と、要因情報とに加えて、さらに継続期間情報を含む判定ルールを記憶しておくからである。そして、継続期間判定部が、対象データ特定情報によって特定される高負荷データに、継続期間情報を満たして継続する部分があるか否かを判断し、継続データ除去部が、継続期間情報を満たして継続する一連の高負荷データの一部を除去するからである。そして、出現傾向判定部が、一部を除去後の高負荷データについて、頻度及び周期に関する条件の判定を行い、要因推定部が、出現傾向判定部の判定結果に基づいて、要因情報の示すユーザ操作及びアプリケーションを判定するからである。 The reason is that the determination rule storage unit stores a determination rule including duration information in addition to the target data specifying information and the factor information. Then, the duration determination unit determines whether there is a portion in the high load data specified by the target data identification information that continues with the duration information, and the duration data removal unit satisfies the duration information. This is because a part of a series of high-load data that continues is removed. Then, the appearance tendency determination unit determines the conditions regarding the frequency and the period for the high load data after removing a part, and the factor estimation unit is a user indicated by the factor information based on the determination result of the appearance tendency determination unit This is because the operation and application are determined.
 このように、本実施の形態は、高負荷が継続する動画再生のように周期性のない処理が行われた場合でも、継続時間条件を含む判定ルールを記憶しておくことにより、ユーザが利用したアプリケーションや操作を判定することが可能となる。 As described above, the present embodiment can be used by the user by storing the determination rule including the duration condition even when a process with no periodicity is performed, such as moving image reproduction with a high load. It is possible to determine the application and operation performed.
 また、本実施の形態は、継続データの一部を除去することにより、出現傾向判定部による周期性の有無の判定精度を高めている。ここで、周期に関する条件に規定される周期性の有無は、主に、高負荷の発生要因が、人間の操作であるか機械的なイベントであるかを区別するために定められる。しかしながら、動画再生のように、処理開始時点以外の再生中の高負荷は、人間の操作又は機械的なイベントによるものではない。このため、このような継続部分の高負荷データが除去された後の高負荷データは、除去されていない場合に比べて、周期に関する条件の判定により適したものとなる。 Further, in this embodiment, the accuracy of determining the presence / absence of periodicity by the appearance tendency determining unit is improved by removing a part of the continuous data. Here, the presence / absence of periodicity defined in the condition relating to the period is mainly determined in order to distinguish whether a high load generation factor is a human operation or a mechanical event. However, the high load during reproduction other than the processing start time as in the case of moving image reproduction is not caused by a human operation or a mechanical event. For this reason, the high load data after the high load data of such a continuation part is removed is more suitable for the determination of the condition regarding the period than when the high load data is not removed.
 また、このような本実施の形態は、高負荷が継続する機能をユーザに対して提供するシンクライアントシステムにおいて、ユーザの割当てに有用な情報を提供することができる。 In addition, this embodiment can provide information useful for user assignment in a thin client system that provides a user with a function of continuing high load.
 例えば、高負荷が継続する動画再生処理は、システムが高負荷になると再生が途切れたり画質が不安定となるため、システムの負荷がユーザの体感品質に影響を与えるアプリケーションである。また、動画再生処理のように負荷の高いアプリケーションの利用状況は、シンクライアントシステムにおけるユーザの割当てに大きな影響を与える。本実施の形態を用いることにより、動画を再生することが多いことが判明したユーザに対しては、負荷の低いその他のユーザへの影響を抑えるために、別のサーバに隔離する運用が可能となる。或いは、そのユーザに対しては、より高い料金で多くのリソースを専有できるサーバへの移行を促すといった運用なども可能となる。 For example, a moving image playback process in which a high load continues is an application in which playback is interrupted or image quality becomes unstable when the system is heavily loaded, so that the system load affects the user's quality of experience. In addition, the usage status of an application with a high load such as a moving image reproduction process has a great influence on user assignment in the thin client system. By using this embodiment, it is possible for users who have been found to play videos frequently to be isolated to another server in order to suppress the impact on other users with low load. Become. Alternatively, it is possible to perform operations such as urging the user to move to a server that can occupy many resources at a higher charge.
 なお、上述した第2及び第3の実施の形態において、負荷データの一例としてCPU使用率を適用する例を中心に説明した。このCPU使用率は、1CPUコアに対する使用率を表すものであってもよいし、CPUに搭載される複数コアに対する使用率を表すものであってもよい。ただし、CPU使用率の項目の示す値が、1CPUコアに対する値であるか複数コアに対する値であるかは、統一されている必要がある。その他、各実施の形態において、負荷データは、CPU使用率に限らず、その他のリソースの負荷を表すデータであってもよい。 In the second and third embodiments described above, the example in which the CPU usage rate is applied as an example of load data has been mainly described. This CPU usage rate may represent a usage rate for one CPU core, or may represent a usage rate for a plurality of cores mounted on a CPU. However, it is necessary to unify whether the value indicated by the CPU usage rate is a value for one CPU core or a value for a plurality of cores. In addition, in each embodiment, the load data is not limited to the CPU usage rate, and may be data representing the load of other resources.
 また、上述した第2及び第3の実施の形態において、負荷履歴データは、図15に示すように、複数の対象システムにおいて観測された負荷データを混在させて含んでいてもよい。この例では、各行の「ホスト名」が、対象システムを表している。この場合、時系列データ取得部は、ステップS11において、対象期間を表す情報に加えて対象システムを表す情報(例えば、ホスト名やホストID(Identifier)など)を取得してもよい。そして、時系列データ取得部は、ステップS12において、負荷履歴データから、対象期間における対象システムに関する負荷履歴データを抽出すればよい。 In the second and third embodiments described above, the load history data may include a mixture of load data observed in a plurality of target systems as shown in FIG. In this example, the “host name” in each row represents the target system. In this case, in step S11, the time-series data acquisition unit may acquire information representing the target system (for example, a host name or a host ID (Identifier)) in addition to the information representing the target period. In step S12, the time series data acquisition unit may extract the load history data related to the target system in the target period from the load history data.
 また、上述した第2及び第3の実施の形態において、出現傾向情報が、頻度に関する条件及び周期に関する条件からなる例を中心に説明したが、出現傾向情報は、その他の出現傾向に関する条件又はそれらの組み合わせであってもよい。 In addition, in the second and third embodiments described above, the description has been mainly focused on the case where the appearance tendency information is made up of the condition relating to the frequency and the condition relating to the period. A combination of these may be used.
 また、上述した各実施の形態において、時系列データ分析装置の各機能ブロックが、記憶装置又はROMに記憶されたコンピュータ・プログラムを実行するCPUによって実現される例を中心に説明した。しかし、各機能ブロックの一部、全部、又は、それらの組み合わせが、専用のハードウェア(回路)により実現されていてもよい。 Further, in each of the above-described embodiments, the description has focused on an example in which each functional block of the time-series data analysis device is realized by a CPU that executes a computer program stored in a storage device or ROM. However, some, all, or a combination of each functional block may be realized by dedicated hardware (circuit).
 また、上述した各実施の形態において、時系列データ分析装置の機能ブロックは、複数の装置に分散されて実現されてもよい。 In each of the above-described embodiments, the functional blocks of the time series data analysis device may be realized by being distributed to a plurality of devices.
 また、上述した各実施の形態において、各フローチャートを参照して説明した時系列データ分析装置の動作を、本発明のコンピュータ・プログラムとしてコンピュータ装置の記憶装置(記憶媒体)に格納しておくことができる。そして、係るコンピュータ・プログラムを当該CPUが読み出して実行するようにしてもよい。そして、このような場合において、本発明は、係るコンピュータ・プログラムのコード或いは記憶媒体によって構成される。 In each of the above-described embodiments, the operation of the time-series data analysis device described with reference to each flowchart may be stored in a storage device (storage medium) of the computer device as the computer program of the present invention. it can. Then, the computer program may be read and executed by the CPU. In such a case, the present invention is constituted by the code of the computer program or a storage medium.
 図16は、記憶媒体1007の一例を示す図である。図7に示す記憶媒体1007は、コンピュータ読み取り可能な非一時的記録媒体であってよい。 FIG. 16 is a diagram illustrating an example of the storage medium 1007. The storage medium 1007 shown in FIG. 7 may be a computer-readable non-transitory recording medium.
 また、上述した各実施の形態は、適宜組み合わせて実施されることが可能である。 Also, the above-described embodiments can be implemented in appropriate combination.
 また、本発明は、上述した各実施の形態に限定されず、様々な態様で実施されることが可能である。 Further, the present invention is not limited to the above-described embodiments, and can be implemented in various modes.
 以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。 The present invention has been described above with reference to the embodiments, but the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.
 この出願は、2013年10月22日に出願された日本出願特願2013-218939を基礎とする優先権を主張し、その開示の全てをここに取り込む。 This application claims priority based on Japanese Patent Application No. 2013-218939 filed on October 22, 2013, the entire disclosure of which is incorporated herein.
 1、2、3  時系列データ分析装置
 11、21  時系列データ取得部
 12、22、32  判定ルール記憶部
 13、23  対象データ抽出部
 14、24、34  出現傾向判定部
 15、25  要因推定部
 36  継続期間判定部
 37  継続データ除去部
 1001  CPU
 1002  RAM
 1003  ROM
 1004  記憶装置
 1005  入力装置
 1006  出力装置
1, 2, 3 Time-series data analysis device 11, 21 Time-series data acquisition unit 12, 22, 32 Determination rule storage unit 13, 23 Target data extraction unit 14, 24, 34 Appearance tendency determination unit 15, 25 Factor estimation unit 36 Duration determination unit 37 Continuous data removal unit 1001 CPU
1002 RAM
1003 ROM
1004 Storage device 1005 Input device 1006 Output device

Claims (10)

  1.  時系列データを取得する時系列データ取得手段と、
     前記時系列データを構成するデータのうち対象となるデータである対象データを特定する対象データ特定情報と、前記対象データの出現傾向に関する条件が定められた出現傾向情報と、前記対象データの出現要因を表す要因情報と、からなる判定ルールを記憶する判定ルール記憶手段と、
     前記時系列データから、前記対象データ特定情報によって特定される対象データを抽出する対象データ抽出手段と、
     前記対象データ抽出手段によって抽出された対象データの出現傾向が、前記出現傾向情報に合致するか否かを判定する出現傾向判定手段と、
     前記出現傾向判定手段によって前記出現傾向情報に合致すると判定された対象データの出現要因を、前記要因情報に基づいて推定する要因推定手段と、
     を含む情報処理装置。
    Time series data acquisition means for acquiring time series data;
    Target data specifying information for specifying target data that is target data among data constituting the time series data, appearance tendency information in which conditions relating to the appearance tendency of the target data are defined, and appearance factors of the target data Determination rule storage means for storing a determination rule comprising:
    Target data extracting means for extracting target data specified by the target data specifying information from the time series data;
    Appearance tendency determination means for determining whether or not the appearance tendency of the target data extracted by the target data extraction means matches the appearance tendency information;
    Factor estimation means for estimating the appearance factor of the target data determined to match the appearance tendency information by the appearance tendency determination means based on the factor information;
    An information processing apparatus including:
  2.  前記時系列データ取得手段は、対象となる情報処理システムである対象システムの負荷に関する情報を含む負荷データの履歴を前記時系列データとして取得し、
     前記判定ルール記憶手段は、前記対象データ特定情報として、高負荷を示す条件を記憶し、前記出現傾向情報として、前記高負荷を示す負荷データである高負荷データの出現傾向に関する条件が定められた情報を記憶し、前記要因情報として、前記高負荷の発生要因を表す情報を記憶する
     請求項1に記載の情報処理装置。
    The time-series data acquisition means acquires a history of load data including information related to a load of a target system that is a target information processing system as the time-series data,
    The determination rule storage unit stores a condition indicating high load as the target data specifying information, and a condition regarding the appearance tendency of high load data that is load data indicating the high load is defined as the appearance tendency information. The information processing apparatus according to claim 1, wherein information is stored, and information representing a cause of occurrence of the high load is stored as the factor information.
  3.  前記判定ルール記憶手段は、前記要因情報として、前記対象システムにおけるユーザ操作又はアプリケーションを表す情報を記憶し、
     前記要因推定手段は、前記対象システムにおける高負荷の発生要因となったユーザ操作又はアプリケーションを表す情報を推定する
     請求項2に記載の情報処理装置。
    The determination rule storage means stores, as the factor information, information representing a user operation or application in the target system,
    The information processing apparatus according to claim 2, wherein the factor estimating unit estimates information representing a user operation or an application that has caused a high load in the target system.
  4.  前記判定ルール記憶手段は、前記出現傾向情報として、前記対象データの頻度に関する条件を記憶する
     請求項1から請求項3のいずれか1項に記載の情報処理装置。
    The information processing apparatus according to any one of claims 1 to 3, wherein the determination rule storage unit stores a condition regarding the frequency of the target data as the appearance tendency information.
  5.  前記判定ルール記憶手段は、前記出現傾向情報として、前記対象データの周期に関する条件を記憶する
     請求項1から請求項4のいずれか1項に記載の情報処理装置。
    The information processing apparatus according to any one of claims 1 to 4, wherein the determination rule storage unit stores a condition related to a cycle of the target data as the appearance tendency information.
  6.  前記判定ルール記憶手段は、前記判定ルールに、前記対象データの継続期間に関する条件が定められた継続期間情報をさらに含んで記憶し、
     前記対象データ抽出手段によって抽出された対象データに、前記継続期間情報を満たして継続する部分があるか否かを判定する継続期間判定手段と、
     前記対象データのうち、前記継続期間情報を満たして継続する一連の対象データの一部を除去する継続データ除去手段と、
     をさらに備え、
     前記出現傾向判定手段は、前記対象データ抽出手段によって抽出された対象データのうち、前記継続データ除去手段によって一部が除去された後の対象データについて、前記出現傾向情報に合致するか否かを判定する
     請求項1から請求項5のいずれか1項に記載の情報処理装置。
    The determination rule storage means further includes and stores in the determination rule continuation period information in which a condition regarding the continuation period of the target data is defined,
    Duration determination means for determining whether the target data extracted by the target data extraction means has a portion that satisfies the duration information and continues.
    Of the target data, continuous data removing means for removing a part of a series of target data that satisfies the duration information and continues;
    Further comprising
    The appearance tendency determination means determines whether or not the target data after the part of the target data extracted by the target data extraction means is partially removed by the continuous data removal means matches the appearance tendency information. The information processing apparatus according to any one of claims 1 to 5.
  7.  前記継続データ除去手段は、前記継続期間情報を満たして継続する一連の対象データのうち時間的に早い最初の対象データを残して、その後に続く対象データを除去する
     請求項6に記載の情報処理装置。
    The information processing according to claim 6, wherein the continuation data removing unit removes the subsequent target data while leaving the first target data earlier in time among the series of target data that satisfies the continuation period information and continues. apparatus.
  8.  前記時系列データ取得手段は、対象期間の時系列データを取得し、
     前記要因推定手段は、前記対象期間において前記出現傾向情報に合致すると判定された対象データの出現要因を推定する
     請求項1から請求項7のいずれか1項に記載の情報処理装置。
    The time series data acquisition means acquires time series data of a target period,
    The information processing apparatus according to any one of claims 1 to 7, wherein the factor estimation unit estimates an appearance factor of target data determined to match the appearance tendency information in the target period.
  9.  コンピュータ装置が、
     時系列データを構成するデータのうち対象となるデータである対象データを特定する対象データ特定情報と、前記対象データの出現傾向に関する条件が定められた出現傾向情報と、前記対象データの出現要因を表す要因情報と、からなる判定ルールを用いて、
     時系列データを取得し、
     前記時系列データから、前記対象データ特定情報によって特定される対象データを抽出し、
     抽出した対象データの出現傾向が、前記出現傾向情報に合致するか否かを判定し、
     前記出現傾向情報に合致すると判定された対象データの出現要因を、前記要因情報に基づいて推定する、
     時系列データ分析方法。
    Computer equipment
    The target data specifying information for specifying the target data which is the target data among the data constituting the time series data, the appearance tendency information in which the conditions regarding the appearance tendency of the target data are defined, and the appearance factor of the target data Using the determination information consisting of the factor information to represent,
    Get time series data,
    Extracting the target data specified by the target data specifying information from the time series data,
    Determine whether the appearance tendency of the extracted target data matches the appearance tendency information,
    Estimating an appearance factor of target data determined to match the appearance tendency information based on the factor information;
    Time series data analysis method.
  10.  時系列データを構成するデータのうち対象となるデータである対象データを特定する対象データ特定情報と、前記対象データの出現傾向に関する条件が定められた出現傾向情報と、前記対象データの出現要因を表す要因情報と、からなる判定ルールを用いて、
     時系列データを取得する時系列データ取得ステップと、
     前記時系列データから、前記対象データ特定情報によって特定される対象データを抽出する対象データ抽出ステップと、
     前記対象データ抽出ステップにおいて抽出された対象データの出現傾向が、前記出現傾向情報に合致するか否かを判定し、
     前記出現傾向情報に合致すると判定された対象データの出現要因を、前記要因情報に基づいて推定する要因推定ステップと、
     をコンピュータ装置に実行させるコンピュータ・プログラムを記録した
     コンピュータ読み取り可能な非一時的記録媒体。
    The target data specifying information for specifying the target data which is the target data among the data constituting the time series data, the appearance tendency information in which the conditions regarding the appearance tendency of the target data are defined, and the appearance factor of the target data Using the determination information consisting of the factor information to represent,
    A time series data acquisition step for acquiring time series data;
    A target data extraction step for extracting target data specified by the target data specifying information from the time series data;
    Determining whether the appearance tendency of the target data extracted in the target data extraction step matches the appearance tendency information;
    A factor estimating step of estimating an appearance factor of the target data determined to match the appearance tendency information based on the factor information;
    A computer-readable non-transitory recording medium in which a computer program for causing a computer device to execute is recorded.
PCT/JP2014/005200 2013-10-22 2014-10-14 Information processing device and time-series data analysis method WO2015059896A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015543703A JPWO2015059896A1 (en) 2013-10-22 2014-10-14 Information processing apparatus and time series data analysis method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013-218939 2013-10-22
JP2013218939 2013-10-22

Publications (1)

Publication Number Publication Date
WO2015059896A1 true WO2015059896A1 (en) 2015-04-30

Family

ID=52992516

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/005200 WO2015059896A1 (en) 2013-10-22 2014-10-14 Information processing device and time-series data analysis method

Country Status (2)

Country Link
JP (1) JPWO2015059896A1 (en)
WO (1) WO2015059896A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527862A (en) * 2020-12-10 2021-03-19 国网河北省电力有限公司雄安新区供电公司 Time sequence data processing method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008225867A (en) * 2007-03-13 2008-09-25 Fujitsu Ltd Idle personal computer detection system and program
JP2008293117A (en) * 2007-05-22 2008-12-04 Hitachi Ltd Method for monitoring performance of virtual computer, and device using the method
JP2011065269A (en) * 2009-09-15 2011-03-31 Toshiba Corp Time series data analysis support program and device
JP2011180869A (en) * 2010-03-02 2011-09-15 Hitachi Ltd Computer state monitoring device, computer monitoring system, and computer state monitoring method
JP2012521052A (en) * 2009-03-16 2012-09-10 アバイア インク. Improved availability detection

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008225867A (en) * 2007-03-13 2008-09-25 Fujitsu Ltd Idle personal computer detection system and program
JP2008293117A (en) * 2007-05-22 2008-12-04 Hitachi Ltd Method for monitoring performance of virtual computer, and device using the method
JP2012521052A (en) * 2009-03-16 2012-09-10 アバイア インク. Improved availability detection
JP2011065269A (en) * 2009-09-15 2011-03-31 Toshiba Corp Time series data analysis support program and device
JP2011180869A (en) * 2010-03-02 2011-09-15 Hitachi Ltd Computer state monitoring device, computer monitoring system, and computer state monitoring method

Also Published As

Publication number Publication date
JPWO2015059896A1 (en) 2017-03-09

Similar Documents

Publication Publication Date Title
CN108769077B (en) Method and device for analyzing network security traceability
US11681574B2 (en) Method and system for real-time and scalable anomaly detection and classification of multi-dimensional multivariate high-frequency transaction data in a distributed environment
JP6478976B2 (en) Battery consumption analysis and prediction of wireless devices
EP2081326B1 (en) Statistical processing apparatus capable of reducing storage space for storing statistical occurence frequency data and a processing method therefor
US9460225B2 (en) System and method for collecting application performance data
US20080126538A1 (en) Event type estimation system, event type estimation method, and event type estimation program stored in recording media
JP6489170B2 (en) Analysis device, analysis method, and program
CN107220121B (en) Sandbox environment testing method and system under NUMA architecture
CN110047513B (en) Video monitoring method and device, electronic equipment and storage medium
CN111836102A (en) Video frame analysis method and device
WO2015059896A1 (en) Information processing device and time-series data analysis method
CN115658443B (en) Log filtering method and device
JP2004348640A (en) Method and system for managing network
CN112435045A (en) Method, device, storage medium and computer equipment for processing user feedback information
JP6733766B1 (en) Analysis device, control method, and program
Ogino Evaluation of machine learning method for intrusion detection system on Jubatus
KR101553923B1 (en) Apparatus and method for analyzing system usage
US9317262B2 (en) Identification of code synchronization points
US20230068467A1 (en) Monitoring system, monitoring method, agent program and manager program
JP6064996B2 (en) Conversion transfer device, conversion transfer method, and program
US9729412B2 (en) Periodicity detection method, periodicity detection device, and periodicity detection program
CN108255669A (en) The method and system of the batch processing of application performed in monitoring Basis of Computer Engineering facility
WO2009090944A1 (en) Rule base management system, rule base management method, and rule base management program
CN113746925B (en) File transmission behavior auditing method and device, electronic equipment and storage medium
CN113268422B (en) Graded quantization-based katon detection method, device, equipment and storage medium

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: 14855860

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015543703

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14855860

Country of ref document: EP

Kind code of ref document: A1