Sponsored Content
The Lounge What is on Your Mind? Similar Threads for Man Pages - In Development Post 303042550 by Neo on Sunday 29th of December 2019 03:56:00 AM
Old 12-29-2019
OK.

Step 2 is done:

Code:
1577606166 Time: 53 Inserts: 74 Floor: 6000 Limit: 300 ToDo: 2250 RemainingTime: 0.1 Hours QLoad: 1.74
1577606242 Time: 56 Inserts: 85 Floor: 6000 Limit: 300 ToDo: 1950 RemainingTime: 0.1 Hours QLoad: 1.39
1577606278 Time: 55 Inserts: 97 Floor: 6000 Limit: 300 ToDo: 1750 RemainingTime: 0.1 Hours QLoad: 1.49
1577606342 Time: 53 Inserts: 97 Floor: 6000 Limit: 300 ToDo: 1450 RemainingTime: 0.1 Hours QLoad: 1.48
1577606398 Time: 52 Inserts: 75 Floor: 6000 Limit: 300 ToDo: 1150 RemainingTime: 0.1 Hours QLoad: 1.34
1577606470 Time: 53 Inserts: 75 Floor: 6000 Limit: 300 ToDo: 850 RemainingTime: 0.0 Hours QLoad: 1.26
1577606526 Time: 54 Inserts: 101 Floor: 6000 Limit: 300 ToDo: 550 RemainingTime: 0.0 Hours QLoad: 1.26
1577606589 Time: 55 Inserts: 60 Floor: 6000 Limit: 300 ToDo: 250 RemainingTime: 0.0 Hours QLoad: 1.17
1577606633 Time: 51 Inserts: 70 Floor: 6000 Limit: 300 ToDo:  RemainingTime: 0.0 Hours QLoad: 1.41
1577606650 Time: 1 Inserts: 0 Floor: 6000 Limit: 300 ToDo:  RemainingTime: 0.0 Hours QLoad: 1.25
1577606714 Time: 1 Inserts: 0 Floor: 6000 Limit: 300 ToDo:  RemainingTime: 0.0 Hours QLoad: 0.83
1577606764 Time: 1 Inserts: 0 Floor: 6000 Limit: 300 ToDo:  RemainingTime: 0.0 Hours QLoad: 0.48
1577606826 Time: 1 Inserts: 0 Floor: 6000 Limit: 300 ToDo:  RemainingTime: 0.0 Hours QLoad: 0.57
1577606884 Time: 0 Inserts: 0 Floor: 6000 Limit: 300 ToDo:  RemainingTime: 0.0 Hours QLoad: 0.40

But as you can see, even after processing al the orphans (man pages without matches) for mysql full text matches (step 1) and cross referencing similarman in threads with the man pages (step 2), we see that a whopping 63% of all man pages are still similar thread orphans:

Code:
mysql> select count(1) from neo_man_page_entry where similarthread ="none"; select count(1) from neo_man_page_entry;
+----------+
| count(1) |
+----------+
|   218444 |
+----------+
1 row in set (0.82 sec)

+----------+
| count(1) |
+----------+
|   347938 |
+----------+
1 row in set (0.00 sec)

mysql>

So, I'm on to step 3 now. Boolean matches between the name of the man page and the tags (update: and the thread titles) for each thread, ordered by reply count. I changed the process (from my step 3 above) to match both thread tags and thread titles, to see if this helps speed things along toward the goal of all the man pages having at least one similar thread entry.

Code:
1577609125 Time: 35 Inserts: 63 Floor: 6000 Limit: 300 ToDo: 218340 RemainingTime: 12.1 Hours QLoad: 0.54
1577609318 Time: 35 Inserts: 63 Floor: 6000 Limit: 300 ToDo: 218040 RemainingTime: 12.1 Hours QLoad: 0.41
1577609392 Time: 34 Inserts: 70 Floor: 6000 Limit: 300 ToDo: 217740 RemainingTime: 12.1 Hours QLoad: 0.66
1577609437 Time: 34 Inserts: 68 Floor: 6000 Limit: 300 ToDo: 217440 RemainingTime: 12.1 Hours QLoad: 0.97

Let's see what happens twelve hours from now after this batch processing finishes.

I may move to straight forward boolean matches in the text of the posts (against the name of the man page) for step 4, but that seems too crude, so I'll need to ponder on, and test this, later. But if I add the operating system, that might be too refined and result in a very small number of matches since we have always had quite a hard time getting people to describe their OS when they post a question!

If everyone posted system details when they asked a question, this would make matches a lot better; but they don't and rarely do.
 

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 12:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy