My experience is mostly with Linux systems. I find that it is easy to become overwhelmed by the amount of information written to log files. Knowing what to look for is highly valuable. If there's a specific problem you're trying to diagnose, reproducing it while you run a tail command on the logs is an easy way to capture the right log entries. Also, it's often easier to find the important error messages by starting at the end of the relevant logs and working backward. You can also filter out low-priority log messages, so that only warnings and errors are shown. In Linux/UNIX, grep can do this; you can also adjust the log level of the application. Also, you may find it helpful to display only the fields of interest in each log entry. For performance monitoring, the Linux tools will generally give you numerical data, and you can sort the results so that it is easy to discover, for example, that a certain process is consuming a lot of virtual memory. On a Windows machine, I expect similar techniques to apply, but you'll probably need PowerShell commands in order to gain the greatest benefit. -----Original Message----- From: Zee <core7xx@gmail.com> Sent: Saturday, October 10, 2020 6:02 PM To: blind-sysadmins@lists.hodgsonfamily.org Subject: [Blind-sysadmins] Log and monitoring help please? Hi all, Not so sure my first message made it to the list, I apologize for a second message. I hopefully might find myself doing more sys administration tasks, one of which is to ensure that servers are performing optimally, as well as looking at system/application logs when it comes to troubleshooting. I'd like to know how have you gone about this in an accessible way please? I remember trying to look at event viewer logs with JFW and that the MMC console kept crashing or that jaws was really sluggish in the console? Are their alternative apps when it comes to log analysis from an accessibility standpoint? How about graphs regarding CPU/Memory/Disk performance? I apologize for the many questions, Your help would really be appreciated. Kind Regards _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org