fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
554 B
Text
12 lines
554 B
Text
The format and location of SMART / health data varies across protocols. To
|
|
simplify the output, this application uses a Dumb Unified Model of SMART
|
|
Buffers. In this model, SMART data is located in one or more log pages. Each
|
|
page contains one or more values ("attributes") differentiated by an ID. Note
|
|
that ID's are only unique within a log page. Thus, the application outputs:
|
|
|
|
<Log Page ID> <Attribute ID> <Attribute value>
|
|
|
|
for each selected attribute.
|
|
|
|
See the shell scripts atasmart, nvmesmart, and scsismart for examples of parsing
|
|
the output.
|