Submitted Questions

  • 100% CPU Utilization troubleshooting

    How can we troubleshoot 100% CPU utilization in windows and linux? Explain me?

    Pramod

    • Jul 11th, 2017

    In LINUX, you can use commands like "nmon", "vmstat" and "top". Have the process IDs of all the WAS processes and verify if those IDs are occupying memory or CPU. However in Windows, start the task...

    dasharath parab

    • Jun 15th, 2017

    Take proper server restart

  • ClassLoader

    What is Classloader? Explain about parent classloader and parent plus class loader?

    santha

    • Dec 4th, 2012

    Class loader is responsible for loading classes (that are developed by Java developer, ear file) into JVM (server). In our WebSphere environment by default Parent Class Loader is enabled and that is r...