Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionDescription

[-all]

Use this option to search through all code in the cache, not only the APL code.

[-class <regexp>]

Use this option to add a regular expression to be matched when searching through the code. For example, mzsh mzadmin/dr slowmethods -class com.<product>.* will only search for classes and packages in com.<product>.

[-threshold <byte code size>]

Use this option to set a byte code threshold, to be able to list slow methods with a byte code size lower than "8000".

Return Codes

Listed below are the different return codes for the slowmethods command:

...