Opened 3 months ago
Closed 3 months ago
#1742 closed enhancement (fixed)
better diagnostics
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
When things go wrong we rely on "xpra info" to capture the state of the system so that we can figure out what is going wrong, we may need to add more information in there:
- more network layer state
- system load, etc
Change History (4)
comment:1 Changed 3 months ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|
comment:2 Changed 3 months ago by
Owner: | changed from J. Max Mena to Antoine Martin |
---|
This is all very useful, but I'd like to request another metric to add - iowait
- it should be fairly trivial to calculate, and would offer a good metric for users with older/slower Hard Drives. One of my test boxes has a very very slow disk, and as such when I'm doing IO intensive actions, the iowait
will go up (as viewed via https://netdata.io - very useful visuals), while the CPU utilization stays notably low. This would be useful in pointing out slow storage (or other devices).
comment:3 Changed 3 months ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|
it should be fairly trivial to calculate
I don't think it is at all, please file a separate ticket for that.
comment:4 Changed 3 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Very well, closing this one.
Done in:
@maxmylyn: this may help diagnose performance issues.