```bash
nettop -k state,interface -d -s 10 -p 23108
```
- `-k state,interface` limit output to relevant columns only
- `-d -s 10` limits the output to only show deltas, but use 10s intervals instead of 1
- `-p PID` limits the output to the application of interest