performance - High Disk Write on server -


I have 2 similar servers and currently I am monitoring both of them by installing performance counters.

Does anyone have to face the same problem?

Do High Discs Write?

These server loads are balanced (50% -50%)

thanks

Many things can cause high disk activity.

  • Many things are being written to disk
  • You have omitted the ODBC tracing (oops !!)
  • ...
  • It seems that you are already using Display Monitor; Add some more counter to see the process instead of the system:

    • Process | IO Written / Sec
    • Process | Io written byte / sec
    • process | Page file writing / sec

    I do not know about page file writing per second (it is from memory), but there should be something like that. You should be able to separate high activity into a process and help you understand it.


    Comments