Description of problem: On a relatively low-usage node, in a 24-hour period, hundreds of thousands of log entries saying that helpers.go couldn't read network stats Version-Release number of selected component (if applicable): atomic-openshift-node-3.2.0.44-1.git.0.a4463d9.el7.x86_64 (also earlier versions, including 3.0 and 3.1) How reproducible: always Steps to Reproduce: 1. Run an openshift node for any period of time 2. Review the logs Actual results: journalctl -u atomic-openshift-node --since today | grep -c "couldn't read net work stats" 289386 Expected results: This error should be handled better in the code. Logging nearly 300k/day damages the signal:noise ratio in the logs when looking for other issues. Additional info: an example of a full log entry is: Jul 15 15:10:21 ip-172-31-3-96.ec2.internal atomic-openshift-node[7724]: I0715 15:10:21.511529 7724 helpers.go:101] Unable to get network stats from pid 33009: couldn't read network stats: failure opening /proc/33009/net/dev: open /proc/33009/net/dev: no such file or directory
*** This bug has been marked as a duplicate of bug 1328913 ***