|
|
Subject:
Number of bytes a process has written to hard disk
Category: Computers > Programming Asked by: lordbogy-ga List Price: $3.00 |
Posted:
30 Sep 2005 09:08 PDT
Expires: 15 Oct 2005 08:54 PDT Question ID: 574649 |
|
There is no answer at this time. |
|
Subject:
Re: Number of bytes a process has written to hard disk
From: bozo99-ga on 01 Oct 2005 13:25 PDT |
You could have the program show this in shared memory available to all other processes. Or you could add up figures in individual write()entries in truss output (after deciding which ones apply to disk). This wouldn't even need you to have the source for the program. And you could use an OS known to have the above 2 features - not sure if Windoes does. |
Subject:
Re: Number of bytes a process has written to hard disk
From: lordbogy-ga on 02 Oct 2005 00:26 PDT |
Thank you for your response. I don't have the source for the program, so I can't use the first method you described. The process I need to figure out how many bytes it wrote could be any process that is running (like explorer.exe). Also, I don't think truss is available for Windows. Is there another way I can do this? Maybe by injecting code into that process, somehow. Thank you. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |