What is meant by reads and writes in the process view? #1540
-
Is it disk IO per process? |
Beta Was this translation helpful? Give feedback.
Answered by
ClementTsang
Aug 5, 2024
Replies: 1 comment
-
It's generally disk IO, though the crate I use apparently returns total IO for Windows only for whatever reason. I'll note that down somewhere, sorry for the confusion. As for network IO at a per-process level, that would be nice to add, though I have no idea where to look for that stat across all operating systems so I don't know how easy/hard it would be to implement. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ElSamhaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's generally disk IO, though the crate I use apparently returns total IO for Windows only for whatever reason. I'll note that down somewhere, sorry for the confusion.
As for network IO at a per-process level, that would be nice to add, though I have no idea where to look for that stat across all operating systems so I don't know how easy/hard it would be to implement.