Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emoacht/diskgazer
A high-definition disk measuring tool which can measure the transfer rates of a physical disk in a small unit and at any location in the disk
https://github.com/emoacht/diskgazer
benchmark disk disk-management disk-speed
Last synced: about 4 hours ago
JSON representation
A high-definition disk measuring tool which can measure the transfer rates of a physical disk in a small unit and at any location in the disk
- Host: GitHub
- URL: https://github.com/emoacht/diskgazer
- Owner: emoacht
- License: mit
- Created: 2014-04-21T05:59:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T01:25:51.000Z (over 2 years ago)
- Last Synced: 2023-08-26T21:58:59.466Z (about 1 year ago)
- Topics: benchmark, disk, disk-management, disk-speed
- Language: C#
- Homepage: http://emoacht.github.io/DiskGazer/index.html
- Size: 697 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Disk Gazer
Disk Gazer is a high-definition disk measuring tool which can measure the transfer rates of a physical disk in a small unit and at any location in the disk.
The original aim was to look into certain waves in hard disk drives. See [What Wave In Your Drive?](http://emoacht.github.io/DiskGazer/)
:book: [English](https://emoacht.github.io/DiskGazer/readme_en.html) | :book: [Japanese](https://emoacht.github.io/DiskGazer/readme_jp.html)
-|-## Requirements
* .NET Framework 4.8
## Download
:floppy_disk: [Latest release](https://github.com/emoacht/DiskGazer/releases/latest)
## Development
This app consists of a combination of WPF app developed in C# and Win32 console app developed in C++. This console app is used by default to measure the transfer rates of disks in view of avoiding overhead of platform invoke (no significant difference though).
## History
Ver 1.2.0 2022-8-14
- Add NVMe to storage bus types
- Improve Per-Monitor DPI awareness
- Change target framework to .NET Framework 4.8Ver 1.1.0 2015-8-22
- Changed target framework to .NET Framework 4.5.2
Ver 1.0.1 2015-6-14
- Fixed possible exception
Ver 1.0.0 2015-3-31
- First decent release
Ver 0.4.5 2014-09-19
- Refactoring
Ver 0.4.4 2014-06-18
- Enabled cancellation of read operation
- Improved analyze operationVer 0.4.2 2014-06-12
- Refactoring
Ver 0.4.0 2014-04-26
- Added area ratio function
Ver 0.3.1 2014-04-25
- Refactoring
Ver 0.3.0 2014-04-21
- Modified internal code drastically
- Removed the limitation of area sizeVer 0.2.1 2013-03-17
- Initial release
## License
- MIT License
## Other
- Menu icons: [Visual Studio Image Library](https://docs.microsoft.com/en-us/visualstudio/designers/the-visual-studio-image-library)
## Developer
- emoacht (emotom[atmark]pobox.com)