Process Memory Commands
The ProcessMemoryCommand default setting should work fine on Mac OS, Linux and Windows environments. If you are seeing errors, you may need to customize it for your environment. The default command for each environment is as follows. The command is expected to return the process memory "RSS" size, expressed in kilobytes. If this is set to "0", this command will not be issued and output in the logs.
Linux
ProcessMemoryCommand ps - p $$ - o rss=
Mac OS X
ProcessMemoryCommand ps $$ - o rss=
Windows
ProcessMemoryCommand tasklist /FI 'PID eq $$' /FO TABLE /NH
- Previous: Related Configuration Directives
- Next: Log Format

Leave a note
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.