COLD START AND ADAPTIVE SERVER MONITOR
A server monitoring methodology uses a time-series model for predicting value of a metric of a server. The model is built using initial training data that includes median values of the metric, each median value based on previously measured values of that metric, from servers of a group to which the server is being added. The methodology includes observing the value of the metric of the server, and comparing that observed value to a predicted value of the model. In response to the observed value being within an expected tolerance, the training data is updated to include the observed value; and in response to the observed value being outside the expected tolerance, the training data is updated to include a value between the observed value of the server metric and the predicted value. The model is updated using the updated training data, and eventually adapts to performance of the server.
Latest Adobe Inc. Patents:
- Harmonizing composite images utilizing a transformer neural network
- Enhancing light text in scanned documents while preserving document fidelity
- Digital image inpainting utilizing a cascaded modulation inpainting neural network
- Garment rendering techniques
- Efficient adaptive allocation of resources for container-based computation via markov decision processes
This disclosure relates to server monitoring, and more particularly, to a cold start and adaptive server monitoring technique.
BACKGROUNDA data center generally refers to a physical location used to house server computer systems and related components, such as networking gear and storage systems. Common uses for a data center include, for example, data processing and storage as well as hosting online applications for a company's customers. The company may operate the data center directly or indirectly via a third-party, and may have multiple data center locations depending on the specific needs of the company. In any such cases, the configurations of data centers change from time to time, such as the case where a new server is added to a given data center, or the case where a server is taken offline for software/hardware upgrading or repair or replacement. The changing of configuration is a major source of service disruption, for reasons such as bugs introduced during software upgrading, or system misconfiguration. Service disruptions can be extremely costly to the company, both in terms of direct financial impact and long-term reputation damage. Before service disruption happens, there are usually anomalies occurring in system metrics, such as high memory usage, high CPU usage, high disk usage, or a low number of hits from clients. Timely detecting such anomalies in system metrics can be helpful in addressing potential problems before they become severe.
It takes anywhere between minutes to hours or days for data center issues to emerge after system changes, so it is impractical for Site Reliability Engineering (SRE) teams to constantly watch all kinds of system metrics for problems. Currently, SRE team use manual thresholds for detecting anomalies. However, a manual threshold has several disadvantages. Firstly, it requires deep understanding about system behaviors. Without in-depth domain knowledge, it's virtually impossible to set proper thresholds. Secondly, a single manual threshold is ill-suited to handle natural data variations, e.g., seasonality. Thirdly, the environments are dynamic and continuously evolving, with all kinds of changes: customer base, system load/configuration, etc. Thus, a perfect threshold for now might not work for the future. Given these issues, a company may see major service disruption because a problem went unnoticed for hours or even days, ultimately leading to significant loss for the company. As such, there remain a number of non-trivial issues with respect to data center monitoring.
SUMMARYTechniques are disclosed for monitoring server performance. While the techniques are useful in any number of situations, they are particularly useful in the case where a server is being added to a group of online servers of a given data center. The added server may be, for instance, a new server that increases the number of the existing servers, or one of the existing servers that had to be taken offline for repair or upgrading and is now being added back into the group. Further note the server being added may be one of a plurality of servers being added. An example embodiment of the techniques includes a server monitoring methodology which uses a time-series model for predicting value of a metric of a server. The model is built using initial training data that includes median values of the metric, each median value based on previously measured values of that metric, from servers of a group to which the server is being added. The methodology includes observing the value of the metric of the added server, and comparing that observed value to a predicted value of the model. In response to the observed value being within an expected tolerance (e.g., 3-sigma about the predicted value), the training data is updated to include the observed value. In response to the observed value being outside the expected tolerance, the training data is updated to include a value between the observed value of the server metric and the predicted value. The model is updated using the updated training data, and eventually adapts to performance of the server.
Techniques are disclosed for monitoring server performance. While the techniques are useful in any number of situations, they are particularly useful in the case where a server is being added to a group of online servers of a given data center. The added server may be, for instance, a new server that increases the number of the existing servers, or one of the existing servers that had to be taken offline for repair or upgrading and is now being added back into the group. Further note the server being added may be one of a plurality of servers being added. In any such cases, one example of the techniques is a server monitoring methodology that includes the use of a time-series model for predicting the value of a server metric of the added server. The time-series model is built using the median value of the server metric at each of a plurality of time-stamps. Each median value of the server metric is based on previously measured values of the server metric at a corresponding time-stamp, from a group of servers of a data center. This median value and time-stamp data can be thought of, for example, as the initial training data upon which the time-series model is built, wherein each of the entries of the initial training data includes a corresponding one of the median values of the server metric and a corresponding time-stamp. The time-series model includes a predicted value of the server metric after the last time-stamp of the previously measured values. This predicted value can be used to assess that same metric for the server being added to the data center.
In more detail, for an additional server added to the group of servers, the methodology includes observing the value of the server metric, and comparing that observed value to the predicted value of the time-series model. Depending on the results of this comparison, the training data is updated to include a new entry that is based on or otherwise reflects the observed metric value of the added server, and the time-series model is updated using that updated training data, each time a new value for the metric is observed for the added server. In this manner, the future predicted values of the time-series model eventually adapt to or otherwise converge with the actual metric data values of the added server. How quickly the time-series model converges depends on how close the observed values of the added server are to the predicted values of the time-series model.
For instance, in some example cases, in response to the observed value of the server metric being within an expected tolerance range about the predicted value, the next value to be added to the training data upon which the time-series model is built is set to the observed value of the server metric. In contrast, in response to the observed value of the server metric being within a fault tolerance but outside the expected tolerance range, the next value to be added to the training data upon which the time-series model is built is set to a value between the observed value of the server metric and the predicted value. And in some cases, if the observed value of the server metric is not within the fault tolerance, then next value to be added to the training data is set to the predicted value, such that the observed value is effectively ignored or otherwise marginalized. In such fault mode cases, maintenance can be notified of the faulty metric data so appropriate action can be taken (e.g., the added server can be reconfigured or otherwise fixed and put back online). In any such cases, for each next value added to the training data, the time-series model can be updated, thereby eventually adapting the time-series model to observed values of the additional server.
As will be appreciated in light of this disclosure, setting the next value to be added to the training data to a value between the observed value of the server metric and the predicted value helps to avoid or otherwise reduce adversely impacting the accuracy of the time-series model, as well as oscillation while adapting the model to the observed data of the added server. To this end, the adaptation of the model to the observed data of the added server (also referred to as convergence herein) is carried out in a stabile fashion. As noted above, the training data initially has L median values, which each of these initial L entries of the training data including a corresponding one of the median values of the server metric and a corresponding time-stamp. Subsequent entries of the initial training data will each include a non-median value that is representative of the observed value of the server metric and a corresponding time-stamp, so the model is no longer purely built on median data. This is how the time-series model smoothly transitions or adapts over time from the initial historical median metric data of other servers in the data center to observed data of the added server. Eventually, the initial historical median metric data will be aged out of the model.
In more detail, and according to an example, subsequent time-stamps can be referred to with a counter initialized to L, and which is increased by one in response to each subsequent observed value of the server metric of the added server. A regularizing factor that approaches zero as the counter increases is computed for each such observed value. In addition, a standard deviation is computed based on the current training data, and a difference is computed between the observed value of the server metric and the predicted value. An adjustment value is then computed based on the regularizing factor, standard deviation, and the difference. This adjustment value can then be added to the predicted value to obtain the next value to be added to the training data. In some such example cases, the regularizing factor ranges from 0 to 1. The time-series model can then be updated with the updated training data. This process can be repeated for each observed value. Thus, if the monitoring frequency is such that the metric value is observed once per hour and the maximum collection period is two months, then L equals 1,440 (2*30*24, assuming 30 days per month). In such cases, the initial median metric data could be completely aged out of the time-series model in about 60 days or 1,440 observations of the metric of the added server.
Cold Start Problem
As previously explained, there are a number of non-trivial issues with respect to data center monitoring. For instance, and in the context of a client-server based system, the number of hits on a server over time for a given client can exhibit strong seasonality, such the case of daily seasonality where values for a given metric go up and down in similar way every day. To this end, setting one alerting threshold (e.g., alert when the number of hits falls below 20000) will either miss a significant drop during peak time, or give a false alarm in the low time. In addition, when a server is added to a group, whether it is a newly added server or an old one being added back after upgrading/repair, it starts fresh and effectively has no performance historical data. In some cases, the added server may have a trace of historical performance data, but any such trace data is sporadic and broken like random noise and thus not particularly useful. One possible monitoring solution for the added server might be to let it run for a brief initial time period (e.g., a week or two) to allow for collecting a sufficient amount of performance data, and then start to detect anomalies based on that collected performance data. However, the first hours or days of an added server are likely when problems will occur, such that the initial data might be anomalous by themselves, such as in the case where there is something wrong with the added server or a load balancer associated with that server. To this end, there is a cold start problem for the added server which effectively has no historical performance data. Complicating this cold start problem is that the added server will also affect the group behavior, as the load will be redistributed across the group eventually.
Therefore, according to an embodiment of the present disclosure, historical performance data of other servers with which the added server will be operating are used to build a time-series model useable to initially predict performance of the added server. The time-series predictive model can be updated continuously to adapt to the behavior change. Each server of the group, including any server that is added to the group, can thus have its own dedicated model that evolves or otherwise adapts to the observed normal operation of that server. To this end, techniques provided herein allow for improved server monitoring. The techniques can be implemented in a client-server architecture, as will now be discussed with reference to the example embodiment of
System Architecture
Each of the clients 101 can be implemented with any standard or proprietary computing system, such as a desktop or laptop computer, a workstation, a smart phone, or any other intelligent device capable of accessing other systems via network 103, such as data centers 105. The network 103 can be any private and/or public communication networks, such as a private local area network (e.g., local wireless network) that is operatively coupled to a public wide area network (e.g., the Internet). Any combination of private and/or public communication networks can be used, including both wired and wireless technologies. Each data center 105 can provide any number of services available to clients 101 via network 103, such as application hosting and/or data analysis. The data centers 105 each include a plurality of servers to support the various functions provided to clients 101, and can be further configured with any number of standard or proprietary data center equipment. In any such cases, at least one of the data centers 105 further includes a server monitoring system configured to monitor server performance, as will be discussed with reference to
As will be appreciated, the present disclosure is not intended to be limited to any particular client 101 configurations, or any particular network 103 configurations, or any particular data center 105 configurations. Rather, the techniques provided herein can be used with any number of data center configurations where monitoring server performance to detect anomalous behavior is desired.
As can further be seen in this example embodiment, the server monitoring system 205 is centralized and is communicatively coupled with each of the servers 202 via the network 208. Variations will be apparent. For instance, in other embodiments, server monitoring system 206 may be at least partly distributed, such that at least some of the functionality of the monitoring system 206 may reside on the individual servers 202 while other functionality of the monitoring system 206 may reside on a central computing system that can communicatively couple with each server 202 via network 208. In still other embodiments, each server 202 can include its own dedicated monitoring system 206.
In any such cases, the server monitoring system 206 can be configured to address the cold start problem for servers added to the data center, according to an embodiment of the present disclosure. In particular, the server monitoring system 206 keeps track of the median values of monitored metrics of all servers in the same data center 105. Examples of metrics that can be monitored include, for instance, memory usage, CPU usage, disk wait time, and number of hits from clients, to name a few. For each metric in the jth data center, that metric's median value over time form a time-series, which is referred to herein as initial training data, and is denoted as {tilde over (X)}j. Note that the entire history of median values is not necessarily required. Rather, in some example cases, {tilde over (X)}j only contains the latest two month of median values, or some other time period that provides a window of historical data that accounts for all seasonality of the given application, and is thus enough for building a time-series model. Other models may be built on data collected over a longer period (e.g., one or more years), and still other models may be built on data collected over a shorter period (e.g., hours, days or weeks). Further note that using the mean value over all servers (as opposed to median value) was found to be less stable, as it can be affected by extreme values from a small number of servers. In any such cases, when a server is added to the jth data center, for each system metric to track, the initial training data for that data center and corresponding metric can be retrieved (e.g., from storage 204a-b or 254) and used to jump start the monitoring service for the added server.
As will be appreciated, the processor 250, network interface 252, and memory 254 can be implemented with standard or proprietary technology, such as those typical of a standard computing system, and the specific configuration of any of these is not particularly relevant to this disclosure. In some cases, note that processor 250 may include multiple processors and/or cores so as to accommodate processing power suitable for a given application (e.g., graphics processor for processing graphics, multiple processors or cores for parallel processing or otherwise increasing computing power, digital signal processor for relatively low power pipeline processing, etc.). Likewise, note that memory 254 may include multiple memory types, such as read-only memory, random-access memory, disc drive memory, memory onboard processor 250, or some combination of memory. In any case, the present disclosure is not intended to be limited to the example configuration depicted in
The monitor initiation and measurement module 256 is programmed or otherwise configured to periodically initiate the server metric monitoring process, and to observe each metric to be monitored. In addition, module 256 detects if the server being monitored is newly added to the server group of the data center 105. This detection can be carried out, for instance, by observing the address of the added server, or as a result of a registration or handshaking process to which added servers are subjected. In some example embodiments, the server metric monitoring process is initiated once an hour (e.g., on the top of each hour), although any schedule suitable for a given data center can be used. If the server is not newly added to the data center (i.e., the metric being monitored has been observed at least once before), then the metric value is observed and passed to the metric analysis module 254.
If, on the other hand, module 256 determines that the server is newly added, then module 256 issues a call to the cold start module 258. The cold start module 258 is programmed or otherwise configured to assemble or otherwise provide training data from which the time-series 262 is built. In particular, and according to one such embodiment, module 258 accesses historical data 264 which includes previously measured metric data for the other servers 202 in the data center 105 to which the server is being added. Module 258 then computes median values of that metric data for each time-stamp at which that data was measured, across all servers 202 of the data center 105 (not counting the new server, which has not historical data). The resulting training data effectively includes a plurality of entries, each entry including a median value of the target metric and a corresponding time-stamp. So, for example, the initial training data can be represented as {tilde over (X)}={{tilde over (X)}0, {tilde over (X)}1, . . . {tilde over (X)}i−1}, where {tilde over (X)}k=(tk, mk) represents the training data entry at the tk time-stamp, and mk is the median value of normal previously measured metric data at the kth time-stamp (from data 264).
Module 258 can thus maintain training data X as time-series data, which can be readily applied to a time-series forecasting tool. To this end, and in accordance with some embodiments, module 258 uses a time-series forecasting tool such as Prophet, ARIMA (autoregressive integrated moving average), or SARIMA (seasonal ARIMA) to generate time-series model 262. Any such time-series forecasting methods can take inputs of the historical data 264, and build a time-series model that best fits the historical data. Note that the time-series forecasting tool can be coded into the cold start module 258, or called by the cold start module 258, or otherwise be accessible to the cold start module 258, for purposes of generating the time-series model. In any such cases, the resulting time-series model can be used for predicting future values of the metric being monitored. The initial time-series model includes L entries, each entry including a median observed value of the metric and a time-stamp (e.g., 1997-08-29 02:14:00, although any number of time-stamp formats can be used as will be appreciated). In some such example embodiments, the module 258 initializes a counter (i) which is available to the metric analysis module 260, along with the initial time-series model.
The metric analysis module 260 is programmed or otherwise configured to compare each subsequent observed metric value of the added server with predicted value at the corresponding time-stamp. In response to the observed value of the server metric being within an expected tolerance range about the predicted value, module 260 sets the next value to be added to the training data upon which the time-series model is built to the observed value of the server metric. However, in response to the observed value of the server metric being within a fault tolerance but outside the expected tolerance range, module 260 sets the next value to be added to the training data to a value between the observed value of the server metric and the predicted value. In addition, if the observed value of the server metric is not within the fault tolerance, module 260 sets the next value to be added to the training data to the predicted value, such that the observed value is effectively ignored or otherwise marginalized. In such fault mode cases, maintenance can be notified of the faulty metric data so appropriate action can be taken (e.g., the added server can be reconfigured or otherwise fixed and put back online). In any such cases, for each next value added to the training data, module 260 then updates the time-series model. As will be appreciated, this allows the time-series model to adapt to or otherwise converge on the observed values of the added server, according to an embodiment.
Further details of modules 256, 258, and 260 will be discussed in turn with reference to
Methodology
The method includes determining 301 whether it is time to monitor metrics of interest, or not. If not, the method includes waiting until the appropriate time. If, on the other hand, it is time to monitor the metrics, then methodology continues with initializing 303 a metric counter or ID (e.g., m=1), and then determining 305 if the server being monitored is a new server. As previously explained, this determination at 305 can be made based on the address (e.g., MAC address) of the server not being recognized as an existing server of the group included in the data center, or during an initial handshaking process that takes place when the server is initially put online in the data center. Other techniques for determining that the server is newly added to the data center can be used as well.
In any case, if the server is not new, then the method continues with observing 307 the value v of the metric(m) for the server. On the other hand, if the server is new, then the method continues with using 306 L median historic values of the target metric (as previously measured across all other servers of the data center) as training data X to build a time-series model, and initializing the time-stamp counter (e.g., set i to L). The method further includes generating 308 an initial time-series model that includes a predicted value p for metric(m). Recall that a time-series forecasting tool (e.g., Prophet, ARIMA, SARIMA, or a proprietary tool) can be used to generate the time-series model at 308. This initial time-series model can be used to jump-start the server monitoring process for an added server that has no or otherwise inadequate historical metric data. The example methodology of
Before joining a data center, a server has no history of memory usage, so there is no prediction (expected value/range) either. Thus, there is only one curve (the training data {tilde over (X)}) in that time period. Using memory usage monitor as an example, the median memory usage of all servers in the same data center is used as the training data {tilde over (X)} for a new server. So, for instance, the plot at the bottom of
With further reference to
The standard deviation σi is used to compute tolerances against which the observed value vi is compared. In more detail, and according to the example embodiment of
On other hand, if the determination at 505 indicates that the observed value vi is not within the expected tolerance, then the method continues at 513 with setting xi to a value between the observed value vi and pi and the corresponding time stamp ti: xi=[ti, pi+sign(vi−pi)*γ*σi]. The method continues with updating 515 the training data X to include xi, and then updating 517 the time-series model using the updated training data X. The next metric m can then be processed as indicated at 325 (if there is a next metric), or the monitoring process concludes for that metric monitoring cycle and the process waits for the next monitoring cycle as indicated at 329 and 301.
A number of benefits with respect to the metric analysis provided herein will be appreciated. To facilitate discussion, let Oi represent an observed value vi and its corresponding time-stamp ti: Oi=[ti, vi]). By using the observed value vi, the updated training data {tilde over (X)} can adapt to moderate trend changing in the observations. If the observed value vi is out of the predicted range (e.g., 3-sigma) but within the fault range (e.g., 6-sigma) at indicated at 509, then xi is set to:
for purposes of updating the training data {tilde over (X)}. Because in this case, Oi is an exception based on the estimate provided by the time-series model, using Oi for building the time-series model will likely hurt the model accuracy. Note xi≠pi, since we cannot totally rely on the predicted value and range: they may not always be accurate. When vi>pi, sign(vi−pi) is positive; otherwise it is negative. As a result, xi will be pulled slightly toward vi. In the example embodiment of
So, and with reference to
So, and with reference to
Example 1 includes a method for monitoring server performance. The method includes: build a time-series model for predicting the value of a server metric, the model built using the median value of the server metric at each of a plurality of time-stamps, the time-stamps including a first time-stamp and a last time-stamp, each median value of the server metric based on previously measured values of the server metric from a plurality of servers, the time-series model including a predicted value of the server metric after the last time-stamp. For an additional server added to the plurality of servers, the method includes observe the value of the server metric and compare the observed value of the server metric to the predicted value. In response to the observed value of the server metric being outside a tolerance range about the predicted value, the method includes set x equal to a value between the observed value of the server metric and the predicted value. In response to the observed value of the server metric being within the tolerance range about the predicted value, the method includes set x equal to the observed value of the server metric. The method includes update the time-series model based on x, to provide an updated time-series model to observed value of the additional server.
Example 2 includes the subject matter of Example 1, wherein prior to building the time-series model, the method includes: at each of a plurality of times, measure the value of the server metric for each server of the plurality of servers thereby providing the previously measured values of the server metric, each of the times associated with a time-stamp; and compute the median value of the server metric at each time-stamp, based on the measured values of the server metric from servers of the plurality, thereby providing initial training data having L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) one of the computed median values of the server metric and (2) a corresponding time-stamp; wherein the time-series model is built using the initial training data.
Example 3 includes the subject matter of Example 1 or 2, wherein the method includes, for the additional server, periodically further observe the value of the server metric at each of a plurality of subsequent times. For each further observed value, the method includes: compare the further observed value of the server metric to a corresponding predicted value included in the updated time-series model; in response to the further observed value of the server metric being outside a tolerance range about the corresponding predicted value, set x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the tolerance range about the corresponding predicted value, set x equal to the further observed value of the server metric; and update the updated time-series model based on x.
Example 4 includes the subject matter of any of the preceding Examples, wherein the median value of the server metric at each of a plurality of time-stamps provides training data, the training data initially having L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp. The time-series model is built using the training data, and setting x equal to a value between the observed value of the server metric and the predicted value includes: compute the difference between the observed value of the server metric and the predicted value; initialize i to L; compute a regularizing factor that approaches zero as i increases; determine standard deviation based on the training data; compute an adjustment value based on the difference, regularizing factor, and standard deviation; and add the adjustment value to the predicted value to obtain the value between the observed value and the predicted value.
Example 5 includes the subject matter of Example 4, wherein the regularizing factor is 1 when i is equal to L.
Example 6 includes the subject matter of Example 4 or 5, wherein the method includes, for the additional server, periodically further observe the value of the server metric at each of a plurality of subsequent times. For each further observed value, the method includes: increment i by one and compare the further observed value of the server metric to a corresponding predicted value included in the updated time-series model; in response to the further observed value of the server metric being outside a tolerance range about the corresponding predicted value, set x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the tolerance range about the corresponding predicted value, set x equal to the further observed value of the server metric; and update the updated time-series model based on x.
Example 7 includes the subject matter of any of the preceding Examples, wherein the median value of the server metric at each of a plurality of time-stamps provides training data, the training data having L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp, and updating the time-series model based on x includes: update the training data by adding x to the training data, thereby increasing the number of entries of the training data from L to L+1, the L+1 entry including x and a corresponding time-stamp that is after the last time-stamp; and update the time-series model using the updated training data.
Example 8 includes the subject matter of any of the preceding Examples, and the method includes, in response to the observed value of the server metric being outside a failure threshold about the predicted value, signal a fault.
Example 9 includes the subject matter of any of the preceding Examples, wherein the plurality of servers are in a same data center.
Example 10 is a system for monitoring server performance. The system includes: a storage including instructions and one or more processors configured to execute the instructions to: at each of a plurality of times, measure the value of a server metric for each of a plurality of servers, each of the times associated with a time-stamp; compute the median value of the server metric at each time-stamp, based on the measured values of the server metric from servers of the plurality, thereby providing initial training data for a time period that extends from a first time-stamp to a last time-stamp; build a time-series model using the initial training data, the time-series model including a predicted value of the server metric at a time after the last time-stamp; for an additional server added to the plurality of servers, observe the value of the server metric; compare the observed value of the server metric to the predicted value of the time-series model; in response to the observed value of the server metric being outside a tolerance range about the predicted value, set x equal to a value between the observed value of the server metric and the predicted value; in response to the observed value of the server metric being within the tolerance range about the predicted value, set x equal to the observed value of the server metric; update the initial training data to include x to provide updated training data; and update the time-series model using the updated training data.
Example 11 includes the subject matter of Example 10, wherein the initial training data initially has L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp, and updating the initial training data to include x includes increasing the L entries by one, such that the L+1 entry of the updated training data includes x and a corresponding time-stamp.
Example 12 is a computer program product including one or more non-transitory machine-readable mediums encoded with instructions that when executed by one or more processors cause a process to be carried out for monitoring server performance, the process comprising: build a time-series model for predicting the value of a server metric, the model built using initial training data, the initial training data including the median value of the server metric at each of a plurality of time-stamps, the time-stamps including a first time-stamp and a last time-stamp, each median value of the server metric based on previously measured values of the server metric from a plurality of servers, the time-series model including a predicted value of the server metric after the last time-stamp; for an additional server added to the plurality of servers, observe the value of the server metric; compare the observed value of the server metric to the predicted value of the time-series model; in response to the observed value of the server metric being within a failure tolerance but outside an expected tolerance, set x equal to a value between the observed value of the server metric and the predicted value; in response to the observed value of the server metric being within the expected tolerance, set x equal to the observed value of the server metric; update the initial training data to include x to provide updated training data; and update the time-series model using the updated training data, to provide an updated time-series model.
Example 13 includes the subject matter of Example 12, wherein the initial training data has L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp, and updating the initial training data to include x includes increasing the L entries by one, such that the L+1 entry of the updated training data includes x and a corresponding time-stamp.
Example 14 includes the subject matter of Example 12 or 13, wherein prior to building the time-series model, the process includes: at each of a plurality of times, cause measurement of the value of the server metric for each server of the plurality of servers thereby providing the previously measured values of the server metric, each of the times associated with a time-stamp; and compute the median value of the server metric at each time-stamp, based on the measured values of the server metric from servers of the plurality, thereby providing the initial training data with L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) one of the computed median values of the server metric and (2) a corresponding time-stamp.
Example 15 includes the subject matter of any of Examples 10 through 14, wherein the process includes, for the additional server, periodically further observe the value of the server metric at each of a plurality of subsequent times. For each further observed value, the process continues with: compare the further observed value of the server metric to a corresponding predicted value of the updated time-series model; in response to the further observed value of the server metric being outside a failure tolerance about the corresponding predicted value, signal a fault; in response to the further observed value of the server metric being within the failure tolerance but outside an expected tolerance about the corresponding predicted value, set x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the expected tolerance, set x equal to the further observed value of the server metric; update the updated training data to include x to provide further updated training data; and update the updated time-series model using the further updated training data.
Example 16 includes the subject matter of any of Examples 10 through 15, wherein the initial training data has L entries for a time period that extends from the first time-stamp to the last time-stamp, each of the L entries including (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp, and wherein setting x equal to a value between the observed value of the server metric and the predicted value includes: compute the difference between the observed value of the server metric and the predicted value; initialize i to L; compute a regularizing factor that approaches zero as i increases; determine standard deviation based on the initial training data; compute an adjustment value based on the difference, regularizing factor, and standard deviation; and add the adjustment value to the predicted value to obtain the value between the observed value and the predicted value.
Example 17 includes the subject matter of Example 16, wherein the regularizing factor is 1 when i is equal to L.
Example 18 includes the subject matter of Examples 16 or 17, wherein the process includes, for the additional server, periodically further observe the value of the server metric at each of a plurality of subsequent times. For each further observed value, the process includes: increment i by one; compare the further observed value of the server metric to a corresponding predicted value included in the updated time-series model; in response to the further observed value of the server metric being outside a tolerance range about the corresponding predicted value, set x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the tolerance range about the corresponding predicted value, set x equal to the further observed value of the server metric; and update the updated time-series model based on x.
Example 19 includes the subject matter of any of Examples 12 through 18, wherein in response to the observed value of the server metric being outside the failure tolerance, the process includes signal a fault.
Example 20 includes the subject matter of any of Examples 12 through 19, wherein the plurality of servers are in a same data center.
The foregoing description of example embodiments of the present disclosure has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the present disclosure to the precise forms disclosed. Many modifications and variations are possible in light of this disclosure. It is intended that the scope of the present disclosure be limited not by this detailed description, but rather by the claims appended hereto.
Claims
1: A method for monitoring server performance, the method comprising:
- building a time-series model using initial training data that includes a median value of a server metric at each of a plurality of time-stamps, the time-stamps including a first time-stamp and a last time-stamp, each median value of the server metric based on previously measured values of the server metric from a plurality of servers, the time-series model being configured to predict a predicted value of the server metric after the last time-stamp, the initial training data having L entries for a time period that extends from the first time-stamp to the last time-stamp;
- for an additional server added to the plurality of servers, observing an observed value of the server metric;
- comparing the observed value of the server metric to the predicted value;
- in response to the observed value of the server metric being outside an expected tolerance range about the predicted value, setting x equal to a value between the observed value of the server metric and the predicted value by: initializing i to L, computing a regularizing factor that approaches zero as i increases, determining a standard deviation based on the initial training data, computing an adjustment value based on the regularizing factor and the standard deviation, and adding the adjustment value to the predicted value to obtain x; and
- updating the time-series model based on x, to provide an updated time-series model.
2: The method of claim 1,
- wherein prior to building the time-series model, the method includes determining a value of the server metric at a particular one of the plurality of servers,
- wherein the particular server is associated with a corresponding one or more processors, wherein the value of the server metric is determined using the corresponding one or more processors associated with the particular server, and
- wherein the corresponding one or more processors associated with the particular server are configured to evaluate the server metric for the particular server at each of the plurality of time-stamps.
3: The method of claim 1, comprising:
- for the additional server, periodically further observing a further observed value of the server metric at each of a plurality of subsequent times; and
- for each further observed value: comparing the further observed value of the server metric to a corresponding predicted value included in the updated time-series model; in response to the further observed value of the server metric being outside the expected tolerance range about the corresponding predicted value, setting x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the expected tolerance range about the corresponding predicted value, setting x equal to the further observed value of the server metric; and updating the updated time-series model based on x.
4: The method of claim 1, each of the L entries including (1) a particular one of the median values of the server metric and (2) a time-stamp corresponding to the particular median value.
5: The method of claim 1, wherein the regularizing factor is 1 when i is equal to L.
6: The method of claim 1, comprising:
- for the additional server, periodically further observing a further observed value of the server metric at each of a plurality of subsequent times; and
- for each further observed value: comparing the further observed value of the server metric to a corresponding predicted value included in the updated time-series model; in response to the further observed value of the server metric being outside a failure tolerance about the corresponding predicted value, signaling a fault; in response to the further observed value of the server metric being within the failure tolerance but outside the expected tolerance range about the corresponding predicted value, setting x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the expected tolerance range about the corresponding predicted value, setting x equal to the further observed value of the server metric; and updating the updated time-series model based on x.
7: The method of claim 1, each of the L entries including (1) a particular one of the median values of the server metric and (2) a time-stamp corresponding to the particular median value, and wherein updating the time-series model based on x includes:
- generating updated training data by adding x to the initial training data, thereby increasing a number of entries of the initial training data from L to L+1, the L+1 entry including x and a corresponding time-stamp that is after the last time-stamp; and
- updating the time-series model using the updated training data.
8: The method of claim 1, comprising: in response to the observed value of the server metric being outside a failure threshold about the predicted value, signaling a fault.
9: The method of claim 1, wherein the plurality of servers are in a same data center.
10: A system for monitoring server performance, the system comprising:
- a storage including instructions; and
- one or more processors configured to execute the instructions to: at each of a plurality of time-stamps, determine a value of a server metric for each of a plurality of servers; compute a median value of the server metric at each of the plurality of time-stamps, thereby providing initial training data having L entries for a time period that extends from a first time-stamp to a last time-stamp; build a time-series model using the initial training data, the time-series model being configured to predict a predicted value of the server metric after the last time-stamp; for an additional server added to the plurality of servers, observe an observed value of the server metric; compare the observed value of the server metric to the predicted value of the time-series model; in response to the observed value of the server metric being outside a tolerance range about the predicted value, set x equal to a value between the observed value of the server metric and the predicted value by: initializing i to L, computing a regularizing factor that approaches zero as i increases, determining a standard deviation based on the initial training data, computing an adjustment value based on the regularizing factor and the standard deviation, and using the adjustment value to modify the predicted value to obtain x; update the initial training data to include x to provide updated training data; and update the time-series model using the updated training data.
11: The system of claim 10, each of the L entries including (1) a particular one of the median values of the server metric and (2) a time-stamp corresponding to the particular median value.
12: A computer program product including one or more non-transitory machine-readable media encoded with instructions that when executed by one or more processors cause a process to be carried out for monitoring server performance, the process comprising:
- building a time-series model for predicting a value of a server metric, the model built using initial training data, the initial training data including a median value of the server metric at each of a plurality of time-stamps, the time-stamps including a first time-stamp and a last time-stamp, each median value of the server metric based on previously measured values of the server metric from a plurality of servers, the time-series model including a predicted value of the server metric after the last time-stamp, the initial training data having L entries for a time period that extends from the first time-stamp to the last time-stamp;
- for an additional server added to the plurality of servers, observing a value of the server metric;
- comparing the observed value of the server metric to the predicted value of the time-series model;
- in response to the observed value of the server metric being within a failure tolerance but outside an expected tolerance, setting x equal to a value between the observed value of the server metric and the predicted value by: initializing i to L, computing a regularizing factor that approaches zero as i increases, determining a standard deviation based on the initial training data, computing an adjustment value based on the regularizing factor and the standard deviation, and adding the adjustment value to the predicted value to obtain the value between the observed value and the predicted value;
- in response to the observed value of the server metric being within the expected tolerance, setting x equal to the observed value of the server metric;
- updating the initial training data to include x to provide updated training data; and
- updating the time-series model using the updated training data, to provide an updated time-series model.
13: The computer program product of claim 12, wherein each of the L entries includes (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp, and wherein updating the initial training data to include x includes increasing the L entries by one, such that the L+1 entry of the updated training data includes x and a corresponding time-stamp.
14: The computer program product of claim 12, wherein prior to building the time-series model, the process includes:
- at each of a plurality of times, causing measurement of a value of the server metric for each server of the plurality of servers thereby providing the previously measured values of the server metric, each of the times associated with a time-stamp; and
- computing the median value of the server metric at each time-stamp, based on the measured values of the server metric from servers of the plurality, each of the L entries including (1) one of the computed median values of the server metric and (2) a corresponding time-stamp.
15: The computer program product of claim 12, the process comprising:
- for the additional server, periodically further observing a value of the server metric at each of a plurality of subsequent times; and
- for each further observed value: comparing the further observed value of the server metric to a corresponding predicted value of the updated time-series model; in response to the further observed value of the server metric being outside the failure tolerance about the corresponding predicted value, signaling a fault; in response to the further observed value of the server metric being within the failure tolerance but outside the expected tolerance about the corresponding predicted value, setting x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the expected tolerance, setting x equal to the further observed value of the server metric; updating the updated training data to include x to provide further updated training data; and updating the updated time-series model using the further updated training data.
16: The computer program product of claim 12, each of the L entries including (1) a corresponding one of the median values of the server metric and (2) a corresponding time-stamp.
17: The computer program product of claim 12, wherein the regularizing factor is 1 when i is equal to L.
18: The computer program product of claim 12, the process comprising:
- for the additional server, periodically further observing a value of the server metric at each of a plurality of subsequent times; and
- for each further observed value: incrementing i by one; comparing the further observed value of the server metric to a corresponding predicted value included in the updated time-series model; in response to the further observed value of the server metric being outside a tolerance range about the corresponding predicted value, setting x equal to a value between the further observed value of the server metric and the corresponding predicted value; in response to the further observed value of the server metric being within the tolerance range about the corresponding predicted value, setting x equal to the further observed value of the server metric; and updating the updated time-series model based on x.
19: The computer program product of claim 12, the process comprising:
- in response to the observed value of the server metric being outside the failure tolerance, signaling a fault.
20: The computer program product of claim 12, wherein the plurality of servers are in a same data center.
Type: Application
Filed: Jan 26, 2021
Publication Date: Jul 28, 2022
Applicant: Adobe Inc. (San Jose, CA)
Inventors: Wei Zhang (Great Falls, VA), Christopher John Challis (Alpine, UT)
Application Number: 17/158,643