STAT is a debugging tool for extreme scale applications that can gather stack traces from multiple processes and samples to help identify issues. It uses tree-based data structures to efficiently aggregate and analyze stack trace data from over 10,000 tasks. STAT provides both a graphical user interface and command line interface, and can help debug issues like hangs or deadlocks by showing what processes are doing.