Overview
Comment: | Removed fossil junk that somehow got into nbfind |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
0f64f6aa4e47f3206b8a5b163502bf13 |
User & Date: | icfadm on 2013-09-25 14:06:24 |
Other Links: | branch diff | manifest | tags |
Context
2013-10-14
| ||
23:25 | Added blocked chain testcase check-in: f3bf15140a user: matt tags: v1.55 | |
2013-10-13
| ||
10:18 | Merged v1.55 back to dev check-in: 6f9f605ce6 user: matt tags: dev | |
2013-09-26
| ||
14:27 | Merged v1.55 work to trunk check-in: ea7a73f98e user: mrwellan tags: trunk | |
2013-09-25
| ||
14:06 | Removed fossil junk that somehow got into nbfind check-in: 0f64f6aa4e user: icfadm tags: v1.55 | |
2013-09-20
| ||
11:01 | Bumped version number check-in: 31c84ab022 user: mrwellan tags: v1.55, v1.5512 | |
Changes
Modified utils/nbfind from [c988ebbbbb] to [03c58ee4f1].
|
| < < < < < | 1 2 3 4 5 6 7 | #!/bin/bash # load=`uptime|awk '{print $10}'|cut -d, -f1` load=`uptime|perl -pe 's/.*: (\d+.\d+),.*/$1/'` if which cpucheck > /dev/null;then numcpu=`cpucheck|tail -1|awk '{print $6}'` else |
︙ | ︙ |