From 15dbf87e3fba65e91ddfa2af9e8b0b30f74b8ef2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 4 Jul 2019 23:44:06 +0000 Subject: dtas-graph: add a short blurb about what it does It's a pretty useful tool :) --- perl/dtas-graph | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl/dtas-graph') diff --git a/perl/dtas-graph b/perl/dtas-graph index b243086..5bf7295 100755 --- a/perl/dtas-graph +++ b/perl/dtas-graph @@ -1,6 +1,10 @@ #!/usr/bin/perl -w -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2016, 2019 all contributors # License: GPL-3.0+ +# +# Process visualizer which shows pipe connections between processes with +# ASCII art. Useful for displaying complex interations between different +# processes in a non-traditional pipeline. use strict; use Graph::Easy; # for ASCII-art graphs $^O =~ /linux/ or print STDERR "$0 probably only works on Linux...\n"; -- cgit v1.2.3-24-ge0c7