SEL4PROJ / AOS

Advanced Operating Systems project
https://www.cse.unsw.edu.au/~cs9242/
19 stars 17 forks source link

Remove CTIME from ps command #13

Closed lucypa closed 1 year ago

lucypa commented 1 year ago

sosh PS command headers includes both CTIME and STIME (see JIRA issue: https://jira.unsw.edu.au/browse/CSEOS-189). While CTIME is usually returned on unix systems, IMO this isn't straightforward data for students to collect in the given timeframe, and as the command currently only prints STIME, I have simply removed the CTIME header. If merged, I will add clarification on this to the project spec to avoid future confusion. If the preference is instead to print CTIME, I can update this request and add documentation to the spec to assist students in obtaining this information.