Your message dated Sun, 26 Jun 2011 20:48:57 +0530
with message-id <[email protected]>
and subject line Re: Bug#631355: dstat: provide mem info in default output
has caused the Debian Bug report #631355,
regarding dstat: provide mem info in default output
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 [email protected]
immediately.)
--
631355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dstat
Version: 0.7.2-2
Severity: wishlist
Tags: patch
Thank you for maintaining dstat.
It would be convenient if dstat included memory information in default
output. I've attached the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dstat depends on:
ii python 2.6.6-14 interactive high-level object-orie
dstat recommends no packages.
dstat suggests no packages.
-- no debconf information
220,221c220,221
< print 'You did not select any stats, using -cdngy by default.'
< self.plugins = [ 'cpu', 'disk', 'net', 'page', 'sys' ]
---
> print 'You did not select any stats, using -cdngym by default.'
> self.plugins = [ 'cpu', 'disk', 'net', 'page', 'sys', 'mem' ]
--- End Message ---
--- Begin Message ---
On 06/24/2011 02:38 PM, Dag Wieers wrote:
>
> It would be convenient if patched would be send through upstream's
> github interface, so that discussions can be held there as well :-)
>
> That said, the memory output is wide and changes less often than the
> other default dstat plugins shown. So it was a deliberate decision to
> remove the memory output from the default dstat output in order to make
> it fit in 80 columns width terminals.
>
> It's very easy to add internal plugins, if you do dstat -am, you
> basically have the output you like. (The default, also -a, is the same
> as -cdnpy as documented in the man-page).
>
> I hope that answers your question sufficiently.
I agree. Only on rare occasions (where debugging memory leaks), do I
need dstat with mem info. I don't think that it will be an appropriate
fit into defaults.
I'll create an alias for me.
Thanks.
--
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
signature.asc
Description: OpenPGP digital signature
--- End Message ---