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 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

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