Results 1 to 4 of 4

Thread: current Cpu(s) usage info

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2007
    Location
    Poland
    Posts
    17
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default current Cpu(s) usage info

    How can i get this info ? or how can i get this via KProcess and top command, because

    Qt Code:
    1. KProcess p;
    2. p->setProgram( "top", QStringList() );
    3. p->start();
    To copy to clipboard, switch view to plain text mode 

    and readAllStandardOutput() doesn't work.
    Last edited by jpn; 15th January 2008 at 17:18. Reason: missing [code] tags

Similar Threads

  1. Distributing QT application for Mac OS
    By mb0 in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2007, 18:59
  2. Replies: 15
    Last Post: 21st April 2007, 17:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.