{"id":48528806,"url":"https://github.com/dannyarends/hddspeed","last_synced_at":"2026-04-07T23:30:35.470Z","repository":{"id":2278518,"uuid":"3235536","full_name":"DannyArends/HDDspeed","owner":"DannyArends","description":"HDD speed testing utility","archived":false,"fork":false,"pushed_at":"2018-02-05T15:30:38.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T10:01:09.732Z","etag":null,"topics":["d","dlang","hdd","linux","speed","testing"],"latest_commit_sha":null,"homepage":"https://www.dannyarends.nl/HDDspeed","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DannyArends.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-21T19:19:39.000Z","updated_at":"2022-11-08T22:22:13.000Z","dependencies_parsed_at":"2022-08-26T22:31:06.324Z","dependency_job_id":null,"html_url":"https://github.com/DannyArends/HDDspeed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DannyArends/HDDspeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyArends%2FHDDspeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyArends%2FHDDspeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyArends%2FHDDspeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyArends%2FHDDspeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DannyArends","download_url":"https://codeload.github.com/DannyArends/HDDspeed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyArends%2FHDDspeed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d","dlang","hdd","linux","speed","testing"],"created_at":"2026-04-07T23:30:34.931Z","updated_at":"2026-04-07T23:30:35.465Z","avatar_url":"https://github.com/DannyArends.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"HDDspeed v0.002\n---------------\nHDDspeed is a drive speed testing utility for Windows, \nLinux and Mac OSX written by Danny Arends. It is written \nin the D language and estimates the maximum data transfer \nrates using write(), readln(), and readRaw() functions.\n\nSome results on a Wind100 netbook indicate Linux being \nalmost 2-3 times as fast as MS windows on reading and \nwriting binary files.\n\nThe windows 32 and 64 bit version is available for download at:\n\nhttps://www.dannyarends.nl/HDDspeed/HDDspeed_32.exe\n\nhttps://www.dannyarends.nl/HDDspeed/HDDspeed_64.exe\n\nUsage\n-----\nCompile the executable for this you will need the DMD \ncompiler available at http://www.d-programming-language.org/\n\nCompile by executing:\n\n    $ dmd src/HDDspeed.d src/stats.d src/generate.d\n\nAfter compilation just run the created executable \nHDDspeed, parameters of the executable are:\n\n    $ HDDspeed [n.tests] [size]\n    $  \n    $  [n.tests]  Number of tests, larger = better\n    $  [size]     Size of buffer, experimental\n    \nExamples\n--------\n    ST1 - Mobile ST980825AS (80GB) on HP Compaq NC6400\n    ST2 - Mobile ST9160821AS (160GB) on Sony Vaio PCG-5J5M\n    WD1 - Western Digital (WD1600JS) on Custom setup\n    WD2 - Western Digital (WD5000AADS) on Custom setup\n    WDM - Western Digital Mobile (WD1600BEVT) on MSI Wind100\n    USB - Standard USB disk (2GB) on MSI Wind100\n    SS1 - Samsung Spinpoint F1 on Custom setup\n    NVM - Toshiba 256GB NVMe THNSN5256GPUK NV\n    ST3 - Samsung Spinpoint M9T Hard Drive\n\n    | ID  | FORM  | OS     | Write     | Read (TXT) | Read (BIN)|\n    |-----------------------------------------------------------|\n    | ST1 | NTFS  | WinXP2 |  697 mB/s | 2485 kB/s  |  690 mB/s |\n    | ST2 | NTFS  | Vista  |  821 mB/s | 2790 kB/s  |  813 mB/s |\n    | WD1 | NTFS  | 2008   | 1714 mB/s | 4916 kB/s  | 1697 mB/s |\n    | WD2 | NTFS  | 2008   | 1798 mB/s | 4993 kB/s  | 1781 mB/s |\n    | WDM | NTFS  | WinXP3 |  422 mB/s | 1141 kB/s  |  407 mB/s |\n    | WDM | ext2  | Debian | 1162 mB/s | 1214 kB/s  |  920 mB/s |\n    | USB | fat32 | WinXP3 |  393 mB/s | 1235 kB/s  |  390 mB/s |\n    | USB | ext2  | Debian |  917 mB/s | 1103 kB/s  |  908 mB/s |\n    | USB | ext4  | Debian | 1163 mB/s | 1196 kB/s  | 1151 mB/s |\n    | SS1 | NTFS  | Win7   |  793 mB/s | 2424 kB/s  |  785 mB/s |\n    | NVM | NTFS  | Win10  | 3076 mB/s | 45.7 mB/s  | 3046 mB/s |\n    | ST3 | NTFS  | Win10  | 4826 mB/s | 59.6 mB/s  | 4778 mB/s |\n\nDocumentation \n-------------\n\nSee [https://www.dannyarends.nl/Project: HDDspeed](https://www.dannyarends.nl/Project:%20HDDspeed)\n\nDisclaimer\n----------\nCopyright (c) 2012 [Danny Arends](http://www.dannyarends.nl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyarends%2Fhddspeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannyarends%2Fhddspeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyarends%2Fhddspeed/lists"}