BookmarkSubscribeRSS Feed
Grumbler
Obsidian | Level 7

we have a STP that runs on SASAPP stored process server with streaming option since we need to return some graphics.  the browser console indicates that the STP ran about 15 seconds.  however, when i check the sas log of the STP code, the real time execution is nowhere near 15 seconds.  any idea where is the extra time from?  or the sas log real time isn't accurate?  thanks.

4 REPLIES 4
Grumbler
Obsidian | Level 7

nevermind.  found out it's due to x command.  sas obviously doesn't capture any time in the log.

LinusH
Tourmaline | Level 20

Consider using filename pipe instead.

I assume at least real time will reflect the time spent with your host call.

Data never sleeps
jakarman
Barite | Level 11

The real-time is the wall clock time and cpu-time the time spend added by multiple processors.
Those measurements are the ones a seen by the SAS process. That is excluding the transfer between SAS and the desktop.

It is excluding time spend by external processes (RDBMS or OS).

As you are talking about graphics you could also have something there. X11 may be used for that at the OS level (Unix types) that should be installed with the virtualization layer. As Unix admins do not like graphical approaches it is often omitted. Xvfb - Wikipedia, the free encyclopedia
 

---->-- ja karman --<-----

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1214 views
  • 0 likes
  • 4 in conversation