DB2 : displays the list of active utilities
db2 list utilities show detail
The LIST UTILITIES command in DB2 displays the list of active utilities on the instance, providing detailed progress information for utilities that support progress monitoring.
This command is useful for monitoring the status of running utilities, such as online backups or RUNSTATS operations. It helps in identifying performance issues and determining which utilities are running. If a utility is suspected to be degrading performance, it can be throttled using the SET UTIL_IMPACT_PRIORITY command.
Note: The LIST UTILITIES command can also be used to monitor the progress of deferred cleanup of indexes by asynchronous index cleanup and the completion of a detach of a data partition from a partitioned table.
Sample Output
Comments
Post a Comment