Blackfin TCP/IP transfer rates

Hello All
     I have built an application on the Blackfin that reads out the value of the timers, and transfers that data over ethernet to a data collection host. It seems that the throughput of the Blackfin's TCP/IP subsystem is VERY slow. I am using the canned LabView TCP functions to transfer the timer data. It is taking about 15 seconds to transfer 3 seconds worth of data (32 bit word generated at 10KHz, or 320Kb/s data rate). Consequently I am losing data since the buffer is overflowing. The TCP Write vi seems to send whatever data it is presented in a single packet, so I have tried packing the data into larger groups, so I don't have to call the function as often. I have also flattened the data, to reduce the overall size. The speed is still way off the 10Mb/s ethernet rate. Is there a configuration setting I am missing, or is this normal?
Thank You
Sean Sexton

Hello Sean,
Are you using LabVIEW 8.2.1?  If so, there are some known issues that may explain the behavior you are seeing.  I have copied them below:
Using instrumented debugging (TCP or serial) with a Blackfin application that has a loop with no waits might cause LabVIEW to fail to connect to the Blackfin application
If you use TCP for debugging or the application uses TCP functions, you must wait at least two minutes after ending the debugging session before you can reconnect to the Blackfin target. As an alternative, you also can power cycle the target by unplugging and plugging the cable to the EZ-Kit
You must disable data caching if you enable lwIP TCP/IP support. If you enable both options when you build a Blackfin VI into a Blackfin application, the Blackfin application runs very slow or not at all.
Could the third bullet explain the behavior of your system?  Try disabling data caching and see if your performance improves.
Thanks!
Janell R

