From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|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. | |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= | |actions= | ||
# Install vsftpd, powertop, bltk - | # Install vsftpd, powertop, bltk - <pre># yum install vsftpd powertop bltk </pre> | ||
# Download script from [[https://fedoraproject.org/w/uploads/1/1d/Pm.sh PowerManagement script]] - | # Download script from [[https://fedoraproject.org/w/uploads/1/1d/Pm.sh PowerManagement script]] - <pre># wget https://fedoraproject.org/w/uploads/1/1d/Pm.sh</pre> | ||
# Change runlevel into 1 - | # Change runlevel into 1 - <pre># init 1</pre> | ||
# Run downloaded script and wait until end | # Run downloaded script and wait until end <pre># bash Pm.sh</pre> | ||
# you can go back into 5 runlevel - | # you can go back into 5 runlevel - <pre># init 5</pre> | ||
# Send output file | # Send output file <pre>output.tar.gz</pre> into fedora pages | ||
|results= | |results= | ||
# Proper result is have in actual dir archive | # Proper result is have in actual dir archive <pre>output.tar.gz</pre>, which contain output files for each steps. | ||
}} | }} | ||
[[Category:Power_Management_Test_Cases]] | [[Category:Power_Management_Test_Cases]] |
Revision as of 14:39, 31 March 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
- Install vsftpd, powertop, bltk -
# yum install vsftpd powertop bltk
- Download script from [PowerManagement script] -
# wget https://fedoraproject.org/w/uploads/1/1d/Pm.sh
- Change runlevel into 1 -
# init 1
- Run downloaded script and wait until end
# bash Pm.sh
- you can go back into 5 runlevel -
# init 5
- Send output file
output.tar.gz
into fedora pages
Expected Results
- Proper result is have in actual dir archive
output.tar.gz
, which contain output files for each steps.