On the resources tab, we have several "stock" time frames available:

These are defined by a setting in the URL (request string) named "time":
- last hour (time=1)
- last 24 hours (time=2)
- 1 week (time=3)
- 1 month (time=4)
- 6 months (time=9)
- 1 year (time=10)
With a little tweaking of the query string, I've discovered there are a few more time frames available:
- "time=5" displays 2 months
- "time=6" displays 3 months
- "time=7" displays 4 months
- "time=8" displays 5 months
I have a need to view data for the following time frames
- 2 hours
- 3 hours
- 6 hours
- 12 hours
- 48 hours (aka 2 days)
Is there any way for me to view resources for these time frames?
Optionally, a custom report that would allow me to show a graph for a particular resource (cpu, transaction rate, a custom resource, whatever) over a specified time frame would be ok, too.
Thanks!