Similar Messages

  • FTP/SFTP/FISH (etc) slow file transfer rate over LAN

    Hi everyone,
    I have a problem with transferring files over my home network that has been bothering me for quite some time.
    I have a 802.11n router which should provide me with the transfer rate up to 150 Mbps (afaik). When I download files from the Internet, 3 MB/s data transfer rate is of no problem.
    However, when receiving or sending data over LAN, the transfer rate is much slower (1.8 MB/s).
    My rough guess is (after reading some papers on this topic) that TCP protocol is causing this (its flow control feature to be exact), since TCP max window size is too small on Linux by default.
    So, setting TCP max window size to a greater number should solve this.
    I tried putting this:
    # increase TCP max buffer size setable using setsockopt()
    # 16 MB with a few parallel streams is recommended for most 10G paths
    # 32 MB might be needed for some very long end-to-end 10G or 40G paths
    net.core.rmem_max = 16777216
    net.core.wmem_max = 16777216
    # increase Linux autotuning TCP buffer limits
    # min, default, and max number of bytes to use
    # (only change the 3rd value, and make it 16 MB or more)
    net.ipv4.tcp_rmem = 4096 87380 16777216
    net.ipv4.tcp_wmem = 4096 65536 16777216
    # recommended to increase this for 10G NICS
    net.core.netdev_max_backlog = 30000
    # these should be the default, but just to be sure
    net.ipv4.tcp_timestamps = 1
    net.ipv4.tcp_sack = 1
    in /etc/sysctl.conf but to no avail.
    So either there is no problem with the max window size setting, or the Linux kernel ignores it (maybe because /proc is no longer supported?).
    Thanks for any neat ideas.
    Last edited by Vena (2012-06-01 21:48:14)

    Bump? No ideas whatsoever?

  • RT to HOST transfer rate problem in cRIO-9073 ?

    Dear Sir,
    Since past 2 months I am facing a problem in data transfer in cRIO 9073.
    I'm using two c series modules for data acquisition. NI 9205 for analog input and NI 9421 for digital input. Where Max sample rate of 9205 is 250kS/s.
    All seems perfect from FPGA to RT data transfer using FIFO. I m able to read instant value in RT when I change given input. In FPGA I m successfully reading and transferring 32 samples per 200us. In RT I m reading 16000 samles from FIFO and push it into shared variable. (No time out occurs in FIFO) therefore all I can say I m acquiring perfectly till RT. 
    But when I tries to transfer dta from RT to HOST, at  the time I m facing a problem. Host is updating 3-4 seconds late than RT. I have tried shared variable, TCP & Network steaming & faced same problem in all the cases.
    I m not able to get that where the problem is? Because I can see instant change as per input in RT. dont know what happened between RT to Host data transferring.
    Please do let me know what can be the possible reasons. Crossover Ethernet port or cable or chassis data transfer rate what can be the cause?????
    Regards,
    Pranav Parik
    Application Engineer
    Alliance Partner of National Instruments
    Attachments:
    RT.jpg ‏328 KB
    RT1.jpg ‏171 KB

    What is the priority of the VI you're running?  I'd be concerned that maybe you've starved out the ethernet transmit thread or something.
    -Danny

  • HYPER-V Guest shows 10Gig Connection but Transfer Rate to Other Machines on GigE Network Is 100Mb or less

    HI -
    I have recently moved from VMWare ESX to HYPER-V and love it! However, the network adapter shows 10gig and the Virtual Switch shows 10gig.  My actual host adapter speed is set to 1GIG FULL.  I am attached to a CISCO 4510 Switch.  I have tried disabling certain TCP settings like RSS, TCPOffloading, Chimney, and DisableTaskOffload - set to enable for TCP Params.  I can generally transfer from VM to VM or VM to HOST and ungodly speeds. But, when I transfer from VM to a system or server outside of the VM environment, network speed is right at 100mb.. I have tested this with Bandwidth Meter Pro.  Is there something in the host server I am missing?  I have not noticed any QoS or anything...  Please help  !   ;-)

    Hi Ron,
    The speed of the files transfer between VM and Host or VM and VM really depends on the route the communication uses and the speed of the processor.
    According to the architecture of the Hyper-V, a VM to VM file transfer will go VSC --->VMBus--->VSP--->VMswitch--->VSP--->VMBus--->VSC.  Think of the VSP as a port on the VMSwitch.
    As to your question, the file transfer rate on a VM to VM file transfer will be primarily determined by the speed of the processor as the entire event takes place in software. The VMswitch will report its speed as 10Gbps, but the actual rate is completely dependent on the speed of the processors and the load on the machine. It can be much faster than 10Gbps, or it can be quite a bit slower.
    For "external" virtual networks, we only use the physical NIC if the traffic is between a virtual NIC and an external node. VM to VM traffic is still only bound by CPU. In other words, some connections are bound by the physical NIC and some only by the CPU.
    If the host and the VM are attached to the same Hyper-V switch, then they are just like two VMs attached to the same Hyper-V switch.  You can think of the Hyper-V like a physical switch, but it is actually a software switch with ports just like a physical switch has.  In this case the data transfer speed is limited only by how fast the Hyper-V switch software can execute the instructions. This may be slower or faster than the nominal 10Gb/s. Since no hardware is involved, the hardware doesn't affect the speed of the transfer.
    If the host and the VM are attached to different Hyper-V switches, or the host is directly connected to the network (i.e., not connected to a Hyper-V switch), then the VM to Host communication will go via the external network, the physical network that joins the VM’s NIC to the host’s NIC.  In this case the data transfer rate is limited by the slower of the Hyper-V switch(es) involved, the NICs involved, and the physical network components traversed by the data.  Without knowing the details of the data loads, the hardware and software components, the host processors, memory, etc., it isn’t possible to determine what the limiting factor will be.
    We run file copy tests between VM's running on External and then on Private and noticed a significant improvement on private where it took ~30mins vs about 4 hours on External.
    Best regards,
    Vincent Hu

  • File transfer rate is very bad on my new W520. Help needed....

    Hello,
    I have a usb 2.0 hi speed flash drive which has transfer rates of 15Mb/s. But When I am trying to copy a movie (under 3 gb) from my W520 to the flash drive the speeds that I observe is 6Mb/s which is very slow. Initially, I though I have an issue with the flash drive but when I used my 3 year old dual core xps laptop to copy a file, I observed the speed of 15 Mb/s. If not  high speed atleast I am expecting to see 15Mb/s with my W520. Really wierd!!! 
    BTW... I am running my W520 at "Maximum Performance" power profile.  And I see my clock speed always at less than 1 ghz while copying the file but when i do other stuff i see my clock speed hitting 3.2 ghz....
    Any thoughts on whats going on???
    My system is Thinkpad w520 2710 with 8 gb of ram....
    Thanks
    Robustm

    Hi robustm
    From what I know, the problem lies with Windows 7 (throttling)
    How about copying to USB drives? the speed should be around 30+ - 60MB, depending on the file type also.
    1. You could also try updating Intel Chipset driver
    http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=816&DwnldID=20019&ProductFamily=Chipse...
    et+Software&ProductProduct=Intel%C2%AE+Chipset+Software+Installation+Utility&lang=eng
    2. You could try using SpeedGuide TCP Optimizer, which resolves Network Throttling and Slow file transfer problems for some. (Set as Optimal)
    http://www.speedguide.net/downloads.php
    3. You could go to Computer Management (compmgmt.msc), Device Manager, Disk drives, double-click your USB device, policies, set as Performance.
    * Note: This may require you to Safety Remove the device, due to caching for performance.
    Hope it helps
    Happy Holiday
    Peter
    ThinkPad: W520 (4284-A99)
    =============================================
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve 
    Mark it as solved if the solution works for you, so it could be reference for others in the future 
    Dolby Home Theater v4 (Essential/IdeaPad/ThinkPad)
    http://forums.lenovo.com/t5/General-Discussion/Dolby-Home-Theater-v4-for-most-Lenovo-Laptops/td-p/62...

  • How to find the max data transfer rate(disk speed) supported by mobo?

    I plan on replacing my current HDD with a new and bigger HDD.
    For this I need to know the max data transfer rate(disk speed) that my mobo will support. However, dmidecode is not telling me that. Am I missing something?
    Here's dmidecode:
    # dmidecode 2.11
    SMBIOS 2.5 present.
    80 structures occupying 2858 bytes.
    Table at 0x000F0450.
    Handle 0xDA00, DMI type 218, 101 bytes
    OEM-specific Type
    Header and Data:
    DA 65 00 DA B2 00 17 4B 0E 38 00 00 80 00 80 01
    00 02 80 02 80 01 00 00 A0 00 A0 01 00 58 00 58
    00 01 00 59 00 59 00 01 00 75 01 75 01 01 00 76
    01 76 01 01 00 05 80 05 80 01 00 D1 01 19 00 01
    00 15 02 19 00 02 00 1B 00 19 00 03 00 19 00 19
    00 00 00 4A 02 4A 02 01 00 0C 80 0C 80 01 00 FF
    FF 00 00 00 00
    Handle 0xDA01, DMI type 218, 35 bytes
    OEM-specific Type
    Header and Data:
    DA 23 01 DA B2 00 17 4B 0E 38 00 10 F5 10 F5 00
    00 11 F5 11 F5 00 00 12 F5 12 F5 00 00 FF FF 00
    00 00 00
    Handle 0x0000, DMI type 0, 24 bytes
    BIOS Information
    Vendor: Dell Inc.
    Version: A17
    Release Date: 04/06/2010
    Address: 0xF0000
    Runtime Size: 64 kB
    ROM Size: 4096 kB
    Characteristics:
    PCI is supported
    PNP is supported
    APM is supported
    BIOS is upgradeable
    BIOS shadowing is allowed
    ESCD support is available
    Boot from CD is supported
    Selectable boot is supported
    EDD is supported
    Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
    3.5"/720 kB floppy services are supported (int 13h)
    Print screen service is supported (int 5h)
    8042 keyboard services are supported (int 9h)
    Serial services are supported (int 14h)
    Printer services are supported (int 17h)
    ACPI is supported
    USB legacy is supported
    BIOS boot specification is supported
    Function key-initiated network boot is supported
    Targeted content distribution is supported
    BIOS Revision: 17.0
    Handle 0x0100, DMI type 1, 27 bytes
    System Information
    Manufacturer: Dell Inc.
    Product Name: OptiPlex 755
    Version: Not Specified
    UUID: 44454C4C-5900-1050-8033-C4C04F434731
    Wake-up Type: Power Switch
    SKU Number: Not Specified
    Family: Not Specified
    Handle 0x0200, DMI type 2, 8 bytes
    Base Board Information
    Manufacturer: Dell Inc.
    Product Name: 0PU052
    Version:
    Handle 0x0300, DMI type 3, 13 bytes
    Chassis Information
    Manufacturer: Dell Inc.
    Type: Space-saving
    Lock: Not Present
    Version: Not Specified
    Asset Tag:
    Boot-up State: Safe
    Power Supply State: Safe
    Thermal State: Safe
    Security Status: None
    Handle 0x0400, DMI type 4, 40 bytes
    Processor Information
    Socket Designation: CPU
    Type: Central Processor
    Family: Xeon
    Manufacturer: Intel
    ID: 76 06 01 00 FF FB EB BF
    Signature: Type 0, Family 6, Model 23, Stepping 6
    Flags:
    FPU (Floating-point unit on-chip)
    VME (Virtual mode extension)
    DE (Debugging extension)
    PSE (Page size extension)
    TSC (Time stamp counter)
    MSR (Model specific registers)
    PAE (Physical address extension)
    MCE (Machine check exception)
    CX8 (CMPXCHG8 instruction supported)
    APIC (On-chip APIC hardware supported)
    SEP (Fast system call)
    MTRR (Memory type range registers)
    PGE (Page global enable)
    MCA (Machine check architecture)
    CMOV (Conditional move instruction supported)
    PAT (Page attribute table)
    PSE-36 (36-bit page size extension)
    CLFSH (CLFLUSH instruction supported)
    DS (Debug store)
    ACPI (ACPI supported)
    MMX (MMX technology supported)
    FXSR (FXSAVE and FXSTOR instructions supported)
    SSE (Streaming SIMD extensions)
    SSE2 (Streaming SIMD extensions 2)
    SS (Self-snoop)
    HTT (Multi-threading)
    TM (Thermal monitor supported)
    PBE (Pending break enabled)
    Version: Not Specified
    Voltage: 0.0 V
    External Clock: 1333 MHz
    Max Speed: 5200 MHz
    Current Speed: 2666 MHz
    Status: Populated, Enabled
    Upgrade: Socket LGA775
    L1 Cache Handle: 0x0700
    L2 Cache Handle: 0x0701
    L3 Cache Handle: Not Provided
    Serial Number: Not Specified
    Asset Tag: Not Specified
    Part Number: Not Specified
    Core Count: 2
    Core Enabled: 2
    Thread Count: 2
    Characteristics:
    64-bit capable
    Handle 0x0700, DMI type 7, 19 bytes
    Cache Information
    Socket Designation: Not Specified
    Configuration: Enabled, Not Socketed, Level 1
    Operational Mode: Write Back
    Location: Internal
    Installed Size: 32 kB
    Maximum Size: 32 kB
    Supported SRAM Types:
    Other
    Installed SRAM Type: Other
    Speed: Unknown
    Error Correction Type: None
    System Type: Data
    Associativity: 8-way Set-associative
    Handle 0x0701, DMI type 7, 19 bytes
    Cache Information
    Socket Designation: Not Specified
    Configuration: Enabled, Not Socketed, Level 2
    Operational Mode: Varies With Memory Address
    Location: Internal
    Installed Size: 6144 kB
    Maximum Size: 6144 kB
    Supported SRAM Types:
    Other
    Installed SRAM Type: Other
    Speed: Unknown
    Error Correction Type: Single-bit ECC
    System Type: Unified
    Associativity: <OUT OF SPEC>
    Handle 0x0800, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: PARALLEL
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: DB-25 female
    Port Type: Parallel Port PS/2
    Handle 0x0801, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: SERIAL1
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: DB-9 male
    Port Type: Serial Port 16550A Compatible
    Handle 0x0802, DMI type 126, 9 bytes
    Inactive
    Handle 0x0803, DMI type 126, 9 bytes
    Inactive
    Handle 0x0804, DMI type 126, 9 bytes
    Inactive
    Handle 0x0805, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB1
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x0806, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB2
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x0807, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB3
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x0808, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB4
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x0809, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB5
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x080A, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB6
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x080B, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB7
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x080C, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: USB8
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Access Bus (USB)
    Port Type: USB
    Handle 0x080D, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: ENET
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: RJ-45
    Port Type: Network Port
    Handle 0x080E, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: MIC
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Mini Jack (headphones)
    Port Type: Audio Port
    Handle 0x080F, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: LINE-OUT
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Mini Jack (headphones)
    Port Type: Audio Port
    Handle 0x0810, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: LINE-IN
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Mini Jack (headphones)
    Port Type: Audio Port
    Handle 0x0811, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: HP-OUT
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: Mini Jack (headphones)
    Port Type: Audio Port
    Handle 0x0812, DMI type 8, 9 bytes
    Port Connector Information
    Internal Reference Designator: MONITOR
    Internal Connector Type: None
    External Reference Designator: Not Specified
    External Connector Type: DB-15 female
    Port Type: Video Port
    Handle 0x090A, DMI type 9, 13 bytes
    System Slot Information
    Designation: SLOT1
    Type: x1 Proprietary
    Current Usage: In Use
    Length: Long
    Characteristics:
    PME signal is supported
    Handle 0x0901, DMI type 126, 13 bytes
    Inactive
    Handle 0x0902, DMI type 9, 13 bytes
    System Slot Information
    Designation: SLOT2
    Type: 32-bit PCI
    Current Usage: Available
    Length: Long
    ID: 2
    Characteristics:
    5.0 V is provided
    3.3 V is provided
    PME signal is supported
    Handle 0x0903, DMI type 126, 13 bytes
    Inactive
    Handle 0x0904, DMI type 126, 13 bytes
    Inactive
    Handle 0x0905, DMI type 126, 13 bytes
    Inactive
    Handle 0x0906, DMI type 126, 13 bytes
    Inactive
    Handle 0x0907, DMI type 126, 13 bytes
    Inactive
    Handle 0x0908, DMI type 126, 13 bytes
    Inactive
    Handle 0x0A00, DMI type 10, 6 bytes
    On Board Device Information
    Type: Video
    Status: Disabled
    Description: Intel Graphics Media Accelerator 950
    Handle 0x0A02, DMI type 10, 6 bytes
    On Board Device Information
    Type: Ethernet
    Status: Enabled
    Description: Intel Gigabit Ethernet Controller
    Handle 0x0A03, DMI type 10, 6 bytes
    On Board Device Information
    Type: Sound
    Status: Enabled
    Description: Intel(R) High Definition Audio Controller
    Handle 0x0B00, DMI type 11, 5 bytes
    OEM Strings
    String 1: www.dell.com
    Handle 0x0D00, DMI type 13, 22 bytes
    BIOS Language Information
    Language Description Format: Long
    Installable Languages: 1
    en|US|iso8859-1
    Currently Installed Language: en|US|iso8859-1
    Handle 0x0F00, DMI type 15, 29 bytes
    System Event Log
    Area Length: 2049 bytes
    Header Start Offset: 0x0000
    Header Length: 16 bytes
    Data Start Offset: 0x0010
    Access Method: Memory-mapped physical 32-bit address
    Access Address: 0xFFF01000
    Status: Valid, Not Full
    Change Token: 0x00000018
    Header Format: Type 1
    Supported Log Type Descriptors: 3
    Descriptor 1: POST error
    Data Format 1: POST results bitmap
    Descriptor 2: System limit exceeded
    Data Format 2: System management
    Descriptor 3: Log area reset/cleared
    Data Format 3: None
    Handle 0x1000, DMI type 16, 15 bytes
    Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: 8 GB
    Error Information Handle: Not Provided
    Number Of Devices: 4
    Handle 0x1100, DMI type 17, 27 bytes
    Memory Device
    Array Handle: 0x1000
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 1024 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM_1
    Bank Locator: Not Specified
    Type: DDR2
    Type Detail: Synchronous
    Speed: 667 MHz
    Manufacturer: AD00000000000000
    Handle 0x1101, DMI type 17, 27 bytes
    Memory Device
    Array Handle: 0x1000
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 1024 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM_3
    Bank Locator: Not Specified
    Type: DDR2
    Type Detail: Synchronous
    Speed: 667 MHz
    Handle 0x1102, DMI type 17, 27 bytes
    Memory Device
    Array Handle: 0x1000
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 1024 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM_2
    Bank Locator: Not Specified
    Type: DDR2
    Type Detail: Synchronous
    Speed: 667 MHz
    Handle 0x1103, DMI type 17, 27 bytes
    Memory Device
    Array Handle: 0x1000
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 1024 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM_4
    Bank Locator: Not Specified
    Type: DDR2
    Type Detail: Synchronous
    Speed: 667 MHz
    Handle 0x1300, DMI type 19, 15 bytes
    Memory Array Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x000FDFFFFFF
    Range Size: 4064 MB
    Physical Array Handle: 0x1000
    Partition Width: 1
    Handle 0x1400, DMI type 20, 19 bytes
    Memory Device Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x0007FFFFFFF
    Range Size: 2 GB
    Physical Device Handle: 0x1100
    Memory Array Mapped Address Handle: 0x1300
    Partition Row Position: 1
    Interleave Position: 1
    Interleaved Data Depth: 1
    Handle 0x1401, DMI type 20, 19 bytes
    Memory Device Mapped Address
    Starting Address: 0x00080000000
    Ending Address: 0x000FDFFFFFF
    Range Size: 2016 MB
    Physical Device Handle: 0x1101
    Memory Array Mapped Address Handle: 0x1300
    Partition Row Position: 1
    Interleave Position: 1
    Interleaved Data Depth: 1
    Handle 0x1402, DMI type 20, 19 bytes
    Memory Device Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x0007FFFFFFF
    Range Size: 2 GB
    Physical Device Handle: 0x1102
    Memory Array Mapped Address Handle: 0x1300
    Partition Row Position: 1
    Interleave Position: 2
    Interleaved Data Depth: 1
    Handle 0x1403, DMI type 20, 19 bytes
    Memory Device Mapped Address
    Starting Address: 0x00080000000
    Ending Address: 0x000FDFFFFFF
    Range Size: 2016 MB
    Physical Device Handle: 0x1103
    Memory Array Mapped Address Handle: 0x1300
    Partition Row Position: 1
    Interleave Position: 2
    Interleaved Data Depth: 1
    Handle 0x1410, DMI type 126, 19 bytes
    Inactive
    Handle 0x1800, DMI type 24, 5 bytes
    Hardware Security
    Power-On Password Status: Enabled
    Keyboard Password Status: Not Implemented
    Administrator Password Status: Enabled
    Front Panel Reset Status: Not Implemented
    Handle 0x1900, DMI type 25, 9 bytes
    System Power Controls
    Next Scheduled Power-on: *-* 00:00:00
    Handle 0x1B10, DMI type 27, 12 bytes
    Cooling Device
    Type: Fan
    Status: OK
    OEM-specific Information: 0x0000DD00
    Handle 0x1B11, DMI type 27, 12 bytes
    Cooling Device
    Type: Fan
    Status: OK
    OEM-specific Information: 0x0000DD01
    Handle 0x1B12, DMI type 126, 12 bytes
    Inactive
    Handle 0x1B13, DMI type 126, 12 bytes
    Inactive
    Handle 0x1B14, DMI type 126, 12 bytes
    Inactive
    Handle 0x2000, DMI type 32, 11 bytes
    System Boot Information
    Status: No errors detected
    Handle 0x8100, DMI type 129, 8 bytes
    OEM-specific Type
    Header and Data:
    81 08 00 81 01 01 02 01
    Strings:
    Intel_ASF
    Intel_ASF_001
    Handle 0x8200, DMI type 130, 20 bytes
    OEM-specific Type
    Header and Data:
    82 14 00 82 24 41 4D 54 01 01 00 00 01 A5 0B 02
    00 00 00 00
    Handle 0x8300, DMI type 131, 64 bytes
    OEM-specific Type
    Header and Data:
    83 40 00 83 14 00 00 00 00 00 C0 29 05 00 00 00
    F8 00 4E 24 00 00 00 00 0D 00 00 00 02 00 03 00
    19 04 14 00 01 00 01 02 C8 00 BD 10 00 00 00 00
    00 00 00 00 FF 00 00 00 00 00 00 00 00 00 00 00
    Handle 0x8800, DMI type 136, 6 bytes
    OEM-specific Type
    Header and Data:
    88 06 00 88 5A 5A
    Handle 0xD000, DMI type 208, 10 bytes
    OEM-specific Type
    Header and Data:
    D0 0A 00 D0 01 03 FE 00 11 02
    Handle 0xD100, DMI type 209, 12 bytes
    OEM-specific Type
    Header and Data:
    D1 0C 00 D1 78 03 07 03 04 0F 80 05
    Handle 0xD200, DMI type 210, 12 bytes
    OEM-specific Type
    Header and Data:
    D2 0C 00 D2 F8 03 04 03 06 80 04 05
    Handle 0xD201, DMI type 126, 12 bytes
    Inactive
    Handle 0xD400, DMI type 212, 242 bytes
    OEM-specific Type
    Header and Data:
    D4 F2 00 D4 70 00 71 00 00 10 2D 2E 42 00 11 FE
    01 43 00 11 FE 00 0F 00 25 FC 00 10 00 25 FC 01
    11 00 25 FC 02 12 00 25 FC 03 00 00 25 F3 00 00
    00 25 F3 04 00 00 25 F3 08 00 00 25 F3 0C 07 00
    23 8F 00 08 00 23 F3 00 09 00 23 F3 04 0A 00 23
    F3 08 0B 00 23 8F 10 0C 00 23 8F 20 0E 00 23 8F
    30 0D 00 23 8C 40 A6 00 23 8C 41 A7 00 23 8C 42
    05 01 22 FD 02 06 01 22 FD 00 8C 00 22 FE 00 8D
    00 22 FE 01 9B 00 25 3F 40 9C 00 25 3F 00 09 01
    25 3F 80 A1 00 26 F3 00 A2 00 26 F3 08 A3 00 26
    F3 04 9F 00 26 FD 02 A0 00 26 FD 00 9D 00 11 FB
    04 9E 00 11 FB 00 54 01 23 7F 00 55 01 23 7F 80
    5C 00 78 BF 40 5D 00 78 BF 00 04 80 78 F5 0A 01
    A0 78 F5 00 93 00 7B 7F 80 94 00 7B 7F 00 8A 00
    37 DF 20 8B 00 37 DF 00 03 C0 67 00 05 FF FF 00
    00 00
    Handle 0xD401, DMI type 212, 172 bytes
    OEM-specific Type
    Header and Data:
    D4 AC 01 D4 70 00 71 00 03 40 59 6D 2D 00 59 FC
    02 2E 00 59 FC 00 6E 00 59 FC 01 E0 01 59 FC 03
    28 00 59 3F 00 29 00 59 3F 40 2A 00 59 3F 80 2B
    00 5A 00 00 2C 00 5B 00 00 55 00 59 F3 00 6D 00
    59 F3 04 8E 00 59 F3 08 8F 00 59 F3 00 00 00 55
    FB 04 00 00 55 FB 00 23 00 55 7F 00 22 00 55 7F
    80 F5 00 58 BF 40 F6 00 58 BF 00 EB 00 55 FE 00
    EA 00 55 FE 01 40 01 54 EF 00 41 01 54 EF 10 ED
    00 54 F7 00 F0 00 54 F7 08 4A 01 53 DF 00 4B 01
    53 DF 20 4C 01 53 7F 00 4D 01 53 7F 80 68 01 56
    BF 00 69 01 56 BF 40 FF FF 00 00 00
    Handle 0xD402, DMI type 212, 152 bytes
    OEM-specific Type
    Header and Data:
    D4 98 02 D4 70 00 71 00 00 10 2D 2E 2D 01 21 FE
    01 2E 01 21 FE 00 97 00 22 FB 00 98 00 22 FB 04
    90 00 11 CF 00 91 00 11 CF 20 92 00 11 CF 10 E2
    00 27 7F 00 E3 00 27 7F 80 E4 00 27 BF 00 E5 00
    27 BF 40 D1 00 22 7F 80 D2 00 22 7F 00 45 01 22
    BF 40 44 01 22 BF 00 36 01 21 F1 06 37 01 21 F1
    02 38 01 21 F1 00 39 01 21 F1 04 2B 01 11 7F 80
    2C 01 11 7F 00 4E 01 65 CF 00 4F 01 65 CF 10 D4
    01 65 F3 00 D5 01 65 F3 04 D2 01 65 FC 00 D3 01
    65 FC 01 FF FF 00 00 00
    Handle 0xD403, DMI type 212, 157 bytes
    OEM-specific Type
    Header and Data:
    D4 9D 03 D4 70 00 71 00 03 40 59 6D 17 01 52 FE
    00 18 01 52 FE 01 19 01 52 FB 00 1A 01 52 FB 04
    1B 01 52 FD 00 1C 01 52 FD 02 1D 01 52 F7 00 1E
    01 52 F7 08 1F 01 52 EF 00 20 01 52 EF 10 21 01
    52 BF 00 22 01 52 BF 40 87 00 59 DF 20 88 00 59
    DF 00 E8 01 66 FD 00 E9 01 66 FD 02 02 02 53 BF
    00 03 02 53 BF 40 04 02 53 EF 00 05 02 53 EF 10
    06 02 66 DF 00 07 02 66 DF 20 08 02 66 EF 00 09
    02 66 EF 10 17 02 66 F7 00 18 02 66 F7 08 44 02
    52 BF 40 45 02 52 BF 00 FF FF 00 00 00
    Handle 0xD800, DMI type 126, 9 bytes
    Inactive
    Handle 0xDD00, DMI type 221, 19 bytes
    OEM-specific Type
    Header and Data:
    DD 13 00 DD 00 01 00 00 00 10 F5 00 00 00 00 00
    00 00 00
    Handle 0xDD01, DMI type 221, 19 bytes
    OEM-specific Type
    Header and Data:
    DD 13 01 DD 00 01 00 00 00 11 F5 00 00 00 00 00
    00 00 00
    Handle 0xDD02, DMI type 221, 19 bytes
    OEM-specific Type
    Header and Data:
    DD 13 02 DD 00 01 00 00 00 12 F5 00 00 00 00 00
    00 00 00
    Handle 0xDE00, DMI type 222, 16 bytes
    OEM-specific Type
    Header and Data:
    DE 10 00 DE C1 0B 00 00 10 05 19 21 01 00 00 01
    Handle 0x7F00, DMI type 127, 4 bytes
    End Of Table
    Hdparm also does not tell me the max data transfer rate (disk speed) of my current drive although this link : www.wdc.com/en/library/sata/2879-001146.pdf  says that it is 3.0Gb/s
    and here's hdparm -I /dev/sda
    /dev/sda:
    ATA device, with non-removable media
    Model Number: WDC WD800JD-75JNC0
    Firmware Revision: 06.01C06
    Standards:
    Supported: 6 5 4
    Likely used: 8
    Configuration:
    Logical max current
    cylinders 16383 16383
    heads 16 16
    sectors/track 63 63
    CHS current addressable sectors: 16514064
    LBA user addressable sectors: 156250000
    Logical/Physical Sector size: 512 bytes
    device size with M = 1024*1024: 76293 MBytes
    device size with M = 1000*1000: 80000 MBytes (80 GB)
    cache/buffer size = 8192 KBytes
    Capabilities:
    LBA, IORDY(can be disabled)
    Standby timer values: spec'd by Standard, with device specific minimum
    R/W multiple sector transfer: Max = 16 Current = 8
    Recommended acoustic management value: 128, current value: 254
    DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
    Cycle time: min=120ns recommended=120ns
    PIO: pio0 pio1 pio2 pio3 pio4
    Cycle time: no flow control=120ns IORDY flow control=120ns
    Commands/features:
    Enabled Supported:
    * SMART feature set
    Security Mode feature set
    * Power Management feature set
    * Write cache
    * Look-ahead
    * Host Protected Area feature set
    * WRITE_BUFFER command
    * READ_BUFFER command
    * DOWNLOAD_MICROCODE
    SET_MAX security extension
    Automatic Acoustic Management feature set
    * Device Configuration Overlay feature set
    * Mandatory FLUSH_CACHE
    * SMART error logging
    * SMART self-test
    * Gen1 signaling speed (1.5Gb/s)
    * Host-initiated interface power management
    * SMART Command Transport (SCT) feature set
    * SCT Long Sector Access (AC1)
    * SCT LBA Segment Access (AC2)
    * SCT Error Recovery Control (AC3)
    * SCT Features Control (AC4)
    * SCT Data Tables (AC5)
    Security:
    Master password revision code = 65534
    supported
    not enabled
    not locked
    frozen
    not expired: security count
    not supported: enhanced erase
    Checksum: correct
    Last edited by Inxsible (2011-03-27 04:40:49)

    I just checked my BIOS and my current setting is set at IDE although it also mentions that the default should be AHCI. Currently I have a dual boot of Windows 7 (need it for Tax software) and Arch
    So I guess, when I get the new HDD, I will first set it to AHCI and then install the OSes on it. See if NCQ helps any, and if not I will turn it back and re-install (if I have to). I am planning to have Windows only in virtualbox in the new drive.
    Anyhoo, while I was in the BIOS I found two things which I had questions about :
    1) Under Onboard Devices --> Integrated NIC , my setting is currently set at "On w/PXE" and it says the default should be just "On". Would it be ok to change it back to On since its a single machine and its not booting an OS on any server. I just don't want to have to re-install anything now since I will be doing that in the new HDD.
    2) How would I know whether my BIOS would support a 64 bit OS in Virtualbox? I checked some setting under Virtualization, but they weren't very clear.
    I will edit this post and let you know exactly what settings were present under the Virtualization sub-section.

  • KT3 Ultra ARU Slow HD Transfer Rates

    Hello,
    First, please see my system information at the bottom of this message.
    I have a MSI KT3 Ultra ARU motherboard and have installed a Maxtor ATA133 60GB hard drive with 2 MB cache.  The hard drive is jumpered as Master and is connected all by itself on the IDE1 ribbon cable.  On IDE2 I have a CDRW (Master) and a CD-ROM (Slave).  My other hard drive (WD 120GB ATA100 8 MB cache) is on IDE3 and is set up in RAID 1+0 stripe.
    I recently ran the Sandra file system benchmark on my hard drives with what I think are very discouraging results.  My Maxtor drive on IDE1 scored 32 MB/s and my WD drive on IDE3 came in at 23 MB/s.  Those are some stinky results aren’t they?
    I checked my Device Manager under IDE ATA/ATAPI Controllers and it indicates that for my Primary IDE Channel the current transfer mode for device 0 is Ultra DMA Mode 6.  I don’t know how to check the transfer mode on my IDE3 hard drive.
    Question #1:  Are my 32 MB/s and 23 MB/s results slow for my hardware?
    Question #2:  If these results are slow, how can I increase the transfer rates?
    Please help! 
    Thank you!!!!
    My System
    AMD Athlon XP 3000+
    MSI KT3 Ultra ARU MOBO
    2 x 256MB DDR PC2700 SDRAM
    ATI Radeon 9600XT 256MB
    Western Digital WD1200JB 120GB Caviar HD ATA100 8MB Cache 1+0 Stripe/RAID0
    Maxtor 6Y060L0 60GB HD ATA133
    Pioneer DR-A04S CD-ROM 32X
    Lite-On LTR-48125W 48x12x48 CDRW
    TTGI TT-350SS (350W) Power Supply
    PSU Ratings: +3.3V/28A +5V/35A +12V/16A
    Windows XP Home SP2

    These tranfer rates seem fine for sequential read rates. The maxtor drive is at mode 6 and the WD should be at mode 5 if its ATA100.

  • Gigabit ethernet + TC doesn't mean gigabit transfer rates to the TC drive..

    Alright.... I've spent a ton of time trying to figure this out (probably more than I should have) and I thought I'd post my findings so that either a) I'll save someone else time out there or b) someone can tell me I'm a complete moron
    So I had an airport extreme. I replaced it with a Time Capsule. I have a Windows (boooo) PC connecting directly to my TC using a gigabit ethernet card (which I bought specifically connect it to the TC) so (I thought) I could enjoy gigabit transfer speeds to the internal hard drive from the wired PC. I had some fun plans of shoving my itunes directory on the TC and letting appletv sync (yes through my pc) and keeping lots of videos there, etc. Who cares - it'd be at gigabit speeds! But, in reality, things didn't quite work that way (though my itunes directory does still live on my TC...for now).
    Well, I had a semi-unique situation to do some pretty massive testing because I have 2 gigabit network cards, 1 100mb network card, and a wireless-n network card and two internal hard drives - both very fast. I also tried Cat 5, Cat 5e, and a Cat 6 cable.
    And here's what I (think I) figured out:
    The hard drive in TC can not achieve gigabit transfer speeds. Your transfer rates will be limited by the IO to the hard drive. In fact, it can't even come close.
    Using my "fastest" setup - so Cat 6, fastest internal drive, gigabit ethernet, and transferring a file exactly 1 gig in size I was able to have a sustained transfer rate of 140 megabit per second - that's 17.4 MB/s for folks not wanting to do the math (that's reading FROM the TC. Writing TO the TC dropped the speed down to 106 megabit/second or 13.35 MB/s). Going to a 5e cable knocked that down to 130 megabit a second. Putting in a Cat 5 cable knocked me down to 110 megabit a second. Switching between my two gigabit network cards did nothing. Switching my cards between two computers did nothing.
    Now, just changing the above setup to use my 100Mb network card resulted in these results: 67 megabit read (8.4MB/s) and 65 megabit write (8MB/s)...
    And using wireless N, I got about 10MB/s up and down.
    And just as a final test, connecting my two computers together using the 2 gigabit network cards through the TC, I was able to achieve standard gigabit speeds.
    SO what does this all mean?
    I think the IO to the hard drive in the TC can only read at about 140 megabit/s and write at about 110 megabit/s. I'm not sure if it's the HD itself or how it's connecting to the TC - but that's why I'm not aware of anyone getting faster transfer rates to the drive in the TC (maybe you guys are?). The gigabit ports themselves are fine - and if you're doing anything from one gigabit port to another gigabit port you'll be fine.
    So stop beating yourself up trying to find some elusive XP specific issue with gigabit transfer rates (though vista had a problem - shocker), or that you must have a defective gigabit card (which is why I have two cards now instead of one :)), or that your cable must be bad ("maybe my cat 5e isn't good enough?")... it's just this drive ... or how the drive is connecting to the network - can't handle the gigabit speeds.
    Unless someone else out there has another explanation? Do these speeds mesh with what you're seeing in "optimal" situations? Or maybe there's just a throttle switch for goobers like me using Windows instead of MacOS!

    Hi,
    the interfaces available today which connect your drives integrated electronics to your computer can handle that speeds. but the drive itself is limited by the mechanical things going on in there
    You can get such transfer speeds if the data you request is in the cache of the drives internal electronics for example. Some drives have 8 MB of cache memory. So if you request to read or write less than 8 mb and (in the read case) you are lucky enough to have those few megabytes cached then you may get that performance
    Regards,
    somi

  • Determining Data transfer rate through modem in java

    Hi,
    I want to write an application in java which will communicate with
    connected modem of the system and it will detect the data transfer rate.
    I want to know how much data is transferring(upload/download)through modem and in a specific time how much data is transferred.
    I will give some max upload/downloading limit for a specific time and if data transfer exceeds that limit,it will show message.
    e.g if i fix max upload/download data transfer limit by the modem is say 10GB/20GB for a specific time span say for 15 days.Then my program automatically will start when the Modem will be connected and keep a log of data transfer(upload/download)and if data transfer goes beyond limit then it will show message.Also i would be able to see how much data is transferred for any specific day.
    I want to know this type of application is possible in java.If yes then
    which API's i need to use.
    If this type of program is available in some site in other language then also i will be helpful.Pl give the links.
    byeeeeeeee
    Pradipto

    Hi,
    i want to do it in java only to explore the power of
    java.I agree with Abuse, Java is not designed for such applications. I'm not even sure if you can solve your problems with Java.

  • How to achieve the maximum file transfer rate from PXI to local host?

    I will have to copy a huge amount of data (as big as 50 GB) from a PXI-8106 unit on site to a laptop. Currently it would take several hours. It is critical to max out the data transfer rate.
    The standard method we've been using is just drag and drop using Windows Explorer via FTP. I tried to use FTP VIs with Filezilla Server as well but the transfer rate is only like 1.5 MB/s. Is this normal? Once I saw it was 3.0 MB/s but for some reason, that isn't happening now.
    For another option, I tried to transfer data to a USB flash drive but it's even slower. As far as I know, USB 2.0 transfer rate is supposed to be around 60 MB/s but why would it be slower than 1.5 MB/s? What could be the speed limiting factor in my file transfer setup?
    Any tips on improving file transfer rate would be appreciated!

    Sustained 40 MB/s? That is my dream speed! The maximum speed I've ever seen here was about 25 MB/s, which is still very good, and that happened only after copying back and forth, which I explained above. Let me go through what I did with screencaps first.
    These are the test tdms files to transfer in the PXI: an original file witten in the PXI and its copy file. I copied the original file from PXI to laptop and renamed it (added '_copy') and then copied it back to PXI.
    FTP module is transferring the original file to the Filezilla server on laptop. Note the low speed.
    FTP module is transferring the copy file to the Filezilla server on laptop. Note the higher speed.
    This is the FTP sub VI I'm using. It transfers files in sub-folders (one level lower), too. The data connection is set to 'passive' on the FTP Put Multiple Files VI but it doesn't seem to make any difference. I attach the sub VI.
    You tried the file transfer with a 500 MB text file. Would there be any difference if the file type was tdms? Would the RAM size matter? It is 2GB here.
    And the LED is orange, which means Gigabit.
    Another question: Is there any way to programmatically stop file transfer in progress? Currently, I just have to restart the PXI.
    Thank you!
    Attachments:
    FTP.vi ‏40 KB

  • What is max internal hard drive transfer rate compatible with a 2007 MacBook Pro?

    In attempt to upgrade my mid-2007 MacBook Pro (Intel Core 2 Duo), I bought a Seagate 750GB listed as compatible with my computer on MacSales.com . . .
    Seagate Momentus XT ST750LX003 750GB 7200 RPM 32MB Cache 2.5" SATA 6.0Gb/s Solid State Hybrid Drive -Bare Drive
    Installation appeared to go well and I ran an extended hardware test with no issues found.  However, the drive is listed at 5.46 TB (would be nice) and I get an input/output error when attempting to partition.  I can initiate an erase, but after the time I would suspect it would take to erase the drive, I get an input/output error - it seems to appear after the first 750 GB of the '5.5 TB' was erased.  At all times, the drive is not recognized when I attempt to install OS X from original discs.
    I suspect the 6.0 GB/s transfer capacity of the hard drive is not compatible with the MacBook Pro.  The drive came with 4 jumper pins but no jumper and no label diagram to set a slower transfer rate.  I called Seagate, Newegg, OWC, and Apple, but no one has compatibility info for my MacBook Pro.  To them, it appears I am running the first tests of this new technology with an 'older' MacBook Pro.
    My MBP has had no issues - I'd like to keep her going with the optimum internal hard drive capacity, but don't necessarily want to set up a test bench in my house (though my kids would enjoy destroying it) and pay several shipping and restocking fees to test new hard drives.
    The original drive had a 1.5 GB/s transfer rate.  Does anyone know the maximum transfer rate compatible with a 2007 MacBook Pro?  3.0 GB/s?  1.5 GB/s?  Thank you.

    No spinning hard drive will transfer data faster then 60-80MB a second. The XT models have a flash storage area that is used when reading and writing data that can make it Appear faster in some situations. That flash memory if only 8 or 16GBs in side, I forget which one.
    The drie is rated to work on 6GB SATA bus but it certainly can not transfer data that fast. It should be backword compatible to work on slower buses.
    Your drive is 750GBs in size. Not wure where you are getting this 5.5TB (that is 5.5 Tera Bytes which is 5500 Giga Bytes. Your drive is under 1TB)
    What are you using to partition the drive? Disk Utilities from the original install DVD?
    You need to install on your old drive, Update it from the Apple Website then clone it to the new drive. The version of OSX you are using may not function correctly with that large of a drive. Or get yourself a copy of Snow Leopard, retail disk for $29 from Apple, and do all the partitioning and installing with that version od OSX.

  • How can I check the data transfer rate of my FW800 port

    I have an iMac 2.4 20 inch (MB323LL/A) with a Lacie external rugged hard drive (320 GB). I have attached it using my FW800 port with the cable supplied with the drive.
    It seems slow to me so I was wondering if there is any way to see what the current data transfer is for a backup in progress. Of course it should be 800Mbps but is it really moving at that speed ? How can I tell what speed it is transferring at ? Can I use the same method for USB ports too ?

    When you move a large file, you are more likely to see a sustained transfer rate than a small file. Small files have to be individually read/write back and forth, thus slows the actual transfer rate down. If you are moving any file up to 4 GB and probably over 1 MB you'll see more realistic transfer rates. Furthermore your hard drive access time, and RPM figures into the equation too, as well as how much RAM you have. 800Mbps works out to 100 Megabytes per second under ideal conditions.

  • Slow transfer rate to time capsule - 2nd generation - mb pro 5ghz

    alright
    have time capsule with dual networks, macbook pro with n enabled connected to 5ghz network with full bars, yet while copying files to the time capsule, it seems slow
    500kbs per second
    about 7 min to copy a 744mb file to time capsule (according to finder)
    time capsule connected via ethernet to 2wire 2701hg modem + wireless router ( wireless turned off )
    configure ipv4 using : dhcp
    ethernet wan port: automatic
    connection sharing : share a public ip adress
    ipv6 : link local only
    wireless options
    country - mexico
    multicast rate - high
    transmit power - 100%
    use wide channels
    any ideas?
    thanks in advance

    Hi,
    In the Manual Setup->Advanced->Logs and Statistics page of Airport Utility you'll find information on wireless signal quality for each client connected. Primarily, signal quality will determine the connection speed of your file transfers, the best you can do to improve things is to find a wireless channel with the least interference, Manual Setup->Wireless.
    My Macbook Air connection is showing -66 Signal, -89 Noise, 122 Rate which gives me a wireless file transfer rate in bursts from 500kbps to 22Mbps. Time Capsule is not the fastest combo device, even file transfers over LAN Ethernet are around 50% slower than a regular Airport Extreme and I've found transfers to the disk from a GigE connected Mac Pro top out at around 60Mbps.
    The Time Capsule is more useful as a convenience tool than speed I think so just be patient.

  • Difference in data transfer rates between winXP and Linux server?

    Hello all,
    I am using a winXP laptop to act as my server (all usb external hard drives are connected to it) but the data transfer rates can be really slow. Is Linux faster in that regard? Can a Linux based server provide faster data transfer rates?
    Thanks for any help.
    Bmora96

    Linux cannot make hardware go any faster - so if WinXP and its drivers are making optimal use of those USB drives and the USB data transfer pipe, Linux will not make it faster. (but installing Linux and going Tux are always excellent ideas that need no real reason either ;-) )
    Real question you should be asking is if using a notebook in a server role is wise thing to do?

  • Extremely slow transfer rate from iOmega eGo to iMac

    I am using a brand new 27" iMac and an iOmega eGo 2TB hard drive (http://www.pcmag.com/article2/0,2817,2374133,00.asp). The drive has it's own power source and is connected to my computer via USB.
    I'm trying to transfer files from the hard drive to my new iMac and the transfer rate is painfully slow. They are files from my old MacBook which I sold last week.
    When the disc is not mounted, it seems to function normally - it's blue indicator light is consistently on and it sounds right. However, when I mount the disc and begin using it - in this instance to transfer files, it goes extremely slow. The blue light will mostly remain off, then interminnently flash on and onscreen a small amount of data will move.
    Through disk utility I was able to successfully verify and repair the disc, but it's still behaving this way. Can anyone help? SOS!

    I am using a brand new 27" iMac and an iOmega eGo 2TB hard drive (http://www.pcmag.com/article2/0,2817,2374133,00.asp). The drive has it's own power source and is connected to my computer via USB.
    I'm trying to transfer files from the hard drive to my new iMac and the transfer rate is painfully slow. They are files from my old MacBook which I sold last week.
    When the disc is not mounted, it seems to function normally - it's blue indicator light is consistently on and it sounds right. However, when I mount the disc and begin using it - in this instance to transfer files, it goes extremely slow. The blue light will mostly remain off, then interminnently flash on and onscreen a small amount of data will move.
    Through disk utility I was able to successfully verify and repair the disc, but it's still behaving this way. Can anyone help? SOS!

