Now I have a basic working app that starts monitoring a specific server immediately. Next, I try and hookup some some UI controls correctly so I can start and stop it, and switch between… read more >>
Now I have a basic working app that starts monitoring a specific server immediately. Next, I try and hookup some some UI controls correctly so I can start and stop it, and switch between… read more >>
Sometimes the text files I need to read have an irregular format, i.e. it changes row-to-row. MATLAB file reading functions that expect columns of data (e.g readtable), need a uniform format to work.... read more >>
Now that I’ve got most of my data processing and plotting working, I think I can start using App Designer to put it all together. I’m going to move most of the code that I have developed… read more >>
I need to perform a number of checks on the values in a large table. Currently I implement the checks in code in a script. I find it can be cumbersome if I want enable or disable certain checks, as I... read more >>
So far I have some charts displaying my server traffic in a while loop. Next, I think I want to execute the chart updates at a regular rate, so I’m going to move the contents of the loop into a… read more >>
In my last post, I worked on accessing a set of continually updating log files from a server. Here I will review what I did to tidy up my code, then work on plotting the streaming data as it comes… read more >>
This will be one of a few posts where I work on building an app that will visualize traffic to a web server, letting me monitor it as its being used. I plan to use App Designer, then deploy the app… read more >>
Here I restructure the section of my code that filters the requests, so I can easily add any filter rule (as an anonymous function) in the future. Once again I forgot to turn on my webcam so you… read more >>
Doug Hull was the founder and owner of this blog for 10 years. I talked about his contributions in my first post.
Find out what he is up to these days in his interview with John Kelly over on the… read more >>
Here I continue with my analysis of the log files of a different server. I need to modify my map function to create some variables and strip some rows which I am not able to do during file… read more >>
These postings are the author's and don't necessarily represent the opinions of MathWorks.