readme.md #2

  • //
  • guest/
  • aedgar/
  • readme.md
  • Markdown
  • View
  • Commits
  • Open Download .zip Download (745 B)

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 <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

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 <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

# Change User Description Committed
#2 14159 aedgar Add a bit about DVCS and multiple remotes
#1 14158 aedgar Adding p4stat and a readme for my Workshop account.
       (done using DVCS and multiple remotes)