Recognizing End-User Transactions in Performance Management
Abstract
Providing good quality of service (e.g., low response times) in distributed computer systems requires measuring end-user perceptions of performance. Unfortunately, such mea-sures are often expensive or impossible to obtain. Herein, we propose a machine-learning approach to recognizing end-user transactions consisting of sequences of remote proce-dure calls (RPCs) received at a server. Two problems are addressed. The first problem is labeling an RPC sequence that corresponds to one transaction instance with the cor-rect transaction type. This is akin to text classification. The second problem is transaction recognition, a more compre-hensive task that involves segmenting RPC sequences into transaction instances and labeling those instances with trans-action types. This problem is similar to segmenting sounds into words as in speech understanding. Using Naive Bayes approach, we tackle the labeling problem with four combi-nations of feature vectors and probability distributions: RPC occurrences with the Bernoulli distribution and RPC counts with the multinomial, geometric, and shifted geometric dis-tributions. Our approach to transaction recognition uses a dynamic-programming Viterbi algorithm that searches for a most likely segmentation of an RPC sequence into a se-quence of transactions, assuming transaction independence and using our classifiers to select a most likely transac-tion label for a given RPC sequence. For both problems, good accuracies are obtained, although the labeling problem achieves higher accuracies (up to 87%) than does transaction recognition (64%).
Cite
Text
Hellerstein et al. "Recognizing End-User Transactions in Performance Management." AAAI Conference on Artificial Intelligence, 2000.Markdown
[Hellerstein et al. "Recognizing End-User Transactions in Performance Management." AAAI Conference on Artificial Intelligence, 2000.](https://mlanthology.org/aaai/2000/hellerstein2000aaai-recognizing/)BibTeX
@inproceedings{hellerstein2000aaai-recognizing,
title = {{Recognizing End-User Transactions in Performance Management}},
author = {Hellerstein, Joseph L. and Jayram, T. S. and Rish, Irina},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2000},
pages = {596-602},
url = {https://mlanthology.org/aaai/2000/hellerstein2000aaai-recognizing/}
}