Maybe you are looking for

  • IPod nano appears as USB drive, but unrecognised by iTunes for Windows

    I have a video iPod, and my daughter has a iPod nano. Yesterday, when I tried to load new songs on the nano, iTunes failed to recognize it. I tried the 5 R's -- I am able to update the nano using the iPod updater, and I tried updating, as well as res

  • T400s vertical line down the screen - outside of warranty

    Hi I've had a T400s for just a 2 bit over 2 years now and was always happy with it. I used it mostly with my docking station and have never travelled with it. Now out of the blue one day half the screen was black with a few pixel problems right in th

  • Poor quality HD video playback when in full screen?

    I've recently purchased a late 2013 iMac 21.5" mid-range model and finding the video playback quality poor when opening it up to full screen. Does anyone else have this issue?? I was expecting similar quality to my HD tv when using the iPlayer app, b

  • Quark 9 quits in Mac OS 10.7.1

    We just upgraded to Mac Book Pro with Mac OS 10.7.1 and I had to upgrade to Quark 9 b/c previous versions kept crashing.  Is there an update or setting I can fix so that we can use Quark 9?

  • Windows 7 is not starting

    Hi I'm having problems starting windows. What happened was, as I was installing a iso cloning program, it didn't installed correctly so I've decided to restart the PC and do the installation again. However, when I reached "Starting Windows" with the