I want to do a performance analysis of my fair scheduler configuration, and I found this tool - "YARN Scheduler Load Simulator (SLS)" which I believe can help me out. I've followed the document and setup YARN SLS to run with a sample job trace.
But I am not able to figure out how exactly to monitor scheduler behavior with this tool. It runs and shows scheduler behavior for the sample job traces I input, even without the fair-scheduler config.
If someone can point me out to how I can configure YARN SLS to use my fair-scheduler.xml, and insights on how to monitor the scheduler simulation (or better yet, what to look for), it'll be really helpful for me.
Thanks!
--output-dir
you should get all the metrics generated from the SLS run. – tk421