Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

smaps

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smaps

pretty view of /proc/[0-9]/smaps

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
Created
Source

smaps - pretty view of smaps

  • Download raw smaps file by double clicking pid.
  • Drag-n-drop a smaps file to browser in order to parse.
  • Android device's smaps supports.
  • Tizen device's smaps supports.
  • Samps to Excel Exports(thanks to Datatables)

How to use

install by git clone

 git clone https://github.com/ivere27/smaps.git
 cd smaps
 npm install

launch http server,

 sudo DEBUG=* nodejs server.js

then, Navigate to http://localhost:8888 by your browser(ex, chrome).

Android

check devices by

 adb devices

then,

 http://localhost:8888/android

Tizen

check devices by

 sdb devices

then,

 http://localhost:8888/tizen

FAQs

Package last updated on 12 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts