
watsup
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
system and process monitor for CPU, memory, page faults, disk IO, network IO Low overhead. GUI controls. Formatted report in window. Choose font size. Show all processes or selected user or image names. Click on process to kill (after confirmation).
System resources:
+ CPU loading
+ memory (free/used/cache)
+ page faults (hard/soft)
+ disk IO (ops/sec, MB/sec)
+ network IO (KB/sec)
Process resources:
+ CPU loading
+ real memory usage
+ hard page faults
+ disk IO (MB/sec)
+ user name
+ execution file name.
Top N processes are displayed, N depending on window size. Processes that persist in top N keep their positions to ease observation. Sort button re-orders them in resource usage order, based on recent history.
Please login or register to add a comment or rating