Hello and Welcome! So far the only thing in here is a little shell script that combines some output from ps, netstat and p4 monitor into a single line of output for each running Perforce client command. Here's a bit of text from the comments: # To do: # - add an option to select which fields to output from each of ps, # netstat, and p4 monitor. Just like ps's -o | --format . # - rewrite it in python or C, perhaps by adding netstat and p4 monitor # capabilities to a bespoke version of ps. # - add an option for CSV or Json output for P4JsApi dashboards, and others. Note: this was also an exercise in using DVCS and multiple remotes, one to the Perforce main server and one to the Perforce Workshop. Cheers, Andrew