> Red Hat Enterprise Linux 6 also introduces diskdevstat for monitoring> disk operations and netdevstat for monitoring network operations. How could I monitor disk operations under CentOS 5? The quote is from RHEL 6 release notes docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.0_Release_Notes/powermanagement.html - Jussi
On Thu, Jul 7, 2011 at 1:57 AM, Jussi Hirvi <listmember at greenspot.fi> wrote:> > Red Hat Enterprise Linux 6 also introduces diskdevstat for monitoring > > disk operations and netdevstat for monitoring network operations. > > How could I monitor disk operations under CentOS 5? > > The quote is from RHEL 6 release notes > > docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.0_Release_Notes/powermanagement.htmlThere are more details about diskdevstat and netdevstat here: goo.gl/pA8Yt Since they depend on SystemTap, check this: sourceware.org/systemtap/wiki/SystemTapOnCentOS I couldn't find the tuned-utils package for CentOS 5.x but, if there aren't huge changes to SystemTap in CentOS 6.x, you could try to download the scripts from their repository and try them: fedorahosted.org/tuned -- Giovanni Tirloni -------------- next part -------------- An HTML attachment was scrubbed... URL: <lists.centos.org/pipermail/centos/attachments/20110707/2cd5d156/attachment-0002.html>
On 7.7.2011 19.46, Giovanni Tirloni wrote:> There are more details about diskdevstat and netdevstat here: > goo.gl/pA8Yt > > Since they depend on SystemTap, check this: > sourceware.org/systemtap/wiki/SystemTapOnCentOS > > I couldn't find the tuned-utils package for CentOS 5.x but, if there aren't > huge changes to SystemTap in CentOS 6.x, you could try to download the > scripts from their repository and try them:fedorahosted.org/tunedOk, thanks. I will check those. - Jussi