[Seaside] Re: Seaside Apps Web Hosting

goran at krampe.se goran at krampe.se
Wed Jun 29 10:46:11 CEST 2005


Hi!

John Pfersich <jp1660 at att.net> wrote: 
> Have you run a tinyBechmarks on it?

Now I have and it seems that my performance *today* is quite slow! These
results mirror more what Avi has been saying - well, not quite as bad as
a Pentium 100 though. :)

NOTE: Hmmm, ok, apparently they had a power problem yesterday and about
6 machines were rebooted including mine. Not sure if this has anything
to do with the current slowdown, perhaps more VMs have been crammed
together for the moment, I will ask in the forum. (The support in the
forums are great btw, and cost nothing. Matta (the main guy) was on the
job immediately and explained exactly what had happened)

Anyway today I get:

	34445640 bytecodes/sec; 922382 sends/sec

...which definitely isn't impressive.

And nbench today reports (Mem1.8, Int1.6, Flo3.4, baseline: AMD K6/233*,
512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38). Yesterday I got (Mem9.7,
Int7.6, Flo15.3) ... :(

Anyway, this is using a 3.7-7 built from source VM (standard procedure)
on Debian Sarge (2.6.11.10) using a Squeak3.7 basic image, like this:

	squeak -vm display=none Squeak3.7-5989-basic.image tiny.st

Where tiny.st is:

	(FileStream newFileNamed: 'results') nextPutAll: 0 tinyBenchmarks;
close.
	SmalltalkImage current snapshot: false andQuit: true

If you rerun this, delete the old "results" file first.

regards, Göran


More information about the Seaside mailing list