docs(system-monitor) remove Power section

This commit is contained in:
Zouhair AMAZZAL 2023-07-18 09:51:37 +01:00 committed by Zouhair AMAZZAL
parent cef3dd8503
commit c7f36ff700
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.