04 Jun 2025 09:00 PM
Trying to determine if the process level network IO metric is a subset of the process level IO metric or is it mutually exclusive. Just looking for a clear definition on both of these metrics.
05 Jun 2025 12:51 AM
@bclancy I think both are different (Storage vs Network)
Process I/O - This metric provides statistics about the I/O - read/write operations of a process. The metric value is a sum of I/O bytes written to the storage layer by all process workers per second. High values help to identify bottlenecks reducing process performance caused by the slow write speed of the storage device.
Process Network I/O- Measures the number of bytes received/sent by the process over the network.