LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2012, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 6 Mar 2012 11:40:12 -0800
Reply-To:   Fareeza Khurshed <fkhurshed@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Fareeza Khurshed <fkhurshed@GMAIL.COM>
Subject:   Re: Switching from Local PC version of SAS to Server Based version Pros and Cons
Comments:   To: Warren Schlechte <Warren.Schlechte@TPWD.STATE.TX.US>
In-Reply-To:   <81F8139F381BE844AE05CA6525FF2AAE04E2FDD7@tpwd-mx9.tpwd.state.tx.us>
Content-Type:   text/plain; charset=us-ascii

My phone is faster than that so I'm likely to agree with you on the bottleneck issue.

Fareeza

On 2012-03-06, at 11:34 AM, Warren Schlechte <Warren.Schlechte@TPWD.STATE.TX.US> wrote:

> The server is at a remote location that we access via our DSL. > > Hence my statement to the effect you are only as fast as your slowest > part. It is my opinion our bottleneck is our bandwidth. > > Warren Schlechte > Learn how you can help Texas State Parks > > > -----Original Message----- > From: Ben Powell [mailto:bpowell555@GMAIL.COM] > Sent: Tuesday, March 06, 2012 1:20 PM > To: SAS-L@LISTSERV.UGA.EDU; Warren Schlechte > Subject: Re: Switching from Local PC version of SAS to Server Based > version Pros and Cons > > Hi Warren, > > Can you confirm the location of the server, is it at a remote location? > Compute time > seems to be comparable but you've got some delay in transmission of the > resulting > output, > > Regards > > > On Tue, 6 Mar 2012 09:51:06 -0600, Warren Schlechte > <Warren.Schlechte@TPWD.STATE.TX.US> wrote: > >> I decided to run a very simple test to show the differences we >> experience comparing a local install to a server install. I am hoping >> that others might suggest where we should look for improvements in >> efficiency. >> >> Here's the code I submitted. The code is local and the report displays >> locally. >> >> Data test; >> Do I = 1 to 100000; >> Output; >> End; >> Run; >> >> Proc summary printall; >> Var I; >> Run; >> >> I pulled the real and cpu times out of the log file. I ran the code >> multiple times and took the averages for the tables below. The way to >> read the table below is to note that when I run it locally it takes > less >> than 1 sec from submission to displayed output, even with online video >> streaming. However, it can take the same code almost 30 seconds if I >> send it to the server and have high bandwidth use. It takes 4-5 > seconds >> with low to moderate bandwidth use. Where I work, we are on DSL. >> Today, our speed is averaging 1.0 Mbps. >> >> Local (With Video Streaming) >> Data Summary Ttl >> Real 0.01 0.02 1 >> CPU 0.01 0.02 >> >> Server-Based >> Without Video Streaming With Video Streaming >> >> Data Summary Ttl Data Summary Ttl >> >> Real 0.05 0.16 4.33 0.07 0.15 26.67 >> >> CPU 0.03 0.11 0.04 0.15 >> >> >> Warren Schlechte >> Learn how you can help Texas State Parks >> >> -----Original Message----- >> From: Ben Powell [mailto:bpowell555@GMAIL.COM] >> Sent: Tuesday, March 06, 2012 3:03 AM >> Subject: Re: Switching from Local PC version of SAS to Server Based >> version Pros and Cons >> >> As the previous reply suggested local bandwidth would only be an issue >> here >> if you were using large local datasets which does not appear to be the >> case. >> As such I would rule local bandwidth out as a potential cause of your >> slow >> server performance. >> >> Even if you do have a bandwidth constraint that would not impact on the >> the >> server being able to do its job. So, you would need to get a handle on >> the >> typical server bottlenecks which might be memory, CPU, I/O, or >> fileserver/database connection performance, if the data is not all on >> the >> SAS server. >> >> If using a Win box, taskmgr; linux I like htop; tea-leaves if you're >> using >> MF. If you're using a Mac best pay a visit to your local genius bar and >> have >> a latte, >> >> Regards


Back to: Top of message | Previous page | Main SAS-L page