Environment SMARTS-10.1.x Resolution In order to determine the memory utilization of the domain, execute the following command: ps efo vsz,args | grep sm_server The first number on the line returned is the amount of memory used by the domain. Multiply this number by 0.001 to have the numbe...
Note:kill -3command does not produce output directly to a file from the command line. Instead, it produces output to theconsole outputof the process it was invoked on. For a JBoss EAP domain mode server, its console output should be captured in the host controller log by default.↩︎...
You can use the ulimit command at the system prompt to check system limits, as in the following example: $ ulimit -a -t: cpu time (seconds) unlimited -f: file size (blocks) unlimited -d: data seg size (kbytes) unlimited -s: stack size (kbytes) 8192 -c: core file size (blocks)...
UserParameter=check_cpu,./custom_script.sh UserParameterDir no Default search path for UserParameter commands. If used, the agent will change its working directory to the one specified here before executing a command. Thereby, UserParameter commands can have a relative ./ prefix instead of a ...
You can estimate the number of clients in waiting by using netstat. Information on the correct command line options to list all TCP sessions can be found in your system's manual page for netstat. From this snapshot, count up all connections to port 8080, or your designated proxy port, tha...
Memory Information SSL Information Note On UNIX platforms, in order to install Sun Java System Web Proxy Server 3.6 SP11 over a previous installation of the product, create a new directory, install Sun Java System Web Proxy Server 3.6 SP11 into it, and then, use the migrate option to cop...
In Bash, use Tab to complete arguments and ctrl-r to search through command history. In Bash, use ctrl-w to delete the last word, and ctrl-u to delete all the way back to the start of the line. Use alt-b and alt-f to move by word, ctrl-a to move cursor to beginning of line...
You can view this information on screen using the /SHOW-FILE command or an editor. The /SHOW-INSTALLATION-PATH INSTALLATION-UNIT= command shows the user ID under which the product's files are stored. Additional product information Current information, version and hardware dependencies, and ...
Insufficient resources: Docker containers require resources like CPU, memory, and disk space to run. If your system is running low on resources, it can cause container start failures. Check the resource utilization on your system using the following command: ...
Saturated utilization of system resource on the Informatica host (such as CPU, memory, disk, network) can cause starvation in node process causing heartbeat threads to timeout. Java Garbage collection pausesThe Informatica node is a java process, where Java’s Garbage collection threads might ...