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
System Dashboard is flask app to monitor the server stats like CPU, Memory, Disk, Network etc. It also provides the option to monitor the server stats in realtime.
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.
- Monitor the server stats like CPU, Memory, Disk, Network etc.
34
-
- Check the network speed of the server. (Speed test)
35
-
- Rate limit the speed test to avoid the abuse.
33
+
- Monitor server stats like CPU, Memory, Disk, and Network.
34
+
- Check the network speed of the server using a speed test.
35
+
- Rate limit the speed test to prevent abuse.
36
36
37
-
## Why not the docker image?
38
-
39
-
I have not created the docker image for this project because it requires the access to the host machine to get the server stats. So, it is not possible to get the server stats from the docker container.
37
+
## Why not use a Docker image?
40
38
39
+
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