I hope you had a good start into 2017. I am already up and running and accomplished some important tasks. I submitted my presentation proposals for the IDUG DB2 Tech Conference 2017 in Lisbon, Portugal. The Call for Papers is still open until February 20th. The IDUG Conference is always a great place to learn new stuff and meet great people.
Speaking of learning new stuff. Do you know which DB2 function or procedure produced the following output on my system? As you may notice, I checked some DB2 system processes using SQL. The feature I am using is around since DB2 version 9.7.
If you have a guess, leave a comment or send an email.
MEMBER DB2_PROCESS_NAME DB2_PROCESS_ID CPU_USER CPU_SYSTEM
------ ----------------- -------------------- ------------ ------------
0 db2fmp 15234 6 7
0 db2vend (PD Vendo 15064 5 3
0 db2ckpwd 0 15060 0 0
0 db2ckpwd 0 15061 0 0
0 db2ckpwd 0 15062 0 0
0 db2sysc 0 15054 91 128
...
8 record(s) selected.