Shill Log Processor

Log processor for Shill network logs.

Shill Log Processor là gì?

Shill Log Processor là một tiện ích mở rộng Chrome được phát triển bởi silberst, và tính năng chính của nó là "Log processor for Shill network logs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shill Log Processor

Tải xuống các tệp mở rộng Shill Log Processor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WiFi issues are difficult to debug.  ChromeOS captures state about the device and the environment, but this information is stored in text logs that can be difficult to interpret.  The Shill Log Processor reduces this barrier by summarizing the log, provides a visual representation of the WiFi services and interface and allows the user to navigate by clicking along with searching.  This is an early release tool focused on easing developer bug triage and debugging.

In this version (0.1):
Supported files:
ChromeOS net.log (found at /var/log/net.log)
ChromeOS messages (found at /var/log/messages)
ChromeOS feedback submissions (system_logs files)

Visualization Summary:
Each manager has a graph if there are service state updates in that section of the log (this does not always occur).  For each visualization we have three graphs.
1 - large service state graph over log time
2 - smaller service state graph for context (can select a subset to zoom)
3 - wpa_supplicant state

To use:
1 - install extension
2 - click on "options" link for "Shill Log Processor" in chrome://extensions)
3 - bookmark the new page for future use :)
4 - select a log file to process with the "Choose File" button (this may take a few seconds depending on the size of the log file)
5 - if the logs contain shill service state updates, a visualization will be shown.  You can zoom in on portions of this graph by selecting (click and slide) from the smaller context graph.
6 - links to full log lines are included in the manager and service summary sections (useful for click-navigating through the log)

Upcoming Features:
- support for other devices
- improved manager summary (currently not duplicating information in manager and service summaries)
- click in graph to navigate in log
- hover relevant log details when mouse over graph locations
- process logs in real-time for ChromeOS devices
- detect relevant log files opened in Chrome and add icon to process the log                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shill Log Processor Shill Log Processor
ID gjlpchoplbifpogcbdciognjbhbdpmpn
URL Chính Thức https://chromewebstore.google.com/detail/shill-log-processor/gjlpchoplbifpogcbdciognjbhbdpmpn
Mô tả Log processor for Shill network logs.
Kích Thước Tệp 82.78 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-09-01
Ngày Phát Hành 2015-09-01
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển silberst
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shill Log Processor",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Log processor for Shill network logs.",
    "offline_enabled": true,
    "options_page": "service_states.html",
    "icons": {
        "128": "wifi_icon.png"
    }
}