Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Increased width requirement of --tcp from 3 to 4. #65

Merged
merged 1 commit into from
Feb 5, 2014

Conversation

tsaavik
Copy link
Contributor

@tsaavik tsaavik commented Dec 27, 2013

--tcp truncates the last 3 digits off a value (1000 becomes 1).
It is pretty common to have 4 digit 'established connections' these days, pushing the issue down the road by increasing width from 3 to 4.

TODO: Have some sort of overload, or add a scale (1000 becomes 1k)

--tcp truncates the last 3 digits off a value (1000 becomes 1).
It is pretty common to have 4 digit 'established connections' these days, pushing the issue down the road by increasing width from 3 to 4.

TODO: Have some sort of overload, or add a scale (1000 becomes 1k)
dagwieers added a commit that referenced this pull request Feb 5, 2014
Increased width requirement of --tcp from 3 to 4.
@dagwieers dagwieers merged commit bd76e00 into dstat-real:master Feb 5, 2014
@dagwieers
Copy link
Collaborator

Yes, I have been bitten by this myself before :-/ Thanks for fixing it !

@dagwieers dagwieers added the bug label Feb 5, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants