Code Monkey home page Code Monkey logo

Comments (8)

John-A-Davies avatar John-A-Davies commented on August 18, 2024

This has been raised as RTC defect 21171.
https://jazzk01.hursley.ibm.com:9443/ccm/web/projects/Zowe#action=com.ibm.team.workitem.viewWorkItem&id=21171

from community.

John-A-Davies avatar John-A-Davies commented on August 18, 2024

Some questions:

  1. Is this normal for WAS Liberty servers?
  2. Is this only apparent on zD&T systems, or do zD&T systems suffer more?
  3. Is this consistent across different systems? What is the CPU+EXCP consumption per hour on an idle system?

from community.

crshnburn avatar crshnburn commented on August 18, 2024

It would be worth checking the Liberty configuration as by default it will poll for configuration and application updates and this will cause CPU consumption even in an idle system.

Polling can be turned off by adding
<config updateTrigger="mbean"/>
and
<applicationMonitor updateTrigger="disabled"/>
to server.xml configuration.

from community.

John-A-Davies avatar John-A-Davies commented on August 18, 2024

Thanks. So far, we've added this to server.xml

<applicationMonitor dropinsEnabled="false" updateTrigger="disabled"/>
<config updateTrigger="disabled"/>
<automaticLibraries monitorEnabled="false"/>

Please advise if yours is better.

We also added this to jvm.options:

-Xtune:virtualized  
-Xjit:iprofilerBufferSize=4096

We've isolated the nodeServer and zssServer to separate STCs, which are not as hungry as the STC that runs Liberty, so Node resource consumption is not the prime cause.

from community.

John-A-Davies avatar John-A-Davies commented on August 18, 2024

I've also heard of a recurrent CPU issue in Node, thought to be fixed in version 6.14.3 but now reappeared. While Node contributes to the overall CPU of ZOWESVR, it's Liberty Atlas which consumes the most by far.

from community.

John-A-Davies avatar John-A-Davies commented on August 18, 2024

The CPU problem seemed to vanish after I tore down the ZOSMF server and angel processes a couple of times. Currently ZOWESVR3, the greediest CPU user, is averaging 4.5% at idle.

from community.

hogstrom avatar hogstrom commented on August 18, 2024

I am hoping to have a CPU, memory and storage view of Zowe by the end of the week. My big concern is the mix of processes (JAva, Node and C) under ZoweSVR

from community.

Tbr00ksy avatar Tbr00ksy commented on August 18, 2024

Close by issue 21 below:
zowe/explorer-server#21

from community.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.