How to stop vdbench from external applications? What are the impacts?

I am using vdbench to test following scenario:
1) Start vdbench - do read/write (I use poweshell start-process to start vdbench which returns me the process object )
2) Poll for particualr system event(my test condtion). When the event happens stop read/write ASAP(To stop the process I use powershell Stop-process and pass process object as the argument. This actually stops IO as seen task manger)
3) Continue testing
I want to understand
1) Are the steps followed correct?
2) What is the correct method to stop vdbench from external application?
Regards
Jugari

An other thought, that maybe is of interest to you, coming in the next version of Vdbench.
A conversation with one of my internal users:
It does not make sense to look at current Vdbench output trying to figure out what is happening when.
This locks us in to tricks and guessing and prevents me from make changes to the output.
Monday I will create a new file in Vdbench: status.html
This file will only be there for any kind of wrappers to see what is going on.
I'll make sure that the file contents are flushed to the file system as soon as a line of text has been written.
* Vdbench status
* The objective of this file is to contain easily parseable information about the current state of Vdbench.
* This then can serve as an 'official' interface for any software monitoring Vdbench.
* Each line of output will be immediately flushed to the file system, making its content accessible by any monitoring program.
* The values below are all tab-delimited.
03/25/2015-13:42:44-MDT Starting slaves
03/25/2015-13:42:44-MDT Slaves connected
03/25/2015-13:42:44-MDT Query host configuration started
03/25/2015-13:42:44-MDT Query host configuration completed
03/25/2015-13:42:46-MDT Starting rd=rd1 For loops: None
03/25/2015-13:42:48-MDT Warmup done rd=rd1 For loops: None
03/25/2015-13:42:51-MDT Workload done rd=rd1 For loops: None
03/25/2015-13:42:51-MDT Slaves done rd=rd1 For loops: None
03/25/2015-13:42:51-MDT Shutting down slaves
03/25/2015-13:42:51-MDT Vdbench complete
Henk.

