I'm trying to resolve an issue where a back is taking a *long* time. The data's being pulled from a CentOS 6 box by a CentOS 7 box. I went to use netstat, and iostat and sar... and they're not there.
Should I install sysstat, or are there replacement tools I'm expected to use?
mark
On 14 Jan 2016 18:11, m.roth@5-cent.us wrote:
I'm trying to resolve an issue where a back is taking a *long* time. The data's being pulled from a CentOS 6 box by a CentOS 7 box. I went to use netstat, and iostat and sar... and they're not there.
Should I install sysstat, or are there replacement tools I'm expected to
use?
Netstat is deprecated and replaced by either ip or ss (both part of the iproute2 suite) depending on your use case.
The sysstat package is still current, just not part of the minimal set.