Displaying 1 result from an estimated 1 matches for "cpusys".
Did you mean:
cpus's
2002 Oct 10
1
Aggregating data -- table almost does it
...looks like this:
> str(fred)
`data.frame': 3243 obs. of 14 variables:
$ date : chr "02-09-19" "02-09-19" "02-09-19" "02-09-19" ...
$ time : chr "10:31:34" "10:31:34" "10:31:39" "11:36:12" ...
$ cpusys : num 0 0.11 0.37 0 0.13 0.46 0 0.01 0.01 0 ...
$ cpuelapsed : num 0.00328 0.44335 5.08891 0.01576 0.53153 ...
$ cpuuser : num 0 0.3 4.19 0 0.28 4.07 0 0 0 0 ...
$ dread : int 0 0 0 0 0 0 0 0 0 0 ...
$ dwrit : int 0 0 0 0 0 0 0 0 0 0 ...
$ sread : int 10 1273 1271 1...