Versions Compared

Key

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

Setting the -server Java option will enable the up.time core to use the server JVM, which has enhanced performance and stability for applications that stay running for long periods of time (such as up.time).  To enable the -server option, complete the following steps for the appropriate Operating System:NOTE:

Note
titleNote
up.time 7.1 and later has this configured automatically so you will not need to apply it.  If missing from the configuration then contact uptime Support to review.

...

 

...

Unix Systems

...

 

  • Stop the up.time core: # /etc/init.d/uptime_core stop \n
  • Edit the /uptime.lax file and change the following line: \n
    • From: lax.nl.java.option.additional=-Djava.library.path=/usr/local/uptime/bin \n
    • To: lax.nl.java.option.additional=-server -Djava.library.path=/usr/local/uptime/bin
    \n
  • Start the up.time core: # /etc/init.d/uptime_core start

...

 

Windows Systems

...

 

  • Contact uptime Support to request the appropriate JVM version for your up.time release (see below). \n
  • Stop the up.time Data Collector. \n
  • Extract the JVM zip file into the \\jre\\bin directory within a server folder so it looks similar to: \\jre\\bin\\server\\jvm.dll.\n
  • Edit the \\wrapper.conf file and add the sample line below to the end of the section labelled: Java Additional Parameters.
  • Note that X in the sample needs to be changed to be 1 more then the current parameter count. (For example if there's no additional parameters then the value should be 1, or if there's already 2 additional parameters then it should be 3)
    • Sample line: wrapper.java.additional.X=-server
  • Start the up.time Data Collector.

...

 

JVM -server Version Guidelines

...

 

  • up.time 5.0 requires jvm-server-1.5.0_10.zip \n
  • up.time 5.1 & 5.2 require jvm-server-1.6.0_11.zip \n
  • up.time 5.3, 5.4 & 5.5 require jvm-server-1.6.0_20.zip
  • up.time 6.0 require jvm-server-1.6.0_26.zip\n
  • up.time 7.0 require jvm-server-1.6.0_31.zip