windows - how to figure out a program's network and system resource usage behaviour? -


when download program want know many behaviour of new program, i.e., connect internet , sending local computer data somewhere, , system resources/functions have been called , new data/settings have been written computer. not windows doesn't notify me these actions, want know myselft, there possibility can that?

thanks!!

you can use procmon that.

process monitor advanced monitoring tool windows  shows real-time file system, registry , process/thread activity. 

the newer version includes network activity monitoring too.

in fact should take @ sysinternals suite since there many other tools included in suite process explorer or tcpview can task.

as network packet inspection can use wireshark since sysinternals tools don't provide packet content inspection too(they provide connection details , packet lengths).


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -