This website requires JavaScript.
Explore
Help
Register
Sign In
LK
/
xmtop
Watch
1
Star
0
Fork
0
You've already forked xmtop
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
ccbc71755f
xmtop
/
layout
History
Sean E. Russell
ccbc71755f
Version bump to v4
2020-04-23 14:07:08 -05:00
..
layout_test.go
Issue
#56
. Slight improvement in layout algorithm. Still doesn't handle > 2 columns well, but it's more correct and lays the foundation for a correct solution. It's clear, however, that a full table model parser will require a substantial rewrite and, possibly, a change in the layout syntax. That would add substantial complexity, so maybe for some future effort. I'll fix the basic column layout (rowspans at the edges), and then shelve it.
2020-02-20 08:19:15 -06:00
layout.go
Version bump to v4
2020-04-23 14:07:08 -05:00
parser.go
Closes
#46
, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with
b
2020-04-16 13:28:18 -05:00