Files
mirror-processhacker/misc/website/websitev3/features.php
T
dmex 912e32d15b WebsiteV3: added privacy.php; added bootstrap icons; updated several page layouts;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5538 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-03 12:01:23 +00:00

88 lines
4.4 KiB
PHP

<?php $pagetitle = "Features"; include "include/header.php"; ?>
<div class="container">
<h1 class="page-header"><small>Features</small></h1>
<div class="col-sm-10">
<div class="row">
<div class="col-sm-4"><img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/main_window.png"></div>
<div class="col-sm-8"><h2>A detailed overview of system activity with highlighting.</h2><p>A detailed overview of system activity with highlighting.</p></div>
</div>
<hr>
<div class="row">
<div class="col-sm-8"><h2>Graphs and statistics allow you quickly to track down resource hogs and runaway processes.</h2>
<p>Tip: Use Ctrl+I to view system performance information.
Move your cursor over a graph to get a tooltip with information about the data point under your cursor.
You can double-click the graph to see information about the process at that data point, even if the process is no longer running.</p></div>
<div class="col-sm-4"><img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/sysinfo_trimmed_1.png"></div>
</div>
<hr>
<div class="row">
<div class="col-sm-4"><img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/find_handles.png"></div>
<div class="col-sm-8"><h2>Can't edit or delete a file? Discover which processes are using that file.</h2>
<p>Tip: Use Ctrl+F to search for a handle or DLL.
If all else fails, you can right-click an entry and close the handle associated with the file. However, this
should only be used as a last resort and can lead to data loss and corruption.</p></div>
</div>
<hr>
<div class="row">
<div class="col-sm-8">
<h2>See what programs have active network connections, and close them if necessary.</h2>
</div>
<div class="col-sm-4">
<img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/network.png">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/disk_tab.png">
</div>
<div class="col-sm-8"><h2>Get real-time information on disk access.</h2>
<p>Tip: This may look very similar to the Disk Activity feature in Resource Monitor, but Process Hacker has a few more features!</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-8">
<h2>View detailed stack traces with kernel-mode, WOW64 and .NET support.</h2>
<p>Tip: Hover your cursor over the first column (with the numbers) to view parameter and line number information when available.</p>
</div>
<div class="col-sm-4"><img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/thread_stack.png"></div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<img class="img-responsive" src="http://processhacker.sourceforge.net/img/screenshots/services.png">
</div>
<div class="col-sm-8">
<h2>Go beyond services.msc: create, edit and control services.</h2>
<p>Tip: By default, Process Hacker shows entries for drivers in addition to normal user-mode services. You can turn this off by checking <strong>View &gt; Hide Driver Services</strong>.</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-8">
<h2>And much more!</h2>
</div>
<div class="col-sm-4">
<a href="downloads.php" class="btn btn-primary btn-lg">Process Hacker Downloads &raquo;</a>
</div>
</div>
</div>
</div>
<?php include "include/footer.php"; ?>