Adriaan Peeters
2007-Feb-02 11:35 UTC
[Pkg-xen-devel] Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
Package: xen-utils-common Version: 3.0.3-0-2 Severity: wishlist Tags: patch Currently when hostnames are wider than 10 chars, the xentop output is messed up. Please add the following patch to support up to 20 chars, or better yet, allow the columns to auto size :) #! /bin/sh /usr/share/dpatch/dpatch-run ## xentop-name-width.dpatch by <apeeters@lashout.net> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad xen-3.0-3.0.3-0~/tools/xenstat/xentop/xentop.c xen-3.0-3.0.3-0/tools/xenstat/xentop/xentop.c --- xen-3.0-3.0.3-0~/tools/xenstat/xentop/xentop.c 2006-10-20 12:26:02.000000000 +0200 +++ xen-3.0-3.0.3-0/tools/xenstat/xentop/xentop.c 2007-02-02 10:30:19.000000000 +0100 @@ -144,7 +144,7 @@ } field; field fields[] = { - { FIELD_NAME, "NAME", 10, compare_name, print_name }, + { FIELD_NAME, "NAME", 20, compare_name, print_name }, { FIELD_STATE, "STATE", 6, compare_state, print_state }, { FIELD_CPU, "CPU(sec)", 10, compare_cpu, print_cpu }, { FIELD_CPU_PCT, "CPU(%)", 6, compare_cpu_pct, print_cpu_pct }, -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-xen-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xen-utils-common depends on: ii lsb-base 3.1-22 Linux Standard Base 3.1 init scrip ii udev 0.103-2 /dev/ and hotplug management daemo xen-utils-common recommends no packages. -- no debconf information
Debian Bug Tracking System
2013-Jan-31 14:33 UTC
[Pkg-xen-devel] Bug#409355: marked as done (xen-utils-common: please make width of hostname column in xentop wider)
Your message dated Thu, 31 Jan 2013 15:27:59 +0100 with message-id <20130131142759.GC22390 at waldi.eu.org> and subject line Fixed, somehow has caused the Debian Bug report #409355, regarding xen-utils-common: please make width of hostname column in xentop wider to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 409355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409355 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Adriaan Peeters <apeeters at lashout.net> Subject: xen-utils-common: please make width of hostname column in xentop wider Date: Fri, 02 Feb 2007 11:26:58 +0100 Size: 3624 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20130131/66fbf21a/attachment.mht> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: Fixed, somehow Date: Thu, 31 Jan 2013 15:27:59 +0100 Size: 1516 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20130131/66fbf21a/attachment-0001.mht>
Seemingly Similar Threads
- [PATCH] Fix for Solaris compile/output for VBDs in xentop
- [PATCH][XENTOP][4/4] Display blktap statistics.
- [PATCH] SIGTERM and SIGINT handler to flush xentop -b outputs
- [PATCH] tools/xenstat/xentop/xentop.c -- fix xentop so it returns the correct exit code on invalid argument
- [PATCH] xentop: fix sigsegv