Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Top Clients by OPs for cifs and nfs #18

Open
eschek87 opened this issue Jan 23, 2017 · 1 comment
Open

Feature Request: Top Clients by OPs for cifs and nfs #18

eschek87 opened this issue Jan 23, 2017 · 1 comment

Comments

@eschek87
Copy link

Hi guys,

in InisightIQ there is an option to show the top clients by ops. There is also a command on onefs to show that info:
isi statistics client --orderby=Ops --degraded --top

Is it possible to fetch such statistics via the api and build a dashboard?

Kind Regards,
Stephan

@cstacey42
Copy link

Hi Stephan,

As of OneFS 8.0 it is possible to fetch those stats from the cluster via the API via the /platform/3/summary set of endpoints.

E.g.

/platform/3/statistics/summary/client
/platform/3/statistics/summary/drive
/platform/3/statistics/summary/heat
/platform/3/statistics/summary/protocol
/platform/3/statistics/summary/protocol-stats
/platform/3/statistics/summary/system

And as always you can get details for each with, for example,

/platform/3/statistics/summary/client?describe

It is on our list of things to do to add support for gathering these stats and putting them into a dashboard using the stats connector. Stay tuned.

Thanks,
Chris

@eschek87 eschek87 changed the title Feature Request: Top Clients bei OPs for cifs and nfs Feature Request: Top Clients by OPs for cifs and nfs May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants