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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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