answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you get burst time of a process in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is burst time?

In an operating system, burst time refers to the time that it takes to complete execution of a particular task or process. It is used in CPU scheduling.


What is process-id of Linux kernel?

The Linux kernel doesn't consider itself a process, therefore it has no process id.


What are the process of accounting in business?

Accounting Process is the method of recording and summarizing commands executed on Linux. The modern Linux kernel is capable of keeping process accounting records for the commands being run, the user who executed the command, the CPU time, and much more.


Examples of first come first serve?

first come first serve process burst time


How is Linux is converted into RTLinux?

It isn't. RTLinux is a separate microkernel that runs Linux as a process. The Linux kernel is essentially unmodified.


What is the architecture of microkernels developed in Linux?

Linux is a monolithic kernel. Some operating systems with a microkernel use Linux as a process for providing drivers, but this is irrelevant to mainstream Linux.


What is the creation of Linux process called?

fork


What is burst time in microbiology?

"Burst time" is the time from attachment of a virus to lyses and releases of the new phage particles. Burst time range from 20 to 40 minutes


What are the disadvantages of FCFS scheduling?

in fcfs scheduling there is a shortcoming that is if any rocess of maximum brust time is first ome. and after that many short burst time process come. then smaller pocesses have to wait for a long time untill the max brust time process complete their execution. in case of shortest job first it applied the method to give shortest t\burst time job to processer first.


How do you check a process on Linux server?

With the top command.


The Unix and Linux service the runs in the background is known as the?

Any Linux/Unix process that runs in the background is called a 'daemon' process. The word derives from the Greek meaning "worker".


Is Linux are real time operating system?

It can be. The kernel has a real time process scheduler, and there's a popular real time patchset that is often used to modify the kernel to be a more dedicated real-time system.