From Fedora Project Wiki

No edit summary
m (minor typo)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Init 1 testcase ==
{{QA/Test_Case
This test is intend for view some stress situation, (procesor usage, disk usage, vsftpd, ...). Each of test is now setuped to 20 secs. Run test and wait until end.  
|description=This test is intend for view some stress situation, (procesor usage, disk usage, vsftpd, ...). Each of test is now setuped to 20 secs. Run test and wait until end.  
|actions=
=== How to test ===
# Install vsftpd, powertop, bltk - <pre># yum install vsftpd powertop bltk wget lftp</pre>
* Install vsftpd, powertop, bltk
# Download script from [https://fedoraproject.org/w/uploads/1/1d/Pm.sh PowerManagement script] - <pre> # cd /tmp; wget https://fedoraproject.org/w/uploads/1/1d/Pm.sh</pre>
# yum install vsftpd powertop bltk
# Change runlevel into 1 - <pre># init 1</pre>
* download script from [[https://fedoraproject.org/w/uploads/1/1d/Pm.sh PowerManagement script]]
# Change directory to where is script - <pre># cd /tmp</pre>
# wget https://fedoraproject.org/w/uploads/1/1d/Pm.sh
# Run downloaded script and wait until end <pre># bash Pm.sh</pre>
* change runlevel into 1
# you can go back into 5 runlevel - <pre># init 5</pre>
# init 1
# Send output file <pre>/tmp/output.tar.gz</pre> into fedora pages
* run downloaded script and wait until end
|results=  
# bash Pm.sh
# Proper result is have in dir archive <pre>/tmp/output.tar.gz</pre>, which contain output files for each steps.
* you can go back into 5 runlevel
}}
# init 5  
[[Category:Power_Management_Test_Cases]]
* send output file '''output.tar.gz''' (optionally when have external wattmeter, amount of consumped watts per test) into fedora pages
 
=== Results ===
Proper result is have in actual dir archive '''output.tar.gz''', which contain output files for each steps.
 
==== Thanks ====

Latest revision as of 16:14, 2 April 2009

Description

This test is intend for view some stress situation, (procesor usage, disk usage, vsftpd, ...). Each of test is now setuped to 20 secs. Run test and wait until end.


How to test

  1. Install vsftpd, powertop, bltk -
    # yum install vsftpd powertop bltk wget lftp
  2. Download script from PowerManagement script -
     # cd /tmp; wget https://fedoraproject.org/w/uploads/1/1d/Pm.sh
  3. Change runlevel into 1 -
    # init 1
  4. Change directory to where is script -
    # cd /tmp
  5. Run downloaded script and wait until end
    # bash Pm.sh
  6. you can go back into 5 runlevel -
    # init 5
  7. Send output file
    /tmp/output.tar.gz
    into fedora pages

Expected Results

  1. Proper result is have in dir archive
    /tmp/output.tar.gz
    , which contain output files for each steps.