AW: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Hoppe, Andreas
Hi Vikash,

if cannot install any additional software on the production server than only 
the snmp protocol might be a solution. If this is enabled on the production 
server than you can use different tools to get information about the production 
server remotely.

My best regards

Andreas



-Ursprüngliche Nachricht-
Von: sebb [mailto:seb...@gmail.com] 
Gesendet: Donnerstag, 19. Mai 2016 12:29
An: JMeter Users List
Betreff: Re: Need to find RCA/Request for CPU and Memory usage on my Production 
server in Jmeter

Note that JMeter is designed for *generating load* on a system and reporting 
the response times.

It is not designed for *measuring* the load.

You need a different tool which will have to be installed on the production 
server.
Or at least the measuring part will have to be installed there.
It's not possible to measure CPU/memory remotely.

Likewise for network traffic.
Though if the system is served by a sophisticated network device you may be 
able to get some stats off that.

On 19 May 2016 at 11:21, Neill Lima  wrote:
> Sounds odd just dispatching load against a server without permission 
> to monitor/profile it.
>
> Let alone the fact it is a Production server.
>
> On Thu, May 19, 2016 at 12:17 PM, Vikash kumar 
> > wrote:
>
>> I can't open the machine as it's access credentials are required to 
>> execute
>> *htop*
>>
>> On Thu, May 19, 2016 at 3:45 PM, Neill Lima  wrote:
>>
>> > If it is Linux, *htop* should serve.
>> >
>> > On Thu, May 19, 2016 at 11:55 AM, Vikash kumar < 
>> > vikashku...@tracesoftware.in
>> > > wrote:
>> >
>> > > Hi All,
>> > >
>> > > I've a scenario where something(requests) is putting heavy load 
>> > > in
>> terms
>> > of
>> > > CPU and Memory in the Application server(Production Server). The 
>> > > issue which i am facing is i can't install any tool or plugin on 
>> > > my
>> application
>> > > server since it's a live production server and using jmeter i 
>> > > have to
>> pin
>> > > point the issue/request because of which it's increasing the load 
>> > > exponentially.
>> > >
>> > > Also i can send the request to the production server using Jmeter
>> sampler
>> > > but again not sure how to get the CPU and Memory usage data on 
>> > > the production server(not on the system where i've installed 
>> > > jmeter) by
>> > sending
>> > > these requests.
>> > >
>> > > Your help/ideas will be very helpful.
>> > >
>> > > Thanks,
>> > > Vikash
>> > >
>> >
>>

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread sebb
Note that JMeter is designed for *generating load* on a system and
reporting the response times.

It is not designed for *measuring* the load.

You need a different tool which will have to be installed on the
production server.
Or at least the measuring part will have to be installed there.
It's not possible to measure CPU/memory remotely.

Likewise for network traffic.
Though if the system is served by a sophisticated network device you
may be able to get some stats off that.

On 19 May 2016 at 11:21, Neill Lima  wrote:
> Sounds odd just dispatching load against a server without permission to
> monitor/profile it.
>
> Let alone the fact it is a Production server.
>
> On Thu, May 19, 2016 at 12:17 PM, Vikash kumar > wrote:
>
>> I can't open the machine as it's access credentials are required to execute
>> *htop*
>>
>> On Thu, May 19, 2016 at 3:45 PM, Neill Lima  wrote:
>>
>> > If it is Linux, *htop* should serve.
>> >
>> > On Thu, May 19, 2016 at 11:55 AM, Vikash kumar <
>> > vikashku...@tracesoftware.in
>> > > wrote:
>> >
>> > > Hi All,
>> > >
>> > > I've a scenario where something(requests) is putting heavy load in
>> terms
>> > of
>> > > CPU and Memory in the Application server(Production Server). The issue
>> > > which i am facing is i can't install any tool or plugin on my
>> application
>> > > server since it's a live production server and using jmeter i have to
>> pin
>> > > point the issue/request because of which it's increasing the load
>> > > exponentially.
>> > >
>> > > Also i can send the request to the production server using Jmeter
>> sampler
>> > > but again not sure how to get the CPU and Memory usage data on the
>> > > production server(not on the system where i've installed jmeter) by
>> > sending
>> > > these requests.
>> > >
>> > > Your help/ideas will be very helpful.
>> > >
>> > > Thanks,
>> > > Vikash
>> > >
>> >
>>

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Ivan Rancati
If it's a production system, there should be a monitoring system (for
example Nagios, Icinga or similar) that monitors cpu usage, load and memory
usage.
Typically the data is updated every 5 minutes (is ok for generating alerts,
but too much for analyzing performance).
Maybe you can ask, just for the duration of the test, to generate data
every minute.

Or can you access snmp on the production server?

On Thu, May 19, 2016 at 12:17 PM, Vikash kumar  wrote:

