-
#!/bin/sh -x
timestamp=`date +%Y-%m-%dT%H:%M:%S`
sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'
perl -d:NYTProf ./opac/opac-search.pl q=human > /tmp/search.$timestamp
test -d nytprof && mv nytprof nytprof.$timestamp
nytprofhtml