Hi. Can FusionReactor tell me the most commonly ac...
# fusion-reactor
d
Hi. Can FusionReactor tell me the most commonly accessed pages on a site, over, say, the last month? I realize that'd often be an IIS logs question, but I don't have access to them on this server.
b
If you haven't restarted your server in a month, then yes 🙂
There are a ton of good stats on each page and even each JDBC transaction
How many times they've run, avg execution time, total execution time, etc
But that data is stored in memory
The archived metrics have a ton of data about the start and stop of each request, which is ultimately stored in a big file on disk, but • I'm not sure what the retention policy is on that disk data • you'd have to access the files directly and write a script to parse them and crunch the numbers. The UI for archived metrics doesn't really give you any aggregate views.
d
Thanks Brad, that's what I figured, FR isn't really the right tool, only thinking about it because it's there. There are some other ways I might be able to come up w that info, need to check them out.
c
if you have fusionreactor cloud you might be able to get some of that data perhaps too?
b
I doubt it. FR Cloud only sends transaction a of interest
c
depending on permissions though and cooperation, the log shipper could grab the iis logs, but at that point i'd see if they are stored centrally elsewhere and use that tool.
e
if you can alter the code, you could write your own Logger for Cf, store the data in a table,