i want to use software to monitor my network, the monitor process is consuming 20% CPU times, is it any impact to my device except battery lift?
If a program constantly consume high CPU, will it create a lot of heat and ruin the device ?
|
i want to use software to monitor my network, the monitor process is consuming 20% CPU times, is it any impact to my device except battery lift? If a program constantly consume high CPU, will it create a lot of heat and ruin the device ? | |||||
feedback
|
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
Constant usage of CPU will not degrade the device any more than no usage. Overheat is caused only when its above 100% utilization at all times or the environment for the system is unhealthy (dust/heat/humidity). It is safe to operate under normal circumstances as all Consumer electronics are rated to be. As for monitoring software, you could tweak the software to use less resources. This involves few idea 1. Reduce the number of sampling (e.g. how many seconds between checkign if a device is up/down) 2. localize or resolve (i forget the technical word) to essential services. For e.g if you test a website it may not be necessary to check connectivity, DHCP and DNS as a positive reponse from the webserver for a given domain name would indicate these related services are up. Basically make sure not to monitor the same thing twice to save resources. thats all i can contribute from me | |||
|
feedback
|