diff --git a/subjects/system-monitor/README.md b/subjects/system-monitor/README.md index f4246903..b2f3dc3f 100644 --- a/subjects/system-monitor/README.md +++ b/subjects/system-monitor/README.md @@ -97,7 +97,7 @@ For this project you must present the following monitorization: - The computer name, this being the **hostname**. - The total number of tasks/processes that are currently running, sleeping, uninterruptible, zombie, traced/stopped or interrupted. - Type of CPU - - A tabbed section containing `CPU`, `Power`, `Fan` and `Thermal` information, this information include a performance graphic for all those topics. + - A tabbed section containing `CPU`, `Fan` and `Thermal` information, this information include a performance graphic for all those topics. This graph should contain some kind of checkbox or button to be able to stop the animation whenever the user desires to do so. Additionally, it should also have two slider bars. The first slider bar should be able to control the `FPS` of the graph, and the second slider bar should control the `y` scale of the graph. diff --git a/subjects/system-monitor/audit/README.md b/subjects/system-monitor/audit/README.md index 9a596bd3..f984c416 100644 --- a/subjects/system-monitor/audit/README.md +++ b/subjects/system-monitor/audit/README.md @@ -24,7 +24,7 @@ ###### Can you confirm that there is a tabbed section? -###### And if so, does it have the following tabs : "CPU", "Fan", "Thermal" and "Power"? +###### And if so, does it have the following tabs : "CPU", "Fan", "Thermal"? ##### Try and run the application and open the "CPU" tab in the system monitor.