Stress Run


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Stress Run
# 1  
Old 07-03-2010
Question Stress Run

Please anyone can tell me what is Stress in unix and how can I Perform Stress Runs on the UNIX environment
Please reply soon it's urgentSmilie
# 2  
Old 07-03-2010
A stress run is not exclusive to unix.
You devise a test sequence which will put the computer under stress, usually to simulate the expected maximum load on the computer before giving it to live users.
# 3  
Old 07-04-2010
Thanks a lot for your reply now I know what stress is can you please tell me how we can perform this in Unix environment any help in regards will be highly appreciated .
# 4  
Old 07-04-2010
I don't think you quite understand. a stress test is a category of test, not some sort of benchmark. What you do depends on what you're testing, and of that you've told us nothing. If you're stress-testing a DNS server, generate a lot of DNS activity. Stress testing a file server, generate a lot of file activity. stress testing a web server, generate a lot of network traffic. and so on.
# 5  
Old 07-04-2010
Thanks for clearing my concept about Stress can you please tell me is their any tool available to perform stress on DNS and file server in unix
# 6  
Old 07-08-2010
For testing DNS, there are few toolsets you can check : TXDNS, an aggressive multithreaded DNS digger., BIND DLZ FAQ's, dns-grind - pentestmonkey.net.
For file server - there are many tools, depending on what exactly you are trying to achieve, Iozone Filesystem Benchmark is a good start, especially the 'fileop' that's included in the kit.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

3rd party stress testing services

Hi all, bit of a forum newb here, so apologies if this has been covered else where, but I wonder if any of you has any experience with stress testing servers, specifically using 3rd party services. We run a very busy production system, and just haven't been able to simulate the user activity while... (1 Reply)
Discussion started by: dare99
1 Replies

2. UNIX for Beginners Questions & Answers

Network stress test.

Hi there. First things first, this is nothing to do with the internet or ISP speed, I know what that is, I know what it's doing. I have a cluster of 128 single board computers running a branch of Debian. I want to run some kind of stress test to ensure they can transfer data (a) to each... (2 Replies)
Discussion started by: MuntyScrunt
2 Replies

3. Solaris

Swap stress test

I was hoping to test a bug posted by oracle, which indicates that the system may crash when using a zfs volume as a swap device. We moved swap away from zfs and over to raw disk devices in order to stop the crashes we've been experiencing. What I wanted to do was to re-create the crash in a... (8 Replies)
Discussion started by: butchie3980
8 Replies

4. Shell Programming and Scripting

how to run an already made script run against a list of ip addresses solaris 8 question

how to run an already developed script run against a list of ip addresses solaris 8 question. the script goes away and check traffic information, for example check_GE-VLANStats-P3 1.1.1.1 and returns the results ok. how do I run this against an ip list? i.e a list of 30 ip addresses (26 Replies)
Discussion started by: llcooljatt
26 Replies

5. IP Networking

Stress Test a NIC

I need to find out if the NIC on my MP-RAS box is bad. Unfortunately just sending out a ping to the loop back is not going to cut it. I need to be able to send out packets of information for several minutes at a time. I can't seem to find a tool or command to do this. Is anyone aware of a way to... (1 Reply)
Discussion started by: wardduncan
1 Replies

6. Shell Programming and Scripting

Stress testing php files at Unix/Linux Command line

Hi, Your great help is very appreciated. I am looking for any Unix command or tool for doing Stress/Load test of php files at command prompt. I tried torture.pl but it is not working after20 concurrent threads/users. as it is very urgent for me..please suggest ur ideas asap. thanks (5 Replies)
Discussion started by: Malleswari
5 Replies

7. Programming

Stress testing memory using malloc in linux ??

Hi to all, Recently i am testing an equipment that runs in i586 fedora linux. I have to test mmap function. For that i determined to fill the memory and run the required application to check whether it throws any mmap error regarding low resources. This is the line that does the allocation. ... (3 Replies)
Discussion started by: frozensmilz
3 Replies

8. UNIX and Linux Applications

Solaris & Linux memory stress test?

I'm looking for a script or some other application that will use up a lot of memory on a Solaris or Linux server, in order to test a monitoring application. So far I have found a script that's good for CPU usage but it does nothing for memory. I have also tried the application called 'stress'... (0 Replies)
Discussion started by: Kraas
0 Replies

9. Solaris

how to stress the memory

Hi All, Is there way to stress memory on Solaris 10? If yes, how do I monitor the memory usage? (3 Replies)
Discussion started by: samnyc
3 Replies
Login or Register to Ask a Question