[NEWSboard IBMi Forum]

Hybrid View

  1. #1
    Registriert seit
    Jul 2005
    Beiträge
    2

    Performance QZHQSSRV QZHQSRVD

    Hallo,

    wir haben auf einer 520er V5R3 laufen. Seit kurzem arbeiten wir mit Dataqueues. Dabei haben wir immer wieder Probleme mit den Antwortzeiten. Es werden permanent kurzzeitige QZHQSSRV-Jobs unter dem Subsystem QSYSWRK gestartet, die das System stark belasten. Die die CPU Auslastung schwankt derzeit bei 80%.

    Wer kennt diese Jobs und wie kann ich bei diesen Jobs die Last begrenzen?

    Vielen Dank für's Antworten

    Rauh

  2. #2
    Registriert seit
    Dec 2000
    Beiträge
    450
    Hallo Rauh,

    Such doch mal im Info-Center:

    PHP-Code:
    *DTAQThe Data Queue server daemon is started in the QSYSWRK subsystemThe daemon job is named QZHQSRVDThe associated server job is named QZHQSSRV
    Wenn viel damit gearbeitet wird, ist es u. U. sinnvoll, die Anzahl der vorgestarteten Jobs zu erhöhen:

    PHP-Code:
    Use of Prestart Jobs
    A prestart job is a batch job that starts running before a program on a remote system initiates communications with the server
    Prestart jobs use prestart job entries in the subsystem description to determine which program, class, and storage pool to use when the jobs are startedWithin a prestart job entryyou must specify attributes for the subsystem to use to create and to manage a pool of prestart jobs.

    Prestart jobs increase performance when you initiate a connection to a serverPrestart job entries are defined within a subsystemPrestart jobs become active when that subsystem is started, or they can be controlled with the Start Prestart Job (STRPJ) and End Prestart Job (ENDPJcommands.

    System information that pertains to prestart jobs (such as DSPACTPJuses the term 'program start request' exclusively to indicate requests made to start prestart jobseven though the information may pertain to a prestart job that was started as a result of a sockets connection request.

        
    Notes:

            * 
    Prestart jobs can be reusedbut there is no automatic cleanup for the prestart job once it has been used and subsequently returned to the poolThe number of times the prestart job is reused is determined by the value specified for the maximum number of uses (MAXUSEvalue of the ADDPJE or CHGPJE CL commandsThis means that resources that are used by one user of the prestart job must be cleaned up before ending use of the prestart jobOtherwisethese resources will maintain the same status for the next user that uses the prestart job. For examplea file that is opened but never closed by one user of a prestart job remains open and available to the following user of the same prestart job.
            * 
    By default, some of the server jobs run in QUSRWRK or QSERVERUsing iSeries Navigatoryou can configure some or all of these servers to run in a subsystem of your choice.
                 
    1. Double-click iSeries Navigator --> Network --> Servers --> iSeries Access.
                 
    2. Right-click the server that you want to configure subsystems for and select Properties.
                 
    3. Configure the server using the Subsystems page.
              If 
    you move jobs from the default subsystemyou must:
                 
    1. Create your own subsystem description.
                 
    2. Add your own pre-start jobs using the ADDPJE commandSet the STRJOBS parameter to *YES.
              If 
    you do not do thisyour jobs will run in the default subsystem.

    All of the OS/400 servers that are supported by the sockets communications interface support prestart jobs.
    These servers are:

    Network print server
    Remote command 
    and distributed program call server Central server
    Database server
    Secure Database server
    File server
    Secure File server
    Data Queue server
    Signon server 
    (unique to servers using sockets communications support
    Bruno

Similar Threads

  1. SQL Performance
    By mariupol1963 in forum IBM i Hauptforum
    Antworten: 9
    Letzter Beitrag: 11-08-06, 13:06
  2. Performance CRTJVA
    By Muchi in forum NEWSboard Java
    Antworten: 0
    Letzter Beitrag: 07-08-06, 14:25
  3. Performance WRKSPLF *ALL
    By Wolferl in forum IBM i Hauptforum
    Antworten: 8
    Letzter Beitrag: 06-06-06, 09:18
  4. Performance i5
    By heini in forum IBM i Hauptforum
    Antworten: 3
    Letzter Beitrag: 11-01-06, 14:07
  5. ODBC performance
    By usafft in forum IBM i Hauptforum
    Antworten: 4
    Letzter Beitrag: 12-09-05, 09:53

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • You may not post attachments
  • You may not edit your posts
  •