View | Details | Raw Unified | Return to bug 7177
Collapse All | Expand All

(-)a/misc/nytprof-opac-search.sh (-1 / +11 lines)
Line 0 Link Here
0
- 
1
#!/bin/sh -x
2
3
timestamp=`date +%Y-%m-%dT%H:%M:%S`
4
5
sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'
6
7
perl -d:NYTProf ./opac/opac-search.pl q=human > /tmp/search.$timestamp
8
9
test -d nytprof && mv nytprof nytprof.$timestamp
10
11
nytprofhtml

Return to bug 7177