Microsoft-Windows-ReadyBoost
29 events across 2 channels
Event ID 1000 — The device (DeviceName) is suitable for a ReadyBoost cache.
Event ID 1002 — The device (DeviceName) will not be used for a ReadyBoost cache because it is not attached to a supported interface.
Event ID 1003 — The device (DeviceName) will not be used for a ReadyBoost cache because it does not have enough free space.
Event ID 1004 — The device (DeviceName) will not be used for a ReadyBoost cache because it has insufficient write performance: IORate KB/sec.
Event ID 1005 — The device (DeviceName) will not be used for a ReadyBoost cache because it has insufficient read performance: IORate KB/sec.
Event ID 1006 — The ReadyBoost service encountered an error during the analysis of the new device (DeviceName).
Event ID 1007 — The device (DeviceName) will not be used for a ReadyBoost cache because it is not formatted with FAT, FAT32, or NTFS.
Event ID 1008 — The device (DeviceName) will not be used for a ReadyBoost cache because it does not exhibit uniform performance across the device.
Event ID 1009 — The device (DeviceName) will not be used for a ReadyBoost cache because the device is too small.
#Description
The device (DeviceName) will not be used for a ReadyBoost cache because the device is too small. Size: IntValue MB. Minimum Size: SecondIntValue MB.
Message #
Fields #
| Name | Description |
|---|---|
DeviceName UnicodeString | — |
IntValue UInt32 | — |
SecondIntValue UInt32 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1009,
"version": 0,
"level": 4,
"task": 1019,
"opcode": 0,
"keywords": 9223372036854792192,
"time_created": "2023-10-25T21:22:34.627310+00:00",
"event_record_id": 7,
"correlation": {},
"execution": {
"process_id": 2740,
"thread_id": 2832
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WinDevEval",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"DeviceName": "Unknown Unknown",
"IntValue": 96,
"SecondIntValue": 235
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 1010 — A ReadyBoost cache was successfully created on the device (DeviceName) of size IntValue MB.
Event ID 1011 — Caching was enabled for device (DeviceName).
Event ID 1012 — The device (DeviceName) will not be used for a ReadyBoost cache because a ReadyBoost cache already exists (on device StringLabel) and only one cache is supported at...
Event ID 1013 — A ReadyBoost cache was successfully deleted on the device (DeviceName).
Event ID 1014 — Caching was disabled for device (DeviceName).
Event ID 1015 — Summary of ReadyBoot Performance.
#Description
Summary of ReadyBoot Performance.
Message #
Fields #
| Name | Description |
|---|---|
RB_IoReadBytes UInt64 | [Summary of ReadyBoot Performance] Io Read Bytes. |
RB_CacheHitBytes UInt64 | [Summary of ReadyBoot Performance] Cache Hit Bytes. |
RB_PrefetchBytes UInt64 | [Summary of ReadyBoot Performance] Boot Prefetch Bytes. |
RB_CacheHitPercentage Double | [Summary of ReadyBoot Performance] Cache Hit Percentage. |
RB_IoReadCount UInt32 | [Summary of ReadyBoot Performance] Io Read Count. |
RB_CacheHitCount UInt32 | [Summary of ReadyBoot Performance] Cache Hit Count. |
RB_PrefetchReadCount UInt32 | [Summary of ReadyBoot Performance] Boot Prefetch Read Count. |
RB_PrefetchDiskTimeUs UInt32 | [Summary of ReadyBoot Performance] Boot Prefetch Time (us). |
RB_SyncPrefetchIoBytes UInt64 | [Summary of ReadyBoot Performance] Sync Prefetch IO Bytes. |
RB_SyncPrefetchIoCount UInt32 | [Summary of ReadyBoot Performance] Sync Prefetch IO Count. |
RB_SyncPhaseDurationUs UInt32 | [Summary of ReadyBoot Performance] Sync Prefetch Duration (us). |
RB_PostSyncPhasePendCount UInt32 | [Summary of ReadyBoot Performance] Post Sync Phase Pend Count. |
RB_Flags UInt32 | [Summary of ReadyBoot Performance] Flags. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1015,
"version": 2,
"level": 4,
"task": 1016,
"opcode": 0,
"keywords": 9223372036854784000,
"time_created": "2023-10-25T22:49:28.791349+00:00",
"event_record_id": 27,
"correlation": {},
"execution": {
"process_id": 1584,
"thread_id": 5392
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WinDevEval",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RB_IoReadBytes": 957741056,
"RB_CacheHitBytes": 639155712,
"RB_PrefetchBytes": 711483392,
"RB_CacheHitPercentage": "86.88958156229337",
"RB_IoReadCount": 31761,
"RB_CacheHitCount": 27597,
"RB_PrefetchReadCount": 17181,
"RB_PrefetchDiskTimeUs": 28124905,
"RB_SyncPrefetchIoBytes": 439320576,
"RB_SyncPrefetchIoCount": 10433,
"RB_SyncPhaseDurationUs": 9889786,
"RB_PostSyncPhasePendCount": 0,
"RB_Flags": 96
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 1016 — Boot plan calculation completed.
#Description
Boot plan calculation completed.
Message #
Fields #
| Name | Description |
|---|---|
BootPlanTimestamp FILETIME | — |
ErrorCode UInt32 | Result. |
Duration (ms) UInt16 | — |
Reason UInt8 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1016,
"version": 1,
"level": 4,
"task": 1016,
"opcode": 0,
"keywords": 9223372036854784000,
"time_created": "2023-10-26T04:18:10.972559+00:00",
"event_record_id": 6,
"correlation": {},
"execution": {
"process_id": 1060,
"thread_id": 3548
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WIN-OQ6R0RVA4NF",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"BootPlanTimestamp": "2023-10-25T21:18:10.357218Z",
"ErrorCode": 1104,
"Duration (ms)": 609,
"Reason": 0
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 1017 — A defrag.
#Description
A defrag. operation has completed. A boot plan will be calculated soon. Defrag. Timestamp (UTC): DeviceName.
Message #
Fields #
| Name | Description |
|---|---|
DeviceName UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1017,
"version": 1,
"level": 4,
"task": 1019,
"opcode": 0,
"keywords": 9223372036854792192,
"time_created": "2023-10-26T04:17:59.788230+00:00",
"event_record_id": 4,
"correlation": {},
"execution": {
"process_id": 1060,
"thread_id": 1880
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WIN-OQ6R0RVA4NF",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"DeviceName": "Unknown Unknown"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 1018 — ReadyBoot disk assessment completed.
#Description
ReadyBoot disk assessment completed.
Message #
Fields #
| Name | Description |
|---|---|
DiskAssessmentTimestamp FILETIME | — |
ErrorCode UInt32 | Result. |
Duration (ms) UInt16 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1018,
"version": 1,
"level": 4,
"task": 1016,
"opcode": 0,
"keywords": 9223372036854784000,
"time_created": "2023-10-25T22:36:43.767022+00:00",
"event_record_id": 24,
"correlation": {},
"execution": {
"process_id": 1640,
"thread_id": 3768
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WinDevEval",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"DiskAssessmentTimestamp": "2023-10-25T15:36:42.388640Z",
"ErrorCode": 0,
"Duration (ms)": 1375
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 1019 — The device (DeviceName) will not be used for a ReadyBoost cache because it is remote, read-only, virtual, or otherwise unsupported.
Event ID 1020 — The device (DeviceName) will not be used for a ReadyBoost cache because it contains a system volume.
Event ID 1021 — The device (DeviceName) will not be used for a ReadyBoost cache because it contains a configuration file which explicitly prohibits this.
Event ID 1022 — The device (DeviceName) will not be used for a ReadyBoost cache because the ReadyBoost driver is attached to its volume stack.
Event ID 1023 — The device (DeviceName) will not be used for a ReadyBoost cache because it is mounted read-only.
Event ID 1024 —
Fields #
| Name | Description |
|---|---|
RB_HistoryCount UInt32 | — |
RB_BootPlanAge UInt32 | — |
RB_DiskAssessmentRPM UInt32 | — |
RB_Flags UInt32 | — |
Event ID 1025 — The device (DeviceName) will not be used for a ReadyBoost cache because it is a VHD (virtual hard disk).
Event ID 1026 — The attach state for volume VolumePath (Unique Id: VolumeUniqueId) has changed.
#Description
The attach state for volume VolumePath (Unique Id: VolumeUniqueId) has changed.
Message #
Fields #
| Name | Description |
|---|---|
VolumeUniqueId UnicodeString | 6 (Unique Id. |
OldRdbAttachState UInt16 | Old ReadyBoost State. |
NewRdbAttachState UInt16 | New ReadyBoost State. |
OldHbdrvAttachState UInt16 | Old Hybrid Drive State. |
NewHbdrvAttachState UInt16 | New Hybrid Drive State. |
VolumePath UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1026,
"version": 1,
"level": 4,
"task": 1016,
"opcode": 0,
"keywords": 9223372036854784000,
"time_created": "2023-10-26T04:17:59.786234+00:00",
"event_record_id": 3,
"correlation": {},
"execution": {
"process_id": 1060,
"thread_id": 1880
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WIN-OQ6R0RVA4NF",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"VolumeUniqueId": "C>MKj%0735aP",
"OldRdbAttachState": 3,
"NewRdbAttachState": 0,
"OldHbdrvAttachState": 0,
"NewHbdrvAttachState": 0,
"VolumePath": "\\DEVICE\\HARDDISKVOLUME4"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 1027 — ReadyBoot has updated the system volume unique ID: VolumeUniqueId.
#Description
ReadyBoot has updated the system volume unique ID: VolumeUniqueId.
Message #
Fields #
| Name | Description |
|---|---|
ErrorCode UInt32 | — |
UniqueIdLength UInt32 | — |
VolumeUniqueId Binary | ReadyBoot has updated the system volume unique ID. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-ReadyBoost",
"guid": "E6307A09-292C-497E-AAD6-498F68E2B619",
"event_source_name": "",
"event_id": 1027,
"version": 1,
"level": 4,
"task": 1016,
"opcode": 0,
"keywords": 9223372036854784000,
"time_created": "2023-11-05T22:33:04.671740+00:00",
"event_record_id": 32,
"correlation": {},
"execution": {
"process_id": 1896,
"thread_id": 2032
},
"channel": "Microsoft-Windows-ReadyBoost/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"ErrorCode": 0,
"UniqueIdLength": 0,
"VolumeUniqueId": ""
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline