I have three monitors and I use my left monitor to display system metrics. I run ping on loop to see network jitter and latency. I run ThrottleStop to monitor system thermals and provides an easy option to quickly disable my system auto-overclocking feature, if thermals are too high. And I run TaskMgr in Performance view. Here's a screenshot All my system data, at a glance. If you'll notice, my Ping is color coded, and that's what I come here today to share. Another Screenshot I created a GitHub Repo PingColors and synced my source. There's two points to this post, one to provide something I believe is unique to Network Admins, and secondly I'd like feedback on how I handled the development. Honestly, I'm not satisfied and I'm thinking about re-writing it from scratch. When it comes to handling the CLI, it works and the logic is solid, but the code is what I'd consider to be a bit messy. The actual CLI is the part that needs review, although it works.…