iView Monitor uses the standard JVMPI and needs therefore a shared library, which will be attached to the JVM at runtime. The user interface is available as portal iView and as servlet, which runs in the same JVM as the profiled program.
Select the link for your operating system with the right mouse and select "save target as...". In the dialog box choose the directory /usr/sap/sherlok/.
Add the directory /usr/sap/sherlok/ to the environment variable shown in the last column using the syntax of the PATH environment variable.
Win2000 | sherlok.dll | PATH |
Solaris | libsherlok.so | LD_LIBRARY_PATH |
HP-UX (64Bit) | libsherlok.sl | SHLIB_PATH |
AIX (64bit) | libsherlok.so | LIBPATH |
Linux | libsherlok.so | LD_LIBRARY_PATH |
Select the link with the right mouse and select "save target as...". In the dialog box choose the directory /usr/sap/sherlok/
default.skp | Default properties for portal namespace |
default.customer.skp | Default properties excluding portal namespace |
Use the Java command line parameter -Xrun to attach iView Monitor to the JVM.. In your J2EE installation open the go script in
Replace the environment variable DEBUG_PARAMS in the go script by the following entry. For UNIX systems you have to set quotation marks.
set DEBUG_PARAMS=-Djava.compiler=NONE -Xdebug
-Xnoagent -Xrunsherlok:ConfigPath=/usr/sap/sherlok set LD_LIBRARY_PATH=/usr/sap/sherlok |