FreeBSD Bugzilla – Attachment 152842 Details for
Bug 197516
TRIM on gmirror is slow and results in inresponsive system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test script
run-dd (text/plain), 308 bytes, created by
Robert Schulze
on 2015-02-10 13:45:14 UTC
(
hide
)
Description:
Test script
Filename:
MIME Type:
Creator:
Robert Schulze
Created:
2015-02-10 13:45:14 UTC
Size:
308 bytes
patch
obsolete
>#!/bin/sh > >FILE=/var/tmp/10G >LOGF=/tmp/stat.log > >dd if=/dev/random of=$FILE bs=1k count=10M >echo "file $FILE created, hit enter to start deletion..." >read noop >echo "deleting file $FILE" >unlink $FILE & >unlink $LOGF > >while true; do > ( date ; sysctl vm.loadavg ; gstat -pdb -f ada ) >> $LOGF > echo -n . >done >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197516
:
152841
| 152842