/usr/share/ksysguard/scripts/smaps/index.html is in libkf5sysguard-data 4:5.5.5-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<script language="javascript" src="helper.js" language="javascript" type="text/javascript"></script>
<script language="javascript" src="sorttable.js" language="javascript" type="text/javascript"></script>
<script language="javascript" src="main.js" language="javascript" type="text/javascript"></script>
</head>
<body>
<div id="innertoc" class="innertoc"></div>
<h1 id="heading"></h1>
<span id="errorMessage" class="errorMessage"></span>
<h2 id="SummaryHeading"></h2>
<span id="processsummary">
<!-- The process X is using approximately Y amount of memory etc !-->
</span>
<h2 id="LibraryUsageHeading"></h2>
<span id="libraryusageintro">
<!-- A short intro to what the tables mean -->
</span>
<br>
<div class="summaryTable">
<table class="librarySummary">
<thead><tr><th colspan="2" id="thPrivate"></th></tr></thead>
<tfoot class="showFullLibrarySummaryLink">
<tr>
<td colspan="2">
<a id="linkPrivate" href="javascript:showFullLibrarySummary('tbodyPrivateHidden', 'linkPrivate')"></a>
</td>
</tr>
</tfoot>
<tbody id="tbodyPrivate">
</tbody>
<tbody id="tbodyPrivateHidden" style="display:none">
</tbody>
</table>
</div>
<div class="summaryTable" id="summaryTableShared">
<table class="librarySummary">
<thead><tr><th colspan="2" id="thShared"></th></tr></thead>
<tfoot class="showFullLibrarySummaryLink">
<tr>
<td colspan="2">
<a id="linkShared" href="javascript:showFullLibrarySummary('tbodySharedHidden', 'linkShared')"></a>
</td>
</tr>
</tfoot>
<tbody id="tbodyShared">
</tbody>
<tbody id="tbodySharedHidden" style="display:none">
</tbody>
</table>
</div>
<div style="clear:both">
<h2 id="TotalsHeading"></h2>
<div class="totalTable">
<table>
<tbody id="totalTableBody">
</tbody>
</table>
</div>
</div>
<div class="fullDetails">
<h2 id="FullDetailsHeading"></h2>
<div id="fullDetailsSummary">
<!-- A short chatty description of what the full details is -->
</div>
<table class="sortable fullDetails" id="fullDetails">
<!-- Large table of memory details -->
</table>
<br>
<a href="javascript:showFullDetailsTable();" id="showFullDetailsLink"></a>
<br>
<br>
</div>
<script language="javascript">translate(); createTOC(); refresh(); </script>
</body>
</html>
|