aboutsummaryrefslogtreecommitdiff
path: root/tools/diag/README
Commit message (Collapse)AuthorAgeFilesLines
* This is a little C-program that can be used to print out the listKirk McKusick2018-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of blocks used by a requested list of inodes. For example, to list the blocks referenced by your kernel: guest_12 % df / Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/gpt/rootfs 20307196 10707336 7975288 57% / guest_12 % ls -i /boot/kernel/kernel 160603 /boot/kernel/kernel guest_12 % ./prtblknos /dev/gpt/rootfs 160603 160603: lbn 0-7 blkno 3217584-3217647 lbn 8-11 blkno 3217864-3217895 distance 216 First-level indirect, blkno 3217896-3217903 distance 0 lbn 12-19 blkno 3217904-3217967 distance 8 lbn 20-75 blkno 3251816-3252263 distance 33848 lbn 76-83 blkno 3252368-3252431 distance 104 lbn 84-91 blkno 3252464-3252527 distance 32 lbn 92-852 blkno 3252896-3258983 distance 368 Each contiguous range of blocks is printed on a line. The distance metric is the size of the gap from the end of the previous set of blocks to the beginning of the next set of blocks. Short distances are desirable. Notes: svn path=/head/; revision=329076
* diag/httpd-error: removeEitan Adler2017-12-021-1/+0
| | | | | | | | | | This is a script for a web server in a specific configuration. Current web servers don't produce similar log files and it isn't FreeBSD's goal to produce a log file analyzer. Notes: svn path=/head/; revision=326473
* Remove scripts and tools which only functioned when src was using CVSEitan Adler2012-09-131-2/+0
| | | | | | | | Approved by: cperciva MFC after: 1 week Notes: svn path=/head/; revision=240470
* Update description of 'ac' subdirectoryAlexey Zelkin2002-02-061-2/+2
| | | | Notes: svn path=/head/; revision=90309
* describe localeckAlexey Zelkin2002-02-041-2/+4
| | | | | | | plus some capitalization/whitespace fixes Notes: svn path=/head/; revision=90182
* Add short description of dumpvfscacheAlexey Zelkin1999-11-041-2/+7
| | | | Notes: svn path=/head/; revision=52868
* httpd-error is a shell script which print a summary aboutWolfram Schneider1998-02-151-0/+1
| | | | | | | | | | | | | Web files which does not exists on your host. E.g. httpd-error -userhits < /var/log/httpd-error.log print the number of errors by users, sorted by error hits. Notes: svn path=/head/; revision=33410
* Add ac which check if the FreeBSD handbook is in sync with the committers listWolfram Schneider1997-03-281-0/+2
| | | | Notes: svn path=/head/; revision=24347
* README reads:Poul-Henning Kamp1995-10-151-0/+7
This directory is for diagnostic programs. A diagnostic program is one that will inform you that something is wrong somewhere, for instance by traversing a kernel-structure and verifying the integrity. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11493