On 1 May 2012 13:51, Philippe Mouawad <[email protected]> wrote:
> Hello,
> Thanks for early tests.
> My remarks below
> Regards
> Philippe
>
> On Tuesday, May 1, 2012, Shmuel Krakower wrote:
>
>> Hi,
>> I checked this sampler out:
>> 1. The help docs with last nightly build don't include help for this
>> sampler yet. I didn't look at the docs-site.
>>
> http://ci.apache.org/projects/jmeter/nightlies/
> See folder : printable_docs/usermanual/component_reference.html
>
> Paragraph : OS_Process_Sampler
>
> 2. I'd suggest to add timeout interval.
>>
> We'll see
>
>> 3. The request doesn't show the directory/path - only the command and
>> parameters.
>>
>
> Changed
>
>> 4. I've been trying to run "cmd /c dir" on my windows machine, so I did:
>> directory=c:\windows\System32\  command=cmd    1 parameter value= /c dir
>>  but I get:
>>
> Try:
> Parameter 1 : /c
> Parameter 2 : dir or  c:\\windows\\System32\\dir
>
> Or maybe just:
> command : dir

DIR is a built-in.

The executable is CMD[.exe] and the parameters are /C and DIR [and
optionally dirname/flags]

The shell splits commands on white-space.
When providing the parameters the GUI needs to do the same.

> 'dir"' is not recognized as an internal or external command, operable
>> program or batch file.

That's because you provided a single parameter "/C dir" rather than
"/C" and "DIR"

>>
>> Regards,
>> Shmuel.
>>
>> On Mon, Apr 30, 2012 at 10:25 PM, sebb <[email protected]> wrote:
>>
>> > On 30 April 2012 20:15, Philippe Mouawad <[email protected]>
>> > wrote:
>> > > Hello,
>> > > Documentation on Jmeter site reflects last release 2.6.
>> > > If you want to get documentation for trunk version, checkout version
>> from
>> > > svn and run ant "docs-site" target.
>> >
>> > The docs should also be included in the nightly downloads.
>> >
>> > > Regards
>> > > Philippe
>> > >
>> > > On Mon, Apr 30, 2012 at 8:57 PM, Shmuel Krakower <[email protected]>
>> > wrote:
>> > >
>> > >> Hi Philippe,
>> > >> Where can I find document on this new sampler?
>> > >> (couldn't find any on
>> > >> http://jmeter.apache.org/usermanual/component_reference.html which I
>> > guess
>> > >> is updated only per release)
>> > >>
>> > >> Regards,
>> > >> Shmuel.
>> > >>
>> > >>
>> > >>
>> > >> On Mon, Apr 30, 2012 at 9:36 PM, Philippe Mouawad <
>> > >> [email protected]> wrote:
>> > >>
>> > >> > Hello,
>> > >> > In current nightly build a new System Call Sampler has been added.
>> > >> > Feel free to test it and give you feedback.
>> > >> >
>> > >> > See:
>> > >> >
>> > >> >   - http://jmeter.apache.org/nightly.html
>> > >> >
>> > >> > Regards
>> > >> >
>> > >> > Philippe M.
>> > >> >
>> > >> >
>> > >> >
>> > >> > On Mon, Apr 30, 2012 at 10:05 AM, Eugene Kazakov <
>> > [email protected]
>> > >> > >wrote:
>> > >> >
>> > >> > > If you want execute some command on remote server, you can use
>> that
>> > >> > recipe
>> > >> > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> http://yugene1986.blogspot.com/2012/02/how-to-execute-command-on-remote-server.html
>> > >> > > 30.04.2012 9:55 пользователь "Bharti Munjal" <
>> > >> > > [email protected]>
>> > >> > > написал:
>> > >> > >
>> > >> > > > Is there a way to run bash scripts from jmeter ???
>> > >> > > >
>> > >> > > > --
>> > >> > > >
>> > >> > > > Bharti Munjal
>> > >> > > > Software Developer, RnD
>> > >> > > >
>> > >> > > >
>> > >> > > >  DRISHTI-SOFT SOLUTIONS PVT. LTD.
>> > >> > > >
>> > >> > > >  GP 62-A, Sector-18, Gurgaon-122016
>> > >> > > >
>> > >> > > >  Tel.: +91-124-4771000
>> > >> > > >
>> > >> > > >  Fax: +91-124-4039120 | Cell: +91-9717953933
>> > >> > > >
>> > >> > > >  Website:  <http://www.drishti-soft.com/>www.drishti-soft.com |
>> > >> > > > <http://www.ameyosuite.com/>
>> > >> > > > www.ameyosuite.com
>> > >> > > >
>> > >> > > > Awards & Recognitions<
>> > >> > > > http://www.drishti-soft.com/drishti_awards_recognition.php>
>> > >> > > > :
>> > >> > > >
>> > >> > > > NASSCOM Innovation Awards 2008 for Market Facing Innovati

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to