Utilização do disco rígido ao longo do tempo no Windows 10?

1

Eu notei que o disco rígido usa luz piscando como um louco e eu não estou usando este PC (quase nunca faço). Como posso registrar o que está acontecendo por um período de tempo?

Por exemplo: quais arquivos estão sendo criados / acessados / excluídos / movidos / copiados etc, quais pastas ou programas estão sendo usados / acessados. Se um dispositivo / site externo está fazendo o acesso (eu tenho uma nuvem / NAS), note que, talvez, um ID MAC, endereço IP, etc. Eu vi um número de aplicativos de software para tirar um instantâneo do uso do disco, mas eu quero ver o que está acontecendo sem a minha (aparente) intervenção.

    
por Dave F 18.02.2017 / 23:32

1 resposta

0

Como descubro quais arquivos estão sendo criados / acessados / excluídos / movidos / copiados etc

Você pode usar o Monitor de processo

Ele monitora o sistema de arquivos, registro, processo e atividade de thread em tempo real e pode gravar os eventos em um arquivo de log para análise posterior.

Introduction

Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.

Overview of Process Monitor Capabilities

Process Monitor includes powerful monitoring and filtering capabilities, including:

  • More data captured for operation input and output parameters
  • Non-destructive filters allow you to set filters without losing data
  • Capture of thread stacks for each operation make it possible in many cases to identify the root cause of an operation
  • Reliable capture of process details, including image path, command line, user and session ID
  • Configurable and moveable columns for any event property
  • Filters can be set for any data field, including fields not configured as columns
  • Advanced logging architecture scales to tens of millions of captured events and gigabytes of log data
  • Process tree tool shows relationship of all processes referenced in a trace
  • Native log format preserves all data for loading in a different Process Monitor instance
  • Process tooltip for easy viewing of process image information
  • Detail tooltip allows convenient access to formatted data that doesn't fit in the column
  • Cancellable search
  • Boot time logging of all operations

Link para download link

Fonte Windows Sysinternals Process Monitor v3.32

    
por 19.02.2017 / 14:05

Tags