Hi Priya, On Tue, Sep 10, 2024 at 7:02 PM P M, Priya <pm.priya@xxxxxxx> wrote: > > Thanks Nathans. But I don’t find this package for my configuration > > apt-get install pcp-zeroconf > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > E: Unable to locate package pcp-zeroconf > root@CZ241009TJ-1 Tue Sep 10 14:28:18:~# > > could you suggest any other way. > You may have an older Debian system? You could either upgrade to get this zeroconf package, e.g. in bookworm https://packages.debian.org/bookworm/pcp-zeroconf Or you can install the base pcp package instead and configure it manually. Feel free to move this discussion over to a PCP mailing list though or slack channel, probably not of interest to many folk here I guess. cheers. -- Nathan > -----Original Message----- > From: Nathan Scott <nathans@xxxxxxxxxx> > Sent: Tuesday, September 10, 2024 1:34 PM > To: P M, Priya <pm.priya@xxxxxxx> > Cc: linux-xfs@xxxxxxxxxxxxxxx > Subject: Re: XFS Performance Metrics > > Hi Priya, > > On Tue, Sep 10, 2024 at 4:01 PM P M, Priya <pm.priya@xxxxxxx> wrote: > > > > Hi, > > > > I am looking for performance metrics such as throughput, latency, and IOPS on an XFS filesystem. Do we have any built-in tools that can provide these details, or are there any syscalls that the application can use to obtain these performance metrics? > > > > I recommend you start with Performance Co-Pilot (pcp.io) which makes the XFS kernel metrics available in an easily consumable form. The simplest way is via: > > > [dnf or apt-get] install pcp-zeroconf > > pminfo xfs vfs mem disk > > This makes available some 350+ XFS metrics which can be recorded, reported, visualised with grafana-pcp, and so on. > > cheers. > > -- > Nathan >