英文:
Need to identify Java version usage on an IBM i partition
问题
为了界定潜在的 IBM i 升级的补救和测试活动范围,我想运行某种监视或收集服务,以告诉我实际使用了各种已安装的 IBM i Java 版本,以及哪些作业正在调用它们。
我不寻求第三方工具,只是希望获得有关如何利用 IBM i 内置工具来实现此目的的建议,因为网络上对此一事似乎没有太多信息。
我不需要类路径、Java 统计等,只需知道使用的 Java 版本。(甚至仅知道特定作业在特定时间启动了 Java 活动也会有益。)
WRKJVMJOB 对于获取快照是可以的,但那并不是我想要的。
似乎在 QMGTOOLS 中有一个名为“Java Collection”的东西,但我在网上找不到相关文档,我怀疑这可能是一个误导,考虑到 QMGTOOLS 的特定用途。
目前在 V7R2 上。
英文:
In order to scope remediation and testing activities for a potential IBM i upgrade, I would like to run some sort of monitor or collection service that can tell me which of the various installed IBM i Java versions are actually being used in practice, and which jobs are invoking them.
I'm not looking for a 3rd party tool, just advice on how IBM i built in tools might be leveraged to achieve this, since the web seems silent on this point.
I wouldn’t need the classpaths, Java stats, etc. – just which Java version. (Even knowing simply that a Java activity had been kicked off by a particular job at a particular time would be beneficial.)
WRKJVMJOB is fine for a snapshot, but that's not really what I want.
There appears to be something called 'Java Collection' in QMGTOOLS, but I can find no documentation online, and I suspect this is a red herring given the specific purpose of QMGTOOLS.
Currently on V7R2.
答案1
得分: 1
目标审计(包括读取)QJVM*库对象即可完成任务。
英文:
Object audit (including read) on the QJVM* library objects does the job.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论