LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   scheduling (https://www.linuxquestions.org/questions/linux-newbie-8/scheduling-629730/)

JUbuntu 03-21-2008 04:00 PM

scheduling
 
how can i check the scheduling of the
processes in ubuntu?

Linux Archive

jpk 03-21-2008 04:44 PM

What do you mean by "check the scheduling"? If you want to see currently running processes, then try "top" and "ps" commands (in terminal window).

"top" will show you a table similar to the task manager in windows, showing the processes and CPU load. Use "ps", if you need to get more info about a particular process.

Another tool, "uptime" can be also an option, but "top" already includes that info - CPU load and usage.

Hope, I answered you question.

Tinkster 03-21-2008 04:58 PM

Quote:

Originally Posted by JUbuntu (Post 3096309)
how can i check the scheduling of the
processes in ubuntu?

Very vague question.

Look at "ls -ld /etc/cron*" as in both the directories
and the files to see schedules for most system tasks.

As root check /var/spool/cron/tabs to see whether other
more specific jobs are scheduled, and if so for who and
at which times.

man cron
for details.



Cheers,
Tink


All times are GMT -5. The time now is 08:02 AM.