Results 1 to 6 of 6

Thread: HDD write and read speed

  1. #1
    Join Date
    Apr 2011
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Default HDD write and read speed

    I want a simple program, what show that two data (HDD write and read speed). It's possible? (because AIDA64 cann't do this)

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: HDD write and read speed

    Are you asking if it is possible to implement a program that will report hdd write and read speed? Yes, it is possible.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Apr 2011
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: HDD write and read speed

    Quote Originally Posted by wysota View Post
    Are you asking if it is possible to implement a program that will report hdd write and read speed? Yes, it is possible.
    Ok, but where can I find an API or example?
    Which module/class is it? I was looking for but I didn't find.


    Added after 1 19 minutes:


    on win7 (that missed)
    Last edited by krisztiantobias; 22nd October 2012 at 13:42.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: HDD write and read speed

    Quote Originally Posted by krisztiantobias View Post
    Ok, but where can I find an API or example?
    I would guess that somewhere on MSDN. Qt is not a "disk speed testing framework". You can use Qt to measure how much time it takes to read some data from the disk but without flushing/disabling the disk cache and buffers you are going to get figures completely unrelated to the disk speed.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Apr 2011
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: HDD write and read speed

    You misunderstood me. I want show the current read and write speed what did the all process in this time, namely the usage. (Not in percent of course)
    Like in the task manager on the resource monitor. How can I get that data from Win7? (and CPU, GPU usage, temperature, etc.)

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: HDD write and read speed

    Quote Originally Posted by krisztiantobias View Post
    How can I get that data from Win7? (and CPU, GPU usage, temperature, etc.)
    Why are you asking this on a Qt forum?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. how to read and write pdf
    By weixj2003ld in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2012, 14:11
  2. Replies: 2
    Last Post: 2nd November 2010, 05:15
  3. Process Read/Write
    By QbelcorT in forum Newbie
    Replies: 0
    Last Post: 20th November 2008, 03:08
  4. file read & write help....
    By aj2903 in forum Qt Programming
    Replies: 1
    Last Post: 17th November 2008, 11:58
  5. XML -read-write
    By hgedek in forum Qt Programming
    Replies: 2
    Last Post: 3rd September 2007, 18:10

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.