Similar Messages

  • What are the impacts of new gl migration on other sap modules.

    Hi
    In need to move to IFRS reporting, my client is planing to migrate from classic gl to new gl (not yet decided which scenario, but most probably we will go with scenario 5).
    We are in stage where we are assessing new gl functionality, impact of new gl migration on other SAP module and what precautions we should carry while drafting project activities for migration plan.
    I am specially interested to know how are other modules impacted by New GL?  Ex.  SD, MM, HR, Treasury, CRM ?
    Thanks,
    Surendra

    Hi Karthik,
    I have already gone thru OSS notes 1014364, 1039752, 1070629 and many more...
    My specific question is, what are the impacts of New GL migration on other SAP module (HR, SD, MM, CRM, and Treasury). I am well aware of impact/changes within FICO.
    Thanks,
    Surendra
    Can anyone tell with their experience if any of the above listed modules have any specific impact/change when we migrate to New GL from Classic GL?

  • What are the impact if we create usernames with spaces?

    Hi All,
    What are the impact if we create usernames with spaces? We tried and we were able to create in Oracle, But does it impact anywhere else.?
    Thanks in advance

    Having spaces might cause issues -- Please search MOS or the following docs for "229407.1"
    11i to R12: Bank Statement Line Errors FRM-40654, Work Around, Afchrchk.Sql [ID 758964.1]
    Receipts Workbench Error: Listing of FRM Errors [ID 1361887.1]
    Reconcile Bank Statement Lines Error: FRM-40654 Record Has Been Updated. Requery Block. [ID 1408768.1]
    11i : Applications DBA Trailing and Leading Spaces Data Collection Test [ID 229407.1]
    APXINWKB - FRM-40654 When Attempting to Place Imported Invoice On Hold [ID 429329.1]
    11i to R12: Bank Statement Line Errors FRM-40654, Work Around, Afchrchk.Sql [ID 758964.1]
    FRM-40735 and ORA-20001 Errors When Changing any Field in Define Item form [ID 206749.1]
    Cannot Modify Product Family Allocation Details, Receive Error FRM-40654 [ID 438926.1]
    "Could not reserve record" Error Appears When Trying to Update Purchase Orders [ID 781845.1]

  • What are the impacts of IB control set to No at Master level

    What are the impacts of IB control set to No at Master level, but the item is serialized at master and Org level. These are service items.

    What are the impacts of IB control set to No at Master level, but the item is serialized at master and Org level. These are service items.

  • How to start adobe photoshop cs6? what are the requirements to me as a begginer? please help

    what are the requirements for adobe photoshop cs6? I am a beginner doing self study... please help

    HI balaram reddy 
    You can use the administration guide under the below link.....
    service.sap.com/instguidesu2192 mySAP Business Suite Solutions u2192 mySAP SRM u2192 Using SAP SRM Server 5.5 u2192Solution Operations Guide: mySAP Supplier Relationship Management
    Please find the links as requested. You will find lot of documents and so on here.
    http://service.sap.com/srm
    http://help.sap.com/saphelp_srm50/helpdata/en/0e/cede3b6bc8682be10000000a11402f/frameset.htm
    Regards
    Bandla

  • R/3 HTTP GET to external supplier - what are the options

    Hello all
    Our scenario is that we have to connect to an external supplier using HTTP GET to get our order responses in the return structure. I was wondering what the best/easiest way is to do this.
    We cannot use the HTTP adapter since that only supports HTTP-POST. Additionally the RFC that lies behind it does not allow query strings in the definition, something we need to use.
    we could make use of the HTTP_GET function module in the SFTP function group but how to do it then?
    -we cannot create an abap proxy for this since the outbound WSDL contains invalid keywords (choice keyword not supported)
    -we probably could use BPM that calls the HTTP_GET.
    -we could write an ABAP that calls the HTTP_GET and puts the output into a directory where XI can pick it up.
    -I also read that you could write a small java function that does the HTTP_GET . But i have no experience with this.
    So what is the best option to accomplish this?
    thanks
    Tom

    From SP15 you may use Adapter-Specific Message Attributes.
    To evaluate adapter attributes in the message header of the XI message, set the Use Adapter-Specific Message Attributes indicator.
    œ     If you want missing message attributes to trigger an error message, set the Fail If Adapter-Specific Message Attributes Missing indicator. If the indicator is set and the header for adapter-specific message attributes or one of the set attributes is missing from the message, this leads to a system error (red flag).
    If you do not set the indicator, and message attributes are missing, the adapter accesses information from the adapter configuration.
    œ     If you want to use an HTTP destination or URL set by the mapping, set the URL or HTTP Destination indicator. (The indicator displayed depends on the Addressing Type you selected above). If you set the indicator, the URL or HTTP destination set dynamically is called by HTTP.
    If the message header does not contain the URL or the HTTP destination, and you have set the Fail If Adapter-Specific Message Attributes Missing indicator, the XI message is set to status System Error. If you do not set the indicator, the URL or HTTP destination defined statically in the communication channel is used.
    œ     If you want to use HTTP Header Fields, set the indicator and enter the fields in Field 1 to Field 6. The fields are embedded in the HTTP request under the names you enter here.
    The technical names of the fields are HeaderFieldOne, .... HeaderFieldSix.
    œ     If you want to use URL Parameters, set the indicator and enter the parameters in the fields Parameter 1 to Parameter 6. The parameters are embedded in the HTTP request under the names you enter here.
    The technical names of the fields are URLParamOne, c, URLParamSix.
    The attribute namespace for the adapter is http://sap.com/xi/XI/System/HTTP.
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    /Otto

  • What are the impacts of changing material group of a Material ?

    Hi,
    Could some one tell me in detail about the impacts of changing material group of a material that is active in procrement?
    Thanks,
    Veera

    Hi,
    If you are changing it from one valid group to another valid group and both will still be there afterwards, then the impact is small, but important.
    The data in the Info systems and BW etc. will have been updated with the the "old" material group and so if you tried to compare them you would find differences.
    It is something that does happen from time to time and as long as the two groups will still be ther afterwards there should be no reason why this would cause any technical or system problems. The effect is purely on the historic data.
    I have seen this done several times in many implementations and so far it has not caused any major problems apart from some reports "appearing" wrong if you compare them against other reports that involve historical movements.
    Steve B

  • How to stop Frefox from being default browser? The links under tools do not match the answers in other discussions.

    I cannot get Firefox to stop being my default browser. I have read other answers online, but the links under the tools do not match, what the other say to click. I tried to go into internet explorer to change it, but the set default button is grayed out and does not work. Help. I cannot update my programs in Firefox.

    Firefox/Tools > Options > Advanced > General: System Defaults: "Always check to see if Firefox is the default browser on startup"
    *Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.
    *Use "Firefox > Options" instead of "Tools > Options" if the menu bar is hidden.

  • How to stop a2dp from taking playback priority when the IPhone is docked?

    I have seen many people having this problem since mid 2009 and it still hasn't been addressed.
    The problem is simple. When an IPhone is docked it shouldn't switch to a2dp for playback as soon as it is paired with something. In other words, playback priority should stay with the dock. Or at least there should be an option to disable a2dp playback when the IPhone is docked (or at the very least to disable it all together).
    This issue becomes a big problem when you dock an IPhone in a car to playback music, but still need to be able to send and receive calls through bluetooth.
    With the current firmware, priority is given to the which ever connection is made last. So when the car is turned on (and the bluetooth connection is made) a2dp takes over playback.
    What is anoying is that apple can solve this problem with a simple if-then-else in the firmware code.

    You may provide feedback to Apple regarding your issue at http://www.apple.com/feedback/iphone.html

  • How to stop IE9 from opening web page in the middle of browser

    Greetings,
    I'm opening a page with a video on it and for some reason, IE9 insists on opening the page so that the bottom of the video is in line with the bottom of the IE9 browser window.
    It's like IE doesn't want to cut off the lower part of the video.
    FF is not having this problem and opens pages with videos as it should; at the top.
    This pic doesn't really do it justice, but when the page opens, the video is in line with the bottom of the browser window.
    Thanks for any help you can give!
    k

    It looks exactly the same to me in FF10 and IE9 on Vista.  The page is longer than my viewport.  I must use the vertical scrollbar to see the page bottom.   Hit Ctrl+ - a couple of times to Zoom Out.  Refresh the page (F5).
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to stop iphone from getting previous mails into the inbox?

    As Above

    You can do a forums search for the difference in imap and POP accounts.
    They will behave differently in relation to your iphone.

  • PCI 6036E/SC 2075, can read only from ch 2,what are the ports used for ch 1 and ch 2

    in VB, using measurement studio. I am using CWAI. how to specify which channel to read from. right now, it is reading from ch 2 without me specifying it. thanks

    Benje001,
    Right-click on the CWAI control on your form. Choose Properties. The first tab is the Channels tab. After you choose your device from the drop down box on the right, you can type in the Channels box which channel you want to use.
    If you want to see a CWAI control that is already configured, all of the shipping examples will have this already done.
    Also, if you have questions about any item on the CWAI (or any other NI ActiveX control) you can click the ? icon in the right corner of the properties page and then click on the item in the dialog that you need help with. This "What's this" help will describe that particular control on the dialog.
    Hope that helps!
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • I cannot get any mic to work on this, internal or external. What are the settings?

    evidently I must have shanged a setup file, but i am new to macs, an dnt know what i changed or what to change back, It was working fine, I was on a headset, then i played with it, turned the laptop off, when i turned it back on, no voice at all. I can hear things fine, but no mic. What setttings did I screw up?

    Check SYSTEM PREFERENCES>SOUND>INPUT
    Ciao.

  • Eliminating the use of Activity Types -- what are the impacts and risks?

    Our primary FI stakeholder wants to eliminate the use of Activity Types in our ERP 6.0 system.  He would prefer the use of cost elements and cost centers.  I know that the elimination of using Activity Types will impact our planning processes plus our ability to segregate costs within a cost center.  What else am I missing?

    Hi,
    I can't understand the idea of "eliminating the use of activity types"...
    What about direct activity allocation (based on time confirmation using activity types)? Is there no need to do so? Don't you use production orders?
    best regards, Christian
    Edited by: Christian Ortner on Mar 29, 2010 8:19 PM

  • Cisco 1252s with regular 802.3af PoE switches - what are the impacts?

    Does anyone have any real-life experience with deploying the 1252s on regular 802.3af PoE switches?  I have a few 1252s one some 3560 PoE ports and the show up with "low power" alarms.
    I am wondering what the real world impact is with this scenario.  The 1252s have both 2.4 Ghz and 5.0 Ghz radios in them and I have HT enabled on the controller.
    I'm wondering what capabilities I am losing by running on 802.3af power besides the annoyance of the alarms.
    Thanks in advance!

    Sorry in advance for the book I have just written.
    I have three 1252s on 75 feet of Cat5e cable running to a 3560 PoE switch. Sometimes, but not always, I see a low power alarm on the access point(s). This is in a small building that is built like a fortress so the RF environment is somewhat challenging. I am watching WCS closely and see all three 2.4 GHz radios powered all the way up to power level 1. I notice that two of the 5GHz radios are on power level 1, and one is on level 3. I thought that RRM would not power anything down until you had at least four access points as RF neighbors. I believe I read that in a Ciscopress book and it seems to be true everywhere in our network when I look at buildings with 3 or less WAPs.
    The building in question does not have any other buildings close by with any 5GHz radios in operation - or at least I didn't see any when I did the survey.
    I'm wondering if the power setting of the radios is also related to the length of the Cat5e cabling. Seems to me a shorter run would have less resistance than longer runs, allowing the radio to have more power.
    My main concern is not this building in question, since we went for coverage and not client density in the design. We several other buildings on the radar, all libraries, which are going to be both RF challenging (bookshelves, furniture, cubicles, cubbies) and client-density challenged. These buildings have hundreds of WLAN clients in them at times - and I mean devices, not just people.
    Someone else told me (reputable source) that channel bonding is not an option when on 802.3af power. Makes sense, actually. I would never even think of bonding in the 2.4 GHz range for obvious reasons, but up in the 5GHz range it is a definate possibility in these buildings. Seems to be that we might be shooting ourselves in the foot by not using 802.3at power in these buildings.
    If channel bonding is disabled and the upper two MCS rates (using 800ns guard interval) of 117 and 130 are disabled, then I'm looking at maximum MCS rate of 104 Mbit/s compared to 270 Mbit/s with 802.3at with channels bonded in the 5GHz range.

Maybe you are looking for

  • MySQL Varchar not matching Java String

    I am using MySQL 4.0.16 with jdk1.3.1_01 and I have a strange occurance going on with comparing Strings from the mysql database with Strings entered from java, coming from a JTextField. The mysql field in question was created like this:- CREATE TABLE

  • Avi to flv converter?

    Hi, I've been trolling the internet for a 100% free video converter, not something that's freeware/shareware but requires a license. I have a big need to convert my avi's and mp4's into flv so that they don't eat up as much of my sites bandwidth a mo

  • IWeb/Rapidweaver

    Hey guys, I've been fooling around with Rapidweaver lately as I have a couple of other sites that I maintain for others & was thinking that I might use it to keep my band's site up to date as well. We're hosted on me.com & I was wondering if I could

  • Update record form

    Hello all, I've got an update record form on one of my pages (it is a php site). I followed the tutorial in dreamweaver 8, but it does not work like I want it to work. I am hoping that when a user logs into the site, and they want to update their inf

  • Internal Compiler Error

    I am getting the dreaded "Internal Compiler Error" message when trying to build a particular jpr. I have figured out the class ultimately causing the problem. When I remove the class, the jpr compiles fine. When I compile the file by itself, it compi