TOP memory user

  • We have an application, which I think is the top memory user on the server when I query the system table sysprocesses, how could I provide the evidence to my boss? He also want to know why the app. is the top memory user.

    What is the unit for memusage in sysprocesses table? page?

  • The memusage column is the number of pages in the procedure cache allocated to a process. The page size is 8kb.

    memusage * 8 = kb memory allocated for the process

  • Do you know what unit is for CPU column?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply