This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
FREEBSD_VERSION=13 | |
NUMBER_OF_CORES=`sysctl -n hw.ncpu` | |
ZPOOL="zroot" | |
START=$(date +%s) | |
if [ `sysctl -n kern.securelevel` -gt 0 ]; then | |
sysrc kern_securelevel_enable="NO" | |
echo "need to reboot with securelevel 0" | |
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO: analyzing "profile.servers" | |
INFO: "servers": scanned 1 of 1 pages, containing 1 live rows and 9 dead rows; 1 rows in sample, 1 estimated total rows | |
INFO: analyzing "profile.samples" | |
INFO: "samples": scanned 1 of 1 pages, containing 8 live rows and 33 dead rows; 8 rows in sample, 8 estimated total rows | |
INFO: analyzing "profile.baselines" | |
INFO: "baselines": scanned 0 of 0 pages, containing 0 live rows and 0 dead rows; 0 rows in sample, 0 estimated total rows | |
INFO: analyzing "profile.bl_samples" | |
INFO: "bl_samples": scanned 0 of 0 pages, containing 0 live rows and 0 dead rows; 0 rows in sample, 0 estimated total rows | |
INFO: analyzing "profile.sample_stat_cluster" | |
INFO: "sample_stat_cluster": scanned 1 of 1 pages, containing 8 live rows and 33 dead rows; 8 rows in sample, 8 estimated total rows |
OlderNewer