Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

stime & utime: Time that a process has been scheduled Information in kernel/user mode Using bash Using the files stored at /proc write a program/script

stime & utime: Time that a process has been scheduled Information in kernel/user mode

Using bash

image text in transcribed

Using the files stored at /proc write a program/script to find information about a specific process using a user provided pid. In the following, you will find a list of the task struct members for which you are required to find their value. In the task struct a lot of the data you are finding is not represented as member values but instead pointers to other linux data structures that contain these members. All of the information you will be retrieving can be found in a processs proc directory (/proc/Ipid). Your program must be able to retrieve the following data about any given process if the given process Id is existing under direcotry /proc Table #1: Process Attributes Category Required Variables Items Description Identifiers ID, PPID Process ID of the current process and its parent EUID, EGID Effective user and group ID RUID, RGID Real user and group ID FSUID, FSGID File system user and group ID State R, S, D, T. Z. X Running, Sleeping, Disk sleeping, Stopped, Zombie, and Dead Thread IDs of a process Information Priority Priority Number Integer value from 1 to 99 for real time processes Integer value from -20 to 19 Niceness Value Time that a process has been scheduled Time stime & ultime Information in kernel user mode Time that a process has waited on children cstime & cutime being run in kernel /user mode

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions