× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Might want to look at QSYS2.ACTIVE_JOB_INFO AND QSYS2.MEMORY_POOL_INFO:

select a.job_name, a.subsystem, a.job_type
from table(qsys2.active_job_info()) a, qsys2.memory_pool_info m
where a.memory_pool = substring(m.pool_name, 2, 9) and m.pool_id = 4;

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/QSYS2.ACTIVE_JOB_INFO%28%29%20-%20UDTF
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/QSYS2.MEMORY_POOL_INFO


"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 03/29/2016
01:46:57 PM:

From: Rob Berendt <rob@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date: 03/29/2016 01:47 PM
Subject: RE: What normally runs in memory pool 4?
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>

Justin,

James is not a big fan of GUI. And I really wouldn't try to get him to
use the fat client iNav as it requires loading on IBM i Access for
Windows. He has an issue with that as he has a competing product (at
least for 5250).
If you're going to recommend GUI don't suggest the deprecated fat client

iNav but instead suggest the webby IBM i Navigator available at
http://youribmi:2001
Work Management, Active Memory Pools
Check the desired pool, Actions, then Jobs or Subsystems.


Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





From: Justin Taylor <JUSTIN@xxxxxxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date: 03/29/2016 02:35 PM
Subject: RE: What normally runs in memory pool 4?
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>



I don't think you can say what typically runs in a given memory pool
number.

In iNav (system=>Work Management=>Memory Pools=>Active Pools), you can
right-click on any pool and show either the jobs or subsystems using
that
pool.



-----Original Message-----
From: James H. H. Lampert [mailto:jamesl@xxxxxxxxxxxxxxxxx]
Sent: Tuesday, March 29, 2016 12:00 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: What normally runs in memory pool 4?

Got a customer box with very high Act-Wait on pool 2, and had a great
deal
of memory allocated to pool 4.

Anybody know either (a) the normal assignments for memory pools 3 and 4,

or (b) how to determine, if all you know is the memory pool number from
WRKSYSSTS, what subsystem is using it?

--
JHHL

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.