Unix Performance testing - training content


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix Performance testing - training content
# 1  
Old 07-22-2011
Unix Performance testing - training content

Hi Everyone,

My company is involved in performing performance testing and now they want to perform couple of training related with executing those tests on the servers based on Unix sytems.

And I have to provide them draft of the content for those trainings.

I think this kind of training should contain information about cpu usage, disc I/0, memory utilization, disc utilization, processes therefore it should contain description of application such as:
sar
top
vmstat
mpstat
free
iostat

If someone have any idea what else this kind of training should have?

Thank you in advance for answersSmilie
# 2  
Old 07-22-2011
You have almost everything .... add network also.

Moderator's Comments:
Mod Comment Removed Self Promoting Links
# 3  
Old 07-22-2011
Hi thegeek.

Thakn you for the answer

For now I have something like this:

1. How to connect with linux server from our PC, how to put/get data, what tool used for it and so on (I think it is important because in almost all cases we have to connect from our PC with server that we will test)

2. Monitoring main resources
CPU Utilization
Interrupts
Context Switching
Memory
Paging
Swapping
Disk I/O
Network I/O

3. Collecting the Data

Is it enough for cover the topic executing test on server based on linux?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. IP Networking

using multiple iperf instances for performance testing

Hello all! I have the need to performance-test a MPLS switch, I was thinking of using iperf to accomplish the task. I had in mind using a linux box with a Gigabit interface connected to a L2 switch on a 802.1Q trunk. In the interface I would create 20 VLANs with 20 different IP subnets. ... (0 Replies)
Discussion started by: ppucci
0 Replies

2. Linux

Doubt about programs for testing Linux performance

Hello friends, I'm working on a Thesis and right now I'm in a phase of comparing a Linux vs Windows performance in similar situations on the same machine. I'm asking here because I would like help on this, since I've always worked in Linux as an Administrator and a user, never as a... (6 Replies)
Discussion started by: lzcool
6 Replies

3. Web Development

Suggested tool / approach for performance testing

What is a good approach for a performance testing tool suite for web applications? I am specifically interested in tools that execute a certain set of tasks well as opposed to tuning high traffic sites. In other words, a profiler would be a good idea to have, although I understand these tools are... (4 Replies)
Discussion started by: figaro
4 Replies

4. AIX

Performance testing on AIX

I'm doing performance testing for one application which works on AIX. But I don't know which performance parameters of memory need to be collected. Now, I just know very few: 1. page in 2. page out 3. fre They are all collected by "vmstat" command. I want to know, except for above... (2 Replies)
Discussion started by: adasong
2 Replies
Login or Register to Ask a Question