Displaying 4 results from an estimated 4 matches for "guichaz".
2010 Jul 03
6
Disk performance
Hi Everyone,
My Xen host has 2 X 1TB hard drives in a RAID1 setup. If one DomU starts
to dd a 5GB file (A ran it in a loop as a test), access ssh on the other
DomU becomes very slow.
Is this normal?
Many Thanks
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Mar 09
2
iotop :: OSError: Netlink error: Invalid argument (22)
Hi! i have a problem with iotop :
root at alien: ~ # iotop
Traceback (most recent call last):
File "/usr/bin/iotop", line 16, in ?
main()
File "/usr/lib/python2.4/site-packages/iotop/ui.py", line 567, in main
main_loop()
File "/usr/lib/python2.4/site-packages/iotop/ui.py", line 557, in <lambda>
main_loop = lambda: run_iotop(options)
File
2010 Dec 21
7
I/O size distribution?
Hello
I have read that under Solaris one can use DTrace to get I/O request
size distribution on a global scale (also on a per process/pid basis).
See for example
http://prefetch.net/articles/observeiodtk.html
Can anyone?recommend?an alternative to get similar information under
CentOS? I looked into dtrace for linux but it seems still work in
progress, even putting aside CDDL issues ...