Choose collection options for your Memory Utilization (Performance) monitor:

  1. Select the Protocol with which you want to collect data from the device. If your selection generates an error or WhatsUp Gold informs you the selected protocol may/will not work for the device, please choose an alternate protocol prior to saving your monitor configuration.
  2. Specify if Memory Utilization data should be collected for All memory items or Specific memory items. If you plan to monitor utilization for only specific types of memory, enable the applicable checkbox(es) at left in the configuration dialog prior to saving your monitor configuration.
  3. Use the Polling interval (minutes) control provided to indicate how often you want data to be collected.
  4. Expand the Advanced section of the dialog and use the controls provided to modify the Timeout (secs) and Retries settings, if desired.
    Tip: This section of the configuration dialog contains a third control which allows you to specify how WhatsUp Gold should determine the uniqueness of memory items; by Memory index or Memory description.
  5. Click OK to save your monitor configuration.

Please note, data collection will not be disabled by default for any type of memory in WhatsUp Gold. However, you can choose to disable collection of either physical or virtual memory. In the example below, executing the SQL query shown will disable virtual memory data collection:

insert into GlobalSettings (sName, sValue) Values ('memoryFilter', 'Virtual Memory')

To re-enable collection of this data, run the following SQL query:

update GlobalSettings set sValue='' where sName = 'memoryFilter'

Important: Restart the Ipswitch Service Control Manager service after running any SQL query that affects data collection.
Important: Any configuration to disable Disk, Memory, Interface, or CPU performance data collection stops collection for all devices that match. This enhancement is not device-specific.