BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Is there a way to list or get a list of users on E.G. or how many are actually
processing something on the SAS server ?
1 REPLY 1
deleted_user
Not applicable
This is not a simple task.

All you can really do is count how many EG connections there are on your SAS server. In Unix HP-UX:

ps -fe | grep sas | grep obj | grep -v utilities

This lists all Integration Technologies object spawner processes. You'll have to experiment in your server environment to see how to identify EG connections.

Note that this does not show when EG users run SAS code against the server. An EG connection may stay open all day without the user doing anything (that sounds like me on Fridays!!).

The kinds of results I get are:

aaaaa1 5986 14147 0 13:32:01 ? 0:32 /sware/sas/sassp4/SAS_9.1/sasexe/sas -noterminal -noxcmd -objec
bbbbb1 27010 14147 0 11:22:07 ? 0:37 /sware/sas/sassp4/SAS_9.1/sasexe/sas -noterminal -noxcmd -objec
ccccc1 5304 14147 0 09:43:09 ? 1:25 /sware/sas/sassp4/SAS_9.1/sasexe/sas -noterminal -noxcmd -objec
ddddd1 18833 14147 0 16:21:51 ? 0:04 /sware/sas/sassp4/SAS_9.1/sasexe/sas -noterminal -noxcmd -objec
eeeee1 10892 14147 0 15:53:45 ? 3:57 /sware/sas/sassp4/SAS_9.1/sasexe/sas -noterminal -noxcmd -objec

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 714 views
  • 0 likes
  • 1 in conversation