summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcsim <mcsim@web>2012-05-14 20:04:50 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2012-05-14 20:04:50 +0200
commitf8d0a635dc44ad5c0f375f45939ce418acaa0a49 (patch)
treee019a76e5d3377f10df78c065193ebcee7fe6fed
parentb75e038615d51cb62c200e336e59202519db8cae (diff)
-rw-r--r--user/Maksym_Planeta.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/Maksym_Planeta.mdwn b/user/Maksym_Planeta.mdwn
index a0a9c788..e31ee2b7 100644
--- a/user/Maksym_Planeta.mdwn
+++ b/user/Maksym_Planeta.mdwn
@@ -9,10 +9,18 @@ is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
[[!toc]]
+#GSoC 2012 - Disk I/O Performance Tuning
+
+14.05.12
+
+First of all I'm going to do 2 programs. First will work as server, it will create an object and share it with second. Second will try to access to this object. This will cause page fault and kernel will refer to first program (server). This way I will be able to track how page faults are resolved and this will help me in debugging of readahead. IFR: server probably can use some of hurd's libraries, but it has to handle m_o_* RPC's on it's own. TODO: Find out how supply second program (client) with new object. NB: be sure that client will cause page fault, so that server always will be called (probably any caching should be disabled).
+
#Notes on tmpfs
## Current state
+Finished
+
26.01.12
Infinite fsx on ext2fs: