Monitoring the Speed of write.m/save.m on a network

조회 수: 1 (최근 30일)
Matlab2010
Matlab2010 2014년 11월 13일
편집: Siam 2014년 11월 13일
Using win7/2014a.
I am carrying out some tests with a mapped network drive. Saving/loading data from the disk is proving a major bottleneck.
I can see from task manager that the network use is tiny.
How much of the bottleneck is due to network speed, matlab execution of load/save, and disk r/w? How could I test these things?
If I found evidence that the network config was not set up optimally for my case, this would allow me to feedback to the network admin who could change things (such as the physical location of the data).
thank you

답변 (2개)

Orion
Orion 2014년 11월 13일
to mesure execution time in matlab : tic / toc, see also cputime

Siam
Siam 2014년 11월 13일
편집: Siam 2014년 11월 13일
Agree with Orion. You can try with tic/toc.
At the beginning of your process use tic and at the end of your process use toc. Will give you the execution time.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by