Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Append a tools status to the command line..

by lhoward (Vicar)
on Apr 14, 2002 at 21:20 UTC ( [id://159009]=note: print w/replies, xml ) Need Help??


in reply to Append a tools status to the command line..

This doesn't work in every OS (it does work in Linux, but I think it doesn't work in solaris)... you can set $0, which will influence what you see when you do a ps:
#!/bin/perl -w use strict; my $pr=$0; for(1..10){ $0=$pr." processing $_"; sleep 5; }
when I run this code on my linux box and do a ps -ef to see what # it is currently on in the loop....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://159009]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 03:56 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found