diff options
| author | fche <fche> | 2019-11-18 23:02:32 +0000 |
|---|---|---|
| committer | fche <fche> | 2019-11-18 23:02:32 +0000 |
| commit | 2b530276a856cab0b182178ad37d6c4126454db3 (patch) | |
| tree | 6a39048a45a1876b735905d9505cf6859f5bffd1 /SystemTap_Beginners_Guide/ioblktimesect.html | |
| parent | add new langref/*.html (diff) | |
removed man pages
Diffstat (limited to 'SystemTap_Beginners_Guide/ioblktimesect.html')
| -rw-r--r-- | SystemTap_Beginners_Guide/ioblktimesect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemTap_Beginners_Guide/ioblktimesect.html b/SystemTap_Beginners_Guide/ioblktimesect.html index cff8e041..f49661f9 100644 --- a/SystemTap_Beginners_Guide/ioblktimesect.html +++ b/SystemTap_Beginners_Guide/ioblktimesect.html | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title xmlns:d="http://docbook.org/ns/docbook">5.2.7. Periodically Print I/O Block Time</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta xmlns:d="http://docbook.org/ns/docbook" name="generator" content="not publican" /><meta xmlns:d="http://docbook.org/ns/docbook" name="package" content="" /><link rel="home" href="index.html" title="SystemTap Beginners Guide" /><link rel="up" href="mainsect-disk.html" title="5.2. Disk" /><link rel="prev" href="inodewatch2sect.html" title="5.2.6. Monitoring Changes to File Attributes" /><link rel="next" href="mainsect-profiling.html" title="5.3. Profiling" /></head><body><p id="title"></p><ul class="docnav top"><li class="previous"><a accesskey="p" href="inodewatch2sect.html"><strong>Prev</strong></a></li><li class="home">SystemTap Beginners Guide</li><li class="next"><a accesskey="n" href="mainsect-profiling.html"><strong>Next</strong></a></li></ul><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="ioblktimesect"> | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title xmlns:d="http://docbook.org/ns/docbook">5.2.7. Periodically Print I/O Block Time</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta xmlns:d="http://docbook.org/ns/docbook" name="generator" content="not publican" /><meta xmlns:d="http://docbook.org/ns/docbook" name="package" content="" /><link rel="home" href="index.html" title="SystemTap Beginners Guide" /><link rel="up" href="mainsect-disk.html" title="5.2. Disk" /><link rel="prev" href="inodewatch2sect.html" title="5.2.6. Monitoring Changes to File Attributes" /><link rel="next" href="mainsect-profiling.html" title="5.3. Profiling" /></head><body><p id="title"></p><ul class="docnav top"><li class="previous"><a accesskey="p" href="inodewatch2sect.html"><strong>Prev</strong></a></li><li class="home">SystemTap Beginners Guide</li><li class="next"><a accesskey="n" href="mainsect-profiling.html"><strong>Next</strong></a></li></ul><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="ioblktimesect"> |
| 3 | </a>5.2.7. Periodically Print I/O Block Time</h3></div></div></div><a id="idp71893890225184" class="indexterm"></a><a id="idp71893880697680" class="indexterm"></a><a id="idp71893884197712" class="indexterm"></a><a id="idp71893889659136" class="indexterm"></a><a id="idp71893880476560" class="indexterm"></a><div class="para"> | 3 | </a>5.2.7. Periodically Print I/O Block Time</h3></div></div></div><a id="idp70843088487184" class="indexterm"></a><a id="idp70843090350272" class="indexterm"></a><a id="idp70843087523088" class="indexterm"></a><a id="idp70843087784976" class="indexterm"></a><a id="idp70843089478064" class="indexterm"></a><div class="para"> |
| 4 | This section describes how to track the amount of time each block I/O requests spends | 4 | This section describes how to track the amount of time each block I/O requests spends |
| 5 | waiting for completion. This is useful in determining whether there are too many | 5 | waiting for completion. This is useful in determining whether there are too many |
| 6 | outstanding block I/O operations at any given time. | 6 | outstanding block I/O operations at any given time. |
