Return-Path: william@bourbon.usc.edu Delivery-Date: Fri Sep 26 19:32:16 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m8R2WGfh003908 for ; Fri, 26 Sep 2008 19:32:16 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m8R2ZjFM020622 for ; Fri, 26 Sep 2008 19:35:45 -0700 Message-Id: <200809270235.m8R2ZjFM020622@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: statistics when ctrl+c is pressed Date: Fri, 26 Sep 2008 19:35:45 -0700 From: Bill Cheng Someone wrote: > I have a question about statistics when ctrl+c is pressed. What count > should we consider when we calculate "average time spent in system"? > Should we consider only customers which are served so far, or should we > consider timing and count for the customers which were in the queue but > did not get served because of "ctrl+c". Just the ones that have completed service. -- Bill Cheng // bill.cheng@usc.edu