BookmarkSubscribeRSS Feed
MariaD
Barite | Level 11

Hi Folks,

 

We have SAS on grid, under Linux. Is there any way to identify zombie SAS process? 

 

Regards,

1 REPLY 1
Sajid01
Meteorite | Level 14

One approach to identifying zombie process on Linux is as follows

ps aux | grep Z 

You can add additional keywords to filter your processes. For example if the process name or username has the word 'sas'

then you can use

ps aux | grep Z | grep sas

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 834 views
  • 0 likes
  • 2 in conversation