Limit Display to Recordings of
<= 1
<= 5
<= 10
<= 30
<= 60
any
minutes duration
« Previous ( First ... 10 11 12 13 14 ... Last ) Next »
Search (within title, desc, presenter, URL):
881 recordings found
Title Presenter Duration (h:mm) Date Recorded
Date Posted Submitter
Troubleshooting with FR, part 1: What has just happened on my server? (View video , Show Description )In this session, the first of 4 parts, we will focus on using the key aspects of FR related to finding what is or had been going on recently in a given server/instance. And whereas some folks tend to presume that problems are due to resource issues like high use of memory or CPU constraints, often it's more important to step back first and look at the overall state of request and transaction processing, which may give real insight into the nature of problems (or indeed to confirm where there IS a problem, even when users or other monitors are reporting problems).
As such, this session will focus on making the most of these key features in FusionReactor:
- Web Metrics
- Request history (recent, slow, and longest)
- Requests error history
- CPU, memory and garbage collection information
There can be many explanations for WHY requests are slow or WHY resource usage is high. We will delve into additional features to better understand that in later parts of the series. In this first session, the goal is to get a clear understanding of the overall nature of problems, before diving into their causes.
Charlie Arehart
2019-01-05 2022-05-30 charlie arehart
Making your applications fast and furious with the new Performance Monitoring Toolset in CF 2018! (View video , no description * )
0:58 2018-10-29 2021-07-09 charlie arehart
Troubleshooting Database Performance Issues with FusionReactor (View video , Show Description )Have you ever wondered if database performance issues were killing your web applications? Whether running CFML or Java apps (FR can monitor both), did you know that FusionReactor lets you view the JDBC activity for every request? You can see the SQL in queries (select, insert, update, delete, etc.) as well as stored procedure calls, and the arguments to either of those types. You can also see JDBC activity you may not code yourself, such as the SQL underlying ORM calls, or the client variable database processing in ColdFusion or Lucee.
In this webinar, veteran troubleshooter Charlie Arehart will guide you through the various aspects of how FR can watch every query, including how such monitoring is filtered by default and can be configured to suit your needs. He'll show you the various places JDBC activity is tracked in the FR web interface (including powerful aggregation across and within applications), as well as how it is tracked in Crash Protection alert emails, and how such activity is tracked in the FR logs (on an aggregate basis per request, or even logging individual slow queries). You can even optionally have FR track the query plan created by your DB server for each query!
Armed with such information, you can better understand either hangups or slowdowns that may be caused by database activity. And while FusionReactor has no insight into what's going on IN your database or database server, specifically, it can arm you with evidence of when it detects slowness, so that you can present more factual information to work with DBAs, if indeed it helps clarify that a problem is in fact in the database.
Charlie Arehart
2018-03-15 2022-05-30 charlie arehart
What's new in FusionReactor 7 and 7.1 (View video , Show Description )In this webinar you'll learn about what's new in FusionReactor 7 and 7.1. Did you know there were 20+ completely new core features and 100+ major improvements and bug fixes? Obviously we can't chronicle them all, but if you are either moving to the latest release of FR or have been running on it, you'll learn about many of the key benefits. Among the new features covered will be the new CPU and heap profiling, thread visualization, JMX metric monitoring, AWS cloudwatch integration, support for more frameworks, and more.
Among the enhancements we will discuss are enhanced tracking of request errors and calls to external resources, improvements to the interactive step debugger, auto detection of datasource names, and more. FusionReactor 7 also marked the production release of FusionReactor Cloud, and we will conclude with a brief introduction to that (covered already in another full webinar earlier in 2017).
Charlie Arehart
2018-01-05 2022-05-30 charlie arehart
CFMeetup: Protect your CFML Apps with FuseGuard 3 (View video , Show Description )FuseGuard is a web application firewall for CFML applications. It runs onRequestStart to detect malicious requests which it can then log or block. In this presentation you will learn how to add FuseGuard to an existing application and then see how it blocks exploitation of several security vulnerabilities within the application.
Pete Freitag
0:57 2017-12-14 2017-12-14 Charlie Arehart
CFMeetup: Busting ColdFusion myths with the present and the future of ColdFusion (View video , Show Description )Need more reasons to fall in love with the technology that has defined your career as a web developer? Then this is the session to attend. This session will walk you through the journey that ColdFusion has had so far as well as give you an insight into the strong future that ColdFusion has with data points to back every single claim made. So the next time anyone challenges you on the viability of ColdFusion as a technology, you will have all the answers you need to defend your favorite technology
Rakshith Naresh
1:08 2017-11-02 2017-11-02 Charlie Arehart
More on FusionReactor Log Analysis via Excel (View video , Show Description )In this presentation, we will show you the fundamental steps of getting the logs into Excel, and then we'll go further with several specific sorts of analysis which can be done against such log data via spreadsheets, the kinds of useful troubleshooting information we can obtain this way, and we will take time especially to leverage the unique value of pivot tables. You'll see how easy it is for you to use such spreadsheet features, by demonstration of the simple (but not always obvious) steps to follow.
This is a follow-up to last month's webinar, "Making the Most of FusionReactor's Logs". In that one, we discussed the benefits of analyzing FR's logs (for post-mortem, trend, or spot troubleshooting), and we reviewed at a high level the many tools available to do such analysis. In this webinar, we will go deeper into using spreadsheet tools like Excel (though the concepts apply as well to OpenOffice Calc and Google Sheets).
Charlie Arehart
2017-08-01 2022-05-30 charlie arehart
Troubleshooting JVM memory problems with FusionReactor (View video , Show Description )Are you aware of all the ways that FusionReactor can help you troubleshoot memory problems? They're the bane of Java-based applications and application servers, right? Actually, sometimes what seems to be a "memory leak" actually has a root cause having nothing to do with JVM tuning or GC algorithm choices. Indeed, there are many tools and techniques that many turn to when trying to solve such problems, as well as tips and gotchas that may or may not really prove accurate or true for your own problem. There are also a fair share of (well-meaning) myths that swirl around resolving JVM memory problems.
n this webinar, veteran troubleshooter Charlie Arehart will show the ways that FusionReactor can be used to understand (and indeed prove or disprove) JVM memory problems. Is there a problem with your heap, or might you be misunderstanding something you see? If memory use truly is high, what might be the cause? Or might you have a different kind of memory problem in another JVM memory space, like the code cache, or the metaspace (in Java 8 and above, or permgen in 7 and below)? Is garbage collection happening? Is it hurting? Would forcing one help clear up a misunderstanding? FusionReactor can show all this and more as we'll see in this webinar, and soon it will help even more!
Charlie Arehart
2017-06-15 2022-05-30 charlie arehart
Making the Most of FusionReactor's Logs (View video , Show Description )In this webinar, veteran server troubleshooter Charlie Arehart will take you on a guided tour of the logs, with a focus on how to get to them (in the FR UI and in the file system), how to find and use the online help for the logs, and most important how to use tools to make them easier to digest. We'll start with spreadsheet tools (Excel, OpenOffice Calc) which can do a great job lining up columns, as well as offer feature to sort, filter, and of course sum (where appropriate) the data in metric columns.
Then we'll move on to the more advanced notion of pivot tables (or data pilots as their known in Calc), which can do a great job slicing/dicing the data, creating aggregate counts, and lots more. We'll wrap up with the nifty free LogParser tool from Microsoft (which lets you query logs using SQL, from the command line), as well as some other log viewing tools which at least can make it easier to view the FR logs in a nice columnar display. We'll conclude pointing out still other tools/services that focus on digesting/archiving logs of any sort, and then finally we'll discuss briefly FusionAnalytics, a sister tool to FusionReactor which provides a lot of the above in a single package, which we'll go over in more detail in a later webinar.
Charlie Arehart
2017-06-01 2022-05-30 charlie arehart
CFMeetup: AWS for CF Developers: The low-hanging fruit (View video , Show Description ) There are hundreds of ways to use the many AWS components to serve up a CF application. And, of course, some of these components have recently changed and some are just plain new. Aimed at beginner-to-intermediate audiences, this talk will step through the key concepts, implementation steps, and gotchas that CF developers will face. Areas to be covered include, ec2, RDS, s3, the ColdFusion AMI, VPC's and a few other odds and ends.
Akiva (Pete) Lombardo
1:10 2017-05-11 2017-05-11 Charlie Arehart
« Previous ( First ... 10 11 12 13 14 ... Last ) Next »
Show how many results?:
RSS Feed:
RSS Feed of 10 latest added presentations
Receive an email newsletter of newest entries: via Feedblitz