Sponsored Content
The Lounge What is on Your Mind? Similar Threads for Man Pages - In Development Post 303042595 by Neo on Tuesday 31st of December 2019 11:34:44 PM
Old 01-01-2020
Update: Focusing on man page with string length less than 4000, currently showing about 53% orphan man pages:


Code:
mysql> select count(1) as count from neo_man_page_entry where similarthread = "nopagetextmatch" or similarthread = "notagsmatch" and strlen < 4000; select count(1) as count from neo_man_page_entry where strlen < 4000;

+--------+
| count  |
+--------+
| 108115 |
+--------+
1 row in set (1.01 sec)

+--------+
| count  |
+--------+
| 204819 |
+--------+
1 row in set (0.04 sec)

mysql>

Still focusing on man pages with strlen of less than 4000:

Code:
ubuntu# tail -f neo_simthread_for_man_pages_using_pagetext_timing.log
1577851988 Time: 56 Inserts: 9 Ceiling: 4000 Limit: 22 ToDo: 70540 RemainingTime: 53.4 Hours QLoad: 1.39
1577852043 Time: 57 Inserts: 8 Ceiling: 4000 Limit: 22 ToDo: 70519 RemainingTime: 53.4 Hours QLoad: 1.68
1577852104 Time: 56 Inserts: 5 Ceiling: 4000 Limit: 22 ToDo: 70497 RemainingTime: 53.4 Hours QLoad: 1.55
1577852169 Time: 58 Inserts: 2 Ceiling: 4000 Limit: 22 ToDo: 70475 RemainingTime: 53.4 Hours QLoad: 1.57
1577852221 Time: 57 Inserts: 0 Ceiling: 4000 Limit: 22 ToDo: 70455 RemainingTime: 53.4 Hours QLoad: 1.56
1577852285 Time: 57 Inserts: 1 Ceiling: 4000 Limit: 22 ToDo: 70433 RemainingTime: 53.4 Hours QLoad: 1.43
1577852336 Time: 55 Inserts: 5 Ceiling: 4000 Limit: 22 ToDo: 70413 RemainingTime: 53.3 Hours QLoad: 1.22
1577852410 Time: 55 Inserts: 1 Ceiling: 4000 Limit: 22 ToDo: 70391 RemainingTime: 53.3 Hours QLoad: 0.95
1577852477 Time: 56 Inserts: 2 Ceiling: 4000 Limit: 22 ToDo: 70369 RemainingTime: 53.3 Hours QLoad: 1.18
1577852519 Time: 58 Inserts: 2 Ceiling: 4000 Limit: 22 ToDo: 70353 RemainingTime: 53.3 Hours QLoad: 1.39

Let's see how the under 4000 byte-size orphans are doing around this time tomorrow.

Either way, it is working and live on the site, as you can see from this example:

nologin(5) [linux man page]

Code:
https://www.unix.com/man-page/linux/5/nologin/

I am still considering a "Step 5" to deal with the orphans, which will end up (after "Step 4") to being around half of the total man page repo, I am guessing, as follows:
  • Split the names of man pages with underscores, dashes, colons, etc. in the name of the man page and search titles, tags and posts on one or more of those substrings.
  • Use the operation system of the man page query, and cross reference to the most popular threads in corresponding forums (Linux, Solaris, AIX, etc).

Maybe something else... maybe not. Will sleep on this, since sleep always bring more ideas and solutions. I always get a lot of work and new ideas when I sleep and dream.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Man pages

Hello , I just installed openssh in my system . I actually tried to man sshd but it says no entry , though there is a man directory in the installation which have the man pages for sshd . Can anyone tell me how should i install these man pages . DP (2 Replies)
Discussion started by: DPAI
2 Replies

2. UNIX for Dummies Questions & Answers

man pages

Hi, I've written now a man pages, but I don't knwo how to get 'man' to view them. Where have I to put this files, which directories are allowed?? THX Bensky (3 Replies)
Discussion started by: bensky
3 Replies

3. UNIX for Dummies Questions & Answers

man pages

Hi folks, I want to know all the commands for which man pages are available. How do i get it? Cheers, Nisha (4 Replies)
Discussion started by: Nisha
4 Replies

4. UNIX for Dummies Questions & Answers

man pages

When reading man pages, I notice that sometimes commands are follwed by a number enclosed in parenthesis. such as: mkdir calls the mkdir(2) system call. What exactly does this mean? (4 Replies)
Discussion started by: dangral
4 Replies

5. UNIX for Dummies Questions & Answers

how to read man pages

can anybody explain me how to read unix man pages? for example when i want to get information about ps command man ps gives me this output: *********************************** Reformatting page. Please wait... completed ps(1) ... (2 Replies)
Discussion started by: gfhgfnhhn
2 Replies

6. UNIX for Dummies Questions & Answers

Man pages on Solaris 10

Hi, I want to install man pages package from solaris 10. Solaris 10 has already been installed on my servor but I have to add the man pages packages. I search for a long time on internet this package but I didn't find a compatible one... So I downloaded Solaris 10 from Sun site to get this... (1 Reply)
Discussion started by: MasterapocA
1 Replies

7. Fedora

why do we have .1 extension in MAN PAGES?

Hello sir, I am using FEDORA 9. I wanted to know why do we have ".1" extension in the archives of man pages. I know we are giving format. I want to know the importance or purpose of this format. Can you please tell me :confused: (2 Replies)
Discussion started by: nsharath
2 Replies

8. Solaris

MAN PAGES

Hi everyone, I have a small query, in solaris the man pages get displayed on half of the terminal , can i get a full terminal or full screen display ?:) (2 Replies)
Discussion started by: M.Choudhury
2 Replies

9. HP-UX

Looking for some man pages.

Can anyone supply me with the man pages for: omnidatalist omnibarlist omnisap.exe I prefer the source man pages in nroff format. A clue about the software bundles which supply these man pages is fine as well. OS: HP-UX TIA (11 Replies)
Discussion started by: sb008
11 Replies

10. Shell Programming and Scripting

Commands for man pages

what command should i use for displaying the manual pages for the socket, read and connect system calls? (1 Reply)
Discussion started by: Nabeel Nazir
1 Replies
All times are GMT -4. The time now is 04:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy