Troubleshooting memory utilization of a domain on UNIX
search cancel

Troubleshooting memory utilization of a domain on UNIX

book

Article ID: 304220

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Smart IP/Smarts SAM: How can I find out the memory utilization of a Smarts domain on UNIX?.

Environment

SMARTS-10.1.x

Resolution

In order to determine the memory utilization of the domain, execute the following command:
      ps efo vsz,args | grep sm_server

The first number on the line returned is the amount of memory used by the domain.  Multiply this number by 0.001 to have the number of megabytes in use.

Example:  

The command will return a line like:
306840 sm_server -n test-server --ignore-restore-errors -c ics --daemon --output

Take the fist number, 306840 and multiply by 0.001 306840 x 0.001 = 306.84 MB