Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-1829-add-missing-information-to-the-system-monitor-project #2087

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subjects/system-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion subjects/system-monitor/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading