Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Running a Background Job

by andyford (Curate)
on Nov 20, 2007 at 22:40 UTC ( [id://652011]=note: print w/replies, xml ) Need Help??


in reply to Running a Background Job

top won't run from the commandline with &, so it's not surprising that perl can't do it either.

Are you trying to gather system statistics? If you really want to use top, have you tried top's batch mode (-b option)?

Replies are listed 'Best First'.
Re^2: Running a Background Job
by perlfan (Vicar) on Nov 21, 2007 at 00:04 UTC
    Update: sorry, I thought you were saying 'perl' couldn't run in the background - didn't catch the issue with 'top' until after :-/

    What?! This is absolutely false. 'perl' can certainly run in the background!
    # perl -e 'print "hello\n"' > test.out 2>&1
    #cat test.out hello

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found