Mason,
This is not a default option for FlexSim but these statistics can be built using existing options in the statistics collector. I do recommend going through the tutorials for the Stats Collector, as that should make the following models more clear and understandable.
Operator Utilization: This model is based off of this article. This creates a state pie chart based on the operator utilization each day. A new row of pie charts will be created every day, so you'll want to turn up the speed of the model to see those new charts being added daily.

dailyutilization.fsm
Throughput per hour per day: This model creates a chart that gives the average throughput per hour, per day, per queue. For this one, use process flow to create the labels "OldOutput" and "TPH" (throughput per hour), then wait 1 day, and then we access those labels again. Now, we find the current output and the daily output (which is the current output - old output). These are the labels that appear in the table in the dashboard StatisticsCollector2.

throughputperhourperday.fsm
Average Staytime: To find the average staytime per day, we will use a calculated table. This table gives the week number (0, 1, 2, etc) and the day of week (Sunday is 0, Monday is 1, etc), and the average staytime on that day of that week.

avgstaytime.fsm
Hopefully these 3 models will answer your question and give you a basis for creating your own custom statistics and tables.