Hi there,
I have been trying to run a performance test for a client-server application based on SmallTalk+GemStone/S, however so far, we have NOT been able to get LoadRunner tool working for such environment. Wondering if you can kindly provide any advices on how to do performance test for such applications? thanks a lot. Joshua > Date: Mon, 7 Apr 2008 16:53:40 +0900 > Subject: Re: help on performance test for SmallTalk+GemStone/S application > From: [hidden email] > To: [hidden email] > > Hi, > > Basically, it depends on Smalltalk dialects. But if you are using Cincom's VisualWorks, it has a nice built-in profiler (you can load it from Parcel Manager tool). > In Squeak, you can use MessageTally utility class. > > As for GemStone, I'm not an expert, but I've heard that it has also a time/memory profiling tool. > You can ask more specific questions to vwnc<[hidden email]> or squeak-dev<[hidden email]> mailing list. > > Hope this helps, > > Xiaoshu Chen <[hidden email]> wrote: > > Hi, There, > > > > I have been trying to do a performance test for a client-server application based on SmallTalk+GemStone/S, however so far, we have NOT been able to get LoadRunner tool working for such environment. > > Wondering if you can kindly provide any advices on how to do performance test for such applications? > > > > thanks a lot. > > Joshua > > _________________________________________________________________ > > Turn every day into $1000. Learn more at SignInAndWIN.ca > > http://g.msn.ca/ca55/213 > > --- > [:masashi | ^umezawa] You could win $1000 a day, now until May 12th, just for signing in to Windows Live Messenger. Check out SignInAndWIN.ca to learn more! _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Hi Joshua,
I'm not familiar with the LoadRunner tool you mentioned. I know that there is a tool called LoadRunner built by HP which does, or claims to do, end-to-end performance testing, but I don't know if an interface has been built that supports VisualWorks Smalltalk. If your client application is written in VisualWorks, client performance can be measured using a number of profiling tools that you can load from the Parcel Manager. Load the All Advanced Tools parcel and this will add a number of menu option to your Launcher's Tools menu. From there you can do various Time & Allocation profiling using sampling. As for getting profiling information for GemStone/S, there are a lot of things to look at. If you want to know about the GemStone VM performance, you can look at the GemStone class ProfMonitor. If you are looking to understand database performance, you can look at some of the VSD statistics which are available. This is a very big area of study and GemStone even offers some classes geared toward understanding how to tune your GemStone system. If you want to know more about GemStone performance, I might suggest you post your question on the GemStone mailing list. There are a lot of people there who have a lot of experience tuning GemStone applications that can help you. Eric On Apr 7, 2008, at 1:39 AM, Xiaoshu Chen wrote: > Hi there, > > I have been trying to run a performance test for a client-server > application based on SmallTalk+GemStone/S, however so far, we have NOT > been able to get LoadRunner tool working for such environment. > > Wondering if you can kindly provide any advices on how to do > performance test for such applications? > > thanks a lot. > > Joshua > > > > > Date: Mon, 7 Apr 2008 16:53:40 +0900 > > Subject: Re: help on performance test for SmallTalk+GemStone/S > application > > From: [hidden email] > > To: [hidden email] > > > > Hi, > > > > Basically, it depends on Smalltalk dialects. But if you are using > Cincom's VisualWorks, it has a nice built-in profiler (you can load it > from Parcel Manager tool). > > In Squeak, you can use MessageTally utility class. > > > > As for GemStone, I'm not an expert, but I've heard that it has also > a time/memory profiling tool. > > You can ask more specific questions to vwnc<[hidden email]> or > squeak-dev<[hidden email]> mailing list. > > > > Hope this helps, > > > > Xiaoshu Chen <[hidden email]> wrote: > > > Hi, There, > > > > > > I have been trying to do a performance test for a client-server > application based on SmallTalk+GemStone/S, however so far, we have NOT > been able to get LoadRunner tool working for such environment. > > > Wondering if you can kindly provide any advices on how to do > performance test for such applications? > > > > > > thanks a lot. > > > Joshua > > > _________________________________________________________________ > > > Turn every day into $1000. Learn more at SignInAndWIN.ca > > > http://g.msn.ca/ca55/213 > > > > --- > > [:masashi | ^umezawa] > > > You could win $1000 a day, now until May 12th, just for signing in to > Windows Live Messenger. Check out SignInAndWIN.ca to learn more! > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |