Jan's benchmark suite and Matlab

Поиск
Список
Период
Сортировка
От Steve Bergman
Тема Jan's benchmark suite and Matlab
Дата
Msg-id 1091921632.8076.12.camel@voyager.localdomain
обсуждение исходный текст
Ответы Re: Jan's benchmark suite and Matlab  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-advocacy
I've successfully completed a preliminary "orientation" run of Jan's
tpcw suite.  And now I'm wondering what to do with the resulting .out
file.  The docs say that it is a matlab function.  So do you have to
have matlab to make sense of the results?  Should Octave work? (I'm not
very familiar with either tool.)  Or is there meaningful info to be
gleaned with only the naked eye?

FWIW, here is the tail end of the file:

dat.numinteractions = 21338;
dat.startRU =  1091907248390;
dat.startMI =  1091907548390;
dat.startRD =  1091908748390;
dat.term    =  1091908808390;
dat.slowDown = 1.0;
% Errors
% Total Errors: 0


I understand that RU is the ramp up period, RD is ramp down, and MI is
measurement interval, and and numbers seem to be time stamps.

So is dat.numinteractions something meaningful?

Thanks,
Steve


В списке pgsql-advocacy по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: New to PostgreSQL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Jan's benchmark suite and Matlab