home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6096 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!utcsri!torn!maccs!pkerr
  3. From: pkerr@maccs.dcss.mcmaster.ca (Paul Kerr)
  4. Subject: Re: Can the priority of a running process be changed?
  5. Message-ID: <1992Nov7.061822.23947@maccs.dcss.mcmaster.ca>
  6. Organization: Department of Computer Science, McMaster University
  7. References: <1992Nov6.182510@helix.nih.gov>
  8. Date: Sat, 7 Nov 1992 06:18:22 GMT
  9. Lines: 31
  10.  
  11. In article <1992Nov6.182510@helix.nih.gov> rvenable@helix.nih.gov (Richard M. Venable) writes:
  12. >Is there any way to change the priority of a process AFTER it has
  13. >started running?  We often have naive users who run compute intensive
  14. >tasks either in foreground or simply backgrounded with '&', and would
  15. >like to change the priority without forcing the user to restart his
  16. >calculation using 'nice'.
  17. >
  18.  
  19. From the man page for nice(1)
  20. SEE ALSO
  21.      csh(1), getpriority(2), nice(3V), pstat(8), renice(8)
  22.  
  23.  
  24. From the man page for renice(8)
  25. NAME
  26.      renice - alter nice value of running processes
  27.  
  28. DESCRIPTION
  29.      renice alters the  scheduling  nice  value,  and  hence  the
  30.      priority, of one or more running processes.  See nice(1) for
  31.      a discussion of nice value and process scheduling priority.
  32.  
  33.  
  34. Dats it Dats all.
  35.  
  36. Cheers,
  37. Paul
  38.  
  39. +-+-+-+-+-+-+-+-+
  40. Paul Kerr                If your a job...
  41. maccs.dcss.mcmaster.ca            ...Im a soon to be graduate ;-)    
  42.