Linux Newbie help
 help / color / mirror / Atom feed
* System Resource Management
@ 2002-09-30 22:26 Paul Kraus
  2002-09-30 22:28 ` System Resource Management (corrections) Paul Kraus
  2002-09-30 22:44 ` System Resource Management Jim Reimer
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Kraus @ 2002-09-30 22:26 UTC (permalink / raw)
  To: linux-newbie

Is there a way to give a processes for cpu time? In nt you can set a
priority. Is there a way to see a list of processes based on the cpu
time they are using?

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: System Resource Management (corrections)
  2002-09-30 22:26 System Resource Management Paul Kraus
@ 2002-09-30 22:28 ` Paul Kraus
  2002-09-30 22:44 ` System Resource Management Jim Reimer
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Kraus @ 2002-09-30 22:28 UTC (permalink / raw)
  To: linux-newbie


Is there a way to see how much cpu time a process is using. Can I give
one process more priority then another? Is there a way to see and sort
the process list by how much cpu time the processes is using.
-----Original Message-----
From: linux-newbie-owner@vger.kernel.org
[mailto:linux-newbie-owner@vger.kernel.org] On Behalf Of Paul Kraus
Sent: Monday, September 30, 2002 6:26 PM
To: linux-newbie@vger.kernel.org
Subject: System Resource Management


Is there a way to give a processes for cpu time? In nt you can set a
priority. Is there a way to see a list of processes based on the cpu
time they are using?

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie"
in the body of a message to majordomo@vger.kernel.org More majordomo
info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: System Resource Management
  2002-09-30 22:26 System Resource Management Paul Kraus
  2002-09-30 22:28 ` System Resource Management (corrections) Paul Kraus
@ 2002-09-30 22:44 ` Jim Reimer
  2002-09-30 22:53   ` Ray Olszewski
  1 sibling, 1 reply; 4+ messages in thread
From: Jim Reimer @ 2002-09-30 22:44 UTC (permalink / raw)
  To: Paul Kraus; +Cc: linux-newbie

look at the man pages for 'nice' and 'top'

-jdr-

Paul Kraus wrote:
> Is there a way to give a processes for cpu time? In nt you can set a
> priority. Is there a way to see a list of processes based on the cpu
> time they are using?
> 
> Paul Kraus
> Network Administrator
> PEL Supply Company
> 216.267.5775 Voice
> 216-267-6176 Fax
> www.pelsupply.com


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: System Resource Management
  2002-09-30 22:44 ` System Resource Management Jim Reimer
@ 2002-09-30 22:53   ` Ray Olszewski
  0 siblings, 0 replies; 4+ messages in thread
From: Ray Olszewski @ 2002-09-30 22:53 UTC (permalink / raw)
  To: Paul Kraus; +Cc: linux-newbie

At 05:44 PM 9/30/02 -0500, Jim Reimer wrote:
>look at the man pages for 'nice' and 'top'
>
>-jdr-
>
>Paul Kraus wrote:
>>Is there a way to give a processes for cpu time? In nt you can set a
>>priority. Is there a way to see a list of processes based on the cpu
>>time they are using?

The other option (for the "list of processes" part of your question) is to 
use "ps" with appropriate options, then pipe the output through "sort", 
again with the appropriate options. As always, the appropriate man pages 
will supply the details I've left out.

Which option is more convenient depends on whether you want ongoing, 
real-time results of a snapshot saved to a file. "top" *can* do either, but 
I personally find "ps" piped to "sort" more convenient for redirecting to a 
file.


--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski					-- Han Solo
Palo Alto, California, USA			  ray@comarre.com
-------------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-30 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-30 22:26 System Resource Management Paul Kraus
2002-09-30 22:28 ` System Resource Management (corrections) Paul Kraus
2002-09-30 22:44 ` System Resource Management Jim Reimer
2002-09-30 22:53   ` Ray Olszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox