You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SystemDashboard
2
2
3
-
System Dashboard is a Flask app designed to monitor server stats such as CPU, Memory, Disk, and Network. It also provides real-time monitoring capabilities.
3
+
System Dashboard is a Flask app designed to monitor server stats such as CPU, Memory, Disk, and Network. It also provides real-time monitoring capabilities which can be useful for system administrators, developers, and DevOps engineers to keep track of their server's performance and troubleshoot issues. The app uses the `psutil` library to retrieve system stats and the `speedtest-cli` library to perform a network speed test.
4
4
5
5
## Installation
6
6
@@ -34,6 +34,28 @@ http://localhost:5000
34
34
- Check the network speed of the server using a speed test.
35
35
- Rate limit the speed test to prevent abuse.
36
36
37
+
## Product Screenshots
38
+
39
+
### HomePage
40
+
41
+

42
+
43
+
### CPU Stats
44
+
45
+

46
+
47
+
### Memory Stats
48
+
49
+

50
+
51
+
### Disk Stats
52
+
53
+

54
+
55
+
### Speed Test
56
+
57
+

58
+
37
59
## Why not use a Docker image?
38
60
39
61
A Docker image has not been created for this project because it requires access to the host machine in order to retrieve server stats. Therefore, it is not possible to obtain server stats from within a Docker container.
0 commit comments