[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#812588: install/ziomon: include FCP performance monitoring utilities



Control: tags -1 + patch

On Mon, Jan 25, 2016 at 12:09:12PM +0100, Hendrik Brueckner wrote:
> I am going to attach a patch that includes the ziomon utilities.
> The ziomon program collects data relevant to FCP performance,
> such as the FCP I/O configuration, I/O workload, and the utilization
> of FCP resources.  The ziomon includes additional programs to generate
> reports from the collected performance data.

Below you can find a patch that includes the ziomon suite of utilities.

Note that the integration of ziomon requires additional dependencies on
blktrace, rsync, and tar, as well as, some updates on the recommends.

I have declared these dependencies in the control file for the s390-tools
package.  An alternative approach would be to integrate ziomon in its own
(sub)package.  Administrators could then decide to install ziomon if they
require its functionality.

What do you think?

Thanks and kind regards,
  Hendrik
diff -Nru s390-tools-1.32.0/debian/changelog s390-tools-1.32.0/debian/changelog
--- s390-tools-1.32.0/debian/changelog	2016-01-20 14:37:09.000000000 +0100
+++ s390-tools-1.32.0/debian/changelog	2016-01-25 12:18:49.000000000 +0100
@@ -1,3 +1,10 @@
+s390-tools (1.32.0-4) UNRELEASED; urgency=medium
+
+  [ Hendrik Brueckner ]
+  * Add zfcp monitoring and reporting tools (ziomon) (Closes: #812588)
+
+ -- Hendrik Brueckner <brueckner@linux.vnet.ibm.com>  Mon, 25 Jan 2016 11:49:05 +0100
+
 s390-tools (1.32.0-3) UNRELEASED; urgency=medium
 
   [ Hendrik Brueckner ]
diff -Nru s390-tools-1.32.0/debian/control s390-tools-1.32.0/debian/control
--- s390-tools-1.32.0/debian/control	2015-12-13 15:41:14.000000000 +0100
+++ s390-tools-1.32.0/debian/control	2016-01-25 12:03:53.000000000 +0100
@@ -9,8 +9,8 @@
 
 Package: s390-tools
 Architecture: s390 s390x
-Depends: ${shlibs:Depends}, ${misc:Depends}, gawk
-Recommends: sg3-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, gawk, blktrace, rsync, tar
+Recommends: sg3-utils, multipath-tools, lsscsi
 Description: A set of fundamental utilities for Linux on S/390
  The package contains:
   * dasdfmt, which is used to low-level format ECKD-DASDs with either
diff -Nru s390-tools-1.32.0/debian/s390-tools.install s390-tools-1.32.0/debian/s390-tools.install
--- s390-tools-1.32.0/debian/s390-tools.install	2016-01-20 14:00:29.000000000 +0100
+++ s390-tools-1.32.0/debian/s390-tools.install	2016-01-25 12:24:02.000000000 +0100
@@ -111,6 +111,24 @@
 /usr/share/man/man5/zipl.conf.5
 /usr/share/man/man8/zipl.8
 
+# ziomon
+/usr/sbin//ziomon
+/usr/sbin//ziomon_util
+/usr/sbin//ziomon_mgr
+/usr/sbin//ziomon_zfcpdd
+/usr/sbin//ziomon_fcpconf
+/usr/sbin//ziorep_config
+/usr/sbin//ziorep_utilization
+/usr/sbin//ziorep_traffic
+/usr/share/man/man8/ziomon.8
+/usr/share/man/man8/ziomon_util.8
+/usr/share/man/man8/ziomon_mgr.8
+/usr/share/man/man8/ziomon_zfcpdd.8
+/usr/share/man/man8/ziomon_fcpconf.8
+/usr/share/man/man8/ziorep_config.8
+/usr/share/man/man8/ziorep_utilization.8
+/usr/share/man/man8/ziorep_traffic.8
+
 # hyptop
 /usr/sbin/hyptop
 /usr/share/man/man8/hyptop.8

Reply to: