Defining Idle Time

From StatsJam

Jump to: navigation, search

[edit] Exploring Definitions of Idle Time

Rather than arbitrarily defining idle time, let's take a look at the time between commands to get a sense of what makes the most sense. There are two ways we can calculate summaries of command time. First, we can summarize across all log files, without regard to user. Second, we can summarize the mean times per user, then calculate summary stats per user. In both cases, we consider only significant users (Defining Significant Users). (We would use median here, too, but there are too many data points for our current implementation of "median".)

And, unfortunately, our DB has decided to grind to a halt, making these queries nigh near impossible...

Histogram of Time Between Command Invocations

Summary Stats for Time (in Seconds) Between Command Invocations, Overall
mean_time_diffsd_time_diff
17.11391835186115.26711388

From the data, 120 seconds seems a reasonable, conservative choice for a time-out.

Personal tools