> I can't open the machine as it's access credentials are required to execute
> *htop*
>
> On Thu, May 19, 2016 at 3:45 PM, Neill Lima  wrote:
>
> > If it is Linux, *htop* should serve.
> >
> > On Thu, May 19, 2016 at 11:55 AM, Vikash kumar <
> > vikashku...@tracesoftware.in
> > > wrote:
> >
> > > Hi All,
> > >
> > > I've a scenario where something(requests) is putting heavy load in
> terms
> > of
> > > CPU and Memory in the Application server(Production Server). The issue
> > > which i am facing is i can't install any tool or plugin on my
> application
> > > server since it's a live production server and using jmeter i have to
> pin
> > > point the issue/request because of which it's increasing the load
> > > exponentially.
> > >
> > > Also i can send the request to the production server using Jmeter
> sampler
> > > but again not sure how to get the CPU and Memory usage data on the
> > > production server(not on the system where i've installed jmeter) by
> > sending
> > > these requests.
> > >
> > > Your help/ideas will be very helpful.
> > >
> > > Thanks,
> > > Vikash
> > >
> >
>


Re: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Neill Lima
Sounds odd just dispatching load against a server without permission to
monitor/profile it.

Let alone the fact it is a Production server.

On Thu, May 19, 2016 at 12:17 PM, Vikash kumar  wrote:

> I can't open the machine as it's access credentials are required to execute
> *htop*
>
> On Thu, May 19, 2016 at 3:45 PM, Neill Lima  wrote:
>
> > If it is Linux, *htop* should serve.
> >
> > On Thu, May 19, 2016 at 11:55 AM, Vikash kumar <
> > vikashku...@tracesoftware.in
> > > wrote:
> >
> > > Hi All,
> > >
> > > I've a scenario where something(requests) is putting heavy load in
> terms
> > of
> > > CPU and Memory in the Application server(Production Server). The issue
> > > which i am facing is i can't install any tool or plugin on my
> application
> > > server since it's a live production server and using jmeter i have to
> pin
> > > point the issue/request because of which it's increasing the load
> > > exponentially.
> > >
> > > Also i can send the request to the production server using Jmeter
> sampler
> > > but again not sure how to get the CPU and Memory usage data on the
> > > production server(not on the system where i've installed jmeter) by
> > sending
> > > these requests.
> > >
> > > Your help/ideas will be very helpful.
> > >
> > > Thanks,
> > > Vikash
> > >
> >
>


Re: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Vikash kumar
I can't open the machine as it's access credentials are required to execute
*htop*

On Thu, May 19, 2016 at 3:45 PM, Neill Lima  wrote:

> If it is Linux, *htop* should serve.
>
> On Thu, May 19, 2016 at 11:55 AM, Vikash kumar <
> vikashku...@tracesoftware.in
> > wrote:
>
> > Hi All,
> >
> > I've a scenario where something(requests) is putting heavy load in terms
> of
> > CPU and Memory in the Application server(Production Server). The issue
> > which i am facing is i can't install any tool or plugin on my application
> > server since it's a live production server and using jmeter i have to pin
> > point the issue/request because of which it's increasing the load
> > exponentially.
> >
> > Also i can send the request to the production server using Jmeter sampler
> > but again not sure how to get the CPU and Memory usage data on the
> > production server(not on the system where i've installed jmeter) by
> sending
> > these requests.
> >
> > Your help/ideas will be very helpful.
> >
> > Thanks,
> > Vikash
> >
>


Re: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Neill Lima
If it is Linux, *htop* should serve.

On Thu, May 19, 2016 at 11:55 AM, Vikash kumar  wrote:

> Hi All,
>
> I've a scenario where something(requests) is putting heavy load in terms of
> CPU and Memory in the Application server(Production Server). The issue
> which i am facing is i can't install any tool or plugin on my application
> server since it's a live production server and using jmeter i have to pin
> point the issue/request because of which it's increasing the load
> exponentially.
>
> Also i can send the request to the production server using Jmeter sampler
> but again not sure how to get the CPU and Memory usage data on the
> production server(not on the system where i've installed jmeter) by sending
> these requests.
>
> Your help/ideas will be very helpful.
>
> Thanks,
> Vikash
>


Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Vikash kumar
Hi All,

I've a scenario where something(requests) is putting heavy load in terms of
CPU and Memory in the Application server(Production Server). The issue
which i am facing is i can't install any tool or plugin on my application
server since it's a live production server and using jmeter i have to pin
point the issue/request because of which it's increasing the load
exponentially.

Also i can send the request to the production server using Jmeter sampler
but again not sure how to get the CPU and Memory usage data on the
production server(not on the system where i've installed jmeter) by sending
these requests.

Your help/ideas will be very helpful.

Thanks,
Vikash