QoS - realtime traffic must be less than one-third of link bandwidth capacity

http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND_40/QoSWAN_40.html
Below is an extract from this document:
Cisco Technical Marketing has done extensive testing and has found that a significant decrease in non-realtime application response times occurs when realtime traffic exceeds one-third of link bandwidth capacity. Extensive testing and customer deployments have shown that a general best queuing practice is to limit the amount of strict priority queuing to 33% of link bandwidth capacity.
Have people found this to be their experience?
IE. have you seen cases where realtime traffic is > 33% of link bandwidth and the non-realtime traffic gets badly affected?
Thankyou, MH

Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
"misunderstanding" - yes and no
No, you're correct about Cisco's warning.  If you have a 3 Mbps, and assigned 2 Mbps to LLQ and it's using it, effectively you have a 1 Mbps link for your remaining traffic.  This is what Cisco is warning about.  But, whether that would be a real issue or not, depends on the needs of that other traffic now reduced to only 1 Mbps.
Yes, you might misunderstand about "3x".  This is something I'm warning you about, not Cisco.  If your LLQ traffic "needed" 2 Mbps, but there's only 3 Mbps total, some LLQ traffic may suffer.  It too depends on the actual needs of your LLQ traffic.  For something like CBR VoIP g.711, this may not be a problem, but for VBR traffic, like VoIP g.729, or many video codecs, this can be a problem.  Basically, you need bandwidth to borrow from during transient bursts.  (Also, LLQ normally has an implicit policer, but policers also allow bursts, so again, you need to insure there's sufficient "excess" bandwidth.)
The worst case example would be 2 Mbps LLQ on a 2 Mbps link.  I'm sure you can understand "other" traffic might be starved of all its bandwidth, but the LLQ traffic, if VBR, will often behave badly too.

Similar Messages

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • Creating Custom Page Size less than one inch

    I currently have Acrobat 6 on Windows XP, and it appears that I cannot set a custom page size less than one inch (Using Printer Preferences). Is there another method I can use to create a PDF from Publisher that has a page size less than one inch? If not, would updating to Acrobat 9 allow me to print to a custom page size of less than one inch?

    Thanks Peggy,
    I tried deleting the preference file and restarting Pages but I still have the same problem with the custom page size. When I start Pages I am presented with a bunch of templates so I choose Blank then I go through my procedure to select the custom page size that I created and always end up back at an A4 document.
    I have used the demo version of Stone Create to do what I needed to do with the small page size (ie. create a small ad) but it is a pain that I paid for Pages and now will need to buy something like Stone Create to do what I need. Although, that said, having used Stone Create for this little ad I must say that for the price it seems like a pretty decent program that will do a whole lot of the desktop publishing type of functions without the rather steep prices of the Adobe products. I kind of wish I had bought this program instead of Pages now.
    Cheers,
    Graham

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • How can I move clips in my project more accurately? i.e. Less than one frame over left or right?

    Hi there
    I'm trying to sync some video to some audio. I have snapping turned off, yet I cant move a frame left or right any less than one frame.
    Is it not possible to move a frame anyless than one frame left or right? It still SNAPS to one frame left or one frame right.

    As Jon has told you, you CAN NOT adjust video in less than a 1 frame increment.  And I honestly doubt that even if you could, that you'd see the difference in the audio synch.  In the good old days of film editing, it was only possible to adjust the audio synch for 35mm within a 1/4 of a frame (as each frame has 4 perforations) and 16mm within a frame (as each frame has 1 perf). 
    The only way to avoid this problem (if it is a problem) is to genlock the cameras so the timing of each frame matches from camera to camera.

  • Time Machine Migration hanging on "Less than one minute remaining"

    I decided to take a risk with my iMac and do an erase and install with Leopard, the version of OS X it's been running for years now. The reinstall went fine migration assistent got me started transferring my information from my Time Machine external USB 2.0 hard drive. It said it was just over 200 GB of information. That proceeded fine until it reached the "Less than one minute remaining" mark. It's been sitting here for over 12 hours in the "transferring files to support applications" process. What should I do? Is it alright for me to manually turn off the computer and re-boot? There is no cancel button or anything. I do get the pleasant clunking sound when I hit enter.

    Welcome to Apple Support Communities
    If you have connected both computers with a cable, disconnect and connect that cable again, so migration should continue. If it doesn't work, restart your MacBook Pro and check that all the files have been transferred. If not, open Migration Assistant and transfer your files

  • TFS Build Error - Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

    I am trying to set-up CI of Orchard CMS and deploy it on Azure using TF service. I am stuck at following error for path being
    longer than 260 characters. However, when counted the total characters in path are 235. Please see the below error :
    Other Errors and Warnings
    1 error(s), 1 warning(s)
    Exception Message: TF400889: The following path contains more than the allowed 259 characters: drop/_PublishedWebsites/Orchard.Web_Package/Archive/Content/C_C/a/src/projects/Orchard/dev/DevAltaf/Orchard/src/Orchard.Web/obj/Debug/Package/PackageTmp/Modules/BrentApart.BannerManager/Scripts/controllers/bannerAssignmentController.js. Specify a shorter path. (type VssServiceException)
    Exception Stack Trace: at Microsoft.TeamFoundation.Build.Workflow.Activities.FileContainerDropProvider.EndCopyDirectory(IAsyncResult result)
    at Microsoft.TeamFoundation.Build.Workflow.Activities.CopyDirectory.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (type PathTooLongException)
    Did anyone came across such issue while deploying Orchard on Azure with TF service? If yes, how did you sort this freaking error?
    Thanks,
    Altaf B.

    Hi AltafB,
    For your situation, you can short the path for the source code. Or use a short path for build agent folder in your build definition. You can refer to the links below to solve your problem:
    http://blogs.msdn.com/b/aaronhallberg/archive/2007/06/20/team-build-and-260-character-paths.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1638a5f0-9321-4ff9-9ee7-6d347badb972/please-some-solution-to-the-specified-path-file-name-or-both-are-too-long?forum=tfsbuild
    Besides, since you deploy Orchard to Azure, you can also publish it directly using publish profile in Visual Stduio or WebMatrix directly.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Just tried installing an update to OS.  Although the screen tells me that the installation will be completed in less than one minute, that was two hours ago, and the computer won't permit me to shut it down via the power button, as I get an error sound.

    Just tried installing an update to OSX Snow Leopard.  Prior to trying to update OS, I was running V 10.6.3.  During installation, it locked up.  Although the screen tells me that the installation will be completed in less than one minute, that was two hours ago, and the computer won't permit me to shut it down via the power button, as I get an error sound.  What do I do now?  Help!

    Hold the power key till it shuts down, it may take a little while, try holding it thru the warning.
    Then if it shuts down restart and open Safari/Preferences, General tab, and set "Save Downloaded Files to:"
    Select desktop, if desktop is not available in the the drop down menu, click other, then select Desktop from the column from the on the left.
    Then download this:
    http://support.apple.com/kb/DL1399
    This will download the "stand alone installer"
    Click on the installer pkg and follow the prompts.
    Hope this helps

  • The amount of down payment must be less than the invoice amount

    Hi all,
    Our customers are using SAP 2007-PL15 and SAP 2007-PL41.
    When we want to create a down payment for a sales order, and we want to pay the entire amount of the sales order, including tax, we have to put an amount inthe TOTAL field of the Down Payment window since by default, the down payment amount is the total of the invoice before applying tax.  The DPM is
    higher than 100% (strange but I think it's normal since the down payment is not planned to take the tax in consideration).
    Then, we create an incoming payment for this down payment. It's ok.
    Then, we create an invoice based on the sales order we have paid with the down payment. It's impossible to use the down payment for the invoice... why that ? We receive the error 'The amount of down payment must be less than the invoice amount'. This causes big headaches to our customers !!
    Could you explain us what to do please ?
    thanks,
    Luce

    I'm very sorry, I have a similar question in dealing with AP Down Payment Request Linked to AP Invoice,  my case like this:
    1. I created 3 AP DPRs,their amount are each 100,000 RMB(for example, their document number are 10,11,12). then do the outgoing payment fully paided.
    2. I created a AP Invoice with the amount 150,000 RMB(for example, this AR Invoice document number is 5). I use the buttom"Total Down Payment",and selecet AP DRP No.10 and 11. When I click the buttom"Add",an error shows:
    The amount of down payment must be less than the invoice amount
    and I don't know how to continue.....
    Many Thanks
    Kam
    (PS:My English is poor,forgive me please. Shall I Speak in Chinese? then I can describe this question more clearly.)

  • Less than one day

    Hi all,
    I want date like posting date should be system date -1.
    I am doifn like this.
    select-options : s_budat for rbkp-budat.
    loop at s_budat.
    s_budat-sign = 'I'.
    s_budat-option = 'Eq'.
    s_budat-low = w_date - 1.
    append s_budat.
    endloop.
    from above result I am not getting the less than one day of sys date.
    But every time I want less than oneday of sys date.
    I need to work with Range table only not parameters.
    thanks for your help.
    Ajay reddy

    Hi Ajay,
    Not sure of understanding...but take a look :
    loop at s_budat.
    s_budat-sign = 'I'.
    s_budat-option = 'BT'.
    s_budat-low = sy-datum - 1.
    s_budat-high =sy-datum .
    append s_budat.
    endloop.
    Hope this helps,
    Erwan

  • 1 million row full table scan in less than one minute?

    All,
    a customer has a table which is around 1 million rows.
    The table size is 300 Mo.
    The customer wants to calculate regular arithmetic operations,
    and synthetic data on the whole table. He will use 'group by'
    statements and 'sort by'.
    He wants to know if it would be possible to get the results in
    less than one minute, and what would be the necessary
    architecture in order to achieve this?
    He currently has a 4 Gb Ram machine, 4 processors (I think...).
    It's a 7.3 database.
    Would an upgrade to 8i or 9i help? Would partitioning help?
    Would parallel query help? What else?
    There will be no other concurrent requests on the system.
    Thanks!

    Hi
    If you have four processors parallel query will increase speed
    of executing your statement. It will work better with
    partitions. In version 7.3 is not very easy to manage partitons
    because you have not partition tables - you have only partition
    views. Maybe the speed is the same but management of partition
    views is not so easy. So in version 8i and 9i it will be better.
    If you have index for group by columns and they are 'NOT NULL'
    it will be additional way of increasing speed beacause you will
    eleminate sort operation.
    Regards

  • Changing web server refresh to less than one second

    I just set up another PC on our network to display our engine test VI.  Is there any way to increase the refresh rate to less than one second.  I tried entering .5 sec on the config screen, but it changed back to one second.  I'm using LabVIEW 8.5.1.
    Thanks,
    Todd Munsell
    Wood Group Pratt & Whitney Industrial Turbine Services
    Todd Munsell
    Turbine Engine Test Technician/IT Tech
    Wood Group Pratt & Whitney Industrial Turbine Services, LLC
    Plattsburgh, NY

    Thanks again.  I'll try that.
    BTW, I just spoke with out rep from Daytronic Corp. who was testing the comm cards with his System 10 and PC.  They worked fine for him.  The only difference is that he is using LabVIEW 7.0 and we are using 8.5.1.  They don't have any subVIs written for the newer LV versions.  That may be the cause the the issue we're having with using the comm cards to access the DAQ.  They do not have the time or money to update their subVIs for the newer LV versions, but I'd have to think that there is a way to change them myself to make them work.  Ideally, I want to use a modified version of the app I'm using on another PC without having to bother with the network to pass the data.  I already have a cable made to connect the other PC to the System 10.
    I almost forgot something.... I found a version 8 System 10 subVI package using the NI search, but it didn't work either.
    Do you know what might have changed in the newer LV versions that could cause this issue?  I've attached a zip file of their subVIs.  Like I mentioned earlier, LV works fine using the main (built-in) comm port on the System 10 DAQ.  It's just the additional cards that do not work correctly.  They seem to establish the comm link OK, but the binary data that the System 10 sends is not interpreted and displayed correctly.  It's usually all gibberish on the screen.
    Of the Daytronic subVIs, the subVI that I use to test with is the "example.vi", which is used for binary data.
    The "simple terminal" subVI works fine, but I can't use it to test the data link since it's configured differently.
    When I use the main System 10 comm port, the simple terminal doens't work and the example.vi does.  Why wouldn't it work with the other ports/cards?
    Could you please check these out when you have the time and see if you can find something that isn't configured correctly?  I may be overlooking something obvious, since I'm still learning LV.
    Thanks
    Message Edited by tmunsell on 07-28-2008 09:18 PM
    Todd Munsell
    Turbine Engine Test Technician/IT Tech
    Wood Group Pratt & Whitney Industrial Turbine Services, LLC
    Plattsburgh, NY
    Attachments:
    labvdr7.zip ‏891 KB

  • Installing Solaris 8, 9, 10 on less than one year hardware

    Hello.
    I have Solaris 11 installed, but for experience on older Solaris 8, 9 and 10, any advice on how to install them on my less than one year x86 hardware ?
    Any clues or pointers.

    Well, you can always install VirtualBox and then install Solaris 10 (update 8 or later) in a Virtual Machine..
    .7/M.

  • Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi, Im trying to get the whole path in my server, so i tried that with this following code
    Get-ChildItem $sourceFolder  -Recurse | ?{$_.PsIsContainer} |Get-Acl
    But then, it showed me somtehing like this :
    Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
     I tried to find the solver everywhere and mostly they propose to change the path name, which is impossible, since I am working with my company server, and those folder have already there before i start to work here, then the other ask me to use robocopy,
    but all of the trick just dont work
    is there any way to solve this problem? thanks

    There is no simple solution to this. And it is not a limitation of powershell itself, but of the underlying NTFS file system.
    If the problem is that a folder with a name longer than 248 exists anywhere within your directory structure, you are hooped.
    If the problem is that some fully qualified path names exceed 260 characters, then, in those cases, the solution already given is to create a psdrive partway up the path from the drive letter or server/share root of the path. Unfortunately, the output produced
    will be relative to that psdrive and not to what is specified as the $sourcefolder.
    unless you already know where those problematic paths are, you might consider trying to trap those errors and have your script figure out where it needs to create psdrives. You might then be able to calculate the equivalent path for each file or folder and
    output that. the programming effort would be simpler to just created a psdrive for each folder encountered, however I expect that would be very inefficient.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Shift audio by less than one frame?

    Greetings!
    Newbie to FCP. I have Standard DV tapes of concerts, very long clips (from 20 minutes to more than one hour), and I want to replace the audio with wonderful 24/96 carefully recorded audio done in Logic Pro. I have been able to sync the audio to video in FCP, but only to within one frame (when I drag the audio, it moves at one-frame jumps). I can sync much more closely in Logic, but how do I get the video with new sync'ed audio back into the FCP timeline? And would this degrade the video as I go round-trip from FCP to Logic?
    Is there any way I can move audio tracks in FCP by less than one frame?
    If not, can anyone suggest the best workflow to accomplish this?
    Thanks to all in advance!

    This should help:
    http://proappstuff.com/proapptipsvideotutorials/879F6B61-CFF9-4FD1-8D43-FDF89605 611A/BE5CA6A0-2D41-4F89-955C-16A05AC2A383.html
    But to answer your question... no.
    Good luck,
    CaptM

Maybe you are looking for

  • Displaying 2 records instead of 1 record in Multiprovider?

    Hi Experts, I created a multiprovider with 2 cubes, 1st cube holding some 10 characterstics, and the 2nd cube holds some 5 characterstics(which are all different characterstics except 1 feild i.e, object id) -> I assigned all the dimensions to the mu

  • Questions On New Domain in DMZ for IBCM

    We would like to create a new, untrusted AD domain in our DMZ for the purpose of IBCM and perhaps to also join workgroup-based servers that would be in the DMZ(for instance Lync Edge server and so on) so they can be more easily managed by using centr

  • How do i reset my admin password without losing all of my data?

    i have just got a macbook pro from kijiji and the seller and i both don't know the admin password. how do i reset it without losing evrything?

  • How to set User Name in session?

    Can anyone tell me if there is an user name variable already stored in a session object to which I can assign the user's name? I usually do this by storing a variable in the session to hold that name. When I print the session object (I am using websp

  • Dragging bookmarks

    Whenever there are certain types of display messages it is impossible to drag bookmarks. This has been going on for many versions of Firefox. An example: I have the bookmark toolbar active. I have a bookmark in one folder and want to drag it onto the