PDA

View Full Version : Qt system monitor?



khopper
6th November 2008, 23:57
Hello, I am looking for a simple Qt system monitor to show me CPU utilization
and perhaps memory and disk activity.

I found a beautiful graphic in qwt-5.1.1 called "sysinfo" but it generates a
graphic but does no monitoring.

I used google and all the documentation I could find in qwt and Qt areas
of the web. No luck.

thanks for any suggestions,
Ken - USA

wysota
7th November 2008, 10:52
There is no such functionality in Qt itself that would let you to query the system for its load. So you'll have to use platform dependend means. Once you have the data, Qt can help with its visualization.

khopper
7th November 2008, 15:32
Thank you Wysota. Yes I see. Each O/S has it's unique system info. I was fooled by the picture of a system monitor in the qwt examples (sysinfo)!!

thanks again for your kind reply,
Ken