Operating Systems OS Lab PCCSL407 Semester 4 KTU BTech CS 2024 Scheme - Dr Binu V P
About Me Scheme and Syllabus Learn about the Linux Operating system Before You Start Learn The Operating System Theory Experiments 1.Familiarisation of Basic commands for OS programming ps top strace fuser time gdb strings objdump nm file od xxd 2.Use /proc file system to gather basic information about your machine: (a) Number of CPU cores (b) Total memory and the fraction of free memory (c) Number of processes currently running. (d) Number of processes in the running and blocked states. (e) Number of processes forked since the last bootup. How do you compare this value with the one in (c) above? (f) The number of context switches performed since the last bootup for a particular process. 3. Measuring process execution time Write a simple program to print the system time and exe...