Re: wmpnetwk.exe and task manager I/O read bytes




"zachd [MSFT]" <zachd@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DC495C9B-127D-4FA1-9ED5-E19B680A4499@xxxxxxxxxxxxxxxx

Isn't that the network sharing service? Do you have that turned on?

--
Speaking for myself only.
See http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no
rights.
--
"Beemer" <Beemer@xxxxxxxxxxx> wrote in message
news:Lh54k.165077$zc6.125877@xxxxxxxxxxxxxxxx
In trying to diagnose why my laptop is slower than normal and that the
hard disk is being accessed far to much I looked at Windows Task Manager.
It shows that WMPnetwk.exe has I/O read bytes at 11.744 GBytes even
although I am not connected to any other computer. WMPnetwk.exe has a
CPU time of 0:02.34 and only Kaspersky anti virus had a higher time.

Currently I only have two AVI files totalling 1.5GB and no music files on
my laptop. I do have 2.3GB of JPG and NEF photos.

Why is the I/O read bytes figure so high?

regards,

Beemer






Yes it is NSS but as I posted I am getting this high read rate without being
connected to any other device

regards,

Beemer


.



Relevant Pages

  • Re: wmpnetwk.exe and task manager I/O read bytes
    ... This posting is provided "AS IS" with no warranties, ... It shows that WMPnetwk.exe has I/O read bytes at 11.744 GBytes even although I am not connected to any other computer. ... WMPnetwk.exe has a CPU time of 0:02.34 and only Kaspersky anti virus had a higher time. ... Currently I only have two AVI files totalling 1.5GB and no music files on my laptop. ...
    (microsoft.public.windowsmedia.player)
  • wmpnetwk.exe and task manager I/O read bytes
    ... In trying to diagnose why my laptop is slower than normal and that the hard ... WMPnetwk.exe has a CPU time of ... Currently I only have two AVI files totalling 1.5GB and no music files on my ... Why is the I/O read bytes figure so high? ...
    (microsoft.public.windowsmedia.player)
  • Re: limit run time
    ... time, CPU time in user mode, CPU time in kernel mode. ... somehow identify time spent performing I/O vs time spent sleeping, ...
    (microsoft.public.win32.programmer.kernel)
  • Re: limit run time
    ... because usually the tasks consist of reading 1000 numbers from a file ... the grading server doesn't count the time waiting for i/o. ... reading from stdin will not block without using CPU time ... if there is any actual IO, then the contest is ...
    (microsoft.public.win32.programmer.kernel)
  • Re: limit run time
    ... reading from stdin will not block without using CPU time unless there is an actual console waiting for actual user input. ... You might be able to infer it based on the I/O statistics for the process, but that's not going to give you an exact answer. ... You would probably want to give the user more "wall clock" time than CPU time depending on how the contest is setup. ... Even if you could somehow identify time spent performing I/O vs time spent sleeping, multiple I/O-bound programs running at the same time can increase I/O operation latency, making it appear that the program might have been doing a more intensive I/O operation than it really was. ...
    (microsoft.public.win32.programmer.kernel)