distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

How to curate results on pbench-server ? #478

Open Deepthidharwar opened 7 years ago

Deepthidharwar commented 7 years ago

Once we move the results, using pbench-move-results, it's housed in the server. Is there any way to delete certain results from the server ? Currently, I have had so many runs and I want to clean up unwanted logs on the system.

ndokos commented 7 years ago

There is no way to delete results from the server currently. However, assuming you are looking at your results through the http://<server>/results hierarchy, you can reorganize your results by using pbench-edit-prefix (or by using --prefix=foo as an option to pbench-move-results if you are prescient enough to know where they should go in the first place). That should resolve the visual clutter at least.

Deepthidharwar commented 7 years ago

Sure, that would help me make sort and make it more readable. In the long run, I have had so many results on the server and eventual it would end up in a clutter. Would it be good to provide 'delete' option ? Is it on the cards ?

ndokos commented 7 years ago

Not really. If you want to clean up, just do pbench-edit-prefix --prefix=to-delete <result> for each result you want to get rid of. We'll probably only start deleting results if we are under a disk space crunch. We have talked however of marking some results "to-keep" and then aging out results that are not so marked. That might still happen at some point.

Deepthidharwar commented 7 years ago

Sure! Sounds good.

Thank you so much.

On Thu, Feb 23, 2017 at 1:44 AM, Nick Dokos notifications@github.com wrote:

Not really. If you want to clean up, just do pbench-edit-prefix --prefix=to-delete for each result you want to get rid of. We'll probably only start deleting results if we are under a disk space crunch. We have talked however of marking some results "to-keep" and then aging out results that are not so marked. That might still happen at some point.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/distributed-system-analysis/pbench/issues/478#issuecomment-281789101, or mute the thread https://github.com/notifications/unsubscribe-auth/AOTRG8EDHzoTxKJpBRvw7TguQEYpX1m9ks5rfJcXgaJpZM4L71EW .

portante commented 7 years ago

Let's consider adding this to the documentation.

portante commented 5 years ago

FYI, we are planning on deprecated the pbench-edit-prefix interface, see #1355; future work should focus these enhancements in the pbench dashboard.

pravins commented 1 year ago

With latest server, we can curate the results.

  1. users will have data ownership and can manage results on their own.