Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Troubleshooting Administration
- Troubleshooting – Logging In to UCMDB
- Troubleshooting and Limitations – UCMDB Server Administration
- Troubleshooting and Limitations – Package Manager
- Troubleshooting - CMS UI Known Issues
- Troubleshooting - Configure the Enhanced Search Engine
- Troubleshooting - High Availability Mode
- Troubleshooting - Disable History for Specific Object CITs
- Troubleshooting UCMDB Server Performance with Thread Sampler
- Troubleshooting Purging - How to View and Delete History Partitions
Troubleshooting UCMDB Server Performance with Thread Sampler
UCMDB Server includes a thread sampler that can be used to troubleshoot performance related problems without the use of an external tool like VisualVM or YourKit. This will sample all threads and include the collected information in the slow.log as part of the logged threads.
After enabling the thread sampler, when a new entry is created in slow.log, a list of top 10 methods in which the most time was spent will be logged with the thread. By default the sampling is done at a rate of 100 milliseconds.
To enable the thread sampler,
-
On the UCMDB server, launch the Web browser and access JMX console by providing the following address: https://localhost:8443/jmx-console.
You may have to log in with a user name and password.
- Locate the setGlobalSettingValue operation in the UCMDB:service=Settings Services category.
-
Provide the following parameter values:
name: thread.sampling.enabled
value: true
- Click Invoke.
- Restart the UCMDB server.
To change the sampling rate value,
-
On the UCMDB server, launch the Web browser and access JMX console by providing the following address: https://localhost:8443/jmx-console.
You may have to log in with a user name and password.
- Locate the setGlobalSettingValue operation in the UCMDB:service=Settings Services category
-
Provide the following parameter values:
name: thread.sampling.frequency
value: <specify a value in milliseconds>
- Click Invoke.
- Restart the UCMDB server.
Example entry in slow.log
Top 10 sampled methods (name, own time, total time) ordered by own time:
java.net.SocketInputStream.socketRead0(Native Method), 34400ms, 34400ms java.util.zip.Inflater.inflateBytes(Native Method), 17400ms, 17400ms java.io.FileInputStream.readBytes(Native Method), 9900ms, 9900ms java.lang.Object.wait(Native Method), 4200ms, 4200ms java.util.Arrays.copyOf(Arrays.java:3332), 1100ms, 1100ms java.util.Arrays.copyOf(Arrays.java:3236), 1000ms, 1000ms java.util.zip.ZipFile.getEntry(Native Method), 900ms, 900ms java.net.SocketOutputStream.socketWrite0(Native Method), 900ms, 900ms java.lang.Class.forName0(Native Method), 800ms, 900ms appilog.common.utils.packaging.PackagesFileUtils.inputStreamToBytes(PackagesFileUtils.java:350), 800ms, 1500ms
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: